440 Commits

Author SHA1 Message Date
Eslam A. Hefnawy
e6af9341a1 created and did basic refactoring for Utils class 2016-05-11 14:45:08 +07:00
Eslam A. Hefnawy
136f6dbda3 basic refactoring for CLI 2016-05-11 14:07:52 +07:00
Eslam A. Hefnawy
4d7a1bacad tiny enhancement for help page 2016-04-29 17:17:52 +07:00
Ankur Kalra
7911000325 Condense CLI output to fit in a single screen
Resolves: #657
2016-04-23 17:23:48 -04:00
Eslam A. Hefnawy
bf2810a759 Scheduled Event rule name now includes the stage. Closes #961. 2016-04-08 19:17:55 +07:00
Stephen Caldwell
591265972c split out guid util function on its own 2016-04-07 08:15:52 -07:00
Eslam A. Hefnawy
179a95490a using path.sep instead of forward slash. Closes #954 2016-04-07 16:15:41 +07:00
Egor Kislitsyn
aad0fdf3fc removes unused dependencies 2016-04-01 10:48:49 +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
Egor Kislitsyn
15500b5ac8 improves error message 2016-03-24 19:18:58 +07:00
Eslam A. Hefnawy
3474048f92 Revert "Fix keypress duplication bug WIP"
This reverts commit 9271348e5dc3aaae29cb0c638956a9aa23ed0117.
2016-03-22 13:55:05 +07:00
ac360
9271348e5d Fix keypress duplication bug WIP 2016-03-21 23:14:28 -07:00
Austen
09faa3b71c Merge pull request #827 from erikerikson/v0.5-provide-reserved-variable-name-to-endpoints
Provide the reserved variable 'name' to Endpoints
2016-03-20 22:25:26 -07:00
Jordan Mack
4db6226c1d Fix crash on sDebug when path does not match regex search. 2016-03-20 16:25:43 -07:00
Erik Erikson
a8096bc304 Move reserved variable generation out of the endpoint builder and into the Endpoint class. Add an equivalent implementation for Event. Add the new reserved variables to sUtils.populate. 2016-03-18 12:30:55 -07:00
ac360
adeb2f3d07 utils: remove persistent request and rely on AWS SDK's new rety logic 2016-03-17 23:06:08 -07:00
Austen Collins
113e0af963 fix merge conflict 2016-03-15 17:38:50 -07:00
Austen Collins
6a5029bfdc Runtimes: clean up 2016-03-14 14:25:27 -07:00
Erik Erikson
950d0b665f Tiny changes to allow for falsy values to be used in templates and variables. 2016-03-14 13:59:02 -07:00
Egor Kislitsyn
663f6ab3f4 Moves ENV vars to s-function.json 2016-03-14 21:46:44 +07:00
Jordan Mack
ad4819250d Update findProjectPath() to use readFileSync() so that a json error message is received if s-project.json is invalid. 2016-03-13 20:00:50 -07:00
Austen Collins
fd7aedc0ba Serializer: fix template loading, FunctionDeploy: add nice error if ahndler is incorrect, Tests: fix all 2016-03-08 15:16:42 -08:00
Eslam A. Hefnawy
fab872a53e remove outdated util function 2016-03-09 03:14:41 +07:00
Eslam A. Hefnawy
43d1317f61 fixes across actions to remove components completely 2016-03-09 03:13:32 +07:00
Austen Collins
afe371f330 EndpointDeploy, Endpoint: being adding support for custom authorizers 2016-03-07 14:48:19 -08:00
Egor Kislitsyn
4e45bc3a97 adds Project.getAllRegionNames(stageName) 2016-03-03 19:08:30 +07:00
Egor Kislitsyn
22d56ec27b fixes many actions 2016-03-02 18:55:19 +07:00
ac360
05af2e48e0 Tests: change credential loading to rely on profiles 2016-03-01 21:27:16 -08:00
Egor Kislitsyn
234626baeb fixes serializeRegion 2016-03-02 11:38:51 +07: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
1475f5f356 ComponentCreate: start fixing 2016-03-01 16:40:04 -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
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
eb73d30639 fixed all Project Class tests 2016-02-28 16:12:09 +07: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
Eslam λ Hefnawy
b2b0b78420 Merge pull request #694 from minibikini/master
Fix classes
2016-02-26 12:06:50 +07:00
Eslam A. Hefnawy
b9bc472e6a fixed and tested env actions 2016-02-26 12:04:54 +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
Eslam A. Hefnawy
40423b3b97 ProjectInit is now working 2016-02-25 17:34:22 +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
d12a50c754 RegionCreate: fix WIP 2016-02-23 19:06:28 -08:00