et_full_system 1.0.1.pre16 → 1.0.1.pre17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a595ff0430c23541f5e72d79666eb638f9c199098f35362e36ad7543c2bc4b4f
4
- data.tar.gz: 151477baf3daa1172c9b3cd354fdd627f9c19c21c01c204515b5aebcbfb67ea6
3
+ metadata.gz: df39d1606d1f32999b4f266ee7a0a59b26f20c3ca2c1aef11067d62d419ffcc5
4
+ data.tar.gz: eeb83d7a73c9e220c75283783359699557628180e1a39b229af68453f9394370
5
5
  SHA512:
6
- metadata.gz: 6e63c655c24fb076afe4c5b5afb5fa0846f785b199de2159ffc4ddb0ea1039a29a78cc6a5b0b1457c78ad4636ebfe66c8f28b2e440db404947d5b6b97fdbce23
7
- data.tar.gz: 8f99162467117b4dad1e81d49089adc4f5461a5e5d80cd7ed213124029de90bdd796fa1bb5b1a05f38042e1ee68097ee34052e295b12e504909d20e6f8a7a53d
6
+ metadata.gz: 6a679961b269386d75951fbe1665f6228b66977b640c1bb9ff3b8e57e598979e0ec309f8d25d3c8f4709311371185ab5efd1dcf544b693a33b865abfa2aa3f71
7
+ data.tar.gz: 4be2d9b0152f0d14ff88938b1a7116a2e8a6bdb75d3a751821d13b8ecdbceabd2c2b602b9a36b762728407c98f63579e95ab94fe3ed3ae3a886ab4bae670795f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (1.0.1.pre16)
4
+ et_full_system (1.0.1.pre17)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -23,16 +23,16 @@ GEM
23
23
  addressable (2.7.0)
24
24
  public_suffix (>= 2.0.2, < 5.0)
25
25
  aws-eventstream (1.0.3)
26
- aws-partitions (1.270.0)
27
- aws-sdk-core (3.89.1)
26
+ aws-partitions (1.275.0)
27
+ aws-sdk-core (3.90.1)
28
28
  aws-eventstream (~> 1.0, >= 1.0.2)
29
29
  aws-partitions (~> 1, >= 1.239.0)
30
30
  aws-sigv4 (~> 1.1)
31
31
  jmespath (~> 1.0)
32
- aws-sdk-kms (1.28.0)
32
+ aws-sdk-kms (1.29.0)
33
33
  aws-sdk-core (~> 3, >= 3.71.0)
34
34
  aws-sigv4 (~> 1.1)
35
- aws-sdk-s3 (1.60.1)
35
+ aws-sdk-s3 (1.60.2)
36
36
  aws-sdk-core (~> 3, >= 3.83.0)
37
37
  aws-sdk-kms (~> 1)
38
38
  aws-sigv4 (~> 1.1)
@@ -47,8 +47,8 @@ GEM
47
47
  faraday (~> 0.9)
48
48
  faraday_middleware (~> 0.10)
49
49
  nokogiri (~> 1.6, >= 1.6.8)
50
- backports (3.15.0)
51
- concurrent-ruby (1.1.5)
50
+ backports (3.16.1)
51
+ concurrent-ruby (1.1.6)
52
52
  dotenv (2.7.5)
53
53
  et_fake_acas_server (0.1.6)
54
54
  activesupport (~> 5.2)
@@ -69,7 +69,7 @@ GEM
69
69
  multipart-post (>= 1.2, < 3)
70
70
  faraday_middleware (0.14.0)
71
71
  faraday (>= 0.7.4, < 1.0)
72
- httparty (0.17.3)
72
+ httparty (0.18.0)
73
73
  mime-types (~> 3.0)
74
74
  multi_xml (>= 0.5.2)
75
75
  i18n (1.8.2)
@@ -88,15 +88,15 @@ GEM
88
88
  multipart-post (2.1.1)
89
89
  mustermann (1.1.1)
90
90
  ruby2_keywords (~> 0.0.1)
91
- nokogiri (1.10.7)
91
+ nokogiri (1.10.8)
92
92
  mini_portile2 (~> 2.4.0)
93
93
  public_suffix (4.0.3)
94
94
  puma (3.12.2)
95
- rack (2.1.2)
95
+ rack (2.2.2)
96
96
  rack-protection (2.0.8.1)
97
97
  rack
98
98
  rake (10.5.0)
99
- roda (3.28.0)
99
+ roda (3.29.0)
100
100
  rack
101
101
  rotp (5.1.0)
102
102
  addressable (~> 2.5)
data/foreman/Procfile CHANGED
@@ -9,6 +9,6 @@ admin_web: export FREEPORT=$(freeport) && godotenv -f ${FOREMAN_PATH}/.env godot
9
9
  atos_api_web: export FREEPORT=$(freeport) && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_atos.env bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url atos_api http://localhost:$FREEPORT && cd systems/atos && PORT=$FREEPORT ./run.sh"
10
10
  s3_web: bash --login -c "godotenv -f ${FOREMAN_PATH}/minio.env minio server ${MINIO_STORAGE_PATH}"
11
11
  azure_blob_web: bash --login -c "azurite -l ${AZURITE_STORAGE_PATH} -d ${AZURITE_STORAGE_PATH}/debug.log"
12
- fake_acas_web: export FREEPORT=$(freeport) && bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url fake_acas http://localhost:$FREEPORT && rvm use && et_fake_acas_server --port=$FREEPORT --threads=1:5"
12
+ fake_acas_web: export FREEPORT=$(freeport) && bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url fake_acas http://localhost:$FREEPORT && rvm use && et_fake_acas_server -port $FREEPORT -threads=1 -workers=2"
13
13
  fake_ccd_web: export FREEPORT=$(freeport) && bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url fake_ccd http://localhost:$FREEPORT && rvm use && et_fake_ccd start --port=$FREEPORT --create_case_schema=./systems/et_ccd_export/spec/json_schemas/case_create.json"
14
14
  et_ccd_export_sidekiq: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && cd systems/et_ccd_export && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_ccd_export.env ./run_sidekiq.sh"
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "1.0.1.pre16"
2
+ VERSION = "1.0.1.pre17"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_full_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.pre16
4
+ version: 1.0.1.pre17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-05 00:00:00.000000000 Z
11
+ date: 2020-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor