929 Commits

Author SHA1 Message Date
ac360
bb8c6e5f29 FunctionDeploy: upload concurrently 2016-01-05 09:52:39 -08:00
ac360
e194e3e72b Actions: fix all to pass evt object through, wherever possible, Tests: get function and endpoint deploy tests workign, minor fixes for the validateevent function 2016-01-04 23:26:35 -08:00
ac360
e4af33204d Serverless: add useful middleware which ensures quality between Actions and Hooks 2016-01-04 19:08:48 -08:00
Eslam A. Hefnawy
f631d1b86f fixed actions and unit tests 2016-01-05 00:52:37 +02:00
ac360
8d4c29352c ResourcesDeploy: remove rollback due to it causing an error 2016-01-04 01:09:16 -08:00
ac360
0a50e687d4 Tests: start refactoring tests to use result.data result.options pattern 2016-01-03 23:07:51 -08:00
Eslam A. Hefnawy
8c2c2db17c fixed all tests except for function and endpoint deploy 2016-01-03 23:28:05 +02:00
Eslam A. Hefnawy
5905d0db32 ProjectStageRegionCreate actions unit tests: finished fixing 2016-01-03 21:43:50 +02:00
Eslam A. Hefnawy
606951c741 projectCreate, regionCreate, stageCreate unit tests fixed without CF 2016-01-03 11:37:25 +02:00
Eslam A. Hefnawy
e9d8d13482 fixed project create unit test 2016-01-03 11:37:25 +02:00
Eslam A. Hefnawy
1e6bf5dd73 fixing unit tests 2016-01-03 03:13:38 +02:00
Eslam A. Hefnawy
5331b6f742 updated test project 2016-01-03 01:48:48 +02:00
ac360
d3787e9860 Serverless: change global private properties to be on config object 2015-12-31 16:42:00 -08:00
ac360
465c88341b ResourcesDeploy: Allow for skipping CF deploy and printing only 2015-12-31 14:55:25 -08:00
Austen Collins
3026632048 ProjectCreate: Create new meta scaffolding. Add CF to s-project.json template and stop using resources-cf.json 2015-12-27 17:08:38 -08:00
Eslam A. Hefnawy
53fee69848 tested S3 event source 2015-12-25 00:28:10 +02:00
Eslam A. Hefnawy
2b4975c002 merged events branch and added unit test 2015-12-23 14:37:51 +02:00
Austen Collins
1b759feb78 Test: fixes 2015-12-18 20:42:30 -08:00
Austen Collins
5a137ad10b test: fixes 2015-12-18 20:42:30 -08:00
Austen Collins
ded5fcfca1 Tests: fix 2015-12-18 20:42:30 -08:00
Erik Erikson
a27fa42b0a Converted the simpleTwo.endpoints..requestTemplates["application/json"] attribute value from a string to an equivilent not-stringified object in order to ensure that the tests cover the object case. 2015-12-18 14:25:04 -08:00
Austen Collins
c632603894 ModuleCreate, FunctionCreate: fix bug with missing name 2015-12-14 13:29:23 -08:00
Eslam A. Hefnawy
998a9948e5 replaced nodejs0 with nodejs - that's what aws expects and was causing deployment issues 2015-12-14 17:03:56 +02:00
Eslam A. Hefnawy
68b44852bf fix functiond deploy 2015-12-14 16:50:20 +02:00
Austen Collins
6d22be465c Utils: fix typo 2015-12-13 22:03:26 -08:00
Austen Collins
17424e267c merge whitespace PR 2015-12-13 21:35:58 -08:00
Austen
a52b370d40 Merge pull request #369 from ryansb/feature/cfn-parameter-groups
Group parameters in CFN template
2015-12-13 21:12:14 -08:00
Austen Collins
ed29b81d5b EndpointDeploy: Fix request parameters bug 2015-12-13 19:20:14 -08:00
Austen Collins
dd6479c382 FunctionCreate, ModuleCreate: fix minor bugs. All: Clone this.S.cli.options, never reference it in Actions to prevent odd behavior in subactions 2015-12-13 18:29:25 -08:00
Austen Collins
c0239ff67e ModuleCreate, FunctionCreate: Further cleanups of EVENT object 2015-12-13 16:14:12 -08:00
Austen Collins
c3dfa16456 FunctionCreate, ModuleCreate: clean up 'evt' objects and ensure they have consistent properties 2015-12-13 14:32:19 -08:00
Austen Collins
708f8e35ec FunctionCreate: Bug fixes and begin support for templates 2015-12-13 14:10:02 -08:00
Ryan S. Brown
8016ca315f Change naming conventions in template generation step 2015-12-13 12:39:17 -05:00
Ryan S. Brown
eef57a7882 Monster whitespace commit
Since so many folks have trailing whitespace removal on, we should really get
rid of these all at once to make it easier to deal with the resulting merge
conflicts.
2015-12-13 09:36:59 -05:00
Austen Collins
a93384661c All: further fixes to use relative paths only and arrays for endpoints 2015-12-12 12:50:56 -08:00
Eslam A. Hefnawy
fd0ed739c8 moved env var prompts to SCli 2015-12-11 14:54:08 +02:00
Austen Collins
d9f3bdf8ad Plugins: add in support to read plugins from plugins folder 2015-12-10 20:46:24 -08:00
Eslam A. Hefnawy
e7cf61d7fd fix tiny region validation 2015-12-11 00:19:31 +02:00
Austen Collins
0e1f737a8e minor fixes 2015-12-10 13:10:44 -08:00
Eslam A. Hefnawy
d633a1179b finished prompts refactor 2015-12-10 22:52:31 +02:00
Eslam A. Hefnawy
a0b4e64773 RegionCreate: validate max number of regions per stage. 2015-12-10 22:52:31 +02:00
Eslam A. Hefnawy
3b50bff910 removed redundant prompts 2015-12-10 16:10:30 +02:00
Austen
d19c5037c3 Merge pull request #347 from prestonvanloon/bugfix/remove-sleep-dep
remove sleep dependency causing issues in npm 3.4.0
2015-12-09 21:59:55 -08:00
Austen Collins
d6ac232910 Actions: Huge effort to clean up EVENT properties across all actions. In this commit, all Actions log their EVENT object at the end of running so we can view and discuss further. Overall, the EVENT properties across all Actions are close to being finalized now 2015-12-09 21:50:42 -08:00
Austen Collins
2d9acac1ed EndpointBuildApiGateway: Fix bug that prevents deploying endpoints with duplicate resource names (users/users), remove delay to speed up API Gateway depoyment, clean code 2015-12-09 21:48:56 -08:00
Preston Van Loon
2beef47fe1 remove sleep dependency causing issues in npm 3.4.0 2015-12-09 22:20:13 -06:00
Eslam A. Hefnawy
d3ede5bd36 env list is now aware of func env vars 2015-12-09 23:39:26 +02:00
Eslam A. Hefnawy
3038935a4b testing 2015-12-09 17:33:20 +02:00
Austen Collins
e8b5d316e1 All: reduce unused npm dependencies 2015-12-08 21:40:30 -08:00
Austen Collins
c4fdada32f s-function.json: switch package property to be titled: custom 2015-12-08 21:33:29 -08:00