brpm_module_brpm 0.1.19 → 0.1.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/automations/create_request.txt +18 -18
- data/automations/promote_request.txt +19 -19
- data/automations/select_application_version.txt +12 -12
- data/automations/select_request_template.txt +8 -8
- data/automations/wait_for_step_in_other_request.txt +8 -8
- data/config.yml +1 -1
- metadata +1 -2
- data/automations/create_release_from_excel.txt +0 -0
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MGYzY2QzOTQzOWMyYTUzYWQwNjM0Y2ZlYjlmYmQ1YTQ5ODcwNmRmYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YTViNDdmYjViYjA1NmNkYzI4NTA2YjY2ZmUyN2Y1M2M0OGU5Yjg4OQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjEzZTExYzAyNTdiZTc0Y2QwNjhmYmFkNjJjNTQ5OGE4OGY0ODBjYzUyM2M1
|
10
|
+
MmViNWJkOGYyYzQ5YWIyN2U4Mjc5YmJkMDJmMDk4NWFkOGQ3YzE1MGQxMWQ0
|
11
|
+
MmFiM2Q0NGViMDA3NzM4Yzg3OTg1MThkNWQ4MGEwMThiNzgyYjY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NWVkODQzYzYyMjQxM2QxMGVkYzNjNWJlMWEyMmNmOWUxMzc2ZWE5YWIwOGU2
|
14
|
+
Nzc0YjdmZDQ1M2ZiN2E1NTAyYWIzNmUxOWMyMjllMWQ4ZDA5Y2EwYmZhNTMz
|
15
|
+
OWY2NWE2NmI2MGQ1Nzc0MzZhNmM4ZDZlNzU5NDQzMWFiODJmNGU=
|
@@ -1,18 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
1
|
+
params:
|
2
|
+
target_environment_id:
|
3
|
+
name: Target environment
|
4
|
+
required: yes
|
5
|
+
position: A1:C1
|
6
|
+
type: in-external-single-select
|
7
|
+
external_resource: select_environment
|
8
|
+
target_stage:
|
9
|
+
name: Target stage
|
10
|
+
required: no
|
11
|
+
position: A2:C2
|
12
|
+
execute_target_request:
|
13
|
+
name: execute_target_request
|
14
|
+
required: yes
|
15
|
+
type: in-list-single
|
16
|
+
list_pairs: 1,No|2,Execute|3,Execute and monitor
|
17
|
+
position: A3:C3
|
18
|
+
|
@@ -1,19 +1,19 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
1
|
+
params
|
2
|
+
request_template:
|
3
|
+
name: request_template
|
4
|
+
required: no
|
5
|
+
source_stage:
|
6
|
+
name: source_stage
|
7
|
+
required: yes
|
8
|
+
target_stage:
|
9
|
+
name: target_stage
|
10
|
+
required: yes
|
11
|
+
target_env:
|
12
|
+
name: target_env
|
13
|
+
required: yes
|
14
|
+
execute_target_request:
|
15
|
+
name: execute_target_request
|
16
|
+
required: yes
|
17
|
+
type: in-list-single
|
18
|
+
list_pairs: true,Yes|false,No
|
19
|
+
|
@@ -1,12 +1,12 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
1
|
+
params
|
2
|
+
application_id:
|
3
|
+
name: Application
|
4
|
+
position: A1:C1
|
5
|
+
type: in-external-single-select
|
6
|
+
external_resource: select_application
|
7
|
+
required: yes
|
8
|
+
application_version:
|
9
|
+
name: Version
|
10
|
+
position: A2:B2
|
11
|
+
required: yes
|
12
|
+
|
@@ -1,8 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
1
|
+
params
|
2
|
+
request_template_id:
|
3
|
+
name: Request template
|
4
|
+
position: A1:C1
|
5
|
+
type: in-external-single-select
|
6
|
+
external_resource: select_request_template
|
7
|
+
required: yes
|
8
|
+
|
@@ -1,8 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
1
|
+
params
|
2
|
+
other_request_step:
|
3
|
+
name: other_request_step
|
4
|
+
position: A1:F10
|
5
|
+
type: in-external-single-select
|
6
|
+
external_resource: select_step_in_request
|
7
|
+
required: yes
|
8
|
+
|
data/config.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brpm_module_brpm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niek Bartholomeus
|
@@ -69,7 +69,6 @@ files:
|
|
69
69
|
- README.md
|
70
70
|
- Rakefile
|
71
71
|
- automations/create_release_from_excel.rb
|
72
|
-
- automations/create_release_from_excel.txt
|
73
72
|
- automations/create_release_request.rb
|
74
73
|
- automations/create_request.rb
|
75
74
|
- automations/create_request.txt
|
File without changes
|