codepipeline 0.3.0 → 0.3.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.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/Gemfile.lock +7 -7
  4. data/codepipe.gemspec +5 -1
  5. data/lib/codepipe/version.rb +1 -1
  6. data/vendor/aws_data/Gemfile +4 -0
  7. data/vendor/aws_data/Gemfile.lock +48 -0
  8. data/{docs/LICENSE → vendor/aws_data/LICENSE.txt} +4 -4
  9. data/vendor/aws_data/README.md +41 -0
  10. data/vendor/aws_data/Rakefile +6 -0
  11. data/vendor/aws_data/aws_data.gemspec +30 -0
  12. data/vendor/aws_data/bin/console +14 -0
  13. data/vendor/aws_data/bin/setup +8 -0
  14. data/vendor/aws_data/lib/aws_data.rb +89 -0
  15. data/vendor/aws_data/lib/aws_data/version.rb +3 -0
  16. data/vendor/aws_data/spec/aws_data_spec.rb +5 -0
  17. data/vendor/aws_data/spec/spec_helper.rb +14 -0
  18. data/vendor/cfn-status/Gemfile +4 -0
  19. data/vendor/cfn-status/Gemfile.lock +49 -0
  20. data/vendor/cfn-status/LICENSE.txt +21 -0
  21. data/vendor/cfn-status/README.md +56 -0
  22. data/vendor/cfn-status/Rakefile +6 -0
  23. data/vendor/cfn-status/bin/console +14 -0
  24. data/vendor/cfn-status/bin/setup +8 -0
  25. data/vendor/cfn-status/cfn-status.gemspec +30 -0
  26. data/vendor/cfn-status/lib/cfn/aws_service.rb +56 -0
  27. data/vendor/cfn-status/lib/cfn/status.rb +220 -0
  28. data/vendor/cfn-status/lib/cfn/status/version.rb +5 -0
  29. data/vendor/cfn-status/spec/cfn/status_spec.rb +81 -0
  30. data/vendor/cfn-status/spec/fixtures/cfn/stack-events-complete.json +1080 -0
  31. data/vendor/cfn-status/spec/fixtures/cfn/stack-events-in-progress.json +1080 -0
  32. data/vendor/cfn-status/spec/fixtures/cfn/stack-events-update-rollback-complete.json +1086 -0
  33. data/vendor/cfn-status/spec/spec_helper.rb +14 -0
  34. data/vendor/cfn_camelizer/CHANGELOG.md +10 -0
  35. data/vendor/cfn_camelizer/Gemfile +4 -0
  36. data/vendor/cfn_camelizer/LICENSE.txt +21 -0
  37. data/vendor/cfn_camelizer/README.md +40 -0
  38. data/vendor/cfn_camelizer/Rakefile +6 -0
  39. data/vendor/cfn_camelizer/bin/console +14 -0
  40. data/vendor/cfn_camelizer/bin/setup +8 -0
  41. data/vendor/cfn_camelizer/cfn_camelizer.gemspec +32 -0
  42. data/vendor/cfn_camelizer/lib/camelizer.yml +27 -0
  43. data/vendor/cfn_camelizer/lib/cfn_camelizer.rb +92 -0
  44. data/vendor/cfn_camelizer/lib/cfn_camelizer/version.rb +3 -0
  45. data/vendor/cfn_camelizer/spec/cfn_camelizer_spec.rb +79 -0
  46. data/vendor/cfn_camelizer/spec/spec_helper.rb +14 -0
  47. metadata +44 -171
  48. data/docs/.gitignore +0 -4
  49. data/docs/CNAME +0 -1
  50. data/docs/Gemfile +0 -3
  51. data/docs/README.md +0 -25
  52. data/docs/_config.yml +0 -73
  53. data/docs/_docs/contributing.md +0 -99
  54. data/docs/_docs/conventions.md +0 -42
  55. data/docs/_docs/deploy.md +0 -59
  56. data/docs/_docs/dsl.md +0 -39
  57. data/docs/_docs/dsl/approve.md +0 -62
  58. data/docs/_docs/dsl/pipeline.md +0 -55
  59. data/docs/_docs/dsl/pipeline/action.md +0 -28
  60. data/docs/_docs/dsl/pipeline/codebuild.md +0 -62
  61. data/docs/_docs/dsl/pipeline/prefix-and-suffix.md +0 -57
  62. data/docs/_docs/dsl/role.md +0 -79
  63. data/docs/_docs/dsl/schedule.md +0 -29
  64. data/docs/_docs/dsl/sns.md +0 -27
  65. data/docs/_docs/dsl/webhook.md +0 -31
  66. data/docs/_docs/ecs-deploy.md +0 -22
  67. data/docs/_docs/examples/codebuild-project.md +0 -21
  68. data/docs/_docs/examples/different-branches.md +0 -49
  69. data/docs/_docs/examples/multiple-codebuild-projects.md +0 -60
  70. data/docs/_docs/install.md +0 -14
  71. data/docs/_docs/next-steps.md +0 -16
  72. data/docs/_docs/settings.md +0 -34
  73. data/docs/_docs/start.md +0 -31
  74. data/docs/_docs/structure.md +0 -25
  75. data/docs/_includes/commands.html +0 -92
  76. data/docs/_includes/content.html +0 -25
  77. data/docs/_includes/edit-on-github.html +0 -9
  78. data/docs/_includes/example.html +0 -12
  79. data/docs/_includes/footer.html +0 -41
  80. data/docs/_includes/google_analytics.html +0 -10
  81. data/docs/_includes/head.html +0 -45
  82. data/docs/_includes/js.html +0 -15
  83. data/docs/_includes/nav.html +0 -17
  84. data/docs/_includes/prev_next.md +0 -19
  85. data/docs/_includes/reference.md +0 -1
  86. data/docs/_includes/subnav.html +0 -47
  87. data/docs/_includes/tutorials.md +0 -38
  88. data/docs/_layouts/default.html +0 -12
  89. data/docs/_reference/pipe-completion.md +0 -44
  90. data/docs/_reference/pipe-completion_script.md +0 -25
  91. data/docs/_reference/pipe-delete.md +0 -25
  92. data/docs/_reference/pipe-deploy.md +0 -26
  93. data/docs/_reference/pipe-init.md +0 -25
  94. data/docs/_reference/pipe-start.md +0 -25
  95. data/docs/_reference/pipe-version.md +0 -21
  96. data/docs/_sass/_bootstrap-overrides.scss +0 -40
  97. data/docs/_sass/_contact.scss +0 -49
  98. data/docs/_sass/_cta.scss +0 -37
  99. data/docs/_sass/_download.scss +0 -31
  100. data/docs/_sass/_features.scss +0 -47
  101. data/docs/_sass/_footer.scss +0 -49
  102. data/docs/_sass/_global.scss +0 -102
  103. data/docs/_sass/_main.scss +0 -370
  104. data/docs/_sass/_masthead.scss +0 -70
  105. data/docs/_sass/_mixins.scss +0 -79
  106. data/docs/_sass/_navbar.scss +0 -92
  107. data/docs/_sass/_syntax.scss +0 -65
  108. data/docs/_sass/_table.scss +0 -34
  109. data/docs/_sass/_timeline.scss +0 -207
  110. data/docs/_sass/_variables.scss +0 -24
  111. data/docs/bin/web +0 -8
  112. data/docs/docs.md +0 -24
  113. data/docs/img/docs/codepipeline-output.png +0 -0
  114. data/docs/img/docs/multiple-codebuild-projects-pipeline.png +0 -0
  115. data/docs/img/logos/boltops-logo-full.png +0 -0
  116. data/docs/img/logos/boltops-logo.png +0 -0
  117. data/docs/img/logos/project-logo.png +0 -0
  118. data/docs/index.html +0 -37
  119. data/docs/js/nav.js +0 -39
  120. data/docs/js/new-age.js +0 -38
  121. data/docs/js/new-age.min.js +0 -6
  122. data/docs/new-age.scss +0 -20
  123. data/docs/quick-start.md +0 -72
  124. data/docs/reference.md +0 -12
  125. data/docs/support.md +0 -22
  126. data/docs/vendor/bootstrap/css/bootstrap-grid.css +0 -1339
  127. data/docs/vendor/bootstrap/css/bootstrap-grid.css.map +0 -1
  128. data/docs/vendor/bootstrap/css/bootstrap-grid.min.css +0 -1
  129. data/docs/vendor/bootstrap/css/bootstrap-grid.min.css.map +0 -1
  130. data/docs/vendor/bootstrap/css/bootstrap-reboot.css +0 -459
  131. data/docs/vendor/bootstrap/css/bootstrap-reboot.css.map +0 -1
  132. data/docs/vendor/bootstrap/css/bootstrap-reboot.min.css +0 -1
  133. data/docs/vendor/bootstrap/css/bootstrap-reboot.min.css.map +0 -1
  134. data/docs/vendor/bootstrap/css/bootstrap.css +0 -9320
  135. data/docs/vendor/bootstrap/css/bootstrap.css.map +0 -1
  136. data/docs/vendor/bootstrap/css/bootstrap.min.css +0 -6
  137. data/docs/vendor/bootstrap/css/bootstrap.min.css.map +0 -1
  138. data/docs/vendor/bootstrap/js/bootstrap.js +0 -3535
  139. data/docs/vendor/bootstrap/js/bootstrap.min.js +0 -7
  140. data/docs/vendor/font-awesome/css/font-awesome.css +0 -2337
  141. data/docs/vendor/font-awesome/css/font-awesome.min.css +0 -4
  142. data/docs/vendor/font-awesome/fonts/FontAwesome.otf +0 -0
  143. data/docs/vendor/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  144. data/docs/vendor/font-awesome/fonts/fontawesome-webfont.svg +0 -2671
  145. data/docs/vendor/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  146. data/docs/vendor/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  147. data/docs/vendor/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  148. data/docs/vendor/font-awesome/less/animated.less +0 -34
  149. data/docs/vendor/font-awesome/less/bordered-pulled.less +0 -25
  150. data/docs/vendor/font-awesome/less/core.less +0 -12
  151. data/docs/vendor/font-awesome/less/fixed-width.less +0 -6
  152. data/docs/vendor/font-awesome/less/font-awesome.less +0 -18
  153. data/docs/vendor/font-awesome/less/icons.less +0 -789
  154. data/docs/vendor/font-awesome/less/larger.less +0 -13
  155. data/docs/vendor/font-awesome/less/list.less +0 -19
  156. data/docs/vendor/font-awesome/less/mixins.less +0 -60
  157. data/docs/vendor/font-awesome/less/path.less +0 -15
  158. data/docs/vendor/font-awesome/less/rotated-flipped.less +0 -20
  159. data/docs/vendor/font-awesome/less/screen-reader.less +0 -5
  160. data/docs/vendor/font-awesome/less/stacked.less +0 -20
  161. data/docs/vendor/font-awesome/less/variables.less +0 -799
  162. data/docs/vendor/font-awesome/scss/_animated.scss +0 -34
  163. data/docs/vendor/font-awesome/scss/_bordered-pulled.scss +0 -25
  164. data/docs/vendor/font-awesome/scss/_core.scss +0 -12
  165. data/docs/vendor/font-awesome/scss/_fixed-width.scss +0 -6
  166. data/docs/vendor/font-awesome/scss/_icons.scss +0 -789
  167. data/docs/vendor/font-awesome/scss/_larger.scss +0 -13
  168. data/docs/vendor/font-awesome/scss/_list.scss +0 -19
  169. data/docs/vendor/font-awesome/scss/_mixins.scss +0 -60
  170. data/docs/vendor/font-awesome/scss/_path.scss +0 -15
  171. data/docs/vendor/font-awesome/scss/_rotated-flipped.scss +0 -20
  172. data/docs/vendor/font-awesome/scss/_screen-reader.scss +0 -5
  173. data/docs/vendor/font-awesome/scss/_stacked.scss +0 -20
  174. data/docs/vendor/font-awesome/scss/_variables.scss +0 -799
  175. data/docs/vendor/font-awesome/scss/font-awesome.scss +0 -18
  176. data/docs/vendor/jquery-easing/jquery.easing.compatibility.js +0 -59
  177. data/docs/vendor/jquery-easing/jquery.easing.js +0 -166
  178. data/docs/vendor/jquery-easing/jquery.easing.min.js +0 -1
  179. data/docs/vendor/jquery/jquery.js +0 -10253
  180. data/docs/vendor/jquery/jquery.min.js +0 -4
  181. data/docs/vendor/simple-line-icons/css/simple-line-icons.css +0 -778
  182. data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.eot +0 -0
  183. data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.svg +0 -200
  184. data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.ttf +0 -0
  185. data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff +0 -0
  186. data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff2 +0 -0
  187. data/docs/vendor/simple-line-icons/less/simple-line-icons.less +0 -982
  188. data/docs/vendor/simple-line-icons/scss/simple-line-icons.scss +0 -979
  189. data/docs/vendor/tether/tether.js +0 -1811
  190. data/docs/vendor/tether/tether.min.js +0 -1
  191. data/spec/fixtures/app/.codepipeline/pipeline.rb +0 -12
  192. data/spec/fixtures/app/.codepipeline/schedule.rb +0 -1
  193. data/spec/fixtures/app/.codepipeline/webhook.rb +0 -1
  194. data/spec/fixtures/pipelines/approve.rb +0 -22
  195. data/spec/fixtures/pipelines/approve_existing_sns.rb +0 -24
  196. data/spec/lib/cli_spec.rb +0 -18
  197. data/spec/lib/pipeline/approve_spec.rb +0 -32
  198. data/spec/lib/pipeline_spec.rb +0 -12
  199. data/spec/lib/role_spec.rb +0 -12
  200. data/spec/lib/schedule_spec.rb +0 -12
  201. data/spec/lib/webhook_spec.rb +0 -12
  202. data/spec/spec_helper.rb +0 -35
