401 Commits

Author SHA1 Message Date
Austen Collins
de972ac9ac tests: fix tag and env tests 2015-09-28 16:44:36 -07:00
Austen Collins
03e854d925 tests: refactor create test project 2015-09-28 16:33:07 -07:00
Austen Collins
23c3b2180d fix jawsbucket 2015-09-28 15:36:54 -07:00
Austen Collins
8dc0012fa0 merge 2015-09-28 14:27:42 -07:00
Austen Collins
94b4ac6896 tests: refactor for bucket reorganization 2015-09-28 14:24:31 -07:00
Austen Collins
f2988785e2 branch: split 2015-09-28 14:24:31 -07:00
Austen Collins
c44235a41e bucket reorganization: fix path 2015-09-28 14:24:31 -07:00
Austen Collins
c564c135d2 minor fixes 2015-09-28 14:24:31 -07:00
Austen Collins
49bcec6008 bucket reorganization: more refactoring of new command and new stage/region command 2015-09-28 14:24:31 -07:00
Austen Collins
025b2660c9 new stage region: start refactor, add interactive prompts for usability 2015-09-28 14:24:31 -07:00
Austen Collins
ef1b50f3ec new command: finish refactor 2015-09-28 14:24:31 -07:00
Austen Collins
4e58c770c0 new project: refactor for new bucket organization. Change CFcreateresources to use TemplateBody, not S3 2015-09-28 14:24:30 -07:00
Austen Collins
81382c1eb4 resources: add s3 project bucket 2015-09-28 14:23:32 -07:00
doapp-ryanp
10dc271c9b bugfig 2015-09-28 15:51:33 -05:00
doapp-ryanp
7b0848035f remove front dir 2015-09-28 14:31:48 -05:00
doapp-ryanp
8a3d982abd remove back dir 2015-09-28 14:30:39 -05:00
doapp-ryanp
3aaeb85adf remove select key 2015-09-28 08:32:29 -05:00
Kamil Burzynski
4199c88b6d Fixed stage selector during lambda deploy 2015-09-28 14:22:51 +02:00
Ryan Pendergast
f60564f695 Merge pull request #170 from shortjared/tag-all-behavior-clarity
Explicit defining of tag type required, "all" is now "both"
2015-09-27 23:03:46 -05:00
doapp-ryanp
775dacc3ea Merge branch 'master' of github.com:jaws-framework/JAWS 2015-09-27 22:51:35 -05:00
doapp-ryanp
ff13834ca7 aaDataModelStage change 2015-09-27 22:51:03 -05:00
Ryan Pendergast
00c23eb8ae Merge pull request #171 from shortjared/master
s/Modlue/Module/
2015-09-27 22:22:15 -05:00
Jared Short
792226c9ca s/Modlue/Module/ 2015-09-27 23:13:43 -04:00
Jared Short
36a26c95df Explicit defining of tag type required, "all" is now "both" 2015-09-27 21:33:29 -04:00
Austen Collins
a5e6ba2269 bucket reorganization: fix path 2015-09-27 18:14:15 -07:00
Austen Collins
a7fb6c4f72 minor fixes 2015-09-27 17:09:00 -07:00
Austen Collins
4edd651137 bucket reorganization: more refactoring of new command and new stage/region command 2015-09-27 16:50:20 -07:00
Jared Short
0f6758de00 Tag all can now tag all endpoints and lambdas in one command
A proposed solution to jaws-framework/JAWS#164.

Implements a new “all” type which allows a user to tag all Lambdas and
Endpoints in one command. It also makes this the default command when
running a bare `jaws tag --tag-all` or `jaws tag --untag-all` with no
type option.
2015-09-27 16:26:22 -04:00
Austen Collins
0ac1ae3ddc new stage region: start refactor, add interactive prompts for usability 2015-09-27 12:20:18 -07:00
Austen Collins
f5741141e9 new command: finish refactor 2015-09-26 19:59:15 -07:00
Austen Collins
bf46599160 new project: refactor for new bucket organization. Change CFcreateresources to use TemplateBody, not S3 2015-09-26 15:27:14 -07:00
Austen Collins
42904479de jaws: update 2015-09-26 13:12:07 -07:00
Austen Collins
3a4d4e4acd resources: add s3 project bucket 2015-09-26 12:36:31 -07:00
Austen
050374f4a5 Merge pull request #157 from joostfarla/regex
Allow custom selectionPattern attributes
2015-09-26 09:26:56 -07:00
Joost Farla
a900bffb97 Make Lambda permission stage-independent 2015-09-26 12:22:21 +02:00
doapp-ryanp
b52b338f20 remove es6 specific. start to refactor run 2015-09-25 15:57:02 -05:00
Aaron Boushley
77f264eaff Refactor jawsDebug to auto find context. 2015-09-25 10:06:14 -07:00
Joost Farla
890202914f Allow custom selectionPattern attributes 2015-09-25 13:38:49 +02:00
Aaron Boushley
c0b8076563 Convert logIfVerbose to jawsDebug. 2015-09-24 19:28:09 -07:00
Aaron Boushley
32e515184e Fix credentials file created with 'undefined'.
There were two problems here.

First we were calling `writeFile` with no
contents parameter which resulted in putting the string "undefined" into
the contents of the file.

Second we were calling `writeFile` which is asynchronous and not waiting
on the promise and proceeding as if it was synchronous.

Lastly this creates this hidden folder with restricted permissions since it
does contain credentials.
2015-09-24 19:23:05 -07:00
Aaron Boushley
07a58cba15 Don't show profile prompt when you have credentials.
This was throwing an error because the credentials file doesn't exist yet and we were calling `profilesMap()`.
2015-09-24 19:23:05 -07:00
doapp-ryanp
161c9fca6c env list shows all regions, highlights regions where var is not set 2015-09-24 20:56:50 -05:00
doapp-ryanp
bfde87fed5 whoh big bug in includepaths for optimize 2015-09-24 15:36:41 -05:00
doapp-ryanp
4e90c7909e Merge branch 'master' of github.com:jaws-framework/JAWS 2015-09-24 15:20:14 -05:00
doapp-ryanp
3442037a7e awsm install bugfixes. change env var JAWS_DATA_MODEL_PREFIX to JAWS_DATA_MODEL_STAGE 2015-09-24 15:20:09 -05:00
Austen Collins
5b6c426411 tests: fix new project test to use 'DomainName' resources parameter 2015-09-24 12:54:41 -07:00
Austen Collins
2a3efef9e2 resources: Change one of the JAWS standard params. aaHostedZone is now aaProjectDomain 2015-09-24 12:44:28 -07:00
Austen
072b3d86a8 Merge pull request #155 from jaws-framework/resources
Resources
2015-09-24 12:04:31 -07:00
Austen Collins
a2dce9c8be deploy resources: complete command 2015-09-24 12:03:21 -07:00
Austen Collins
54f4e5a6b6 deploy resources: start command 2015-09-24 08:19:03 -07:00