et_full_system 6.0.1 → 6.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbfe3a02539b7acf289a8d885375ec10a931edb8e473e0c0a64d358b838315bd
4
- data.tar.gz: c77cc0d1a2906f57f3707e6940223d1962c056d4482fdb6c636a5eec6d081b83
3
+ metadata.gz: 16a7fc2c902efd97b2fe7c22d598142de01bd4f7077b63e414e9f14eab8cdf7f
4
+ data.tar.gz: 5a3cf72af010fa2697a8706e142bc524568c599ed156e93ea8a98ab9f073f2b3
5
5
  SHA512:
6
- metadata.gz: ad635e631aec27b5e2286724b6cb55592ddd4165723d04cfa18c90db2d6a52dcaaf963adf8056a00cf6bed89d5580d07631ef2aa2bd4632fa45c23c0db4d1b3f
7
- data.tar.gz: 0e950ed0c1c129f717cc85e08684fb2b2195b3931473ba909e815037e55075632ddf8c5b952fa58e2e39f88ba7915e9c35dbc69062cc03d94ace0149a3118ce5
6
+ metadata.gz: 54f89c57cd65c020f6639ed387c403e5a1ebc47ff770d7a9ffd204a672f2bb83ddc0a464a96961b0e1464ae758bcebb8850135b49f0b4e0f5daf3c8937532baf
7
+ data.tar.gz: 787aa8734fdf04be3607b1c7e637ce587720f08cc38ee1490433c6a8ef10546c489fa21f45c73e5b91c6c40afb6769d11ec38875f44ac0c84c29ec604281425e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (6.0.1)
4
+ et_full_system (6.1.0)
5
5
  azure-storage (~> 0.15.0.preview)
6
6
  dotenv (~> 2.7, >= 2.7.2)
7
7
  et_fake_ccd (~> 1.0)
@@ -12,9 +12,9 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activemodel (6.1.5)
16
- activesupport (= 6.1.5)
17
- activesupport (6.1.5)
15
+ activemodel (6.1.6)
16
+ activesupport (= 6.1.6)
17
+ activesupport (6.1.6)
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
19
19
  i18n (>= 1.6, < 2)
20
20
  minitest (>= 5.1)
@@ -59,10 +59,10 @@ GEM
59
59
  multi_xml (>= 0.5.2)
60
60
  i18n (1.10.0)
61
61
  concurrent-ruby (~> 1.0)
62
- iodine (0.7.45)
62
+ iodine (0.7.47)
63
63
  json-schema (2.8.1)
64
64
  addressable (>= 2.4)
65
- jwt (2.3.0)
65
+ jwt (2.4.1)
66
66
  mail (2.7.1)
67
67
  mini_mime (>= 0.1.1)
68
68
  mime-types (3.4.1)
@@ -72,17 +72,17 @@ GEM
72
72
  mini_portile2 (2.8.0)
73
73
  minitest (5.15.0)
74
74
  multi_xml (0.6.0)
75
- multipart-post (2.1.1)
76
- nokogiri (1.13.3)
75
+ multipart-post (2.2.3)
76
+ nokogiri (1.13.6)
77
77
  mini_portile2 (~> 2.8.0)
78
78
  racc (~> 1.4)
79
79
  pastel (0.8.0)
80
80
  tty-color (~> 0.5)
81
- public_suffix (4.0.6)
81
+ public_suffix (4.0.7)
82
82
  racc (1.6.0)
83
- rack (2.2.3)
83
+ rack (2.2.3.1)
84
84
  rake (13.0.1)
85
- roda (3.54.0)
85
+ roda (3.56.0)
86
86
  rack
87
87
  roda-enhanced_logger (0.4.0)
88
88
  roda (>= 3.19.0)
@@ -95,7 +95,7 @@ GEM
95
95
  pastel (~> 0.8)
96
96
  tzinfo (2.0.4)
97
97
  concurrent-ruby (~> 1.0)
98
- zeitwerk (2.5.4)
98
+ zeitwerk (2.6.0)
99
99
 
100
100
  PLATFORMS
101
101
  ruby
data/foreman/et3.env CHANGED
@@ -1,5 +1,5 @@
1
1
  REDIS_URL=redis://redis:6379/5
2
2
  RAVEN_DSN='https://7f2374c2e0cd4650bf5129c9fe45215e:e0ae53d01bd7454da963790ee204ffa0@sentry.io/1376078'
3
- ET_API_URL='http://api.et.127.0.0.1.nip.io:3100/api'
3
+ ET_API_URL='http://api.et.127.0.0.1.nip.io:3100/api/v2'
4
4
  DB_NAME=et3_production
5
5
  ROOT_URL=http://et3.et.127.0.0.1.nip.io:3100
