codepipeline 0.1.0 → 0.2.0
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/.gitignore +16 -11
- data/.gitmodules +9 -0
- data/.rspec +1 -1
- data/CHANGELOG.md +16 -0
- data/Gemfile +3 -1
- data/Gemfile.lock +111 -0
- data/Guardfile +19 -0
- data/LICENSE.txt +18 -17
- data/README.md +44 -20
- data/Rakefile +10 -2
- data/codepipe.gemspec +38 -0
- data/docs/.gitignore +4 -0
- data/docs/CNAME +1 -0
- data/docs/Gemfile +3 -0
- data/docs/LICENSE +21 -0
- data/docs/README.md +25 -0
- data/docs/_config.yml +73 -0
- data/docs/_docs/contributing.md +99 -0
- data/docs/_docs/conventions.md +43 -0
- data/docs/_docs/deploy.md +72 -0
- data/docs/_docs/dsl.md +13 -0
- data/docs/_docs/dsl/approve.md +62 -0
- data/docs/_docs/dsl/pipeline.md +56 -0
- data/docs/_docs/dsl/pipeline/action.md +28 -0
- data/docs/_docs/dsl/pipeline/codebuild.md +62 -0
- data/docs/_docs/dsl/pipeline/prefix-and-suffix.md +57 -0
- data/docs/_docs/dsl/role.md +79 -0
- data/docs/_docs/dsl/schedule.md +29 -0
- data/docs/_docs/dsl/sns.md +27 -0
- data/docs/_docs/dsl/webhook.md +31 -0
- data/docs/_docs/ecs-deploy.md +24 -0
- data/docs/_docs/examples/different-branches.md +50 -0
- data/docs/_docs/install.md +14 -0
- data/docs/_docs/next-steps.md +16 -0
- data/docs/_docs/settings.md +34 -0
- data/docs/_docs/start.md +31 -0
- data/docs/_includes/commands.html +92 -0
- data/docs/_includes/content.html +25 -0
- data/docs/_includes/edit-on-github.html +9 -0
- data/docs/_includes/footer.html +41 -0
- data/docs/_includes/google_analytics.html +10 -0
- data/docs/_includes/head.html +45 -0
- data/docs/_includes/js.html +15 -0
- data/docs/_includes/nav.html +17 -0
- data/docs/_includes/prev_next.md +19 -0
- data/docs/_includes/reference.md +1 -0
- data/docs/_includes/subnav.html +46 -0
- data/docs/_includes/tutorials.md +38 -0
- data/docs/_layouts/default.html +12 -0
- data/docs/_reference/pipe-completion.md +44 -0
- data/docs/_reference/pipe-completion_script.md +25 -0
- data/docs/_reference/pipe-delete.md +25 -0
- data/docs/_reference/pipe-deploy.md +26 -0
- data/docs/_reference/pipe-init.md +25 -0
- data/docs/_reference/pipe-start.md +25 -0
- data/docs/_reference/pipe-version.md +21 -0
- data/docs/_sass/_bootstrap-overrides.scss +40 -0
- data/docs/_sass/_contact.scss +49 -0
- data/docs/_sass/_cta.scss +37 -0
- data/docs/_sass/_download.scss +31 -0
- data/docs/_sass/_features.scss +47 -0
- data/docs/_sass/_footer.scss +49 -0
- data/docs/_sass/_global.scss +102 -0
- data/docs/_sass/_main.scss +364 -0
- data/docs/_sass/_masthead.scss +70 -0
- data/docs/_sass/_mixins.scss +79 -0
- data/docs/_sass/_navbar.scss +92 -0
- data/docs/_sass/_syntax.scss +65 -0
- data/docs/_sass/_table.scss +34 -0
- data/docs/_sass/_timeline.scss +207 -0
- data/docs/_sass/_variables.scss +24 -0
- data/docs/bin/web +8 -0
- data/docs/docs.md +24 -0
- data/docs/dsl/pipeline.md +76 -0
- data/docs/dsl/role.md +66 -0
- data/docs/dsl/schedule.md +20 -0
- data/docs/img/docs/codepipeline-output.png +0 -0
- data/docs/img/logos/boltops-logo-full.png +0 -0
- data/docs/img/logos/boltops-logo.png +0 -0
- data/docs/img/logos/project-logo.png +0 -0
- data/docs/index.html +35 -0
- data/docs/js/nav.js +39 -0
- data/docs/js/new-age.js +38 -0
- data/docs/js/new-age.min.js +6 -0
- data/docs/new-age.scss +20 -0
- data/docs/quick-start.md +73 -0
- data/docs/reference.md +12 -0
- data/docs/support.md +22 -0
- data/docs/vendor/bootstrap/css/bootstrap-grid.css +1339 -0
- data/docs/vendor/bootstrap/css/bootstrap-grid.css.map +1 -0
- data/docs/vendor/bootstrap/css/bootstrap-grid.min.css +1 -0
- data/docs/vendor/bootstrap/css/bootstrap-grid.min.css.map +1 -0
- data/docs/vendor/bootstrap/css/bootstrap-reboot.css +459 -0
- data/docs/vendor/bootstrap/css/bootstrap-reboot.css.map +1 -0
- data/docs/vendor/bootstrap/css/bootstrap-reboot.min.css +1 -0
- data/docs/vendor/bootstrap/css/bootstrap-reboot.min.css.map +1 -0
- data/docs/vendor/bootstrap/css/bootstrap.css +9320 -0
- data/docs/vendor/bootstrap/css/bootstrap.css.map +1 -0
- data/docs/vendor/bootstrap/css/bootstrap.min.css +6 -0
- data/docs/vendor/bootstrap/css/bootstrap.min.css.map +1 -0
- data/docs/vendor/bootstrap/js/bootstrap.js +3535 -0
- data/docs/vendor/bootstrap/js/bootstrap.min.js +7 -0
- data/docs/vendor/font-awesome/css/font-awesome.css +2337 -0
- data/docs/vendor/font-awesome/css/font-awesome.min.css +4 -0
- data/docs/vendor/font-awesome/fonts/FontAwesome.otf +0 -0
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.svg +2671 -0
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- data/docs/vendor/font-awesome/less/animated.less +34 -0
- data/docs/vendor/font-awesome/less/bordered-pulled.less +25 -0
- data/docs/vendor/font-awesome/less/core.less +12 -0
- data/docs/vendor/font-awesome/less/fixed-width.less +6 -0
- data/docs/vendor/font-awesome/less/font-awesome.less +18 -0
- data/docs/vendor/font-awesome/less/icons.less +789 -0
- data/docs/vendor/font-awesome/less/larger.less +13 -0
- data/docs/vendor/font-awesome/less/list.less +19 -0
- data/docs/vendor/font-awesome/less/mixins.less +60 -0
- data/docs/vendor/font-awesome/less/path.less +15 -0
- data/docs/vendor/font-awesome/less/rotated-flipped.less +20 -0
- data/docs/vendor/font-awesome/less/screen-reader.less +5 -0
- data/docs/vendor/font-awesome/less/stacked.less +20 -0
- data/docs/vendor/font-awesome/less/variables.less +799 -0
- data/docs/vendor/font-awesome/scss/_animated.scss +34 -0
- data/docs/vendor/font-awesome/scss/_bordered-pulled.scss +25 -0
- data/docs/vendor/font-awesome/scss/_core.scss +12 -0
- data/docs/vendor/font-awesome/scss/_fixed-width.scss +6 -0
- data/docs/vendor/font-awesome/scss/_icons.scss +789 -0
- data/docs/vendor/font-awesome/scss/_larger.scss +13 -0
- data/docs/vendor/font-awesome/scss/_list.scss +19 -0
- data/docs/vendor/font-awesome/scss/_mixins.scss +60 -0
- data/docs/vendor/font-awesome/scss/_path.scss +15 -0
- data/docs/vendor/font-awesome/scss/_rotated-flipped.scss +20 -0
- data/docs/vendor/font-awesome/scss/_screen-reader.scss +5 -0
- data/docs/vendor/font-awesome/scss/_stacked.scss +20 -0
- data/docs/vendor/font-awesome/scss/_variables.scss +799 -0
- data/docs/vendor/font-awesome/scss/font-awesome.scss +18 -0
- data/docs/vendor/jquery-easing/jquery.easing.compatibility.js +59 -0
- data/docs/vendor/jquery-easing/jquery.easing.js +166 -0
- data/docs/vendor/jquery-easing/jquery.easing.min.js +1 -0
- data/docs/vendor/jquery/jquery.js +10253 -0
- data/docs/vendor/jquery/jquery.min.js +4 -0
- data/docs/vendor/simple-line-icons/css/simple-line-icons.css +778 -0
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.eot +0 -0
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.svg +200 -0
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.ttf +0 -0
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff +0 -0
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff2 +0 -0
- data/docs/vendor/simple-line-icons/less/simple-line-icons.less +982 -0
- data/docs/vendor/simple-line-icons/scss/simple-line-icons.scss +979 -0
- data/docs/vendor/tether/tether.js +1811 -0
- data/docs/vendor/tether/tether.min.js +1 -0
- data/exe/codepipeline +14 -0
- data/exe/pipe +14 -0
- data/lib/codepipe.rb +23 -0
- data/lib/codepipe/autoloader.rb +21 -0
- data/lib/codepipe/aws_services.rb +20 -0
- data/lib/codepipe/aws_services/helpers.rb +71 -0
- data/lib/codepipe/build.rb +13 -0
- data/lib/codepipe/cli.rb +60 -0
- data/lib/codepipe/command.rb +82 -0
- data/lib/codepipe/completer.rb +159 -0
- data/lib/codepipe/completer/script.rb +6 -0
- data/lib/codepipe/completer/script.sh +10 -0
- data/lib/codepipe/core.rb +63 -0
- data/lib/codepipe/create.rb +12 -0
- data/lib/codepipe/delete.rb +27 -0
- data/lib/codepipe/deploy.rb +40 -0
- data/lib/codepipe/dsl/pipeline.rb +37 -0
- data/lib/codepipe/dsl/pipeline/approve.rb +34 -0
- data/lib/codepipe/dsl/pipeline/codebuild.rb +57 -0
- data/lib/codepipe/dsl/pipeline/github.rb +36 -0
- data/lib/codepipe/dsl/role.rb +50 -0
- data/lib/codepipe/dsl/schedule.rb +30 -0
- data/lib/codepipe/dsl/sns.rb +15 -0
- data/lib/codepipe/dsl/ssm.rb +22 -0
- data/lib/codepipe/dsl/webhook.rb +27 -0
- data/lib/codepipe/evaluate.rb +47 -0
- data/lib/codepipe/help.rb +9 -0
- data/lib/codepipe/help/completion.md +22 -0
- data/lib/codepipe/help/completion_script.md +3 -0
- data/lib/codepipe/help/hello.md +5 -0
- data/lib/codepipe/init.rb +57 -0
- data/lib/codepipe/pipeline.rb +61 -0
- data/lib/codepipe/pipeline/s3_bucket.rb +88 -0
- data/lib/codepipe/role.rb +181 -0
- data/lib/codepipe/schedule.rb +99 -0
- data/lib/codepipe/sequence.rb +66 -0
- data/lib/codepipe/setting.rb +79 -0
- data/lib/codepipe/sns.rb +43 -0
- data/lib/codepipe/stack.rb +95 -0
- data/lib/codepipe/start.rb +83 -0
- data/lib/codepipe/update.rb +12 -0
- data/lib/codepipe/version.rb +3 -0
- data/lib/codepipe/webhook.rb +60 -0
- data/lib/codepipeline.rb +1 -6
- data/lib/template/.codepipeline/pipeline.rb.tt +33 -0
- data/lib/template/.codepipeline/schedule.rb +3 -0
- data/lib/template/.codepipeline/settings.yml +9 -0
- data/lib/template/.codepipeline/sns.rb +14 -0
- data/spec/fixtures/app/.codepipeline/pipeline.rb +12 -0
- data/spec/fixtures/app/.codepipeline/schedule.rb +1 -0
- data/spec/fixtures/app/.codepipeline/webhook.rb +1 -0
- data/spec/fixtures/pipelines/approve.rb +22 -0
- data/spec/fixtures/pipelines/approve_existing_sns.rb +24 -0
- data/spec/lib/cli_spec.rb +18 -0
- data/spec/lib/pipeline/approve_spec.rb +32 -0
- data/spec/lib/pipeline_spec.rb +12 -0
- data/spec/lib/role_spec.rb +12 -0
- data/spec/lib/schedule_spec.rb +12 -0
- data/spec/lib/webhook_spec.rb +12 -0
- data/spec/spec_helper.rb +35 -0
- metadata +419 -22
- data/.travis.yml +0 -7
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/codepipeline.gemspec +0 -27
- data/lib/codepipeline/version.rb +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c0d9f302516d5bf417e34c50a505651e1914bcad5808e92fd7d8153e735024a
|
|
4
|
+
data.tar.gz: 3a230093f5c0ad559e4f9a2e4fe4e3a161b924f58edd52034d053522e3dd0b6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a845e6dda524324df5cf73979f536f7ae5a8bd442adb15089a0a596850e5c3c074e4b8a31448716c5370e0efe49b2152afe9b45ea3cb0633cba995876fa545b
|
|
7
|
+
data.tar.gz: 03fd5976598655990e01c6679dbaeb37d3d5417717c166caaec7a7880c3d2546f5fcb2b57682981e878f4e9af816f826d240cb6909655947ffd5a8bf2ddb7a0e
|
data/.gitignore
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
/
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
*.gem
|
|
2
|
+
*.rbc
|
|
3
|
+
.bundle
|
|
4
|
+
.config
|
|
5
|
+
.yardoc
|
|
6
|
+
_yardoc
|
|
7
|
+
coverage
|
|
8
|
+
doc/
|
|
9
|
+
InstalledFiles
|
|
10
|
+
lib/bundler/man
|
|
11
|
+
pkg
|
|
12
|
+
rdoc
|
|
13
|
+
spec/reports
|
|
14
|
+
test/tmp
|
|
15
|
+
test/version_tmp
|
|
16
|
+
tmp
|
data/.gitmodules
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[submodule "vendor/cfn-status"]
|
|
2
|
+
path = vendor/cfn-status
|
|
3
|
+
url = https://github.com/tongueroo/cfn-status
|
|
4
|
+
[submodule "vendor/cfn_camelizer"]
|
|
5
|
+
path = vendor/cfn_camelizer
|
|
6
|
+
url = https://github.com/tongueroo/cfn_camelizer
|
|
7
|
+
[submodule "vendor/aws_data"]
|
|
8
|
+
path = vendor/aws_data
|
|
9
|
+
url = https://github.com/tongueroo/aws_data
|
data/.rspec
CHANGED
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
|
5
|
+
|
|
6
|
+
## [0.2.0]
|
|
7
|
+
- DSL: pipeline, role, schedule, webhook, sns
|
|
8
|
+
- pipe deploy -b branch
|
|
9
|
+
- pipe start -b branch
|
|
10
|
+
- pipe cli commands: init deploy, start, delete
|
|
11
|
+
- ssm support
|
|
12
|
+
- codebuild\_prefix and codebuild\_suffix support
|
|
13
|
+
- auto-create s3 bucket for artifacts
|
|
14
|
+
|
|
15
|
+
## [0.1.0]
|
|
16
|
+
- Initial release.
|
data/Gemfile
CHANGED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
codepipeline (0.2.0)
|
|
5
|
+
activesupport
|
|
6
|
+
aws-sdk-cloudformation
|
|
7
|
+
aws-sdk-codepipeline
|
|
8
|
+
aws-sdk-s3
|
|
9
|
+
aws-sdk-ssm
|
|
10
|
+
cfn_camelizer
|
|
11
|
+
memoist
|
|
12
|
+
rainbow
|
|
13
|
+
render_me_pretty
|
|
14
|
+
thor
|
|
15
|
+
zeitwerk
|
|
16
|
+
|
|
17
|
+
GEM
|
|
18
|
+
remote: https://rubygems.org/
|
|
19
|
+
specs:
|
|
20
|
+
activesupport (5.2.3)
|
|
21
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
22
|
+
i18n (>= 0.7, < 2)
|
|
23
|
+
minitest (~> 5.1)
|
|
24
|
+
tzinfo (~> 1.1)
|
|
25
|
+
aws-eventstream (1.0.3)
|
|
26
|
+
aws-partitions (1.193.0)
|
|
27
|
+
aws-sdk-cloudformation (1.25.0)
|
|
28
|
+
aws-sdk-core (~> 3, >= 3.61.1)
|
|
29
|
+
aws-sigv4 (~> 1.1)
|
|
30
|
+
aws-sdk-codepipeline (1.21.0)
|
|
31
|
+
aws-sdk-core (~> 3, >= 3.56.0)
|
|
32
|
+
aws-sigv4 (~> 1.1)
|
|
33
|
+
aws-sdk-core (3.61.1)
|
|
34
|
+
aws-eventstream (~> 1.0, >= 1.0.2)
|
|
35
|
+
aws-partitions (~> 1.0)
|
|
36
|
+
aws-sigv4 (~> 1.1)
|
|
37
|
+
jmespath (~> 1.0)
|
|
38
|
+
aws-sdk-kms (1.24.0)
|
|
39
|
+
aws-sdk-core (~> 3, >= 3.61.1)
|
|
40
|
+
aws-sigv4 (~> 1.1)
|
|
41
|
+
aws-sdk-s3 (1.46.0)
|
|
42
|
+
aws-sdk-core (~> 3, >= 3.61.1)
|
|
43
|
+
aws-sdk-kms (~> 1)
|
|
44
|
+
aws-sigv4 (~> 1.1)
|
|
45
|
+
aws-sdk-ssm (1.54.0)
|
|
46
|
+
aws-sdk-core (~> 3, >= 3.61.1)
|
|
47
|
+
aws-sigv4 (~> 1.1)
|
|
48
|
+
aws-sigv4 (1.1.0)
|
|
49
|
+
aws-eventstream (~> 1.0, >= 1.0.2)
|
|
50
|
+
byebug (11.0.1)
|
|
51
|
+
cfn_camelizer (0.2.0)
|
|
52
|
+
activesupport
|
|
53
|
+
memoist
|
|
54
|
+
rainbow
|
|
55
|
+
cli_markdown (0.1.0)
|
|
56
|
+
codeclimate-test-reporter (1.0.9)
|
|
57
|
+
simplecov (<= 0.13)
|
|
58
|
+
concurrent-ruby (1.1.5)
|
|
59
|
+
diff-lcs (1.3)
|
|
60
|
+
docile (1.1.5)
|
|
61
|
+
i18n (1.6.0)
|
|
62
|
+
concurrent-ruby (~> 1.0)
|
|
63
|
+
jmespath (1.4.0)
|
|
64
|
+
json (2.2.0)
|
|
65
|
+
memoist (0.16.0)
|
|
66
|
+
minitest (5.11.3)
|
|
67
|
+
rainbow (3.0.0)
|
|
68
|
+
rake (12.3.2)
|
|
69
|
+
render_me_pretty (0.8.2)
|
|
70
|
+
activesupport
|
|
71
|
+
rainbow
|
|
72
|
+
tilt
|
|
73
|
+
rspec (3.8.0)
|
|
74
|
+
rspec-core (~> 3.8.0)
|
|
75
|
+
rspec-expectations (~> 3.8.0)
|
|
76
|
+
rspec-mocks (~> 3.8.0)
|
|
77
|
+
rspec-core (3.8.1)
|
|
78
|
+
rspec-support (~> 3.8.0)
|
|
79
|
+
rspec-expectations (3.8.4)
|
|
80
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
81
|
+
rspec-support (~> 3.8.0)
|
|
82
|
+
rspec-mocks (3.8.1)
|
|
83
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
84
|
+
rspec-support (~> 3.8.0)
|
|
85
|
+
rspec-support (3.8.2)
|
|
86
|
+
simplecov (0.13.0)
|
|
87
|
+
docile (~> 1.1.0)
|
|
88
|
+
json (>= 1.8, < 3)
|
|
89
|
+
simplecov-html (~> 0.10.0)
|
|
90
|
+
simplecov-html (0.10.2)
|
|
91
|
+
thor (0.20.3)
|
|
92
|
+
thread_safe (0.3.6)
|
|
93
|
+
tilt (2.0.9)
|
|
94
|
+
tzinfo (1.2.5)
|
|
95
|
+
thread_safe (~> 0.1)
|
|
96
|
+
zeitwerk (2.1.9)
|
|
97
|
+
|
|
98
|
+
PLATFORMS
|
|
99
|
+
ruby
|
|
100
|
+
|
|
101
|
+
DEPENDENCIES
|
|
102
|
+
bundler
|
|
103
|
+
byebug
|
|
104
|
+
cli_markdown
|
|
105
|
+
codeclimate-test-reporter
|
|
106
|
+
codepipeline!
|
|
107
|
+
rake
|
|
108
|
+
rspec
|
|
109
|
+
|
|
110
|
+
BUNDLED WITH
|
|
111
|
+
2.0.2
|
data/Guardfile
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
guard "bundler", cmd: "bundle" do
|
|
2
|
+
watch("Gemfile")
|
|
3
|
+
watch(/^.+\.gemspec/)
|
|
4
|
+
end
|
|
5
|
+
|
|
6
|
+
guard :rspec, cmd: "bundle exec rspec" do
|
|
7
|
+
require "guard/rspec/dsl"
|
|
8
|
+
dsl = Guard::RSpec::Dsl.new(self)
|
|
9
|
+
|
|
10
|
+
# RSpec files
|
|
11
|
+
rspec = dsl.rspec
|
|
12
|
+
watch(rspec.spec_helper) { rspec.spec_dir }
|
|
13
|
+
watch(rspec.spec_support) { rspec.spec_dir }
|
|
14
|
+
watch(rspec.spec_files)
|
|
15
|
+
|
|
16
|
+
# Ruby files
|
|
17
|
+
ruby = dsl.ruby
|
|
18
|
+
dsl.watch_spec_files_for(ruby.lib_files)
|
|
19
|
+
end
|
data/LICENSE.txt
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
1
|
Copyright (c) 2019 Tung Nguyen
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
11
12
|
|
|
12
|
-
The above copyright notice and this permission notice shall be
|
|
13
|
-
all copies or substantial portions of the Software.
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
14
15
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
THE SOFTWARE.
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -1,39 +1,63 @@
|
|
|
1
1
|
# Codepipeline
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](http://badge.fury.io/rb/codepipeline)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The codepipeline tool provides a DSL to create a CodePipeline project with some reasonable defaults.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
The codebuild tool installs `codepipline` and `pipe` executables. Both of them do the same thing, `pipe` is just shorter to type.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
The documentation site is at: [codepipeline.org](https://codepipeline.org/)
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
gem 'codepipeline'
|
|
13
|
-
```
|
|
11
|
+
## Quick Start
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
pipe init
|
|
14
|
+
pipe deploy
|
|
15
|
+
pipe start
|
|
16
|
+
pipe delete
|
|
16
17
|
|
|
17
|
-
|
|
18
|
+
The CLI tool also detects and tasks in the current folder's Rakefile and delegate to those tasks.
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
## Init and Structure
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
## DSL
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
.codepipeline/pipeline.rb:
|
|
24
25
|
|
|
25
|
-
|
|
26
|
+
```ruby
|
|
27
|
+
stage "Source" do
|
|
28
|
+
github(
|
|
29
|
+
source: "tongueroo/demo-cb",
|
|
30
|
+
branch: "master",
|
|
31
|
+
auth_token: ssm("/codebuild/github/tongueroo/oauth_token")
|
|
32
|
+
)
|
|
33
|
+
end
|
|
34
|
+
stage "DeployStacks" do
|
|
35
|
+
codebuild "demo1" # action declaration
|
|
36
|
+
codebuild "demo2", "demo3" # will run in parallel
|
|
37
|
+
codebuild "demo4" # action declaration
|
|
38
|
+
end
|
|
39
|
+
```
|
|
26
40
|
|
|
27
|
-
|
|
41
|
+
More [DSL docs](docs/dsl)
|
|
28
42
|
|
|
29
|
-
|
|
43
|
+
## Installation
|
|
30
44
|
|
|
31
|
-
|
|
45
|
+
Add this line to your application's Gemfile:
|
|
32
46
|
|
|
33
|
-
|
|
47
|
+
gem "codepipeline"
|
|
48
|
+
|
|
49
|
+
And then execute:
|
|
34
50
|
|
|
35
|
-
|
|
51
|
+
bundle
|
|
36
52
|
|
|
37
|
-
|
|
53
|
+
Or install it yourself as:
|
|
54
|
+
|
|
55
|
+
gem install codepipeline
|
|
56
|
+
|
|
57
|
+
## Contributing
|
|
38
58
|
|
|
39
|
-
|
|
59
|
+
1. Fork it
|
|
60
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
61
|
+
3. Commit your changes (`git commit -am "Add some feature"`)
|
|
62
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
|
63
|
+
5. Create new Pull Request
|
data/Rakefile
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
require "bundler/gem_tasks"
|
|
2
2
|
require "rspec/core/rake_task"
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
task default: :spec
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
RSpec::Core::RakeTask.new
|
|
7
|
+
|
|
8
|
+
require_relative "lib/codepipe"
|
|
9
|
+
require "cli_markdown"
|
|
10
|
+
desc "Generates cli reference docs as markdown"
|
|
11
|
+
task :docs do
|
|
12
|
+
mkdir_p "docs/_includes"
|
|
13
|
+
CliMarkdown::Creator.create_all(cli_class: Codepipe::CLI, cli_name: "pipe")
|
|
14
|
+
end
|
data/codepipe.gemspec
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path("../lib", __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require "codepipe/version"
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "codepipeline"
|
|
8
|
+
spec.version = Codepipe::VERSION
|
|
9
|
+
spec.authors = ["Tung Nguyen"]
|
|
10
|
+
spec.email = ["tongueroo@gmail.com"]
|
|
11
|
+
spec.summary = "CodePipeline DSL Tool to Quickly Create CodePipeline Pipeline"
|
|
12
|
+
spec.homepage = "https://github.com/tongueroo/codepipeline"
|
|
13
|
+
spec.license = "MIT"
|
|
14
|
+
|
|
15
|
+
spec.files = `git ls-files`.split($/)
|
|
16
|
+
spec.bindir = "exe"
|
|
17
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
18
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
|
+
spec.require_paths = ["lib"]
|
|
20
|
+
|
|
21
|
+
spec.add_dependency "activesupport"
|
|
22
|
+
spec.add_dependency "aws-sdk-cloudformation"
|
|
23
|
+
spec.add_dependency "aws-sdk-codepipeline"
|
|
24
|
+
spec.add_dependency "aws-sdk-s3"
|
|
25
|
+
spec.add_dependency "aws-sdk-ssm"
|
|
26
|
+
spec.add_dependency "cfn_camelizer"
|
|
27
|
+
spec.add_dependency "memoist"
|
|
28
|
+
spec.add_dependency "rainbow"
|
|
29
|
+
spec.add_dependency "render_me_pretty"
|
|
30
|
+
spec.add_dependency "thor"
|
|
31
|
+
spec.add_dependency "zeitwerk"
|
|
32
|
+
|
|
33
|
+
spec.add_development_dependency "bundler"
|
|
34
|
+
spec.add_development_dependency "byebug"
|
|
35
|
+
spec.add_development_dependency "cli_markdown"
|
|
36
|
+
spec.add_development_dependency "rake"
|
|
37
|
+
spec.add_development_dependency "rspec"
|
|
38
|
+
end
|
data/docs/.gitignore
ADDED
data/docs/CNAME
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
codepipeline.org
|
data/docs/Gemfile
ADDED
data/docs/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019 Tung Nguyen
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
data/docs/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# codepipeline Documentation
|
|
2
|
+
|
|
3
|
+
This project powers the codepipeline documementation website: [https://codepipeline.org](https://codepipeline.org). It is a static website generated by [Jekyll](https://jekyllrb.com/).
|
|
4
|
+
|
|
5
|
+
## Contributing
|
|
6
|
+
|
|
7
|
+
For minor changes like typos, you can click **Suggest an edit to this page**, located at the bottom of each article. This will take you to the source file on GitHub, where you can submit a pull request for your change through the UI.
|
|
8
|
+
|
|
9
|
+
## Local Setup
|
|
10
|
+
|
|
11
|
+
For larger fixes, you can run the site locally with the following:
|
|
12
|
+
|
|
13
|
+
git clone https://github.com/tongueroo/codepipeline.git
|
|
14
|
+
cd codepipeline/docs
|
|
15
|
+
bundle
|
|
16
|
+
bin/web
|
|
17
|
+
|
|
18
|
+
You'll be able to view the site on [http://localhost:4000](http://localhost:4000).
|
|
19
|
+
|
|
20
|
+
## Rordering Site Nav
|
|
21
|
+
|
|
22
|
+
To reorder the `nav_order` for links on the sidenav run:
|
|
23
|
+
|
|
24
|
+
cd docs
|
|
25
|
+
jekyll-sort reorder
|