rake_gcp 0.1.0.pre.2 → 0.1.0.pre.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +15 -13
- data/Gemfile.lock +74 -33
- data/Rakefile +56 -9
- data/lib/rake_gcp/version.rb +1 -1
- data/rake_gcp.gemspec +2 -0
- metadata +30 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52faa619590cdc033df4cebf804965e50ab40e7341abfc8b25a208b328dcfbc7
|
4
|
+
data.tar.gz: 947fd75a211266c54af2d042fecff5d9d6bf9e309869838e644e2abf9a920f2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '034857bd2d634fea4d53452662388b10a8572102c0dfa07496be7ee5fe8a91d9cfde233cd93ce82d686f92252d64884e3f17e7f437f9fb26bac7bbdf20949819'
|
7
|
+
data.tar.gz: 6fc9ed8f25a5917545a6ac70e8a833c36ec655b0e540934e3e316ebdff2a9bbb4f8272948e6000ddabf908281152ffaf3ad89361fa84bfb1cd7a4cae6bd1c425
|
data/CODE_OF_CONDUCT.md
CHANGED
@@ -5,9 +5,9 @@
|
|
5
5
|
In the interest of fostering an open and welcoming environment, we as
|
6
6
|
contributors and maintainers pledge to making participation in our project and
|
7
7
|
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
-
size, disability, ethnicity, gender identity and expression, level of
|
9
|
-
nationality, personal appearance, race, religion, or sexual identity
|
10
|
-
orientation.
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of
|
9
|
+
experience, nationality, personal appearance, race, religion, or sexual identity
|
10
|
+
and orientation.
|
11
11
|
|
12
12
|
## Our Standards
|
13
13
|
|
@@ -23,7 +23,7 @@ include:
|
|
23
23
|
Examples of unacceptable behavior by participants include:
|
24
24
|
|
25
25
|
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
-
advances
|
26
|
+
advances
|
27
27
|
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
28
|
* Public or private harassment
|
29
29
|
* Publishing others' private information, such as a physical or electronic
|
@@ -37,11 +37,11 @@ Project maintainers are responsible for clarifying the standards of acceptable
|
|
37
37
|
behavior and are expected to take appropriate and fair corrective action in
|
38
38
|
response to any instances of unacceptable behavior.
|
39
39
|
|
40
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or reject
|
41
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
42
|
+
not aligned to this Code of Conduct, or to ban temporarily or permanently any
|
43
|
+
contributor for other behaviors that they deem inappropriate, threatening,
|
44
|
+
offensive, or harmful.
|
45
45
|
|
46
46
|
## Scope
|
47
47
|
|
@@ -58,8 +58,9 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
58
|
reported by contacting the project team at maintainers@infrablocks.io. All
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
-
obligated to maintain confidentiality with regard to the reporter of an
|
62
|
-
Further details of specific enforcement policies may be posted
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an
|
62
|
+
incident. Further details of specific enforcement policies may be posted
|
63
|
+
separately.
|
63
64
|
|
64
65
|
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
66
|
faith may face temporary or permanent repercussions as determined by other
|
@@ -67,8 +68,9 @@ members of the project's leadership.
|
|
67
68
|
|
68
69
|
## Attribution
|
69
70
|
|
70
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
71
|
-
available at [http://contributor-covenant.org/version/1/4][version]
|
71
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
72
|
+
version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
|
72
73
|
|
73
74
|
[homepage]: http://contributor-covenant.org
|
75
|
+
|
74
76
|
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile.lock
CHANGED
@@ -1,59 +1,87 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rake_gcp (0.1.0.pre.
|
4
|
+
rake_gcp (0.1.0.pre.4)
|
5
5
|
colored2 (~> 3.1)
|
6
6
|
rake_factory (~> 0.23)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.
|
11
|
+
activesupport (7.1.1)
|
12
|
+
base64
|
13
|
+
bigdecimal
|
12
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
+
connection_pool (>= 2.2.5)
|
16
|
+
drb
|
13
17
|
i18n (>= 1.6, < 2)
|
14
18
|
minitest (>= 5.1)
|
19
|
+
mutex_m
|
15
20
|
tzinfo (~> 2.0)
|
16
|
-
addressable (2.8.
|
21
|
+
addressable (2.8.5)
|
17
22
|
public_suffix (>= 2.0.2, < 6.0)
|
18
23
|
ast (2.4.2)
|
24
|
+
base64 (0.1.1)
|
25
|
+
bigdecimal (3.1.4)
|
19
26
|
colored2 (3.1.2)
|
20
|
-
concurrent-ruby (1.
|
27
|
+
concurrent-ruby (1.2.2)
|
28
|
+
connection_pool (2.4.1)
|
21
29
|
diff-lcs (1.5.0)
|
22
30
|
docile (1.4.0)
|
23
|
-
|
24
|
-
|
31
|
+
drb (2.1.1)
|
32
|
+
ruby2_keywords
|
33
|
+
excon (0.104.0)
|
34
|
+
faraday (2.7.11)
|
35
|
+
base64
|
25
36
|
faraday-net_http (>= 2.0, < 3.1)
|
26
37
|
ruby2_keywords (>= 0.0.4)
|
27
38
|
faraday-net_http (3.0.2)
|
28
39
|
gem-release (2.2.2)
|
40
|
+
git (1.18.0)
|
41
|
+
addressable (~> 2.8)
|
42
|
+
rchardet (~> 1.8)
|
29
43
|
hamster (3.0.0)
|
30
44
|
concurrent-ruby (~> 1.0)
|
31
|
-
i18n (1.
|
45
|
+
i18n (1.14.1)
|
32
46
|
concurrent-ruby (~> 1.0)
|
47
|
+
immutable-struct (2.4.1)
|
33
48
|
json (2.6.3)
|
49
|
+
language_server-protocol (3.17.0.3)
|
34
50
|
lino (3.1.0)
|
35
51
|
hamster (~> 3.0)
|
36
52
|
open4 (~> 1.3)
|
37
53
|
memfs (1.0.0)
|
38
|
-
minitest (5.
|
39
|
-
|
54
|
+
minitest (5.20.0)
|
55
|
+
mutex_m (0.1.2)
|
56
|
+
octokit (6.1.1)
|
40
57
|
faraday (>= 1, < 3)
|
41
58
|
sawyer (~> 0.9)
|
42
59
|
open4 (1.3.4)
|
43
|
-
parallel (1.
|
44
|
-
parser (3.
|
60
|
+
parallel (1.23.0)
|
61
|
+
parser (3.2.2.4)
|
45
62
|
ast (~> 2.4.1)
|
46
|
-
|
63
|
+
racc
|
64
|
+
public_suffix (5.0.3)
|
65
|
+
racc (1.7.1)
|
47
66
|
rainbow (3.1.1)
|
48
|
-
rake (13.0
|
67
|
+
rake (13.1.0)
|
49
68
|
rake_circle_ci (0.11.0)
|
50
69
|
colored2 (~> 3.1)
|
51
70
|
excon (~> 0.72)
|
52
71
|
rake_factory (~> 0.23)
|
53
72
|
sshkey (~> 2.0)
|
54
|
-
rake_factory (0.
|
73
|
+
rake_factory (0.32.0.pre.2)
|
55
74
|
activesupport (>= 4)
|
56
75
|
rake (~> 13.0)
|
76
|
+
rake_git (0.1.0.pre.7)
|
77
|
+
colored2 (~> 3.1)
|
78
|
+
git (~> 1.13, >= 1.13.2)
|
79
|
+
rake_factory (= 0.32.0.pre.2)
|
80
|
+
rake_git_crypt (0.1.0.pre.26)
|
81
|
+
colored2 (~> 3.1)
|
82
|
+
rake_factory (= 0.32.0.pre.2)
|
83
|
+
ruby_git_crypt (= 0.1.0.pre.2)
|
84
|
+
ruby_gpg2 (~> 0.6)
|
57
85
|
rake_github (0.11.0)
|
58
86
|
colored2 (~> 3.1)
|
59
87
|
octokit (>= 4.16, < 7.0)
|
@@ -62,43 +90,54 @@ GEM
|
|
62
90
|
rake_gpg (0.18.0)
|
63
91
|
rake_factory (~> 0.23)
|
64
92
|
ruby_gpg2 (~> 0.6)
|
65
|
-
rake_ssh (0.
|
93
|
+
rake_ssh (0.10.0)
|
66
94
|
colored2 (~> 3.1)
|
67
95
|
rake_factory (~> 0.23)
|
68
96
|
sshkey (~> 2.0)
|
69
|
-
|
70
|
-
|
97
|
+
rchardet (1.8.0)
|
98
|
+
regexp_parser (2.8.2)
|
99
|
+
rexml (3.2.6)
|
71
100
|
rspec (3.12.0)
|
72
101
|
rspec-core (~> 3.12.0)
|
73
102
|
rspec-expectations (~> 3.12.0)
|
74
103
|
rspec-mocks (~> 3.12.0)
|
75
|
-
rspec-core (3.12.
|
104
|
+
rspec-core (3.12.2)
|
76
105
|
rspec-support (~> 3.12.0)
|
77
|
-
rspec-expectations (3.12.
|
106
|
+
rspec-expectations (3.12.3)
|
78
107
|
diff-lcs (>= 1.2.0, < 2.0)
|
79
108
|
rspec-support (~> 3.12.0)
|
80
|
-
rspec-mocks (3.12.
|
109
|
+
rspec-mocks (3.12.6)
|
81
110
|
diff-lcs (>= 1.2.0, < 2.0)
|
82
111
|
rspec-support (~> 3.12.0)
|
83
|
-
rspec-support (3.12.
|
84
|
-
rubocop (1.
|
112
|
+
rspec-support (3.12.1)
|
113
|
+
rubocop (1.57.2)
|
85
114
|
json (~> 2.3)
|
115
|
+
language_server-protocol (>= 3.17.0)
|
86
116
|
parallel (~> 1.10)
|
87
|
-
parser (>= 3.
|
117
|
+
parser (>= 3.2.2.4)
|
88
118
|
rainbow (>= 2.2.2, < 4.0)
|
89
119
|
regexp_parser (>= 1.8, < 3.0)
|
90
120
|
rexml (>= 3.2.5, < 4.0)
|
91
|
-
rubocop-ast (>= 1.
|
121
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
92
122
|
ruby-progressbar (~> 1.7)
|
93
|
-
unicode-display_width (>=
|
94
|
-
rubocop-ast (1.
|
95
|
-
parser (>= 3.
|
123
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
124
|
+
rubocop-ast (1.30.0)
|
125
|
+
parser (>= 3.2.1.0)
|
126
|
+
rubocop-capybara (2.19.0)
|
127
|
+
rubocop (~> 1.41)
|
128
|
+
rubocop-factory_bot (2.24.0)
|
129
|
+
rubocop (~> 1.33)
|
96
130
|
rubocop-rake (0.6.0)
|
97
131
|
rubocop (~> 1.0)
|
98
|
-
rubocop-rspec (2.
|
99
|
-
rubocop (~> 1.
|
100
|
-
|
132
|
+
rubocop-rspec (2.25.0)
|
133
|
+
rubocop (~> 1.40)
|
134
|
+
rubocop-capybara (~> 2.17)
|
135
|
+
rubocop-factory_bot (~> 2.22)
|
136
|
+
ruby-progressbar (1.13.0)
|
101
137
|
ruby2_keywords (0.0.5)
|
138
|
+
ruby_git_crypt (0.1.0.pre.2)
|
139
|
+
immutable-struct (~> 2.4)
|
140
|
+
lino (~> 3.0)
|
102
141
|
ruby_gpg2 (0.10.0)
|
103
142
|
lino (~> 3.0)
|
104
143
|
sawyer (0.9.2)
|
@@ -111,9 +150,9 @@ GEM
|
|
111
150
|
simplecov-html (0.12.3)
|
112
151
|
simplecov_json_formatter (0.1.4)
|
113
152
|
sshkey (2.0.0)
|
114
|
-
tzinfo (2.0.
|
153
|
+
tzinfo (2.0.6)
|
115
154
|
concurrent-ruby (~> 1.0)
|
116
|
-
unicode-display_width (2.
|
155
|
+
unicode-display_width (2.5.0)
|
117
156
|
|
118
157
|
PLATFORMS
|
119
158
|
arm64-darwin-21
|
@@ -129,6 +168,8 @@ DEPENDENCIES
|
|
129
168
|
rake
|
130
169
|
rake_circle_ci
|
131
170
|
rake_gcp!
|
171
|
+
rake_git
|
172
|
+
rake_git_crypt
|
132
173
|
rake_github
|
133
174
|
rake_gpg
|
134
175
|
rake_ssh
|
@@ -139,4 +180,4 @@ DEPENDENCIES
|
|
139
180
|
simplecov
|
140
181
|
|
141
182
|
BUNDLED WITH
|
142
|
-
2.4.
|
183
|
+
2.4.17
|
data/Rakefile
CHANGED
@@ -1,19 +1,44 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require 'yaml'
|
4
3
|
require 'rake_circle_ci'
|
4
|
+
require 'rake_git'
|
5
|
+
require 'rake_git_crypt'
|
5
6
|
require 'rake_github'
|
6
|
-
require 'rake_ssh'
|
7
7
|
require 'rake_gpg'
|
8
|
-
require '
|
8
|
+
require 'rake_ssh'
|
9
9
|
require 'rspec/core/rake_task'
|
10
10
|
require 'rubocop/rake_task'
|
11
|
+
require 'securerandom'
|
12
|
+
require 'yaml'
|
11
13
|
|
12
14
|
task default: %i[
|
13
15
|
library:fix
|
14
16
|
test:unit
|
15
17
|
]
|
16
18
|
|
19
|
+
RakeGitCrypt.define_standard_tasks(
|
20
|
+
namespace: :git_crypt,
|
21
|
+
|
22
|
+
provision_secrets_task_name: :'secrets:provision',
|
23
|
+
destroy_secrets_task_name: :'secrets:destroy',
|
24
|
+
|
25
|
+
install_commit_task_name: :'git:commit',
|
26
|
+
uninstall_commit_task_name: :'git:commit',
|
27
|
+
|
28
|
+
gpg_user_key_paths: %w[
|
29
|
+
config/gpg
|
30
|
+
config/secrets/ci/gpg.public
|
31
|
+
]
|
32
|
+
)
|
33
|
+
|
34
|
+
namespace :git do
|
35
|
+
RakeGit.define_commit_task(
|
36
|
+
argument_names: [:message]
|
37
|
+
) do |t, args|
|
38
|
+
t.message = args.message
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
17
42
|
namespace :encryption do
|
18
43
|
namespace :directory do
|
19
44
|
desc 'Ensure CI secrets directory exists.'
|
@@ -23,10 +48,12 @@ namespace :encryption do
|
|
23
48
|
end
|
24
49
|
|
25
50
|
namespace :passphrase do
|
26
|
-
desc 'Generate encryption passphrase
|
51
|
+
desc 'Generate encryption passphrase for CI GPG key'
|
27
52
|
task generate: ['directory:ensure'] do
|
28
|
-
File.write(
|
29
|
-
|
53
|
+
File.write(
|
54
|
+
'config/secrets/ci/encryption.passphrase',
|
55
|
+
SecureRandom.base64(36)
|
56
|
+
)
|
30
57
|
end
|
31
58
|
end
|
32
59
|
end
|
@@ -51,12 +78,33 @@ namespace :keys do
|
|
51
78
|
end
|
52
79
|
|
53
80
|
namespace :secrets do
|
54
|
-
|
55
|
-
|
81
|
+
namespace :directory do
|
82
|
+
desc 'Ensure secrets directory exists and is set up correctly'
|
83
|
+
task :ensure do
|
84
|
+
FileUtils.mkdir_p('config/secrets')
|
85
|
+
unless File.exist?('config/secrets/.unlocked')
|
86
|
+
File.write('config/secrets/.unlocked', 'true')
|
87
|
+
end
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
desc 'Generate all generatable secrets.'
|
92
|
+
task generate: %w[
|
56
93
|
encryption:passphrase:generate
|
57
94
|
keys:deploy:generate
|
58
95
|
keys:gpg:generate
|
59
96
|
]
|
97
|
+
|
98
|
+
desc 'Provision all secrets.'
|
99
|
+
task provision: [:generate]
|
100
|
+
|
101
|
+
desc 'Delete all secrets.'
|
102
|
+
task :destroy do
|
103
|
+
rm_rf 'config/secrets'
|
104
|
+
end
|
105
|
+
|
106
|
+
desc 'Rotate all secrets.'
|
107
|
+
task rotate: [:'git_crypt:reinstall']
|
60
108
|
end
|
61
109
|
|
62
110
|
RuboCop::RakeTask.new
|
@@ -116,7 +164,6 @@ end
|
|
116
164
|
namespace :pipeline do
|
117
165
|
desc 'Prepare CircleCI Pipeline'
|
118
166
|
task prepare: %i[
|
119
|
-
circle_ci:project:follow
|
120
167
|
circle_ci:env_vars:ensure
|
121
168
|
circle_ci:checkout_keys:ensure
|
122
169
|
circle_ci:ssh_keys:ensure
|
data/lib/rake_gcp/version.rb
CHANGED
data/rake_gcp.gemspec
CHANGED
@@ -45,6 +45,8 @@ Gem::Specification.new do |spec|
|
|
45
45
|
spec.add_development_dependency 'memfs'
|
46
46
|
spec.add_development_dependency 'rake'
|
47
47
|
spec.add_development_dependency 'rake_circle_ci'
|
48
|
+
spec.add_development_dependency 'rake_git'
|
49
|
+
spec.add_development_dependency 'rake_git_crypt'
|
48
50
|
spec.add_development_dependency 'rake_github'
|
49
51
|
spec.add_development_dependency 'rake_gpg'
|
50
52
|
spec.add_development_dependency 'rake_ssh'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake_gcp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0.pre.
|
4
|
+
version: 0.1.0.pre.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colored2
|
@@ -122,6 +122,34 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: rake_git
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - ">="
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - ">="
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0'
|
139
|
+
- !ruby/object:Gem::Dependency
|
140
|
+
name: rake_git_crypt
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
142
|
+
requirements:
|
143
|
+
- - ">="
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '0'
|
146
|
+
type: :development
|
147
|
+
prerelease: false
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
149
|
+
requirements:
|
150
|
+
- - ">="
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: '0'
|
125
153
|
- !ruby/object:Gem::Dependency
|
126
154
|
name: rake_github
|
127
155
|
requirement: !ruby/object:Gem::Requirement
|