179 Commits

Author SHA1 Message Date
Austen Collins
6b2044043d create global class 2015-10-19 11:10:33 -05:00
Austen Collins
fd99bd2c2d ProjectCreate: Refactor and fix test 2015-10-11 23:16:28 -07:00
doapp-ryanp
be9b36abe9 making es6 classes still...are we done yet 2015-10-11 23:03:06 -05:00
doapp-ryanp
a470da932b making es6 classes still... 2015-10-11 22:21:56 -05:00
doapp-ryanp
a46466eac5 making es6 classes 2015-10-11 20:35:51 -05:00
doapp-ryanp
7f2110a57c es6 let, template strings 2015-10-10 19:07:34 -07:00
Kamil Burzynski
72d710b612 Added support for response models 2015-10-02 18:16:26 +02:00
Jared Short
6fe7bd835e Allows for optional package manager usage 2015-10-02 01:19:07 -04:00
Jared Short
6e234b63c3 Add CLI Consistency
Addresses #176
2015-10-01 19:28:57 -04:00
Austen Collins
d221c04827 tests: minor fixes 2015-09-29 19:52:56 -07:00
Austen Collins
682759eb17 tests: finish refactoring 2015-09-29 19:45:19 -07:00
Austen Collins
a4eb4f13cd tests: refactor deploy lambda and deploy endpoint tests 2015-09-29 19:42:11 -07:00
Austen Collins
fd2a727ac9 tests: refactor new stage region and dash tests 2015-09-29 19:33:43 -07:00
doapp-ryanp
d221f2f281 remove module install 2015-09-29 16:47:11 -05:00
Austen Collins
6f99715697 tests: fix new project test 2015-09-28 16:51:00 -07:00
Austen Collins
1667f01b9d tests: fix run test 2015-09-28 16:46:33 -07:00
Austen Collins
b63d376ee8 tests: fix module create test 2015-09-28 16:45:30 -07:00
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
4e58c770c0 new project: refactor for new bucket organization. Change CFcreateresources to use TemplateBody, not S3 2015-09-28 14:24:30 -07:00
doapp-ryanp
abe490b4c6 remove back dir 2015-09-28 14:40:33 -05:00
doapp-ryanp
8a3d982abd remove back dir 2015-09-28 14:30:39 -05:00
Jared Short
36a26c95df Explicit defining of tag type required, "all" is now "both" 2015-09-27 21:33:29 -04: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
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
ab18ff0fc0 tests: minor cleanup 2015-09-26 10:02:17 -07:00
Austen Collins
fde4fc72f4 jaws: upgrade 2015-09-26 10:01:50 -07:00
Austen Collins
8cfc5ad74d minor cleanups 2015-09-25 11:46:14 -07:00
Aaron Boushley
c0b8076563 Convert logIfVerbose to jawsDebug. 2015-09-24 19:28:09 -07:00
Austen Collins
5b6c426411 tests: fix new project test to use 'DomainName' resources parameter 2015-09-24 12:54:41 -07:00
Austen Collins
a2dce9c8be deploy resources: complete command 2015-09-24 12:03:21 -07:00
Austen Collins
844eddf7c1 jaws v1.1.0 bump 2015-09-23 17:59:15 -07:00
Austen Collins
5b5371b0af deploy endpoints: large change that swaps out how api-gateway gets permission to invoke lambdas.
Instead of specifying an IAM policy when creating the API Gateway method's integration, the individual lambda's access policy is
updated.  The reason for this is that the first method results in an extra ~500ms of latency.  Now, JAWS REST APIs should be much faster.
However, this might result in breaking changes (sorry).
2015-09-23 17:16:39 -07:00
Austen Collins
24a894e217 tests: fix module install test 2015-09-23 12:58:51 -07:00
Austen Collins
0c9599eafb deploy endpoints: revert back to old way until aws responds 2015-09-23 12:47:41 -07:00
Austen Collins
ccf37d9eeb deploy endpoint: fix response parameters which will enable CORS support 2015-09-22 15:53:29 -07:00
Austen Collins
01d70005c1 deploy endpoint: debug 2015-09-22 15:08:18 -07:00
Austen Collins
341b9395c6 merge 2015-09-22 14:20:13 -07:00
Austen Collins
7d0ba14efe minor changes 2015-09-22 14:20:13 -07:00
doapp-ryanp
7b43a63e04 fix and cleanup test cases 2015-09-22 09:58:10 -05:00
Austen Collins
0e0b8df512 run: fix test 2015-09-22 00:32:59 -07:00
Jacob Evans
55d9939f8b Added a basic test run 2015-09-22 17:15:46 +10:00
Austen Collins
683f12618f tests: fix new stage test 2015-09-21 22:50:34 -07:00
Austen Collins
ef4bda4109 tests: fix deploy lambda and deploy endpoint tests 2015-09-21 22:50:33 -07:00
Austen Collins
9cfebb00cc tests: add jaws-core-js to test-prj 2015-09-21 22:50:33 -07:00
Austen Collins
4890c99525 tests: fix new module and env tests 2015-09-21 22:50:33 -07:00
doapp-ryanp
b62375bc55 upgrade new stage/region to support v1 json formats. make CLI for new command have better docs and more consistent 2015-09-21 13:45:12 -05:00