et_full_system 1.0.0.pre17 → 1.0.0.pre18

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: 55a3f10a5a34ed8b43a8a09781721d08dd259829729fbb9b69257d188e0a62cd
4
- data.tar.gz: ac50e05846737088d9245a6ec76dce6f0aee2a1864e6824d93ffddfc748628c0
3
+ metadata.gz: fb5e141d53248ec5c917985f53a29444d42a249705bd4313a2dc7822063a4461
4
+ data.tar.gz: 22e3636a710c70a68b4c471a81860c38891c3fa3eaecbec1b712b73fad45b33a
5
5
  SHA512:
6
- metadata.gz: fc2c0c9e0f9cff967b537ad2faa3ca85681f039ec1af6b2f6f46a3cddf9fcd8b23fade1d4f218c6e259df505e5ff14136289179dff02eb3d611d54d27099bf06
7
- data.tar.gz: 8d46efe39e437c75369cc5331738e643a8fe1a0ca51db552a5278e099275ccf3675c28e13e913e19a71a26a1258f5914900269c81a3fae9330aecff9ab0d5dee
6
+ metadata.gz: 9ef59de1ec9d04ff29e4c6287a2af1ba30efb9db74800a2fedc62c3bb5add37ed5a55fc19bdb67d9dc3ef04215520454858afef73b89c1b9b58350290b9c6cc4
7
+ data.tar.gz: 5f911300db79aaec3e9996cfaf0a954c8c8f924cc3883528fe83169be12fd718c64fe2e0c195e2c0ca3960a8060a09a6fc34855f37c0de69b3fdda3977e3cda2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (1.0.0.pre17)
4
+ et_full_system (1.0.0.pre18)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -23,7 +23,7 @@ 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.257.0)
26
+ aws-partitions (1.258.0)
27
27
  aws-sdk-core (3.86.0)
28
28
  aws-eventstream (~> 1.0, >= 1.0.2)
29
29
  aws-partitions (~> 1, >= 1.239.0)
@@ -32,7 +32,7 @@ GEM
32
32
  aws-sdk-kms (1.27.0)
33
33
  aws-sdk-core (~> 3, >= 3.71.0)
34
34
  aws-sigv4 (~> 1.1)
35
- aws-sdk-s3 (1.60.0)
35
+ aws-sdk-s3 (1.60.1)
36
36
  aws-sdk-core (~> 3, >= 3.83.0)
37
37
  aws-sdk-kms (~> 1)
38
38
  aws-sigv4 (~> 1.1)
data/foreman/Procfile CHANGED
@@ -2,7 +2,7 @@ traefik: bash --login -c "traefik --configfile=${FOREMAN_PATH}/traefik.toml"
2
2
  et1_web: export FREEPORT=$(freeport) && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url et1 http://localhost:$FREEPORT && cd systems/et1 && PORT=$FREEPORT ./run.sh"
3
3
  et1_sidekiq: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && cd systems/et1 && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env ./run_sidekiq.sh"
4
4
  et3_web: export FREEPORT=$(freeport) && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et3.env bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url et3 http://localhost:$FREEPORT && cd systems/et3 && PORT=$FREEPORT ./run.sh"
5
- mail_web: bash --login -c "source ${FOREMAN_PATH}/mailhog.env && mailhog"
5
+ mail_web: bash --login -c "source ${FOREMAN_PATH}/mailhog.env && mailhog &> /dev/null"
6
6
  api_web: export FREEPORT=$(freeport) && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_api.env bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url api http://localhost:$FREEPORT && cd systems/api && PORT=$FREEPORT ./run.sh"
7
7
  api_sidekiq: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && cd systems/api && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_api.env ./run_sidekiq.sh"
8
8
  admin_web: export FREEPORT=$(freeport) && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et_admin.env bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url admin http://localhost:$FREEPORT && cd systems/admin && PORT=$FREEPORT ./run.sh"
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "1.0.0.pre17"
2
+ VERSION = "1.0.0.pre18"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_full_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre17
4
+ version: 1.0.0.pre18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor