ac360
4f2c610a65
Resources and Templates: start refactoring
2016-02-18 10:22:02 -08:00
ac360
b5560b4d40
Project: finish seriliazer
2016-02-18 09:42:48 -08:00
ac360
ec184b600f
Serializer: add generic seriealize and deserliealize methods
2016-02-18 09:06:53 -08:00
ac360
a5bba02861
Project: clean class
2016-02-18 08:42:10 -08:00
ac360
f76baaef0e
Stage, Region, Variables extend serialize
2016-02-18 07:31:04 -08:00
Austen
f37d1fd842
Merge pull request #666 from dherault/master
...
updated README.md
2016-02-18 06:44:51 -08:00
Austen
7f3daeec71
Merge pull request #675 from Nopik/v0.5
...
Bugfixes for 'Too many requests' usage
2016-02-18 06:41:22 -08:00
Eslam λ Hefnawy
4b08161cee
Merge pull request #676 from minibikini/master
...
More fixes
2016-02-18 20:34:12 +07:00
Kamil Burzynski
15401f277f
Typo bugfix
2016-02-18 14:32:02 +01:00
Egor Kislitsyn
0f2e15e8c4
fix StageRemove
2016-02-18 20:28:48 +07:00
Egor Kislitsyn
2e56ccaeae
fix S3 requests
2016-02-18 20:28:34 +07:00
Kamil Burzynski
972a9546fe
Merge branch 'local' into v0.5
...
Conflicts:
lib/ProviderAws.js
2016-02-18 14:21:15 +01:00
Kamil Burzynski
7853843821
Bugfixes for aws.request 429 handling
2016-02-18 14:16:44 +01:00
Eslam λ Hefnawy
22b21069ad
Merge pull request #674 from minibikini/master
...
Lots of fixes for v0.5
2016-02-18 19:04:09 +07:00
Egor Kislitsyn
98d22f9fa6
fix tests
2016-02-18 18:53:58 +07:00
Egor Kislitsyn
a60d8c140b
fix the template populate function
2016-02-18 18:53:36 +07:00
Egor Kislitsyn
3ce9e0b28c
fix actions
2016-02-18 18:53:06 +07:00
Egor Kislitsyn
35ea983080
fixes Function and Project classes
2016-02-18 18:52:30 +07:00
Egor Kislitsyn
eeb8505b3e
fix ProviderAws
2016-02-18 18:51:55 +07:00
Egor Kislitsyn
219cea9f3a
Actions: remove serverless prefix
2016-02-18 18:44:11 +07:00
ac360
8c9b7e1358
Classes: extend serializer and clean
2016-02-17 22:15:52 -08:00
ac360
56fd12c938
Function: add useful methods
2016-02-17 21:59:45 -08:00
ac360
1435265ced
Clean up function-related classes
2016-02-17 21:47:23 -08:00
ac360
35c78c7e81
Serializer: improve function loading
2016-02-17 21:37:38 -08:00
ac360
76491b644e
Serializer: add function methods
2016-02-17 21:01:04 -08:00
Austen Collins
e7cf45eb69
Serializer: add scanning to merge all resources on deserializeProject
2016-02-17 19:02:12 -08:00
ac360
8ed649e444
Serializer: add todo to check for function uniqueness in name
2016-02-17 16:47:50 -08:00
ac360
e0c999821a
Serializer: continue work on Component serialization. WIP
2016-02-17 16:44:48 -08:00
ac360
bfe772f6c9
SerializerFileSystem: add support for components
2016-02-17 16:15:16 -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
ac360
8698fec3ea
ProviderAws: remove ENV prefix. It's unnecessary for now
2016-02-17 10:55:51 -08:00
Austen
07b372e5c4
Merge pull request #668 from Nopik/meta-refactor
...
Meta refactor
2016-02-17 09:09:47 -08:00
Kamil Burzynski
f532b50996
WIP
2016-02-17 16:41:17 +01:00
Kamil Burzynski
f10e0e8f43
Bugfixes
2016-02-17 14:33:35 +01:00
Kamil Burzynski
ed4c4b6d3f
Implemented Stage/Region (and VarContainer) classes
2016-02-17 13:57:21 +01:00
Libé
4db3684102
updated README.md
2016-02-17 13:53:33 +01:00
Austen
969476248f
Merge pull request #663 from minibikini/master
...
adds a test for PluginCreate action (#623 )
2016-02-16 09:51:26 -08:00
Egor Kislitsyn
f444f73fa2
adds a test for PluginCreate action ( #623 )
2016-02-17 00:19:53 +07:00
Eslam λ Hefnawy
b35e506a71
Merge pull request #660 from Nopik/arch-refactor-4
...
Bugfixes
2016-02-16 20:26:56 +07:00
Kamil Burzynski
ae34e22e14
Bugfixes
2016-02-16 14:08:14 +01:00
Eslam λ Hefnawy
2140b5b7a9
Merge pull request #658 from Nopik/arch-refactor-4
...
Bugfixes
2016-02-16 19:23:01 +07:00
Kamil Burzynski
c6e06bdabe
Bugfixes for resources deploy
2016-02-16 11:57:20 +01:00
Kamil Burzynski
703b936c77
Bugfixes
2016-02-16 11:46:43 +01: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
Eslam A. Hefnawy
914efae537
merging v0.5-providers branch: fixing conflicts
2016-02-16 13:19:59 +07:00
Eslam A. Hefnawy
3760295409
readme update
2016-02-16 10:30:34 +07:00
Austen
1a09bad3fa
Merge pull request #653 from Nopik/arch-refactor-3
...
Bugfixes
2016-02-15 10:02:30 -08:00
Kamil Burzynski
887e045e27
Bugfixes
2016-02-15 18:12:31 +01:00
Austen
5ba6c6197d
Merge pull request #649 from Nopik/arch-refactor-3
...
Functions can now be deeply nested in components.
2016-02-15 08:36:50 -08:00