ac360
3e42fbe4a6
AwsProvider: add credentails format fix
2016-03-02 08:48:28 -08:00
Eslam A. Hefnawy
eb73d30639
fixed all Project Class tests
2016-02-28 16:12:09 +07:00
Austen Collins
241a376f1e
remove mkdirp in favor of fs-extar
2016-02-22 14:10:32 -08:00
ac360
76491b644e
Serializer: add function methods
2016-02-17 21:01:04 -08:00
ac360
75382354ff
Serializers: begin large refactor to use serializers
2016-02-17 15:31:01 -08:00
ac360
bc56495601
ServerlessProviderAws: create class
2016-02-12 22:48:44 -08:00
ac360
3f7f64ec53
mergeMerge branch 'master' of https://github.com/minibikini/serverless into minibikini-master
2016-02-11 08:29:09 -08:00
ac360
7764695085
Start v0.5
2016-02-11 08:20:08 -08:00
ac360
99f2bdea3d
Release v0.4.2
2016-02-11 08:06:53 -08:00
Egor Kislitsyn
8ba255bb1e
adds ResourcesDiff action ( #604 )
2016-02-11 21:57:17 +07:00
ac360
a72d720289
Release v0.4.1
2016-02-11 01:27:52 -08:00
ac360
f5892ab4e4
Dependencies: roll back prompt version because its new colors suck
2016-02-10 23:08:18 -08:00
ac360
becb69f53e
Dependencies: update
2016-02-10 22:40:34 -08:00
Eslam A. Hefnawy
814c156080
fixing events conflicts
2016-02-09 14:15:30 +07:00
Egor Kislitsyn
03e624cbcd
removes unused dependencies: insert-module-globals, expand-home-dir
2016-02-08 16:40:53 +07:00
ac360
353458c024
NameTemplate: change to customName
2016-02-07 20:48:18 -08:00
Eslam A. Hefnawy
e0eb0803d8
added and tested scheduled lambda event source
2016-02-06 11:45:29 +07:00
ac360
ca83519c18
Release v0.3.1
2016-02-02 01:53:19 -08:00
ac360
4dfd7a2ead
Release V0.3.0
2016-02-02 00:04:34 -08:00
Austen Collins
157a26331f
Release 0.2.1
2016-01-28 17:02:39 -08:00
Austen Collins
f76b5a541e
package.json: remove immutable
2016-01-28 10:44:11 -08:00
Joost Farla
ac927e7f46
Fix casing issue
...
Causes an error when doing:
```
require('serverless');
```
2016-01-26 21:50:05 +01:00
Ryan S. Brown
6c4e98f3c0
Add binary for running Python functions to $PATH
...
The `serverless-run-python-handler` binary must be in the user's path in
order to run Python functions locally, and it wasn't in `package.json`
so users using `npm install` or `npm link` to get serverless wouldn't
have it in their $PATH.
2016-01-26 13:55:14 -05:00
ac360
58ccc95046
Release 0.2.0
2016-01-26 08:19:57 -08:00
Eslam A. Hefnawy
a9d776a29b
fixed debug mode during unit testing
2016-01-25 15:40:15 +07:00
ac360
c3f8691488
Release V0.1.5
2016-01-23 09:07:57 -08:00
ac360
faa5b0267e
Release v0.1.4
2016-01-22 16:42:20 -08:00
ac360
2ccf606869
Release 0.1.3
2016-01-22 12:39:01 -08:00
ac360
ccbbfc6610
ProjectInstall: Remove unnecessary package.json attributes
2016-01-19 18:40:58 -08:00
ac360
840e0610e1
ProjectInstall: first pass at implementing this Action
2016-01-19 12:31:34 -08:00
ac360
36b310e9e5
ProjectCreate: fix bug created in f38264
2016-01-18 17:09:03 -08:00
ac360
19411fa75d
Release v0.1.0
2016-01-17 14:24:09 -08:00
ac360
96f1af8661
Many updates:
...
Project/Stage/RegionCreate: Finish refactor
Classes: Rely on Serverless Project Path, instead of passing in class
Utils.populate: Fix
Utils.getResoruces: Finish
ResourcesDeploy: Finish refactor
2015-12-31 14:35:46 -08:00
ac360
a65930d99d
Project/Stage/RegionCreate: refactor. Next add auto-resources deploy
2015-12-30 19:55:05 -08:00
Eslam A. Hefnawy
c53f20919b
added save method for Module and Function classes
2015-12-31 03:06:55 +02:00
Austen Collins
fc3786f086
All: Add classes for Project, Module and Function
2015-12-28 23:49:29 -08:00
Austen Collins
8a06c1ca2b
Utilities: Add populateVariables function
2015-12-28 08:56:23 -08:00
Austen Collins
0a1b71318c
All: Change _projectJson to _project and include entire project JSON.
...
This change breaks some things that will be fixed in subsequent commits
2015-12-27 09:02:57 -08:00
Austen Collins
9c055b8b31
start v0.0.16
2015-12-18 20:42:30 -08:00
Austen Collins
4a26a2ea9c
version bump
2015-12-18 20:42:30 -08:00
Austen Collins
b896d6f9d7
release version 0.0.14
2015-12-15 08:32:57 -08:00
Austen Collins
63c53afec9
FunctionCreate: fix path bug
2015-12-13 13:05:08 -08:00
Austen Collins
f204d1411a
version bump
2015-12-11 02:45:49 -08:00
Austen Collins
f03a7de5dd
version bump
2015-12-10 21:13:15 -08:00
Austen Collins
550fb5ac17
version bump
2015-12-10 16:42:45 -08:00
Austen Collins
968ab3fe8e
version bump
2015-12-10 14:27:22 -08:00
Austen Collins
e9de63a92b
version bump
2015-12-10 13:53:29 -08:00
Austen Collins
a3b6b252dc
ProjectCreate: Fix API Key entry screen bug
2015-12-10 12:40:56 -08:00
Ryan S. Brown
20d34a8c10
Remove sl command because it tramples other commands
...
Users can add aliases if they like, but `sl` conflicts, and is easy to mistype when you mean `ls`.
2015-12-10 10:47:58 -05:00
Preston Van Loon
2beef47fe1
remove sleep dependency causing issues in npm 3.4.0
2015-12-09 22:20:13 -06:00