@@ -1,14 +0,0 @@
1
- ---
2
- title: Installation
3
- nav_order: 3
4
- ---
5
-
6
- ## RubyGems
7
-
8
- Install codepipeline via RubyGems.
9
-
10
- gem install codepipeline
11
-
12
- The [Quick Start]({% link quick-start.md %}) provides a guide on how to use the codebuild tool. The [DSL Docs]({% link _docs/dsl.md %}) provide more detail on the syntax.
13
-
14
- {% include prev_next.md %}
@@ -1,16 +0,0 @@
1
- ---
2
- title: Next Steps
3
- nav_order: 23
4
- ---
5
-
6
- Hopefully, you have a good feel for how codepipeline works now. From here, there are a few resources that can help you continue along:
7
-
8
- * Check out the [codepipeline](https://github.com/tongueroo/codepipeline) repo on GitHub
9
- * ⭐️ the codepipeline project on GitHub
10
- * Write a blog post about codepipeline
11
- * Post on your favorite discussion about codepipeline
12
- * Contribute a pull request
13
-
14
- Everyone can contribute to making codepipeline better, including the documentation. These docs are the codepipeline repo located the [docs folder](https://github.com/tongueroo/codepipeline/tree/master/docs). Please fork the project and open a pull request! We love your pull requests. Contributions are encouraged and welcomed!
15
-
16
- {% include prev_next.md %}
@@ -1,34 +0,0 @@
1
- ---
2
- title: Settings
3
- nav_order: 6
4
- ---
5
-
6
- The `.codepipeline/settings.yml` file can be used to adjust some of the behavior of the codepipeline tool. Here's an example of a settings.yml file:
7
-
8
- ```yaml
9
- base:
10
- # stack_naming:
11
- # append_env: true # default false
12
-
13
- development:
14
- # aws_profile: dev_profile
15
-
16
- production:
17
- # aws_profile: prod_profile
18
- ```
19
-
20
- The base settings are common and used for all the environments. The other environments are used according to the value of `PIPE_ENV`.
21
-
22
- ## Example
23
-
24
- pipe deploy # will use the development settings since development is the default
25
- PIPE_ENV=production pipe deploy # will use the production settings
26
-
27
- ## Options
28
-
29
- Name | Description
30
- --- | ---
31
- stack_naming.append_env | Determines if `PIPE_ENV` value is append to the pipeline name.
32
- aws_profile | This provides a way to bind PIPE_ENV to AWS_PROFILE tightly. This prevents you from forgetting to switch your PIPE_ENV when switching your AWS_PROFILE, thereby accidentally launching a stack in the wrong environment.
33
-
34
- {% include prev_next.md %}
@@ -1,31 +0,0 @@
1
- ---
2
- title: Start
3
- nav_order: 5
4
- ---
5
-
6
- You can start a pipeline with the `pipe start` command. Here's an example:
7
-
8
- $ pipe start
9
- Pipeline started: demo
10
- Please check the CodePipeline console for the status.
11
- CodePipeline Console: https://us-west-2.console.aws.amazon.com/codesuite/codepipeline/pipelines/demo/view
12
- Pipeline cli: aws codepipeline get-pipeline-execution --pipeline-execution-id 02579d64-9271-4edc-aa45-bc9629d732bb --pipeline-name demo
13
- $
14
-
15
- ## Specifying Code Branch
16
-
17
- If you would like start a build using a specific code branch you can use the `--branch` or `-b` option. Example:
18
-
19
- pipe start -b feature-branch
20
-
21
- ## AWS CLI Equivalent
22
-
23
- The `pipe start` command is a simple wrapper to the AWS API with the ruby sdk. You can also start pipelines with the `aws codepipeline` cli. Here's the equivalent CLI command:
24
-
25
- aws codepipeline start-pipeline-execution --name demo
26
-
27
- ## CLI Reference
28
-
29
- Also, for help info you can check the [pipe start]({% link _reference/pipe-start.md %}) CLI reference.
30
-
31
- {% include prev_next.md %}
@@ -1,25 +0,0 @@
1
- ---
2
- title: Structure
3
- nav_order: 9
4
- ---
5
-
6
- The `pipe init` command generates the initial directory structure that looks like this:
7
-
8
- .codepipeline
9
- ├── pipeline.rb
10
- ├── role.rb
11
- ├── schedule.rb
12
- ├── settings.yml
13
- └── webhook.rb
14
-
15
- The table below states the purpose of each file:
16
-
17
- File / Directory | Description
18
- ------------- | -------------
19
- pipeline.rb | The pipeline defintion. More info: [Pipeline DSL]({% link _docs/dsl/pipeline.md %})
20
- role.rb | The IAM role defintion. More info: [Role DSL]({% link _docs/dsl/role.md %})
21
- schedule.rb | The schedule defintion. More info: [Schedule DSL]({% link _docs/dsl/schedule.md %})
22
- settings.yml | Settings for the codepipeline tool. More info: [Settings]({% link _docs/settings.md %})
23
- webhook.rb | The webhook defintion. More info: [Webhook DSL]({% link _docs/dsl/webhook.md %})
24
-
25
- {% include prev_next.md %}
@@ -1,92 +0,0 @@
1
- <section class="features" id="features">
2
- <div class="container">
3
- <div class="section-heading text-center">
4
- <h2>The Code</h2>
5
- <p class="text-muted">Easy to learn</p>
6
- <hr>
7
- </div>
8
- <div class="row">
9
- <div class="col-lg-12">
10
- <div class="container-fluid">
11
- <div class="row">
12
- <div class="col-lg-6">
13
- <h3>Overview</h3>
14
- <div class="commands">
15
- {% highlight sh %}
16
- pipe init
17
- pipe deploy
18
- pipe start
19
- pipe delete
20
- {% endhighlight %}
21
- </div>
22
- </div>
23
- <div class="col-lg-6">
24
- <h3>Structure</h3>
25
- <div class="commands">
26
- {% highlight sh %}
27
- .codepipeline
28
- ├── pipeline.rb
29
- ├── role.rb
30
- ├── schedule.rb
31
- ├── settings.yml
32
- └── webhook.rb
33
- {% endhighlight %}
34
- </div>
35
- </div>
36
- </div>
37
- <div class="row">
38
- <div class="col-lg-6">
39
- <h3>Usage</h3>
40
- <div class="commands">
41
- {% highlight sh %}
42
- pipe deploy # infers the pipeline name from the parent folder
43
- pipe deploy pipeline-name # explicitly specify pipeline name
44
-
45
- pipe start # infers the pipeline name from the parent folder
46
- pipe start pipeline-name # explicitly specify pipeline name
47
- {% endhighlight %}
48
- </div>
49
- </div>
50
- <div class="col-lg-6">
51
- <h3>pipeline.rb</h3>
52
- <div class="commands">
53
- {% highlight ruby %}
54
- stage "Source" do
55
- github(
56
- source: "user/repo",
57
- auth_token: ssm("/github/user/token")
58
- )
59
- end
60
- stage "DeployStacks" do
61
- codebuild "demo1" # action declaration
62
- codebuild "demo2", "demo3" # will run in parallel
63
- codebuild "demo4" # action declaration
64
- end
65
- {% endhighlight %}
66
- </div>
67
- </div>
68
- </div>
69
- <div class="row">
70
- <div class="col-lg-6">
71
- <h3>role.rb</h3>
72
- <div class="commands">
73
-
74
- {% highlight ruby %}
75
- iam_policy("logs", "ssm")
76
- {% endhighlight %}
77
- </div>
78
- </div>
79
- <div class="col-lg-6">
80
- <h3>webhook.rb</h3>
81
- <div class="commands">
82
- {% highlight ruby %}
83
- github_token(ssm("/codebuild/github/token"))
84
- {% endhighlight %}
85
- </div>
86
- </div>
87
- </div>
88
- </div>
89
- </div>
90
- </div>
91
- </div>
92
- </section>
@@ -1,25 +0,0 @@
1
- {% if page.subnav == false %}
2
-
3
- {{ content }}
4
-
5
- {% else %}
6
-
7
- <section class="features" id="features">
8
- <div class="container">
9
- <div class="row">
10
- {% if page.reference %}
11
- <div class="col-md-9 reference-nav">
12
- <a href="/reference">Back to Reference Index</a>
13
- </div>
14
- {% endif %}
15
- <div class="col-md-9 content-body">
16
- <h1>{{ page.title }}</h1>
17
- {{ content }}
18
- {% include edit-on-github.html %}
19
- </div>
20
- {% include subnav.html %}
21
- </div>
22
- </div>
23
- </section>
24
-
25
- {% endif %}
@@ -1,9 +0,0 @@
1
- <div class="edit-on-github">
2
- <h2>Edit this page</h2>
3
- <p>See a typo or an error? You can improve this page. This website is available on <a href="{{ site.gh_url }}">GitHub</a>, and contributions are encouraged and welcomed. We love pull requests from you! </p>
4
- <ul>
5
- <li><a href="{{ site.gh_url }}/blob/master/docs/{{ page.path }}" target="_blank">Suggest an edit to this page</a> (here's the <a href="{% link _docs/contributing.md %}" target="_blank">contributing guide</a>).</li>
6
- <li><a href="{{ site.gh_url }}/issues/new?body=This%20issue%20is%20about%20<http://{{ site.url }}{{ page.url }}>%20(source%20file%3A%20<{{ site.gh_url }}/blob/master/docs/{{ page.path }}>)" target="_blank">Open an issue about this page</a> to report a
7
- problem.</li>
8
- </ul>
9
- </div>
@@ -1,12 +0,0 @@
1
- <section id="timeline">
2
- <div class="container">
3
- <div class="row">
4
- <div class="col-lg-12 text-center">
5
- <h2 class="section-heading">Demo Pipeline</h2>
6
- </div>
7
- </div>
8
- <div class="row justify-content-center project-pipeline-splash">
9
- <img src="/img/docs/multiple-codebuild-projects-pipeline.png" />
10
- </div>
11
- </div>
12
- </section>
@@ -1,41 +0,0 @@
1
- <footer class="text-center">
2
- <div class="footer-above">
3
- <div class="container">
4
- <div class="row">
5
- <div class="footer-col col-md-4">
6
- <h3>More Tools</h3>
7
- <ul class="list-unstyled tools">
8
- <li><a href="http://ufoships.com">Ufo</a></li>
9
- <li><a href="http://lono.cloud">Lono</a></li>
10
- <li><a href="http://sonic-screwdriver.cloud">Sonic</a></li>
11
- <li><a href="http://jack-eb.com">Jack</a></li>
12
- <li><a href="https://boltops.com/toolbelt">Toolbelt</a></li>
13
- </ul>
14
- </div>
15
- <div class="footer-col col-md-4">
16
- <h3><a href="https://boltops.com"><img class="footer-logo" src="/img/logos/boltops-logo-full.png" /></a></h3>
17
- <ul class="list-inline">
18
- {% for network in site.social %}
19
- <li>
20
- <a href="{{ network.url }}" class="btn-social btn-outline"><i class="fa fa-fw fa-{{ network.title }}"></i></a>
21
- </li>
22
- {% endfor %}
23
- </ul>
24
- </div>
25
- <div class="footer-col col-md-4">
26
- <h3>Contact</h3>
27
- <p>{{ site.footer.contact }}</p>
28
- <p>{{ site.footer.phone }}</p>
29
- </div>
30
- </div>
31
- </div>
32
- </div>
33
- </footer>
34
-
35
- <footer>
36
- <div class="container">
37
- <div class="footer-below">
38
- <p>Maintained by {{ site.footer.copyright }} 20{{ site.time | date: '%y' }}</p>
39
- </div>
40
- </div>
41
- </footer>
@@ -1,10 +0,0 @@
1
- <!-- Google analytics -->
2
- <script>
3
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
6
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
7
-
8
- ga('create', '{{ site.google_analytics }}', 'auto');
9
- ga('send', 'pageview');
10
- </script>
@@ -1,45 +0,0 @@
1
- <head>
2
-
3
- <meta charset="utf-8">
4
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5
- <meta name="description" content="">
6
- <meta name="author" content="">
7
-
8
- {% if page.title %}
9
- <title>{{ page.title }} - {{ site.title }}</title>
10
- {% else %}
11
- <title>CodePipeline DSL</title>
12
- {% endif %}
13
-
14
- <meta name="description" content="{{ site.description }}">
15
- <meta name="keywords" content="{{ site.keywords }}" />
16
- {% if site.meta_author %}<meta name="author" content="{{ site.meta_author }}">{% endif %}
17
- <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
18
-
19
- <!-- Bootstrap core CSS -->
20
- <link href="/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
21
-
22
- <!-- Custom fonts for this template -->
23
- <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
24
- <link rel="stylesheet" href="/vendor/simple-line-icons/css/simple-line-icons.css">
25
- <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
26
- <link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
27
- <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
28
-
29
- <!-- Custom styles for this template -->
30
- <link href="/new-age.css" rel="stylesheet">
31
-
32
- <!-- Temporary navbar container fix -->
33
- <style>
34
- .navbar-toggler {
35
- z-index: 1;
36
- }
37
-
38
- @media (max-width: 576px) {
39
- nav > .container {
40
- width: 100%;
41
- }
42
- }
43
- </style>
44
-
45
- </head>
@@ -1,15 +0,0 @@
1
- <!-- Bootstrap core JavaScript -->
2
- <script src="/vendor/jquery/jquery.min.js"></script>
3
- <script src="/vendor/tether/tether.min.js"></script>
4
- <script src="/vendor/bootstrap/js/bootstrap.min.js"></script>
5
-
6
- <!-- Plugin JavaScript -->
7
- <script src="/vendor/jquery-easing/jquery.easing.min.js"></script>
8
-
9
- <!-- Custom scripts for this template -->
10
- <script src="/js/new-age.min.js"></script>
11
- <script src="/js/nav.js"></script>
12
-
13
- {% if site.google_analytics and jekyll.environment == "production" %}
14
- {% include google_analytics.html %}
15
- {% endif %}
@@ -1,17 +0,0 @@
1
- <!-- Navigation -->
2
- <nav class="navbar fixed-top navbar-toggleable-md navbar-light" id="mainNav">
3
- <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarExample" aria-controls="navbarExample" aria-expanded="false" aria-label="Toggle navigation">
4
- Menu <i class="fa fa-bars"></i>
5
- </button>
6
- <div class="container">
7
- <a class="navbar-brand" href="/#page-top"><img class="navbar-logo" src="/img/logos/project-logo.png" />CodePipeline</a>
8
- <div class="collapse navbar-collapse" id="navbarExample">
9
- <ul class="navbar-nav ml-auto">
10
- <li class="nav-item"><a class="nav-link" href="{% link quick-start.md %}">Quick Start</a></li>
11
- <li class="nav-item"><a class="nav-link" href="{% link docs.md %}">Docs</a></li>
12
- <li class="nav-item"><a class="nav-link" href="{% link support.md %}">Support</a></li>
13
- <li class="nav-item"><a class="nav-link" href="https://github.com/tongueroo/codepipeline">GitHub</a></li>
14
- </ul>
15
- </div>
16
- </div>
17
- </nav>
@@ -1,19 +0,0 @@
1
- {% assign all_pages = site.pages | concat: site.docs | where_exp: "item", "item.nav_order" %}
2
- {% assign links = all_pages | sort: "nav_order" %}
3
- {% for link in links %}
4
- {% if link.url == page.url %}
5
- {% unless forloop.first %}
6
- {% assign prev = tmpprev %}
7
- {% endunless %}
8
- {% if forloop.last %}
9
- {% assign last = "/reference" %}
10
- {% else %}
11
- {% assign next = links[forloop.index] %}
12
- {% endif %}
13
- {% endif %}
14
- {% assign tmpprev = link %}
15
- {% endfor %}
16
-
17
- {% if prev %}<a id="prev" class="btn btn-basic" href="{{ prev.url }}">Back</a>{% endif %}{% if last %}<a id="next" class="btn btn-primary" href="/reference">Next Step</a>{% endif %}
18
- {% if next %}<a id="next" class="btn btn-primary" href="{{ next.url }}">Next Step</a>{% endif %}
19
- <p class="keyboard-tip">Pro tip: Use the <- and -> arrow keys to move back and forward.</p>
@@ -1 +0,0 @@
1
- TODO: reference description
@@ -1,47 +0,0 @@
1
- <div class="col-md-3 content-nav">
2
- <ul>
3
- <li><a href="{% link quick-start.md %}">Quick Start</a></li>
4
- <li><a href="{% link docs.md %}">Docs</a>
5
- <ul class="docs">
6
- <li><a href="{% link _docs/install.md %}">Install</a></li>
7
- <li><a href="{% link _docs/structure.md %}">Structure</a></li>
8
- <li><a href="{% link _docs/deploy.md %}">Deploy</a></li>
9
- <li><a href="{% link _docs/start.md %}">Start</a></li>
10
- <li><a href="{% link _docs/settings.md %}">Settings</a></li>
11
- <li><a href="{% link _docs/conventions.md %}">Conventions</a></li>
12
- </ul>
13
- </li>
14
- <li><a href="{% link _docs/dsl.md %}">DSL Syntax</a>
15
- <ul>
16
- {% assign docs = site.docs | where: "categories","dsl" %} {% for doc in docs -%}
17
- {% if doc.nav_text == "Pipeline" %}
18
- <li><a href='{{doc.url}}'>{{doc.nav_text}}</a>
19
- <ul>
20
- {% assign docs = site.docs | where: "categories","dsl-pipeline" %} {% for doc in docs -%}
21
- <li><a href='{{doc.url}}'>{{doc.nav_text}}</a></li>
22
- {% endfor %}
23
- </ul>
24
- </li>
25
- {% else %}
26
- <li><a href='{{doc.url}}'>{{doc.nav_text}}</a></li>
27
- {% endif %}
28
- {% endfor %}
29
- </ul>
30
- </li>
31
- <li>Examples
32
- <ul>
33
- {% assign docs = site.docs | where: "categories","examples" %} {% for doc in docs -%}
34
- <li><a href='{{doc.url}}'>{{doc.nav_text}}</a></li>
35
- {% endfor %}
36
- </ul>
37
- </li>
38
- <li>More
39
- <ul class="more">
40
- <li><a href="{% link _docs/ecs-deploy.md %}">ECS Deploy</a></li>
41
- <li><a href="{% link support.md %}">Support</a></li>
42
- <li><a href="{% link _docs/next-steps.md %}">Next Steps</a></li>
43
- <li><a href="{% link reference.md %}">CLI Reference</a></li>
44
- </ul>
45
- </li>
46
- </ul>
47
- </div>