prima-twig 0.45.22 → 0.45.23
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 +5 -5
- data/bin/twig-feature +10 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 9597ac879e49cb12605f8ec0f9f8b85034fc4ab955afabbb41623137dc9f5717
|
|
4
|
+
data.tar.gz: c4eddd396508f85ae13d180d617929130b0f9f982bfa7bb8925f81cb5c01d94b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7dbf8758577cab4756e189d6cbd0920416d55f01378e8be2263e1136a1cf58f63050bf0a89eeef5b2d62117ed084426f2e47858fc585c7d44e95cd7278be7ef
|
|
7
|
+
data.tar.gz: 59dea8402f9d9b8f623add923f2df7d3e8c4c184a1cd76bbc9c99b63046ae59b7b8da597cc5a40efd38be25029c2beb86bd45964b05b974697bb56b31e22b113
|
data/bin/twig-feature
CHANGED
|
@@ -55,6 +55,7 @@ class Release
|
|
|
55
55
|
}
|
|
56
56
|
@base_stack_name_alb = 'ecs-alb-http-public-qa-'
|
|
57
57
|
@base_stack_name_alb_ws = 'ecs-alb-ws-public-qa-'
|
|
58
|
+
@git_branch = ''
|
|
58
59
|
end
|
|
59
60
|
|
|
60
61
|
def execute!(args)
|
|
@@ -450,6 +451,7 @@ class Release
|
|
|
450
451
|
end
|
|
451
452
|
|
|
452
453
|
branches = ''
|
|
454
|
+
@git_branch = feature_number
|
|
453
455
|
|
|
454
456
|
@projects.each_key do |project_key|
|
|
455
457
|
if @projects[project_key][:revision]
|
|
@@ -688,6 +690,10 @@ class Release
|
|
|
688
690
|
@dns_record_identifier = deploy_id
|
|
689
691
|
hostname_pattern_priority = hostname_pattern_priority()
|
|
690
692
|
tags = [
|
|
693
|
+
{
|
|
694
|
+
key: "qainit",
|
|
695
|
+
value: @git_branch
|
|
696
|
+
},
|
|
691
697
|
{
|
|
692
698
|
key: project,
|
|
693
699
|
value: @projects[project][:name]
|
|
@@ -846,6 +852,10 @@ class Release
|
|
|
846
852
|
@dns_record_identifier = deploy_id
|
|
847
853
|
hostname_pattern_priority = hostname_pattern_priority()
|
|
848
854
|
tags = [
|
|
855
|
+
{
|
|
856
|
+
key: "qainit",
|
|
857
|
+
value: @git_branch
|
|
858
|
+
},
|
|
849
859
|
{
|
|
850
860
|
key: "prima",
|
|
851
861
|
value: @projects["prima"][:name]
|
|
@@ -978,7 +988,6 @@ class Release
|
|
|
978
988
|
parameter_key: "PrimaElbHostname",
|
|
979
989
|
parameter_value: get_alb_host(stack_name_alb)
|
|
980
990
|
},
|
|
981
|
-
|
|
982
991
|
{
|
|
983
992
|
parameter_key: "UraniaIp",
|
|
984
993
|
parameter_value: ec2_ip_address(asg_stack_name)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.45.
|
|
4
|
+
version: 0.45.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2019-03-
|
|
17
|
+
date: 2019-03-05 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
218
|
-
rubygems_version: 2.5.2.3
|
|
217
|
+
rubygems_version: 3.0.1
|
|
219
218
|
signing_key:
|
|
220
219
|
specification_version: 4
|
|
221
220
|
summary: The Prima twig toolbelt
|