764 Commits

Author SHA1 Message Date
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
Ryan Pendergast
f291b6e517 Merge pull request #150 from dekz/cf_save
Reworked the recursive search for cf.
2015-09-24 08:48:11 -05:00
Austen Collins
03b99a0e72 readme: add re:invent session 2015-09-23 18:19:36 -07:00
Austen Collins
6f122b9d11 readme: update 2015-09-23 18:17:22 -07:00
Austen Collins
844eddf7c1 jaws v1.1.0 bump 2015-09-23 17:59:15 -07:00
Jacob Evans
f86b55d770 Reworked the recursive search for cf.
My resources werent being updated as the readdirRecursiveAsync was only ever returning a top level stage direcotry and not descending correctly.
2015-09-24 10:36:14 +10: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
11a3461e56 deploy endpoints: fix duplicate resource bug 2015-09-23 08:55:42 -07:00
Ryan Pendergast
2781c43e5d Merge pull request #146 from whatupdave/babel-compile
Add option to compile with babel
2015-09-23 08:22:02 -05:00
Dave Newman
0a33c1826f Add option to compile with babel 2015-09-22 20:45:15 -07:00
Ryan Pendergast
01e3e1edf3 Merge pull request #144 from boushley/silent-admin-dotenv
Don't show an error when loading admin.env...
2015-09-22 19:50:04 -05:00
Austen Collins
ccf37d9eeb deploy endpoint: fix response parameters which will enable CORS support 2015-09-22 15:53:29 -07:00
Aaron Boushley
d2fec16f17 Don't show an error when loading admin.env...
Well, don't show an error if we already have the environment variables we need.
2015-09-22 15:36:44 -07:00
Austen Collins
01d70005c1 deploy endpoint: debug 2015-09-22 15:08:18 -07:00
Austen Collins
05e9fe6399 fix conflict 2015-09-22 14:36:08 -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
ffd5b5f8e3 cleanup gitignore. add gitignore to new jaws project 2015-09-22 15:31:45 -05:00
doapp-ryanp
88521f9b8e dont include dotenv in new js modules 2015-09-22 13:50:41 -05:00
doapp-ryanp
5eaab54cee new region fix 2015-09-22 10:50:12 -05:00
doapp-ryanp
097bcc21be Merge branch 'master' of github.com:jaws-framework/JAWS 2015-09-22 09:58:14 -05:00
doapp-ryanp
7b43a63e04 fix and cleanup test cases 2015-09-22 09:58:10 -05:00
Ryan Pendergast
6ada83ef51 Merge pull request #143 from dekz/very_important_fix
:)
2015-09-22 09:01:23 -05:00
Jacob Evans
4adc77ed56 This had to be fixed! 2015-09-22 21:27:34 +10:00
Austen Collins
0e0b8df512 run: fix test 2015-09-22 00:32:59 -07:00
Austen
5d76acd2c6 Merge pull request #119 from dekz/run_command
Run command
2015-09-22 00:31:05 -07:00
Jacob Evans
38f92b8b84 Use JawsCLI log 2015-09-22 17:22:04 +10:00
Jacob Evans
4c15d37bc2 Fix up requires 2015-09-22 17:18:38 +10:00
Jacob Evans
55d9939f8b Added a basic test run 2015-09-22 17:15:46 +10:00
Austen Collins
6debe5debe readme: rearrange badge order 2015-09-22 00:06:17 -07:00
Austen Collins
7826464f9a readme: cleaner badges 2015-09-22 00:04:33 -07:00
Austen Collins
37440f983d readme: fix badges 2015-09-22 00:00:25 -07:00
Austen Collins
bea39a468c readme: fix badges 2015-09-21 23:59:39 -07:00
Austen Collins
d1ebf18b71 readme: new badges 2015-09-21 23:58:12 -07:00
Jacob Evans
24597d2a11 Fleshed out the context object 2015-09-22 16:56:08 +10:00
Jacob Evans
e6da314236 Updates with master 2015-09-22 16:56:08 +10:00
Jacob Evans
28e15a1210 Run command
Run the handler in the environment, pulling from s3 env if required
2015-09-22 16:56:08 +10:00
Austen Collins
0baaed8d96 readme: add stack overflow tag 2015-09-21 23:48:40 -07:00
Austen Collins
33941a9fd3 new stage and region: fix bug which created invalid IamRoleArnLambda property in the stage/region object 2015-09-21 23:22:20 -07:00
Austen Collins
d85d674e9c spinner: remove message parameter from being required 2015-09-21 23:14:51 -07:00
Austen Collins
f0e5b8f8af Give spinner its own line 2015-09-21 22:50:34 -07:00
Austen Collins
683f12618f tests: fix new stage test 2015-09-21 22:50:34 -07:00