93 Commits

Author SHA1 Message Date
Philipp Muens
ada1055009 Address PR review comments 2019-09-05 12:51:06 +02:00
Eetu Tuomala
d879730866 use lodash to check empty values, change version function order 2019-09-05 12:51:06 +02:00
Eetu Tuomala
4c99b2d237 add test for prepareFunctions and naming 2019-09-05 12:51:06 +02:00
Eetu Tuomala
aeb3bb5a93 fix node 4 and 6 related syntax errors 2019-09-05 12:51:06 +02:00
Eetu Tuomala
cc526ff850 add cloudfront to enpoints info, fix target origin id test, add cloudfront to getStackinfo test 2019-09-05 12:51:06 +02:00
Eetu Tuomala
d85ed060c9 add cloudfront logical ids to naming 2019-09-05 12:51:05 +02:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Mariusz Nowak
598fd4728e
Ensure to return promise 2019-05-22 10:14:08 +02:00
Eetu Tuomala
028b5968c5
fix rebase issues 2019-04-18 01:30:53 +03:00
Eetu Tuomala
1f8e248875
display description on sls info 2019-04-17 13:43:35 +03:00
Eetu Tuomala
23a99a7472
fix destructuring issues 2019-04-17 13:40:42 +03:00
Eetu Tuomala
6f5f445f70
add test for get api key values 2019-04-17 13:33:38 +03:00
Eetu Tuomala
f9afb7a3ab
fetch api key values 2019-04-17 13:32:05 +03:00
Philipp Muens
306538fcbf Add support for multiple usage plans 2019-04-15 12:31:25 +02:00
Daniel Schep
24ffec19af Print customized function names correctly in sls info output 2019-02-28 15:07:52 -05:00
Philipp Muens
bad6a4a102 Fix displaying of services with REST and WSS APIs 2019-02-18 09:54:25 +01:00
Philipp Muens
8fce692dca Update check to use protocol / Add display tests 2019-02-14 12:32:01 +01:00
Philipp Muens
ff204eb302 Add websocket endpoint to outputs / display it via info 2019-02-14 12:10:01 +01:00
Philipp Muens
36f98294bb
Merge pull request #4822 from serverless/ResourceCount
Add resource count and warning to info display
2019-01-24 12:23:47 +01:00
Alex DeBrie
4caa108f43 Restore the missing restore 2019-01-23 17:11:29 +00:00
Daniel Schep
b348471c05 test coverage! 2018-11-29 10:55:52 -05:00
Daniel Schep
577f85d070 Info support for layers 2018-11-29 10:55:52 -05:00
Eslam A. Hefnawy
4bd4c3f5a9 tested deployment and subscription 2018-07-23 16:05:45 +03:00
Alex DeBrie
c575de2c14 Use chai-as-promised 2018-03-13 11:53:47 +00:00
Alex DeBrie
0f42d4ccb9 PR fixes 2018-03-13 01:55:09 +00:00
Alex DeBrie
1d6fbe3d4c Linter 2018-03-12 01:05:28 +00:00
Alex DeBrie
88efb544ff Add / update tests 2018-03-12 00:54:53 +00:00
Alex DeBrie
39b62d96b7 Add resource count and warning to info display 2018-03-11 01:26:15 +00:00
Erik Erikson
ca5ba8daac Remove unused parameters in platform.js (and deal with consequences)
Add explicit use of options where they were defined.
2017-12-12 11:59:08 -08:00
Erik Erikson
bf8d57fa9f Improve Stage and Region Usage
Remove the errant (but understandable) distributed usage of region and stage settings.  This otherwise locks in a multitude of bugs around the improper algorithm for selecting (given all context) the proper region or stage setting.  Instead, all code should use the centralized algorithm for determining such values.  This creates a strange first and second class configuration concept but these two are sufficiently varied and complex in their creation and use that this seems appropriate.
2017-12-11 16:39:44 -08:00
Frank Schmid
81c896bc12
Removed reintroduction of stage+region in request. Added options.
Delete bucket was still using them

Hopefully all :)

Further test fixes.

.... worked too long yesterday

Fixed Variable tests

Remove not used parameters from request() and add options with warning
2017-12-11 12:33:35 +01:00
Timothy Stott
2df0d8a954
Provide option to conceal API Gateway key values from the output 2017-10-17 22:42:01 +01:00
Frank Schmid
2845ba3204 AWS info unit tests have to provide a valid cli object.
Otherwise code that logs, will crash.
2017-09-04 16:41:32 +02:00
Toby Hede
4461034137 Display stack name in info output 2017-08-15 14:11:57 +10:00
Philipp Muens
1ef42b7211 Condense console output 2017-04-27 11:20:50 +02:00
Philipp Muens
ba967f6802 Merge master into branch 2017-04-27 11:05:56 +02:00
Philipp Muens
924e5664d7 Remove unnecessary check for noDeploy option 2017-04-26 09:40:20 +02:00
Philipp Muens
2bfb29949c Skip on noDeploy when running info command hooks 2017-04-26 09:37:29 +02:00
Frank Schmid
6230810302 Fixes #3502 - Add detailed lifecycle events to info plugin
Added unit tests for empty results
Added/modified display unit tests
Added unit tests for info-index
Added internal lifecycle
2017-04-24 13:20:47 +02:00
Eslam A. Hefnawy
13689a0674 removed references to --noDeploy 2017-04-10 02:33:53 +07:00
Philipp Muens
8d348da0ce Merge master into PR 2017-03-23 12:29:07 +01:00
Philipp Muens
ff4bff6b74 Update name displaying to include name and deployed name 2017-02-14 10:19:22 +01:00
Philipp Muens
edbd86aba2 Update function name displaying for info plugin 2017-02-13 13:27:57 +01:00
Doug Moscrop
1012c351b7 add sinon-bluebird to make promises in tests a bit cleaner 2017-02-08 12:59:18 -05:00
Philipp Muens
20a2a48a74 Remove on-the-fly arn generation for displayed functions 2017-01-27 13:22:27 +01:00
Philipp Muens
9c067e84f9 Update stage and region retrieval 2017-01-23 13:28:17 +01:00
Philipp Muens
116c79dbf8 Refactor function arn generation for info plugin 2017-01-20 14:45:11 +01:00
Nik Graf
1b5f25a31d consitent code style in display 2016-12-07 11:03:36 +01:00
Nik Graf
5ddadedbe4 fix tests 2016-12-07 10:53:31 +01:00
Nik Graf
1395eaa92a reverted change in formating as some people parse it 2016-12-07 10:47:53 +01:00