jets 2.3.8 → 2.3.9
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/.cody/README.md +13 -0
- data/.cody/docs/bin/build.sh +7 -0
- data/.cody/docs/bin/bundler_setup.sh +8 -0
- data/{.codebuild → .cody}/docs/bin/cli_docs.sh +0 -2
- data/{.codebuild → .cody}/docs/bin/git_commit.sh +0 -0
- data/{.codebuild → .cody}/docs/bin/git_setup.sh +0 -0
- data/{.codebuild → .cody}/docs/bin/subnav.sh +0 -0
- data/{.codebuild → .cody}/docs/buildspec.yml +1 -1
- data/{.codebuild → .cody}/docs/project.rb +0 -0
- data/CHANGELOG.md +4 -0
- data/lib/jets/commands/call.rb +1 -1
- data/lib/jets/version.rb +1 -1
- metadata +11 -10
- data/.codebuild/README.md +0 -18
- data/.codebuild/docs/bin/build.sh +0 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22199a5d15d82e4c9f7ac33921caee3f74555d93b4fa6aee7d23e39c068ee52b
|
|
4
|
+
data.tar.gz: ee43b9e65a5c56646ea62017e96e9666f51ee868448ea9466585e0e6c50678a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea4d208b64be4a4e1528d892f2768a0b0cb5073004030abc0d7a9bdbe908d383696e2e3b6016f79f299bd7b9eb86e3ebe6cc90d8712bdeb3ccdcfe0170050084
|
|
7
|
+
data.tar.gz: 4cf8bf11a1b96d8f2c5bd5ea24a9e246cbc7a000be03918a6f73e2fd8117c9ec82f471f07c8bb444f41370c2aeabcc9244f4cdbc30c7be61f0bd086d82c28f3a
|
data/.cody/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
## Update Project
|
|
2
|
+
|
|
3
|
+
To update the CodeBuild project:
|
|
4
|
+
|
|
5
|
+
Main services:
|
|
6
|
+
|
|
7
|
+
AWS_PROFILE=bolt-oss cody deploy jets --type docs # mainly cli docs and subnav update
|
|
8
|
+
|
|
9
|
+
## Start a Deploy
|
|
10
|
+
|
|
11
|
+
To start a CodeBuild build which kicks off a deploy:
|
|
12
|
+
|
|
13
|
+
AWS_PROFILE=bolt-oss cody start jets --type docs
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/).
|
|
5
5
|
|
|
6
|
+
## [2.3.9]
|
|
7
|
+
- #415 docs: aws cli install required, also note how to deploy to multiple regions
|
|
8
|
+
- #417 'jets call' honours region configuration
|
|
9
|
+
|
|
6
10
|
## [2.3.8]
|
|
7
11
|
- #410 Fix `render` doesn't recognize relative patial path with haml
|
|
8
12
|
- #412 attempt at fixing STI and hot reloading issue
|
data/lib/jets/commands/call.rb
CHANGED
|
@@ -134,7 +134,7 @@ class Jets::Commands::Call
|
|
|
134
134
|
return unless system("type pbcopy > /dev/null")
|
|
135
135
|
|
|
136
136
|
# TODO: for add_console_link_to_clipboard get the region from the ~/.aws/config and AWS_PROFILE setting
|
|
137
|
-
region = Aws.config[
|
|
137
|
+
region = Aws::S3::Client.new.config.region || ENV["AWS_REGION"] ||'us-east-1'
|
|
138
138
|
link = "https://console.aws.amazon.com/lambda/home?region=#{region}#/functions/#{function_name}?tab=configuration"
|
|
139
139
|
system("echo #{link} | pbcopy")
|
|
140
140
|
puts "Pro tip: The Lambda Console Link to the #{function_name} function has been added to your clipboard." unless @options[:mute]
|
data/lib/jets/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionmailer
|
|
@@ -567,14 +567,15 @@ extensions: []
|
|
|
567
567
|
extra_rdoc_files: []
|
|
568
568
|
files:
|
|
569
569
|
- ".circleci/config.yml"
|
|
570
|
-
- ".
|
|
571
|
-
- ".
|
|
572
|
-
- ".
|
|
573
|
-
- ".
|
|
574
|
-
- ".
|
|
575
|
-
- ".
|
|
576
|
-
- ".
|
|
577
|
-
- ".
|
|
570
|
+
- ".cody/README.md"
|
|
571
|
+
- ".cody/docs/bin/build.sh"
|
|
572
|
+
- ".cody/docs/bin/bundler_setup.sh"
|
|
573
|
+
- ".cody/docs/bin/cli_docs.sh"
|
|
574
|
+
- ".cody/docs/bin/git_commit.sh"
|
|
575
|
+
- ".cody/docs/bin/git_setup.sh"
|
|
576
|
+
- ".cody/docs/bin/subnav.sh"
|
|
577
|
+
- ".cody/docs/buildspec.yml"
|
|
578
|
+
- ".cody/docs/project.rb"
|
|
578
579
|
- ".github/ISSUE_TEMPLATE.md"
|
|
579
580
|
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
|
580
581
|
- ".github/ISSUE_TEMPLATE/documentation.md"
|
data/.codebuild/README.md
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
## Update Project
|
|
2
|
-
|
|
3
|
-
To update the CodeBuild project:
|
|
4
|
-
|
|
5
|
-
Main services:
|
|
6
|
-
|
|
7
|
-
export AWS_PROFILE=bolt-oss
|
|
8
|
-
cb deploy jets --type docs # mainly cli docs and subnav update
|
|
9
|
-
|
|
10
|
-
## Start a Deploy
|
|
11
|
-
|
|
12
|
-
To start a CodeBuild build which kicks off a deploy:
|
|
13
|
-
|
|
14
|
-
cb start jets --type docs
|
|
15
|
-
|
|
16
|
-
To specify a branch:
|
|
17
|
-
|
|
18
|
-
cb start jets --type docs --branch codebuild
|