929 Commits

Author SHA1 Message Date
Erik Erikson
0ceaf170e1 Merge remote-tracking branch 'upstream/v0.5' into v0.5-credential-loading-cleanup 2016-03-07 17:16:56 -08:00
Austen Collins
1926ee616e EndpointDeploy: continue adding authorizer support 2016-03-07 15:36:28 -08:00
Austen Collins
afe371f330 EndpointDeploy, Endpoint: being adding support for custom authorizers 2016-03-07 14:48:19 -08:00
Egor Kislitsyn
cedf22b3c3 adds a test for the FunctionRollback action 2016-03-07 16:56:47 +07:00
Erik Erikson
3049b3a972 Change code generation of '*_PROFILE_[STAGE]' in Serverless artifacts to produce '*_[STAGE]_PROFILE' to align with prior changes.
Allow for a user supplied profile name prefix using the environment variable 'AWS_PROFILE_PREFIX' for use in loading credentials.

Ensure that profile names are lower case.
2016-03-04 22:12:07 -08:00
ac360
0caf219fd9 DashDeploy: slight changes to UI 2016-03-03 10:10:04 -08:00
Egor Kislitsyn
8b45f91366 fixes DashDeploy, EndpointDeploy, ProjectInit, and some tests 2016-03-03 19:10:11 +07:00
Austen Collins
89e054c845 Merge branch 'v0.5' of https://github.com/serverless/serverless into v0.5 2016-03-02 11:03:12 -08:00
Austen Collins
8b4a24a81d ProviderAws: remove undefiend variable 2016-03-02 11:00:34 -08:00
Eslam A. Hefnawy
9f85c658a4 functionCreate: create endpiont or event 2016-03-03 01:57:00 +07:00
ac360
644bfc235b FunctionDeploy: remove lambda backups 2016-03-02 09:30:14 -08:00
ac360
7926b326f1 remove unnecessary console.logs 2016-03-02 08:50:28 -08:00
ac360
3e42fbe4a6 AwsProvider: add credentails format fix 2016-03-02 08:48:28 -08:00
Egor Kislitsyn
38694883f2 fix tests/actions/projectLifeCycle 2016-03-02 20:08:23 +07:00
Egor Kislitsyn
22d56ec27b fixes many actions 2016-03-02 18:55:19 +07:00
Egor Kislitsyn
4686d63b73 fix tests 2016-03-02 16:07:26 +07:00
ac360
99f95d6e53 ProviderAws: minor fixes 2016-03-01 21:43:10 -08:00
ac360
05af2e48e0 Tests: change credential loading to rely on profiles 2016-03-01 21:27:16 -08:00
Austen Collins
c1c5f0ae35 Change utils/new.js back to utils/index.js 2016-03-01 18:23:12 -08:00
Austen Collins
9f46e29654 Utils: add findProjectPath method 2016-03-01 18:21:43 -08:00
ac360
13fec3bda5 TestDefaultActionTest: fix 2016-03-01 16:41:19 -08:00
ac360
241f70ed37 Remove old utils 2016-03-01 16:02:28 -08:00
ac360
716d6a21fc Test and Class fixes 2016-03-01 15:36:29 -08:00
ac360
4b00f8d07e Project: fix toObjectPopulated() 2016-03-01 13:47:20 -08:00
ac360
6ca9564c52 Classes: take filePaths as param, fix tests 2016-03-01 13:34:40 -08:00
ac360
02d19cc795 minor comit before merge 2016-03-01 13:31:26 -08:00
ac360
4e57f0ff8b Extend templates in toObjectPopulate() methods, Classes take config again, test fixes 2016-03-01 13:30:52 -08:00
Eslam A. Hefnawy
dd598ca4f1 fixed action tests 2016-03-02 02:51:01 +07:00
Eslam A. Hefnawy
a44fae84c6 added more classes tests 2016-03-01 13:00:24 +07:00
Eslam A. Hefnawy
a37fb4587e fixed all Endpoint class tests and fixed Runtime class 2016-02-29 13:19:01 +07:00
Eslam A. Hefnawy
9e80bbf1c5 fixed all Function class tests 2016-02-29 12:22:44 +07:00
Eslam A. Hefnawy
fa0207b9ba fixed all Component class tests 2016-02-29 00:30:25 +07:00
Eslam A. Hefnawy
5ba784b8e8 fixed a commnet lol 2016-02-28 16:17:45 +07:00
Eslam A. Hefnawy
eb73d30639 fixed all Project Class tests 2016-02-28 16:12:09 +07:00
Austen Collins
1c3a349aab Classes: large cleanups, use formObject in initialization if data param, fix getAllStages() to return array of stage classes, remove unwanted references to file system 2016-02-26 13:03:30 -08:00
Austen Collins
fc8f29f9be tests: fix project tests further WIP, project: rename some methods to use getAll to keep convention 2016-02-26 12:33:54 -08:00
Austen Collins
31a12ae4c6 utils: improve exportObject() 2016-02-26 12:02:15 -08:00
ac360
946aac42e7 Tests: refactor names, minor cleanups 2016-02-26 11:46:03 -08:00
Egor Kislitsyn
c7a4f5b67c fix region vars 2016-02-26 16:12:30 +07:00
Eslam λ Hefnawy
b2b0b78420 Merge pull request #694 from minibikini/master
Fix classes
2016-02-26 12:06:50 +07:00
Eslam A. Hefnawy
ba248d371e more aggressive testing of projectInit and its sub actions 2016-02-26 00:00:17 +07:00
Egor Kislitsyn
676e2e389f fix classes 2016-02-25 22:54:21 +07:00
Egor Kislitsyn
146ffd56c7 an attempt to fix things 2016-02-24 22:48:22 +07:00
ac360
4ee4b626eb RegionCreate: continue fixing WIP 2016-02-23 20:22:11 -08:00
ac360
48758fac83 Serializer: remove config.filePath from assets 2016-02-23 16:22:22 -08:00
Austen Collins
241a376f1e remove mkdirp in favor of fs-extar 2016-02-22 14:10:32 -08:00
Eslam A. Hefnawy
fc628d6f8b runtime fixes 2016-02-20 20:04:26 +07:00
Eslam A. Hefnawy
c48e8db98d merged v0.5 into 0.5-serializers 2016-02-20 17:25:09 +07:00
Eslam A. Hefnawy
bb573a63ce refactored events action names. Closes #641 2016-02-19 13:29:03 +07:00
ac360
a5bba02861 Project: clean class 2016-02-18 08:42:10 -08:00