890 Commits

Author SHA1 Message Date
Mariusz Nowak
195c3f2f15 fix(AWS Deploy): Handle gently missing template body 2022-02-01 16:29:20 +01:00
Mariusz Nowak
9c8bca0adf refactor: Rename lib/plugins/aws/deploy/lib/uploadArtifacts.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
d1b72ebd19 refactor: Rename lib/plugins/aws/deploy/lib/validateTemplate.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
ae7bfcfa3f refactor: Rename lib/plugins/aws/deploy/lib/extendedValidate.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
c3e42d6c57 refactor: Rename lib/plugins/aws/deploy/lib/cleanupS3Bucket.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
48fbaedd1b refactor: Rename lib/plugins/aws/deploy/lib/createStack.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
892e50cfaa refactor: Rename lib/plugins/aws/deploy/lib/checkForChanges.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
ecb4681a61 refactor: Rename lib/plugins/aws/utils/getS3EndpointForRegion.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
93c7589662 refactor: Rename lib/plugins/aws/utils/getS3ObjectsFromStacks.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
6c6e3a6b23 refactor: Rename lib/plugins/aws/utils/getLambdaLayerArtifactPath.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
945937b7c9 refactor: Rename lib/plugins/aws/utils/findReferences.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
8a2a56c90c refactor: Rename lib/plugins/aws/utils/findAndGroupDeployments.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
5f604bb62d refactor: Rename lib/plugins/aws/lib/updateStack.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
44430c9b4b refactor: Rename lib/plugins/aws/lib/normalizeFiles.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
1b7d19b0d3 refactor: Rename lib/plugins/aws/lib/setBucketName.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
333464514b refactor: Rename lib/plugins/aws/lib/monitorStack.js 2022-01-27 15:21:58 +01:00
Piotr Grzesik
1cb6a2ff2d refactor: Remove legacy logs 2022-01-27 15:21:58 +01:00
Piotr Grzesik
1e77417026 refactor(CLI): Improve progress for CloudFormation updates 2022-01-27 15:21:58 +01:00
Piotr Grzesik
82b373e9c7 refactor(AWS Deploy): Use change sets in CF deployments 2022-01-27 15:21:58 +01:00
Piotr Grzesik
9a834152a9 feat(AWS Lambda): Change default hashing algorithm
BREAKING CHANGE: Default lambda hashing algorithm was changed to `20201221`
2022-01-27 15:21:58 +01:00
Piotr Grzesik
4fa20a56ea feat(Telemetry): Report didCreateService property 2021-12-23 12:51:04 +01:00
Piotr Grzesik
f35858599a feat(AWS Deploy): Ensure existence of S3 bucket if possible 2021-12-08 14:18:53 +01:00
Frédéric Barthelet
c9fefced10
feat(AWS Deploy): Support disableRollback parameter (#10236) 2021-11-25 11:15:09 +01:00
Mariusz Nowak
6698fa657e refactor(CLI): Expose dashboard provider name when starting deployment 2021-11-10 16:11:14 +01:00
Piotr Grzesik
afd0a5bd6f feat: Introduce enforce-hash-update flag to help hashing migration 2021-11-09 13:24:15 +01:00
Piotr Grzesik
cc7d7e4d53 feat(Telemetry): Add projectId to payload 2021-11-03 10:08:32 +01:00
Mariusz Nowak
7bb2520f49 refactor: Seprate internal and plugin output sections 2021-11-02 16:00:49 +01:00
Mariusz Nowak
533f709c58 refactor(CLI): Improve main progress message 2021-11-02 15:09:51 +01:00
Piotr Grzesik
4da0899673 refactor(CLI): Replace warnings with modern counterparts 2021-10-15 11:09:35 +02:00
Mariusz Nowak
87461007f8 refactor(CLI): Expose function artifact size in deploy summary 2021-10-07 13:22:49 +02:00
Mariusz Nowak
8aa700dc79 refactor(CLI): Generalize writeServiceOutputs 2021-10-01 15:47:41 +02:00
Mariusz Nowak
85997e063a refactor: Remove obsolete conditions 2021-10-01 15:47:41 +02:00
Mariusz Nowak
8c9bd4a6ed refactor(CLI): Adapt pre-created log style generators 2021-09-23 16:34:12 +02:00
Mariusz Nowak
43d17debee fix(CLI): Ensure to write outputs with modern logs on sls info 2021-09-22 16:01:35 +02:00
Mariusz Nowak
e0befa48bb refactor(CLI): Improve log spacing 2021-09-22 16:01:35 +02:00
Mariusz Nowak
a6553f8668 refactor(CLI): Refactor main progress event with isMainEvent option 2021-09-21 17:39:44 +02:00
Mariusz Nowak
634b59e396 refactor: Revert from mainProgressTitles handling
It appeared as not reliable, due to lack of means for any conditional handling of progress events
2021-09-21 17:39:44 +02:00
Mariusz Nowak
9e308bdf04 refactor: Configure main progress titles through command schema 2021-09-20 15:41:01 +02:00
Mariusz Nowak
084a9955f4 fix(CLI): Fix log messages timing 2021-09-17 11:42:50 +02:00
Mariusz Nowak
7eeaa10f3a refactor: Simplify condition 2021-09-17 11:42:50 +02:00
Piotr Grzesik
7828cc77f1 feat(CLI): Add timer to final message in modern logs 2021-09-15 13:05:18 +02:00
Piotr Grzesik
fbdd124029 feat(CLI): First iteration of support for verbose mode in deploy 2021-09-14 14:42:18 +02:00
Piotr Grzesik
171897d60e
feat(CLI): Introduce first iteration of modern logs for deploy (#9934) 2021-09-10 15:17:45 +02:00
Andreas Kohn
95d3024ef5
refactor: Use getCompiledTemplateS3Suffix from provider.naming
This makes sure that the specific `naming` instance really is the "source of truth".
2021-09-10 12:03:07 +02:00
Han Sang Hoon (한상훈)
afc9a13386
feat(AWS Lambda): Prevent external subscription filter removal (#9839) 2021-08-24 13:41:08 +02:00
Remigiusz Orłowski
0682ba8b6a
refactor: Convert to async/await upload and rollback functions (#9866) 2021-08-24 11:11:59 +02:00
Han Sang Hoon (한상훈)
5c9ca56d14
feat(AWS Lambda): Add support for multiple subscription filters (#9760) 2021-08-12 11:04:26 +02:00
Mariusz Nowak
23c290e4b4 fix(AWS Deploy): Report meaningfully inaccessible file artifacts 2021-06-30 13:02:42 +02:00
Mariusz Nowak
07b60a6bb4 fix: Expose template errror with user error 2021-05-19 13:16:42 +02:00
Mariusz Nowak
f4cfcbb1a3 style: Whitespace 2021-05-19 13:16:42 +02:00