367 Commits

Author SHA1 Message Date
Philipp Muens
2e47cab9ff Releasing v1.26.0 2018-01-29 08:31:07 -08:00
Takahiro Horike
851ba469b9
Merge pull request #4586 from serverless/add-levenshtein
Add "did you mean..." suggestions when you make a typo
2017-12-21 02:40:29 +09:00
Philipp Muens
1c949d22fa Releasing v1.25.0 2017-12-20 14:10:54 +01:00
horike37
0cf7c9a329 first commit 2017-12-16 20:27:33 +09:00
Frank Schmid
2e09606f13
Merge remote-tracking branch 'remotes/upstream/master' into circular-vars 2017-12-06 13:20:51 +01:00
Frank Schmid
5526802a1b
Added request cache and queue to AWS provider
Make sure that requests are throttled. Use a queue for the requests.

Added new expected parameter to request() call in variables test

Added request cache tests
Check that request is indeed called 1000 times

Cache promises, not values

Use request cache for AWS variable requests

Use fromCallback instead of "new Promise" anti-pattern.

Added request cache to AWS provider
2017-12-05 12:39:39 +01:00
Vlad Holubiev
69c721567d fix: handle gilab urls with parse-github-url package 2017-11-19 00:30:23 +02:00
Vlad Holubiev
753f640970 fix: move markdown npm packages to dev deps, not prod deps 2017-11-19 00:14:08 +02:00
Vlad Holubiev
9f1ec154f4 refactor: use markdown-link npm package to render plugin link in readme 2017-11-19 00:12:25 +02:00
Vlad Holubiev
58ebd2af7d refactor: use markdown-table npm package instead of string concat 2017-11-19 00:07:15 +02:00
Vlad Holubiev
521212f28e refactor: use gh-repo-to-user npm package instead of parsing url 2017-11-18 23:54:51 +02:00
Erik Erikson
67442013b9 update json-cycle version
use pretty-print capability
update tests
2017-11-17 00:01:40 +01:00
Philipp Muens
306d587aba Replace json-decycle with json-cycle 2017-11-17 00:01:39 +01:00
Erik Erikson
373b9282eb allow for the serialization and deserialization of cyclic objects being written to file using json-decycle. 2017-11-17 00:01:29 +01:00
Michael Jalkio
18d026ca24 Remove shelljs dependency 2017-11-11 10:47:13 -08:00
Philipp Muens
fd27a465c3 Releasing v1.24.1 2017-11-07 16:13:09 +01:00
Philipp Muens
d2d230b2ff Releasing v1.24.0 2017-11-01 10:49:43 +01:00
Rafal Wilinski
b6ca75876c Merge branch 'master' of https://github.com/serverless/serverless into HEAD 2017-10-20 00:20:09 +02:00
Mariusz Nowak
ebdc522c5a Bump bluebird version 2017-10-03 15:07:26 +02:00
Rafal Wilinski
68b934c8bc Add update-notifier 2017-09-21 22:52:19 +02:00
Eslam A. Hefnawy
7c47dcfa6c releasing 1.23 2017-09-21 21:40:26 +07:00
Nik Graf
344a3b742d
Merge branch 'master' into improve-login 2017-09-14 17:18:40 +02:00
Eslam A. Hefnawy
4f993b9b5f releasing 1.22 2017-09-13 20:02:14 +07:00
Philipp Muens
38e12cfe57 Rename script to "shrinkwrap" to make it more distinguishable 2017-09-12 16:38:03 +02:00
Philipp Muens
29c668195b Update to rely on npm script rather than Travis CI before_deploy hook 2017-09-12 15:08:33 +02:00
Nik Graf
7f3abd6b94
Merge branch 'master' into improve-login 2017-09-11 13:22:45 +02:00
Nik Graf
fcd3f09102
use encrypted token 2017-09-08 17:19:51 +02:00
Nik Graf
2b65725f0a
implement new login flow 2017-09-07 16:50:33 +02:00
horike37
36f62dae75 Merge branch 'master' into add-plugin-command 2017-09-07 07:49:28 +09:00
Eslam A. Hefnawy
5ddc714bf5 integration test cleanup script 2017-09-06 19:41:12 +07:00
Philipp Muens
b58b747275 Releasing v1.21.1 2017-09-06 09:37:42 +02:00
Alex DeBrie
d271b9152a Upgrade ci-info package 2017-09-05 12:36:32 +00:00
Eslam λ Hefnawy
b4c3513b2d Merge pull request #4062 from lorengordon/ssm-vars
Supports SSM Parameters as serverless variable references
2017-09-04 21:38:41 +07:00
horike37
c5d9ac9795 Merge branch 'master' into add-plugin-command 2017-09-02 10:45:11 +09:00
Loren Gordon
a266d4f224 Supports ssm: variable references
Adds support for specifying SSM parameters as serverless variables.
Basic syntax is `${ssm:<foo>}`. To support decryption of SecureString
parameters, the extended syntax is `${ssm:<foo>~true|false}`. The `~`
is a delimiter; `true|false` is evaluated and passed to the
`WithDecryption` option of the SSM API.
2017-09-01 12:54:04 -04:00
Philipp Muens
697d42dd80 Merge branch 'master' into fix-tests 2017-09-01 11:19:37 +02:00
Eslam A. Hefnawy
0be29cf6de releasing 1.21 2017-08-30 18:56:14 +07:00
Nik Graf
143194fc3e
upgrade to fdk 0.5.1 2017-08-28 13:29:59 +02:00
Nik Graf
957b111ab6
upgrade fdk to 0.5.0 2017-08-25 12:36:34 +02:00
horike37
388f0e502a fix conflict 2017-08-25 07:05:46 +09:00
Mariusz Nowak
ea7c732de5 Introduce test program with exposed unhandled rejections 2017-08-24 14:34:56 +02:00
Mariusz Nowak
b4bf2da765 Use graceful-fs for concurrent file operations 2017-08-23 17:39:15 +02:00
Mariusz Nowak
b16a25bd13 test-bare script 2017-08-23 10:31:48 +02:00
Philipp Muens
1de1272898 Merge master into PR 2017-08-18 10:25:51 +02:00
Brian Neisler
5bf3a70003 Releasing v1.20.2 2017-08-17 13:55:18 -07:00
Philipp Muens
66181c148f Merge pull request #4017 from vladgolubev/use-is-docker-npm
Use is-docker npm package, increased test coverage
2017-08-17 14:07:19 +02:00
Philipp Muens
949f051e88 Releasing v1.20.1 2017-08-17 12:26:29 +02:00
Philipp Muens
17c2ec3c20 Releasing v1.20.0 2017-08-16 17:48:47 +02:00
Eslam A. Hefnawy
e176dc8e5d run without functions and lock versions 2017-08-15 15:52:24 +07:00
Nik Graf
2bcd836b2f
fix test-suite by disabling color matching 2017-08-14 18:21:59 +02:00