-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: aws/aws-cdk-cli
base: cdk@v2.1000.3
head repository: aws/aws-cdk-cli
compare: cdk@v2.1001.0
- 9 commits
- 174 files changed
- 4 contributors
Commits on Feb 25, 2025
-
chore(toolkit-lib): fix docs publishing workflow (#126)
Erroneously used the wrong artifact name before. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Configuration menu - View commit details
-
Copy full SHA for 0dcb15a - Browse repository at this point
Copy the full SHA 0dcb15aView commit details -
docs(toolkit-lib): fix some examples (#127)
Fixes some incorrect examples and makes formatting consistent for others. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Configuration menu - View commit details
-
Copy full SHA for 46d28cb - Browse repository at this point
Copy the full SHA 46d28cbView commit details -
chore: remove duplicate cli resource files (#129)
CLI derivative packages should never check-in their own version of CLI resource files (bootstrap template, init templates, etc.). Instead they are expected to copy any required files over at build time. This PR removes the checked-in version of `init-templates` and bootstrap template from `cli-lib-alpha`. It also adds respective gitignore and npmignore rules. Note that neither `cli-lib-alpha` nor `toolkit-lib` currently support the init command and therefore don't need the templates just yet. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Configuration menu - View commit details
-
Copy full SHA for a8b73da - Browse repository at this point
Copy the full SHA a8b73daView commit details -
docs(toolkit-lib): include
VERSION
file (#131)The docs build requires this file to contain the current version number. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Configuration menu - View commit details
-
Copy full SHA for 2a57bc9 - Browse repository at this point
Copy the full SHA 2a57bc9View commit details -
feat(cli): can match notices against Node version (#128)
This allows publishing notices that match against the version of Node we're executing on. Implemented by generalizing the code that matches against CLI version and bootstrap versions: it can now match against arbitrary named components. Also implement more complex matching rules: currently we match the pattern if one of them matches: ```ts // Matches if one of A, B or C matches components: [A, B, C] ``` Instead, generalize to Disjunctive Normal Form and treat the current case as a special case of DNF where every conjunction has one element: ```ts // The above gets interpreted as components: [[A], [B], [C]] // More complex rules: A and B together, or C components: [[A, B], [C]] ``` This way we can write rules to say that "component X on Node version Y" should get a notice. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Configuration menu - View commit details
-
Copy full SHA for 757ae69 - Browse repository at this point
Copy the full SHA 757ae69View commit details -
docs(toolkit-lib): CODE_REGISTRY.md tracks valid codes and their docu…
…mentation (#44) closes aws/aws-cdk#33434 generates `CODE_REGISTRY.md` using information gathered in `codes.ts`. this pr: - updates `codes.ts` to have additional information stored - introduces a script that generates a markdown table from the `CODES` object - updates projen to build `CODE_REGISTRY.md` as a post-build step --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
Configuration menu - View commit details
-
Copy full SHA for fdf54d0 - Browse repository at this point
Copy the full SHA fdf54d0View commit details
Commits on Feb 26, 2025
-
chore: github issue templates (#153)
Grrr, no projen support: projen/projen#3567. I'm lazy so I just copied and pasted a few from the aws-cdk repo. This is somewhat necessary because it adds the `needs-triage` label automatically, that my other PR will need: #118 --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Configuration menu - View commit details
-
Copy full SHA for 3b7115d - Browse repository at this point
Copy the full SHA 3b7115dView commit details -
chore: fix issue templates not working (#156)
They were in the wrong path. See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Configuration menu - View commit details
-
Copy full SHA for 88e2bdf - Browse repository at this point
Copy the full SHA 88e2bdfView commit details -
feat(cli): build your own
fromLookup()
imports with the new context…… provider for CloudControl API (#138) A generic Context Provider for CloudControl API. See aws/aws-cdk#33258 for an example how to implement a `fromLookup()` method using the new context provider. (Extracted from aws/aws-cdk#33258) --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
Configuration menu - View commit details
-
Copy full SHA for 130445d - Browse repository at this point
Copy the full SHA 130445dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cdk@v2.1000.3...cdk@v2.1001.0