et_full_system 3.0.5 → 3.0.9
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 +5 -7
- data/docker/docker-compose.yml +0 -41
- data/lib/et_full_system/cli/docker/server.rb +0 -4
- data/lib/et_full_system/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c7253b6c82bb19a3c09dc62d9d825800e0465088f6ef891a041947d6f0bcb50
|
|
4
|
+
data.tar.gz: f5eb7fb9e0bb7ed37446cbf22a1a34e90f004e6af712e42947ac24c99fb034d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1dcf2c59ee1461a46028599070257bc38c09ee9415caf4699b999185cac2000cb80b10e09d77c04f9958293d45af1b87392741a245f135c38c5a35cfa5ca5dc
|
|
7
|
+
data.tar.gz: 73b24cdde0e276a8e745d6dd34dc96cca62631355593052d3668e5fa407f48fb2716f2e123216773013008d0780b26582d9730553594f36ad8d19e19813eb5e0
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
et_full_system (3.0.
|
|
4
|
+
et_full_system (3.0.9)
|
|
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.8.0)
|
|
24
24
|
public_suffix (>= 2.0.2, < 5.0)
|
|
25
25
|
aws-eventstream (1.1.1)
|
|
26
|
-
aws-partitions (1.
|
|
26
|
+
aws-partitions (1.492.0)
|
|
27
27
|
aws-sdk-core (3.119.1)
|
|
28
28
|
aws-eventstream (~> 1, >= 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.
|
|
32
|
+
aws-sdk-kms (1.47.0)
|
|
33
33
|
aws-sdk-core (~> 3, >= 3.119.0)
|
|
34
34
|
aws-sigv4 (~> 1.1)
|
|
35
|
-
aws-sdk-s3 (1.
|
|
35
|
+
aws-sdk-s3 (1.100.0)
|
|
36
36
|
aws-sdk-core (~> 3, >= 3.119.0)
|
|
37
37
|
aws-sdk-kms (~> 1)
|
|
38
38
|
aws-sigv4 (~> 1.1)
|
|
@@ -73,12 +73,10 @@ GEM
|
|
|
73
73
|
mime-types (3.3.1)
|
|
74
74
|
mime-types-data (~> 3.2015)
|
|
75
75
|
mime-types-data (3.2021.0704)
|
|
76
|
-
mini_portile2 (2.6.1)
|
|
77
76
|
minitest (5.14.4)
|
|
78
77
|
multi_xml (0.6.0)
|
|
79
78
|
multipart-post (2.1.1)
|
|
80
|
-
nokogiri (1.12.
|
|
81
|
-
mini_portile2 (~> 2.6.1)
|
|
79
|
+
nokogiri (1.12.4-arm64-darwin)
|
|
82
80
|
racc (~> 1.4)
|
|
83
81
|
public_suffix (4.0.6)
|
|
84
82
|
racc (1.5.2)
|
data/docker/docker-compose.yml
CHANGED
|
@@ -137,46 +137,6 @@ services:
|
|
|
137
137
|
- "localhost.from.docker:${LOCALHOST_FROM_DOCKER_IP:-127.255.255.255}"
|
|
138
138
|
networks:
|
|
139
139
|
- et_full_system
|
|
140
|
-
zalenium:
|
|
141
|
-
image: "dosel/zalenium"
|
|
142
|
-
container_name: zalenium
|
|
143
|
-
hostname: zalenium
|
|
144
|
-
tty: 'true'
|
|
145
|
-
volumes:
|
|
146
|
-
- zalenium_videos:/home/seluser/videos
|
|
147
|
-
- /var/run/docker.sock:/var/run/docker.sock
|
|
148
|
-
ports:
|
|
149
|
-
- 4444:4444
|
|
150
|
-
extra_hosts:
|
|
151
|
-
- "localhost.from.docker:${LOCALHOST_FROM_DOCKER_IP}"
|
|
152
|
-
networks:
|
|
153
|
-
- et_full_system
|
|
154
|
-
command: >
|
|
155
|
-
start --desiredContainers 2
|
|
156
|
-
--maxDockerSeleniumContainers 8
|
|
157
|
-
--screenWidth 1024 --screenHeight 768
|
|
158
|
-
--timeZone "Europe/Berlin"
|
|
159
|
-
--videoRecordingEnabled ${RECORD_VIDEO:-'false'}
|
|
160
|
-
--sauceLabsEnabled 'false'
|
|
161
|
-
--browserStackEnabled 'false'
|
|
162
|
-
--testingBotEnabled 'false'
|
|
163
|
-
--cbtEnabled 'false'
|
|
164
|
-
--lambdaTestEnabled 'false'
|
|
165
|
-
--startTunnel 'false'
|
|
166
|
-
environment:
|
|
167
|
-
- HOST_UID
|
|
168
|
-
- HOST_GID
|
|
169
|
-
- SAUCE_USERNAME
|
|
170
|
-
- SAUCE_ACCESS_KEY
|
|
171
|
-
- BROWSER_STACK_USER
|
|
172
|
-
- BROWSER_STACK_KEY
|
|
173
|
-
- TESTINGBOT_KEY
|
|
174
|
-
- TESTINGBOT_SECRET
|
|
175
|
-
- CBT_USERNAME
|
|
176
|
-
- CBT_AUTHKEY
|
|
177
|
-
- LT_USERNAME
|
|
178
|
-
- LT_ACCESS_KEY
|
|
179
|
-
- PULL_SELENIUM_IMAGE='true'
|
|
180
140
|
volumes:
|
|
181
141
|
rvm:
|
|
182
142
|
global_node_modules:
|
|
@@ -197,7 +157,6 @@ volumes:
|
|
|
197
157
|
atos_bundle:
|
|
198
158
|
db_data:
|
|
199
159
|
redis_data:
|
|
200
|
-
zalenium_videos:
|
|
201
160
|
|
|
202
161
|
networks:
|
|
203
162
|
et_full_system:
|
|
@@ -14,7 +14,6 @@ module EtFullSystem
|
|
|
14
14
|
method_option :use_selenium, type: :boolean, default: false, aliases: 'use-selenium', desc: 'Only used if with_test is true - says to use selenium in preference to zalenium'
|
|
15
15
|
method_option :chrome_instances, type: :numeric, default: 1, aliases: 'chrome-instances', desc: 'Specify the number of chrome instances for selenium'
|
|
16
16
|
method_option :firefox_instances, type: :numeric, default: 1, aliases: 'firefox-instances', desc: 'Specify the number of firefox instances for selenium'
|
|
17
|
-
method_option :record_video, type: :boolean, default: false, aliases: 'record-video', desc: 'When using zalenium, enable video recording'
|
|
18
17
|
method_option :minimal, type: :boolean, default: false, desc: 'Set to true to only start the minimum (db, redis, mail, s3, azure blob, fake_acas, fake_ccd)'
|
|
19
18
|
def up(*args)
|
|
20
19
|
unbundled do
|
|
@@ -42,9 +41,6 @@ module EtFullSystem
|
|
|
42
41
|
else
|
|
43
42
|
extra_args.concat(['--scale selenium-hub=0', '--scale chrome=0', '--scale firefox=0'])
|
|
44
43
|
end
|
|
45
|
-
unless options.with_test? && !options.use_selenium?
|
|
46
|
-
extra_args.concat(['--scale zalenium=0'])
|
|
47
|
-
end
|
|
48
44
|
env_vars << "DB_PORT=#{ENV.fetch('DB_PORT', EtFullSystem.is_port_open?(5432) ? 0 : 5432)}"
|
|
49
45
|
env_vars << "REDIS_PORT=#{ENV.fetch('REDIS_PORT', EtFullSystem.is_port_open?(6379) ? 0 : 6379)}"
|
|
50
46
|
gem_root = File.absolute_path('../../../..', __dir__)
|
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: 3.0.
|
|
4
|
+
version: 3.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gary Taylor
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-08-
|
|
11
|
+
date: 2021-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
185
185
|
- !ruby/object:Gem::Version
|
|
186
186
|
version: '0'
|
|
187
187
|
requirements: []
|
|
188
|
-
rubygems_version: 3.1.
|
|
188
|
+
rubygems_version: 3.1.4
|
|
189
189
|
signing_key:
|
|
190
190
|
specification_version: 4
|
|
191
191
|
summary: Runs the employment tribunals system - all services and background jobs
|