data/foreman/et_api.env CHANGED
@@ -4,4 +4,5 @@ REDIS_DATABASE=2
4
4
  DB_NAME='et_api_production'
5
5
  RAVEN_DSN='https://929365547a42468fb521248a96100646:139af8327fa340b88088efeae059fca8@sentry.io/1254109'
6
6
  ACAS_SERVICE_URL='http://acas.et.127.0.0.1.nip.io:3100/Lookup/ECService.svc'
7
+ ACAS_JSON_SERVICE_URL='http://acas.et.127.0.0.1.nip.io:3100/ECCLJson'
7
8
  DISABLE_SIDEKIQ_ALIVE=true
@@ -349,7 +349,7 @@ module EtFullSystem
349
349
 
350
350
  def setup_et1_service
351
351
  puts "------------------------------------------------ SETTING UP ET1 SERVICE ---------------------------------------------------"
352
- cmd = "bash --login -c \"cd #{PROJECT_PATH}/systems/et1 RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et1.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
352
+ cmd = "bash --login -c \"cd #{PROJECT_PATH}/systems/et1 && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et1.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
353
353
  puts cmd
354
354
  external_command cmd, 'et1 setup'
355
355
 
@@ -357,56 +357,56 @@ module EtFullSystem
357
357
  puts cmd
358
358
  external_command cmd, 'et1 setup'
359
359
 
360
- cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et1 RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et1.env\" bundle exec rake db:create db:migrate assets:precompile\""
360
+ cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et1 && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et1.env\" bundle exec rake db:create db:migrate assets:precompile\""
361
361
  puts cmd
362
362
  external_command cmd, 'et1 setup'
363
363
  end
364
364
 
365
365
  def setup_et3_service
366
366
  puts "------------------------------------------------ SETTING UP ET3 SERVICE ---------------------------------------------------"
367
- cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et3 RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et3.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
367
+ cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et3 && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et3.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
368
368
  puts cmd
369
369
  external_command cmd, 'et3 setup'
370
370
 
371
- cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et3 RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et3.env\" bundle exec rake db:create db:migrate assets:precompile\""
371
+ cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et3 && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et3.env\" bundle exec rake db:create db:migrate assets:precompile\""
372
372
  puts cmd
373
373
  external_command cmd, 'et3 setup'
374
374
  end
375
375
 
376
376
  def setup_admin_service
377
377
  puts "------------------------------------------------ SETTING UP ADMIN SERVICE ---------------------------------------------------"
378
- cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/admin RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_admin.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
378
+ cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/admin && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_admin.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
379
379
  puts cmd
380
380
  external_command cmd, 'admin setup'
381
381
 
382
382
  puts "| Admin | Running rake commands"
383
- cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/admin RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_admin.env\" bundle exec rake db:seed assets:precompile\""
383
+ cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/admin && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_admin.env\" bundle exec rake db:seed assets:precompile\""
384
384
  puts cmd
385
385
  external_command cmd, 'admin setup'
386
386
  end
387
387
 
388
388
  def setup_api_service
389
389
  puts "------------------------------------------------ SETTING UP API SERVICE ---------------------------------------------------"
390
- cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/api RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_api.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
390
+ cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/api && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_api.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
391
391
  puts cmd
392
392
  external_command cmd, 'api setup'
393
393
 
394
394
  puts "| API | Running rake commands"
395
- cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/api RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_api.env\" bundle exec rake db:create db:migrate db:seed\""
395
+ cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/api && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_api.env\" bundle exec rake db:create db:migrate db:seed\""
396
396
  puts cmd
397
397
  external_command cmd, 'api setup'
398
398
  end
399
399
 
400
400
  def setup_atos_service
401
401
  puts "------------------------------------------------ SETTING UP ATOS SERVICE ---------------------------------------------------"
402
- cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/atos RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_atos.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
402
+ cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/atos && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_atos.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
403
403
  puts cmd
404
404
  external_command cmd, 'atos setup'
405
405
  end
406
406
 
407
407
  def setup_ccd_service
408
408
  puts "------------------------------------------------ SETTING UP CCD EXPORT SERVICE ---------------------------------------------------"
409
- cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et_ccd_export RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_ccd_export.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
409
+ cmd ="bash --login -c \"cd #{PROJECT_PATH}/systems/et_ccd_export && RAILS_ENV=#{options[:rails_env]} godotenv -f \"#{GEM_PATH}/foreman/.env\" godotenv -f \"#{GEM_PATH}/foreman/et_ccd_export.env\" gem install bundler:1.17.3 && bundle install --with=#{options[:rails_env]}\""
410
410
  puts cmd
411
411
  external_command cmd, 'ccd setup'
412
412
  end
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "6.0.1"
2
+ VERSION = "6.1.0"
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: 6.0.1
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-24 00:00:00.000000000 Z
11
+ date: 2022-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor