shards 2.4.0 → 2.4.1
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 +3 -3
- data/lib/settings/workflows/delete_by_api.yaml +7 -0
- data/lib/settings/workflows/delete_by_terminal.yaml +6 -3
- data/lib/shards/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: 849b30a33034ec813e1cd1153fb5c8834b2bfb802ae14d899cd9969a45f89d9d
|
|
4
|
+
data.tar.gz: fa1640cb840f939608a953a472406e81c8a140eeb20f400be61a60edccccc9bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f9abc36a3823eac76f71f3cf4221cafc8153502f391ffe6e7bd75819a4d824abaf627da6183cf870d2b76cfea68d79e511455ad66a440352fca0fdbc7272076
|
|
7
|
+
data.tar.gz: 2947eb697f053c05db45c2380ba704893369380713286f6344f38e31f8695e13f79ef39c7192a6ddc35539e5a17e7c5888e9b4393beb8eeb307bf90b1734ebd1
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
shards (2.4.
|
|
4
|
+
shards (2.4.1)
|
|
5
5
|
aws-sdk-ec2 (~> 1.48)
|
|
6
6
|
aws-sdk-elasticloadbalancing (~> 1.5)
|
|
7
7
|
aws-sdk-elasticloadbalancingv2 (~> 1.14)
|
|
@@ -24,13 +24,13 @@ GEM
|
|
|
24
24
|
rspec-expectations (>= 2.99)
|
|
25
25
|
thor (~> 0.19)
|
|
26
26
|
aws-eventstream (1.0.1)
|
|
27
|
-
aws-partitions (1.
|
|
27
|
+
aws-partitions (1.108.0)
|
|
28
28
|
aws-sdk-core (3.36.0)
|
|
29
29
|
aws-eventstream (~> 1.0)
|
|
30
30
|
aws-partitions (~> 1.0)
|
|
31
31
|
aws-sigv4 (~> 1.0)
|
|
32
32
|
jmespath (~> 1.0)
|
|
33
|
-
aws-sdk-ec2 (1.
|
|
33
|
+
aws-sdk-ec2 (1.55.0)
|
|
34
34
|
aws-sdk-core (~> 3, >= 3.26.0)
|
|
35
35
|
aws-sigv4 (~> 1.0)
|
|
36
36
|
aws-sdk-elasticloadbalancing (1.7.0)
|
|
@@ -35,6 +35,12 @@ delete_by_api:
|
|
|
35
35
|
delete_database:
|
|
36
36
|
wrong_message: The database %s could not be deleted.
|
|
37
37
|
message: Database %s has been deleted.
|
|
38
|
+
correct: check_fingerprints
|
|
39
|
+
wrong: finish
|
|
40
|
+
|
|
41
|
+
application_reload_shards_task:
|
|
42
|
+
message: Reload task have been executed successfully.
|
|
43
|
+
wrong_message: Errors found in the reload task %s.
|
|
38
44
|
correct: finish_successfully
|
|
39
45
|
wrong: finish
|
|
40
46
|
|
|
@@ -49,5 +55,6 @@ correct_steps_summary:
|
|
|
49
55
|
- write_yaml_files
|
|
50
56
|
- commit_changes
|
|
51
57
|
- delete_database
|
|
58
|
+
- check_fingerprints
|
|
52
59
|
|
|
53
60
|
start: validate_location
|
|
@@ -41,12 +41,15 @@ delete_by_terminal:
|
|
|
41
41
|
correct: delete_database
|
|
42
42
|
wrong: finish
|
|
43
43
|
|
|
44
|
-
# todo add steps to run the puppet agent,
|
|
45
|
-
# and restart sidekiq before the database deletion.
|
|
46
|
-
|
|
47
44
|
delete_database:
|
|
48
45
|
wrong_message: The database %s could not be deleted.
|
|
49
46
|
message: Database %s has been deleted.
|
|
47
|
+
correct: check_fingerprints
|
|
48
|
+
wrong: finish
|
|
49
|
+
|
|
50
|
+
application_reload_shards_task:
|
|
51
|
+
message: Reload task have been executed successfully.
|
|
52
|
+
wrong_message: Errors found in the reload task %s.
|
|
50
53
|
correct: finish_successfully
|
|
51
54
|
wrong: finish
|
|
52
55
|
|
data/lib/shards/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shards
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Diego PL
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|