90 Commits

Author SHA1 Message Date
Mariusz Nowak
f4dfbdfcba
Remove autocomplete setup from postinstall script 2019-10-15 12:41:21 +02:00
Philipp Muens
b800db3393 Append newline to avoid unnecessary back-and-forth changing 2019-09-25 13:38:44 +02:00
Philipp Muens
a4457e6a28 Fix linting issues 2019-09-25 13:34:08 +02:00
Daniel Schep
f6dafb4e9a Automate keeping the sfe-next branch upto date 2019-09-24 14:53:06 -04:00
Mariusz Nowak
74d4ef18d1
Switch Mocha setup to @serverless/test 2019-09-13 16:53:46 +02:00
Mariusz Nowak
a5b3f1b80f
Recognize SERVERLESS_ACCESS_KEY as creds env var 2019-09-13 16:53:46 +02:00
Mariusz Nowak
b163f89639
An option to pass through AWS creds to isolated tests 2019-08-08 13:50:52 +02:00
Mariusz Nowak
9e7ff31e56
Improve path output 2019-08-08 13:50:51 +02:00
Mariusz Nowak
7e78baecab
Use mocha files resolver 2019-08-08 13:50:51 +02:00
Mariusz Nowak
d033874c56
Improve var name 2019-08-08 13:50:51 +02:00
Mariusz Nowak
831c52112e
Refactor cli input resolution 2019-08-08 13:50:50 +02:00
Mariusz Nowak
3953bf38a4
Fix eventual crash in pre uninstall 2019-07-19 23:27:06 +02:00
Mariusz Nowak
77878aa6c2
Fix eventual init issue in postinstall script 2019-07-19 23:26:39 +02:00
Mariusz Nowak
bee47e838a
Improve postinstall message 2019-07-16 16:12:22 +02:00
Philipp Muens
abd5a5d943 Fix linting issues 2019-06-27 11:34:06 +02:00
Philipp Muens
1645fc4748 Merge branch 'master' into serveless-command-ad 2019-06-27 11:33:16 +02:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Mariusz Nowak
474ba4eb00
Remove shrinkwrap scripts
Originally it was intended to lock dependencies for CLI
still it's not confirmed whether it works that way
and  after all we do not want to lock it to not
prevent updates of @serverless/enterprise-plugin
2019-06-20 15:07:43 +02:00
Daniel Schep
5f60426b6b PLAT-1091 - message in npm i output about the serverless qucikstart command 2019-06-12 08:39:34 -04:00
Philipp Muens
997434480a Remove root README generator 2019-06-06 12:18:42 +02:00
Mariusz Nowak
746fd046f0
Ensure windows mandatory env vars 2019-06-04 13:04:04 +02:00
Mariusz Nowak
39c7a79140
Ensure to expose TMPDIR to nested processes 2019-06-04 11:41:53 +02:00
Mariusz Nowak
35de9c44b6
Alphabetical order 2019-06-04 11:40:57 +02:00
Philipp Muens
0b53d71a8f
Merge pull request #6088 from serverless/websocket-logs
Add support for Websocket Logs
2019-05-31 13:30:09 +02:00
Mariusz Nowak
f6d993e97b
Merge with master 2019-05-31 12:36:53 +02:00
Mariusz Nowak
23eaa401ca
Ensure to pass HOME in test isolated script 2019-05-31 10:40:02 +02:00
Mariusz Nowak
eed9d54c65
Recognize error code 1 2019-05-30 22:04:49 +02:00
Philipp Muens
f931ecca81 Add support for Websocket Logs 2019-05-30 15:37:44 +02:00
Philipp Muens
773e9af3c1 Thorough integration testing 2019-05-30 15:20:58 +02:00
Mariusz Nowak
b9b5e3d4e6
Move test-isolated script to scripts
/bin should serve only globally exposed binaries
2019-05-24 10:53:02 +02:00
Philipp Muens
9bfe2929b2 Update release process docs and toolings 2019-05-14 09:41:22 +02:00
Philipp Muens
90717e0461
Merge pull request #4712 from drexler/cli-autocomplete-slss
Enable tab completion for slss shortcut
2019-01-23 15:36:42 +01:00
Daniel Schep
7fc21557f3 Switch changelog to ISO8601
1. it is a standard
2. it is a good middleground between EU & US style dates
2018-12-12 12:56:25 -05:00
Daniel Schep
7488b77998 v1.35.0 release! 2018-12-12 12:49:06 -05:00
Daniel Schep
49abc61d55 releasing v1.33.0 2018-11-14 14:13:53 -05:00
drexler
c70e7f5e23 enable tab completion for slss shortcut 2018-02-02 22:02:24 -05:00
Vlad Holubiev
c64cf66f16 refactor: extract getReadmeTable function to dedup common code 2017-11-19 00:43:06 +02:00
Vlad Holubiev
7cf13aa464 refactor: extract getTableRow common function 2017-11-19 00:36:30 +02:00
Vlad Holubiev
832895f537 refactor: extract getPluginsList and getExamplesList functions 2017-11-19 00:32:32 +02:00
Vlad Holubiev
69c721567d fix: handle gilab urls with parse-github-url package 2017-11-19 00:30:23 +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
Vlad Holubiev
34f5ef660f refactor: use lodash startCase instead of custom formatPluginName 2017-11-18 23:47:31 +02:00
Wouter92
da684801a3 Updated postinstall.js to make it also work with spaces in path 2017-10-05 10:24:25 +02: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
Eslam A. Hefnawy
5ddc714bf5 integration test cleanup script 2017-09-06 19:41:12 +07:00
Philipp Muens
1f464773c4 Update integration-test-cleanup.js script 2017-09-06 10:07:11 +02:00
Eslam A. Hefnawy
19279938f8 switched back to travis automation 2017-07-19 18:43:52 +07:00