25 Commits

Author SHA1 Message Date
Mariusz Nowak
3808471972 test: Move unit tests to "test/unit" folder 2020-11-30 16:53:52 +01:00
Mariusz Nowak
5234439fa1 refactor: Remove old analytics module 2020-06-16 10:59:59 +02:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Mariusz Nowak
19d404442f
Ensure needed utils 2019-06-04 11:53:58 +02:00
Mariusz Nowak
f519ab98a4
Ensure needed tooling for tests 2019-05-15 17:57:50 +02:00
Shane Handley
3561d3d578 Add test for remove:after hook to compensate for dropped coverage following hook removal. 2018-10-12 15:27:29 +09:00
Shane Handley
efe3d1c73b Linting 2018-09-16 04:24:52 +10:00
Shane Handley
860fd938a0 Test coverage of the flag to check for serverless config befre executing a command which requires a config to exist. 2018-09-15 14:32:34 +10:00
Shane Handley
d81ad1b913 Initial conversion to validation within the PluginManager, rather than a per-plugin invocation of the validation. 2018-09-10 21:41:39 +10:00
Alex DeBrie
1d7bd3cd78 Add validation to remove command 2017-10-24 13:56:42 +00:00
Philipp Muens
80970a4b2d Minor fixes / add whitespaces for better readability 2017-06-28 09:43:31 +02:00
davidwells
fb6a505271 userStats remove 2017-06-26 17:04:54 -07:00
Philipp Muens
8aad2372eb Refactor test structure
So that all tests follow the *.test.js pattern and globs are used to find test files.
2016-11-22 12:49:26 +01:00
Maciej Winnicki
fb0887f759
standardize commands decription 2016-10-12 08:44:29 +02:00
Florian Motlik
f9f212b404 WIP 2016-09-05 16:18:58 +02:00
Nick den Engelsman
9ce66ce620 Add verbose option to remove plugin 2016-09-02 13:19:07 +02:00
Philipp Muens
3e8dbc921d Update plugin READMEs 2016-06-29 20:22:55 +02:00
Philipp Muens
267e6c58fb Add shortcut support for options 2016-06-29 14:07:55 +02:00
Philipp Muens
081ac58f43 Remove unnecessary "required" in plugin options 2016-06-28 15:22:22 +02:00
Philipp Muens
ab3bbe0a4e Update existing plugin docs 2016-06-22 16:33:00 +02:00
Philipp Muens
f6a631482a Add some minor code convention changes 2016-06-21 13:29:06 +02:00
Philipp Muens
cf7028677b Refactor docs structure
Each plugin now has a README.md file in it's root folder. The docs/README.md file
links to each plugins index folder so that the user can directly see the plugins folder structure
and the corresponding README.md file at once. This makes understanding the plugin way easier.
2016-06-17 08:43:51 +02:00
Philipp Muens
e563a071b5 Add option definitions to core plugins 2016-06-09 19:43:13 +02:00
Philipp Muens
bd4ca61eb0 Remove nested "remove resources" command
Remove the nesting so that a single "serverless remove" can be use to remove
the service. This aligns with the code pattern which is already implemented.
2016-06-02 21:24:21 +02:00
Philipp Muens
8e503bbc80 Rename removeResources to remove
Rename the plugin so that it can implement multiple remove actions (such as
"serverless remove resources", "serverless remove stage" etc.).
2016-06-02 08:58:53 +02:00