920 Commits

Author SHA1 Message Date
Cobb Lee
0d850fcca7
fix(AWS Deploy): Fix handling of inactive CloudFormation stack state
(PR #11863)
2023-03-29 12:44:22 +02:00
Nick Graffis
20d79a2876
fix(AWS Deploy): Respect existing YAML CF templates (#11521) 2022-11-16 13:42:11 +01:00
Mariusz Nowak
f3a191590b feat(Console): Remove support for integrated configuration 2022-10-31 16:07:52 +01:00
Mariusz Nowak
9ef5fd23b1 refactor: Upgrade filesize to v10 2022-10-11 12:56:14 +02:00
Roberto Aguilar
11b7a05fd3
refactor(AWS Deploy): Add bucket name to exception (#11389)
When the deployment bucket is not found, add the bucket name to the exception so that it is easier to determine what is wrong.

This is especially useful when the specified bucket name is an interpolated string and confirming variables are properly being set is useful.
2022-09-16 10:48:46 +02:00
pjmattingly
544717e703
refactor: Remove left over internal self: handling (#11279)
It's specific to old variables resolver, which was removed with v3
2022-07-28 16:57:07 +02:00
pjmattingly
b36cdf2db6
refactor: Replace _.flatten with Array.prototype.flat (#11271) 2022-07-28 12:42:51 +02:00
Mariusz Nowak
f9bc405184 feat(Console): Rely on Console ready layers published to AWS 2022-07-14 17:57:00 +02:00
Piotr Grzesik
1b2ac24566 fix(AWS Deploy): Improve vague S3-related access errors 2022-07-08 12:19:25 +02:00
Ryan Hartkopf
9eae9652bd
fix(AWS Deploy): Ensure to only remove specific stage deploy artifacts 2022-05-23 17:34:46 +02:00
Piotr Grzesik
0c89939334 refactor: Introduce get-shared-stack-action-params util 2022-04-29 13:45:46 +02:00
Piotr Grzesik
efa3a28f07 feat(AWS Deploy): Re-introduce direct deployment method 2022-04-29 13:45:46 +02:00
Baoshuo Ren
d391301942
chore: Remove references to git.io (#11008) 2022-04-26 17:46:05 +02:00
Mariusz Nowak
6da0b6554e fix(AWS Deploy): Recognize otel extension in check for changes logic 2022-03-22 14:21:43 +01:00
Mariusz Nowak
1461860dab refactor(AWS Deploy): Refactor getMostRecentObjects to async/await 2022-03-22 14:21:43 +01:00
Mariusz Nowak
895f320c60 refactor(AWS Deploy): Debug logs for logs subscription check 2022-03-22 14:21:43 +01:00
Mariusz Nowak
12d95dcee1 fix(AWS Deploy): Fix handling of state file in check for changes logic 2022-03-22 14:21:43 +01:00
Mariusz Nowak
9f76f19cf3 refactor(AWS Deploy): Debug logs for check for changes logic 2022-03-22 14:21:43 +01:00
Mariusz Nowak
711b6439e0 refactor(AWS Deploy): Improve internal resolution of hashes 2022-03-22 14:21:43 +01:00
Mariusz Nowak
8bb306b56f refactor(AWS Deploy): Refactor to async/await 2022-03-22 14:21:43 +01:00
Mariusz Nowak
c5970e72a3 refactor(AWS Deploy): Refactor to native promises 2022-03-22 14:21:43 +01:00
Mariusz Nowak
43480ee872 fix(Console): Prevent AWS region mismatch 2022-03-18 15:45:55 +01:00
Mariusz Nowak
bdaf21e1a1 feat(Console): Initial integration 2022-02-25 20:12:02 +01:00
Mariusz Nowak
26bc112f1f refactor(AWS Deploy): Generalize uploadZipFile logic 2022-02-25 20:12:02 +01:00
Mariusz Nowak
1c00eb29fe refactor(AWS Deploy): Store resolved state on internal class 2022-02-25 20:12:02 +01:00
Mariusz Nowak
acefce9755 refactor(AWS Deploy): Remove obsolete check 2022-02-25 20:12:02 +01:00
Mariusz Nowak
9fd9f2364e refactor(AWS Deploy): Simplify internal condition 2022-02-25 20:12:02 +01:00
Mariusz Nowak
e1d2b8251a refactor(AWS Deploy): Refactor extendedValidate to async 2022-02-25 20:12:02 +01:00
Mariusz Nowak
9223b79316 refactor: Generalize S3 upload dirname handling 2022-02-25 20:12:02 +01:00
Mariusz Nowak
5525a3e6f5 refactor(AWS Deploy): Upload state file to deployment bucket 2022-02-25 20:12:02 +01:00
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