2554 Commits

Author SHA1 Message Date
Austen
eb2aa7909e Readme: add badges 2016-03-29 16:48:08 -07:00
Austen Collins
c61e7c3c90 EndpointBuildApiGateway: add credentials option 2016-03-28 20:35:20 -07:00
Austen Collins
d001f2feb9 Merge branch 'master' of https://github.com/serverless/serverless 2016-03-28 20:30:49 -07:00
Austen Collins
49d9a13522 StageCreate: allow for numbers in stage name 2016-03-28 20:30:40 -07:00
Austen
3b798dfb67 Readme: fix typo 2016-03-28 19:10:30 -07:00
Austen
8239e9ca03 Readme: add plugin 2016-03-28 18:41:35 -07:00
Eslam A. Hefnawy
e5004430e5 functionCreate: notify user that function will be created in CWD 2016-03-29 01:28:47 +07:00
Austen
aa6e19fc8c Readme: add meta sync plugin 2016-03-28 08:16:40 -07:00
Eslam A. Hefnawy
5856afb100 added Plugins array to Project class. Closes #884 2016-03-28 15:38:33 +07:00
Eslam A. Hefnawy
fe3716c6d3 enhanced s3 event to not overwrite existing bucket notification config 2016-03-28 15:23:02 +07:00
Eslam A. Hefnawy
0b00ca9845 don't overwrite bucket notification config. Closes #652 2016-03-28 14:09:11 +07:00
Eslam A. Hefnawy
09fe597f50 fixed path seperator for functionCreate. Closes #839. 2016-03-28 13:03:30 +07:00
Eslam A. Hefnawy
13c7d494dc bug fix: serverless variables can now be any type other than a string. Closes #801 2016-03-28 12:30:55 +07:00
Austen
76aef34413 Merge pull request #892 from HyperBrain/873-variable-management
Issue #873 Added vsriables list action to show
2016-03-25 10:50:06 -07:00
Frank Schmid
b5cca6cc73 Issue #873 Added vsriables list action to show all variables per region/stage or with option --all 2016-03-25 17:53:04 +01:00
ac360
22837aace7 version bump v0.5.1 2016-03-25 01:07:51 -07:00
Austen
229b3740c7 Merge pull request #889 from minibikini/master
fixes `Runtime._processExcludePatterns()` #881
2016-03-24 21:50:09 -07:00
Egor Kislitsyn
dc5011c19d fixes Runtime._processExcludePatterns() #881 2016-03-25 11:23:08 +07:00
Austen
45320b0b95 Readme: add project 2016-03-24 21:19:34 -07:00
ac360
2faf04f002 Function: use stage variable in project env variable 2016-03-24 11:32:06 -07:00
Austen
8948a53a15 Merge pull request #880 from jonathannaguin/master
New actions for managing variables from the command line
2016-03-24 08:46:32 -07:00
Austen
6476ad3da0 Merge pull request #879 from joostfarla/patch-6
Add Apiwise to the consultants list
2016-03-24 07:50:57 -07:00
Eslam λ Hefnawy
69aee0b700 Merge pull request #883 from minibikini/master
Small improvements
2016-03-24 20:02:52 +07:00
Egor Kislitsyn
00bb7b9d6f adds some debug logging 2016-03-24 19:19:37 +07:00
Egor Kislitsyn
15500b5ac8 improves error message 2016-03-24 19:18:58 +07:00
Egor Kislitsyn
99a8c639bd small refactor to use promises only (instead of the async lib and callbacks) for FunctionDeploys 2016-03-24 19:18:16 +07:00
Egor Kislitsyn
375ee9d764 Removes stage/region existence check from toObjectPopulated(options) 2016-03-24 19:14:50 +07:00
Jonathan Nunez Aguin
446e02b9c8 Actions moved to the correct place 2016-03-24 11:26:09 +00:00
Jonathan Nunez Aguin
0127891f72 New actions for managing variables from the command line 2016-03-24 09:03:54 +00:00
Joost Farla
c1f1ffce72 Update README.md 2016-03-24 09:32:02 +01:00
Austen
ee41e94574 Merge pull request #875 from HyperBrain/fix-wrapper-env-init-order
Issue #874 Load function handler after environment has been set
2016-03-23 19:47:18 -07:00
Austen
192fa25606 Merge pull request #876 from erikerikson/v0.5-allow-response-templates-to-be-objects-too
Allow responseTemplate values to *also* be objects...
2016-03-23 16:53:32 -07:00
Erik Erikson
0dadafd325 Allow responseTemplate values to *also* be objects. Just like requestTemplates. In fact, using the same logic.
Should we also do this with response models?  Not sure how to use that one.  Future [dev] can do that!
2016-03-23 16:42:26 -07:00
Frank Schmid
67d4285def Issue #874 Load function handler after environment has been set to make the env vars available in the handler's global context (as on AWS). 2016-03-24 00:18:57 +01:00
Austen
7df23a65cf Add npm badge 2016-03-23 16:08:35 -07:00
Austen
4c5ee7e9a4 badge v3 2016-03-23 15:57:46 -07:00
Austen
474d55f4a0 Add badge 2016-03-23 15:35:36 -07:00
Austen
52a5052117 Merge pull request #870 from minibikini/master
Fixes Runtime to exclude the _meta folder from the project's root only
2016-03-23 08:13:21 -07:00
Egor Kislitsyn
45e64a94f8 Fixes Runtime to exclude the _meta folder from the project's root only 2016-03-23 20:21:04 +07:00
Eslam λ Hefnawy
887fd61bcd Merge pull request #869 from minibikini/master
fix ProjectInit logging
2016-03-23 16:53:22 +07:00
Egor Kislitsyn
9dfe4fbd7e fix FunctionLogs (#857) 2016-03-23 16:47:48 +07:00
Egor Kislitsyn
50c92f7979 fix ProjectInit logging 2016-03-23 16:10:19 +07:00
Austen
c96c3bf47f Merge pull request #868 from HyperBrain/866-follow-symlinks-while-packaging
Issue #866 Let wrench follow symlinks while packaging
2016-03-22 19:56:27 -07:00
Frank Schmid
ddfd16dbca Issue #866 Let wrench follow symlinks while packaging 2016-03-22 21:51:25 +01:00
ac360
2159533ba3 Tests: comment out project install v0.5.0 2016-03-22 09:37:35 -07:00
ac360
abccf0309b Fix v0.5 conflicts 2016-03-22 09:20:45 -07:00
ac360
91a6514120 Bump version v0.4.3 2016-03-22 09:16:14 -07:00
ac360
a49d20f01c ProjectInit: fix name 2016-03-22 09:13:57 -07:00
Austen
d41e8f6a80 Merge pull request #851 from kennu/master
Handle error case where the failed function is undefined
2016-03-22 09:12:53 -07:00
Austen
81622c0582 Merge pull request #858 from icereval/master
Backport 0.5 VPC support
2016-03-22 09:12:36 -07:00