Florian Motlik
b4da474c60
Merge pull request #1095 from flomotlik/travis-ci-testing
...
Run npm coverage as part of travis
2016-05-11 11:54:44 +02:00
Florian Motlik
1461f8f89e
Change coverage setup
2016-05-11 11:46:09 +02:00
Philipp Muens
5f9806786d
Update airbnb ESLint package
...
Update the package to the newest version and add peer dependency packages.
Refs #1097 .
2016-05-11 11:29:05 +02:00
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
8c020da34e
created basic CLI class
2016-05-11 13:15:50 +07:00
Eslam A. Hefnawy
0025427d1a
basic refactoring of the plugin class
2016-05-11 12:57:41 +07:00
Eslam A. Hefnawy
77119936d2
updating directory structure
2016-05-11 12:50:32 +07:00
Florian Motlik
73f880f45b
Run npm coverage as part of travis
2016-05-11 07:18:00 +02:00
Philipp Muens
3e3e74101e
Closes #1082 - Add and setup coveralls.io
2016-05-10 20:54:15 +02:00
Philipp Muens
af3d98d543
Closes #1081 - Add and setup Istanbul
...
Add Istanbul to get test coverage. Props to @apaatsio who has
already submitted a PR for that (See #383 ).
2016-05-10 18:02:45 +02:00
Austen
304aaa1493
Merge pull request #1075 from arabold/master
...
Added serverless-sentry-plugin
2016-05-09 07:50:46 -07:00
Andre Rabold
7414d689b6
Added serverless-autoprune-plugin
2016-05-08 09:18:59 -07:00
Andre Rabold
a8421981eb
Added serverless-sentry-plugin
2016-05-07 13:30:15 -07:00
Eslam λ Hefnawy
6582955215
Merge pull request #1065 from erikerikson/falsy-event-has-no-name-bugfix
...
Falsy event has no name attribute bugfix
2016-05-04 13:46:00 +07:00
Erik Erikson
97a8515ba3
Falsy event has no name attribute bugfix
...
Because it is falsy, event cannot have the attribute "name". As such, a misleading undefined error is thrown rather than the more instructive error that the event couldn't be found for the region. This leaves the actual identification of which event couldn't be found up to a good guess, unfortunately.
2016-05-03 15:40:57 -07:00
Eslam A. Hefnawy
b4a2fccf35
schedule event remove is now aware of the stage
2016-05-03 17:56:09 +07:00
Eslam λ Hefnawy
7e378aca78
Merge pull request #1059 from akalra/hoplabs
...
Add Hop Labs to the consultants list
2016-05-02 18:28:37 +07:00
Eslam λ Hefnawy
5bf976e236
Merge pull request #1061 from jerwallace/master
...
Add support for an IoT event source
2016-05-02 18:05:43 +07:00
Eslam λ Hefnawy
2134de026f
added Function-Package plugin to README
2016-05-02 17:55:42 +07:00
Eslam λ Hefnawy
71377a59bf
Merge pull request #1063 from icereval/master
...
Allow handler ext configuration for typescript/coffeescript local function run
2016-05-02 17:49:09 +07:00
icereval
0c20e1d58b
allow handler ext configuration
2016-05-01 17:43:10 -07:00
Jeremy Wallace
93bfe20266
Add full ARN to lambda permission
2016-05-01 07:56:06 -07:00
Jeremy Wallace
f447aec494
Add IoT event source
2016-04-30 18:44:32 -07:00
Ankur Kalra
d89e2282f6
Add Hop Labs to the consultants list -- we build MVPs and API backends in Serverless
2016-04-29 10:37:15 -07:00
Eslam A. Hefnawy
28ab0b8905
fix tests
2016-04-29 18:05:00 +07:00
Eslam A. Hefnawy
4d7a1bacad
tiny enhancement for help page
2016-04-29 17:17:52 +07:00
Eslam λ Hefnawy
078a028118
Merge pull request #1046 from akalra/condense-cli-output
...
Issue #657 : Condense CLI output to fit in a single screen
2016-04-29 12:48:09 +07:00
Ankur Kalra
8cc02bf773
Remove embedded newlines from all action descriptions
2016-04-28 10:59:38 -07:00
Eslam A. Hefnawy
4673488bc1
fix validation for non existing aws profile. Closes #1005
2016-04-25 14:55:27 +07:00
Eslam A. Hefnawy
f6add73f4b
Can now use a dot in endpoint paths (ie. /users.json). Closes #1041
2016-04-25 14:39:51 +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 λ Hefnawy
7273801eff
Merge pull request #1002 from HyperBrain/998-variables-support-stage-vars
...
998 variables support stage vars
2016-04-22 19:36:34 +07:00
Austen
897666dafe
Merge pull request #1040 from pmuens/add-serverless-graphql-boilerplate-to-readme-md-file
...
Add Serverless GraphQL boilerplate to README.md file
2016-04-21 08:16:51 -07:00
Philipp Muens
478687b4e3
Add Serverless GraphQL boilerplate to README.md file
2016-04-21 15:43:46 +02:00
Austen
658fc71805
Merge pull request #1022 from BlueBlock/master
...
fix typo to variable name 'functioName'
2016-04-20 13:10:39 -07:00
Austen
feb09594db
Merge pull request #1025 from Nopik/TooManyRequests
...
Fix for TooManyRequests
2016-04-20 13:10:24 -07:00
Austen
a4803792bf
Merge pull request #1026 from Nopik/restApiCache
...
Cached REST APIs
2016-04-20 13:10:17 -07:00
Eslam λ Hefnawy
f2c85226a8
Merge pull request #1038 from flomotlik/feature/travis-setup
...
Add travisci config
2016-04-20 18:53:12 +07:00
Florian Motlik
eb0f449974
Add travisci config
2016-04-20 13:46:48 +02:00
Florian Motlik
e61b95032f
Merge pull request #1037 from minibikini/master
...
Adds `eslint` and the airbnb rules
2016-04-20 13:31:22 +02:00
Egor Kislitsyn
117d756aad
Revert "updates the code to match the Airbnb JS Style Guide"
...
This reverts commit 9fae33672ce5c573de6fbbf74549721633ffc237.
2016-04-20 18:27:03 +07:00
Egor Kislitsyn
9fae33672c
updates the code to match the Airbnb JS Style Guide
2016-04-20 16:36:37 +07:00
Egor Kislitsyn
64ca7c5e1d
adds eslint and and the Airbnb JS style rules config
2016-04-20 16:35:46 +07:00
Austen
1392e9d21f
Merge pull request #1033 from HyperBrain/1015-add-option-for-fct-template
...
Issue #1015
2016-04-19 17:47:25 -07:00
Austen
28944460b8
Merge pull request #1027 from alexandresaiz/patch-3
...
Adding MoonMail inside Projects section
2016-04-19 17:45:12 -07:00
Frank Schmid
fca6178b69
Issue #1015
...
Added `--template/-t` parameter to `function create` that sets the template type used for the created function. Accepted values are `function`, `endpoint` and `event` and behave exactly the same as when entered through the interactive prompt.
2016-04-20 01:40:58 +02:00
Alexandre Saiz Verdaguer
d160f37b82
Adding MoonMail inside Projects secdtion
2016-04-19 10:49:23 +02:00
Tomasz Szajna
0d3f760242
Cached REST APIs
2016-04-19 09:24:50 +02:00
Tomasz Szajna
dadc943aca
Retry on 429
2016-04-19 09:24:09 +02:00