7343 Commits

Author SHA1 Message Date
Austen Collins
c0ed521b27 DashDeploy: Allow API Gateway deployment descriptions 2016-02-10 19:13:09 -08:00
Austen Collins
2c95c6736e ServerlessFunction: Add support for custom IAM Role 2016-02-10 18:55:22 -08:00
Austen Collins
a2d778bce4 mergeMerge branch 'master' of https://github.com/serverless/serverless 2016-02-10 17:56:45 -08:00
Eslam λ Hefnawy
92949e7a8e Merge pull request #601 from arabold/master
Reworked Scheduled Events
2016-02-11 08:56:11 +07:00
Austen Collins
2c06588bcd Templates: removing .ext convention, too complicatedRevert "Templates: use convention s-templates.ext.json for extending templates"
This reverts commit d049eafcbaa2d7daf2e79891d894e024b605b09b.
2016-02-10 17:55:52 -08:00
Austen Collins
d049eafcba Templates: use convention s-templates.ext.json for extending templates 2016-02-10 17:54:21 -08:00
Andre Rabold
69d5bf2e4c Fixed Lambda function ARN for all event deploys 2016-02-10 17:30:33 -08:00
Austen Collins
9193c21497 Variables: name is always reserved and is the name of the config file you are trying to populate 2016-02-10 17:08:09 -08:00
Andre Rabold
480f2effba Fixed event deployment when using --all parameter 2016-02-10 16:34:52 -08:00
Andre Rabold
2fe6d0b079 Reworked Scheduled Events
* use proper Lambda function name
* grant necessary permissions
2016-02-10 15:36:20 -08:00
ac360
48f8e9dffa FunctionRun: fix description 2016-02-10 14:44:04 -08:00
ac360
a95d434d4e ServerlessMeta: skip over hidden files when loading #578 2016-02-10 14:41:42 -08:00
ac360
6670cd72eb ServerlessEvent: fix setting from ServerlessFunction.set(), ServerlessState: write tests for getEvents() 2016-02-10 14:15:21 -08:00
ac360
8dc9057f42 DashDeploy: new hotkeys 2016-02-10 13:44:46 -08:00
Jordan Mack
b7fcf47811 Add hotkeys to dash for select all, select none, select functions, and select endpoints. 2016-02-10 13:44:46 -08:00
Austen
1e9591073f Merge pull request #590 from jordanmack/fix-minor-text-changes
Improve a few minor text regions
2016-02-10 13:32:42 -08:00
Austen
1d4f53dcdb Merge pull request #594 from kpotehin/master
Fix overwriting s-templates.json
2016-02-10 13:26:49 -08:00
Austen
b06a945863 Merge pull request #595 from pmuens/add-cancel-cli-with-escape-functionality
Refs #528 - Add cancel CLI with escape functionality
2016-02-10 11:29:24 -08:00
ac360
a3dc335391 ResourcesDeploy: remove unnecessary console.log 2016-02-10 11:14:46 -08:00
Philipp Muens
9a55423541 Refs #528 - Add cancel CLI with escape functionality 2016-02-10 17:49:57 +01:00
Kirill Potekhin
585a892d70 Fix rewriting s-templates.json 2016-02-10 18:03:36 +03:00
Egor Kislitsyn
75b23bf37e removes console.log from ResourcesDeploy 2016-02-10 20:52:40 +07:00
Kamil Burzynski
24b9d73bfb ServerlessRuntime class hierarchy introduced 2016-02-10 14:07:42 +01:00
Egor Kislitsyn
1b46bc9140 fixes FunctionRun: region option, error handling 2016-02-10 17:34:32 +07:00
Egor Kislitsyn
3dfe8872b6 adds custom template syntax support 2016-02-10 17:32:41 +07:00
Kamil Burzynski
27a7acf877 Updated tests to match recent architectural changes 2016-02-10 10:36:39 +01:00
Jordan Mack
63c257105e Improve a few minor text regions. 2016-02-10 01:13:13 -08:00
Kamil Burzynski
9064a77148 Updated unnecessary getProject() with hasProject() 2016-02-10 09:23:37 +01:00
Kamil Burzynski
e570f077e2 Serverless classes are now loaded before setProject() call 2016-02-10 09:18:28 +01:00
Kamil Burzynski
8a072fd7cd Added support for passing only path to project to Serverless constructor, so programmatic use can be sometimes more convenient. 2016-02-10 09:08:23 +01:00
Kamil Burzynski
4a358cc9ad Update event actions for the recent interface changes 2016-02-10 09:06:24 +01:00
Kamil Burzynski
6c80533d27 Update ServerlessEvent for the recent interface changes 2016-02-10 08:56:21 +01:00
Kamil Burzynski
e06786dae7 Merge branch 'master' into arch-refactor 2016-02-10 08:51:05 +01:00
Austen
e63956cbba Merge pull request #586 from jonmcoe/readme-typo-fix
idealogies --> ideologies
2016-02-09 22:21:29 -08:00
Eslam A. Hefnawy
b22f586b1f event sources: added stage for Arn 2016-02-10 12:30:03 +07:00
Jon Coe
c6dad0a1fb idealogies --> ideologies 2016-02-09 14:59:47 -05:00
Kamil Burzynski
c5e644626a Updates for testsuite 2016-02-09 18:19:59 +01:00
Kamil Burzynski
34f30d9e66 Cleanups 2016-02-09 17:55:00 +01:00
Kamil Burzynski
7c031bb8ec Bugfixes 2016-02-09 17:29:21 +01:00
Kamil Burzynski
4baed3e96f Project marked as _project in Serverless class 2016-02-09 16:31:46 +01:00
Kamil Burzynski
0d55b5449f Typos fixed. 2016-02-09 16:27:54 +01:00
Kamil Burzynski
e0e027dcd3 Refactoring: removed S.config.projectPath, Project instance is created at correct moments, common project helpers moved to Project 2016-02-09 15:14:17 +01:00
Eslam A. Hefnawy
785641d576 merged events branch: all tests passing 2016-02-09 18:16:59 +07:00
Eslam A. Hefnawy
9ff594de74 fixing events after merge 2016-02-09 17:04:22 +07:00
Kamil Burzynski
4ff2af67ae Component search path made more flexible and portable 2016-02-09 10:55:36 +01:00
Eslam A. Hefnawy
814c156080 fixing events conflicts 2016-02-09 14:15:30 +07:00
ac360
c7b2aa08cb ServerlessFunction: remove component from endpoint path 2016-02-08 08:02:55 -08:00
ac360
95525b37ff FunctionRun: use within function folder 2016-02-08 08:02:09 -08:00
Austen
e57a0dbb68 Merge pull request #582 from minibikini/master
Small fixes
2016-02-08 07:22:31 -08:00
Egor Kislitsyn
a0fc52deec fix FunctionRun log output 2016-02-08 18:47:44 +07:00