et_full_system 0.1.65 → 0.1.66
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 +4 -4
- data/Gemfile.lock +4 -4
- data/lib/et_full_system/cli/docker/server.rb +1 -0
- data/lib/et_full_system/cli/workspace.rb +1 -0
- data/lib/et_full_system/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a57bd68090f13b00d4c86039efae1e19fc3a1eeb08f1bdd00685cf333519d7c
|
4
|
+
data.tar.gz: f9f8fbd9eb7f1556e096186573e6e7bbdfe99815453d96e7449fa16c5f0546c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac729224cb6ff804be7426f5d958fc0700cbc22df967d06d8392a5e948d7a580b5622c57a98c2e1f38d459de123e4b461d682b35b91bdd4b749200e191393caf
|
7
|
+
data.tar.gz: 331230c4f875a02b4ddb8d5dc441a3bde262b5acf89b06422e0cc2c08297eabc506ee694df1daa2996d21b2661c6a887a0982dd23b3308bbb8248aaa580e8aa6
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
et_full_system (0.1.
|
4
|
+
et_full_system (0.1.66)
|
5
5
|
aws-sdk-s3 (~> 1.9)
|
6
6
|
azure-storage (~> 0.15.0.preview)
|
7
7
|
dotenv (~> 2.7, >= 2.7.2)
|
@@ -23,8 +23,8 @@ GEM
|
|
23
23
|
addressable (2.6.0)
|
24
24
|
public_suffix (>= 2.0.2, < 4.0)
|
25
25
|
aws-eventstream (1.0.3)
|
26
|
-
aws-partitions (1.
|
27
|
-
aws-sdk-core (3.
|
26
|
+
aws-partitions (1.196.0)
|
27
|
+
aws-sdk-core (3.62.0)
|
28
28
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
29
29
|
aws-partitions (~> 1.0)
|
30
30
|
aws-sigv4 (~> 1.1)
|
@@ -49,7 +49,7 @@ GEM
|
|
49
49
|
nokogiri (~> 1.6, >= 1.6.8)
|
50
50
|
backports (3.15.0)
|
51
51
|
concurrent-ruby (1.1.5)
|
52
|
-
dotenv (2.7.
|
52
|
+
dotenv (2.7.5)
|
53
53
|
et_fake_acas_server (0.1.6)
|
54
54
|
activesupport (~> 5.2)
|
55
55
|
nokogiri (~> 1.8, >= 1.8.2)
|
@@ -20,6 +20,7 @@ module EtFullSystem
|
|
20
20
|
env_vars << "CCD_IDAM_BASE_URL=http://#{options.ccd_docker_host}:5000"
|
21
21
|
env_vars << "CCD_DATA_STORE_BASE_URL=http://#{options.ccd_docker_host}:4452"
|
22
22
|
env_vars << "CCD_DOCUMENT_STORE_BASE_URL=http://#{options.ccd_docker_host}:4506"
|
23
|
+
env_vars << "CCD_GATEWAY_API_URL=http://#{options.ccd_docker_host}:3453"
|
23
24
|
env_vars << "CCD_DOCUMENT_STORE_URL_REWRITE=localhost:4506:dm-store:8080"
|
24
25
|
env_vars << "CCD_SIDAM_USERNAME=m@m.com"
|
25
26
|
env_vars << "CCD_SIDAM_PASSWORD=Pa55word11"
|
@@ -22,6 +22,7 @@ module EtFullSystem
|
|
22
22
|
desc "checkout <branch-or-commit>", "Checkout a branch or a specific commit, then updates the submodules"
|
23
23
|
def checkout(branch_or_commit)
|
24
24
|
return say "Please change to a workspace setup by this tool" unless File.exist?(File.join(Dir.pwd, 'et-full-system.dir'))
|
25
|
+
puts `git fetch`
|
25
26
|
puts `git checkout #{branch_or_commit}`
|
26
27
|
puts `git submodule update`
|
27
28
|
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: 0.1.
|
4
|
+
version: 0.1.66
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gary Taylor
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|