Austen Collins
6a5029bfdc
Runtimes: clean up
2016-03-14 14:25:27 -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
Eslam A. Hefnawy
67acc7026d
Running ProjectInit: Fixes
2016-02-23 18:48:12 +07:00
ac360
93ea47ca98
Continue moving utilities
2016-02-22 17:54:46 -08:00
ac360
dcdb2bb49f
Utils: create new utils on serverless isntance
2016-02-22 17:25:19 -08:00
ac360
f10d2d80f1
ProjectInit: start fixing
2016-02-22 17:17:17 -08:00
Austen Collins
241a376f1e
remove mkdirp in favor of fs-extar
2016-02-22 14:10:32 -08:00
Eslam A. Hefnawy
eb98520a17
more actions refactoring
2016-02-21 17:12:48 +07: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
ac360
d05e54f074
Classes: clean
2016-02-19 12:11:09 -08:00
ac360
572fd4d668
Classes: continue clean up
2016-02-19 11:26:55 -08:00
Kamil Burzynski
0cb39cf909
Fixes for persistentRequest
2016-02-19 08:49:26 +01:00
ac360
a5bba02861
Project: clean class
2016-02-18 08:42:10 -08:00
Egor Kislitsyn
2e56ccaeae
fix S3 requests
2016-02-18 20:28:34 +07:00
Egor Kislitsyn
a60d8c140b
fix the template populate function
2016-02-18 18:53:36 +07:00
ac360
35c78c7e81
Serializer: improve function loading
2016-02-17 21:37:38 -08:00
ac360
75382354ff
Serializers: begin large refactor to use serializers
2016-02-17 15:31:01 -08:00
ac360
7498e843a5
Classes: remove serverless prefix WIP
2016-02-17 11:17:39 -08:00
Kamil Burzynski
b67b044117
Bugfixes
...
- project load is truly used in async way now
- a number of typos related to misplaced ; or ,
- S.init() used properly and systematically throughout the code
- sPath indexOf usage now looks only at beginning of paths, to avoid bugs like "foo/bar-get".indexOf( "bar" ) mistakenly finding a component 'bar' within 'foo'
2016-02-16 11:19:12 +01:00