Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into feature/stepfunctions-workflow #6375

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
73c0926
fix(amazonq): unsupported languages test generation query (#6363)
ashishrp-aws Jan 15, 2025
e7341f2
Release 1.43.0
Jan 15, 2025
b9a2471
Release 3.42.0
Jan 15, 2025
8bed9a6
Update version to snapshot version: 1.44.0-SNAPSHOT
Jan 16, 2025
7da291a
Update version to snapshot version: 3.43.0-SNAPSHOT
Jan 16, 2025
86cd492
Merge release into master
Jan 16, 2025
f805f9b
telemetry(amazonq): calculate % of non-generated (user-written) code …
leigaol Jan 16, 2025
29e7509
fixing fileclick work not as expected issue
Randall-Jiang Jan 16, 2025
c293290
fix(amazonq): improve settings description #6382
leigaol Jan 16, 2025
62ef0e5
feat(amazonq): change active file context limit to 40k #6371
andrewyuq Jan 16, 2025
77abd41
addressed comment
Randall-Jiang Jan 16, 2025
b3d0662
add changelog
Randall-Jiang Jan 17, 2025
f53ca21
test(amazonq): messages at different remaining iteration counts #6381
siakmun-aws Jan 17, 2025
fae084b
telemetry(amazonq): unit test generation #6386
ashishrp-aws Jan 17, 2025
9617649
fix(lambda): AppBuilder messages #6362
seshubaws Jan 17, 2025
4b47b04
fix(amazonq): setMaven correctly #6384
dhasani23 Jan 17, 2025
062d24a
feat(amazonq): grouping options for code issues #6330
ctlai95 Jan 17, 2025
d55b8e1
perf(childprocess): track/monitor health of spawned processes #6304
Hweinstock Jan 17, 2025
49fb090
refactor(core): Make HttpResourceFetcher platform agnostic (#6379)
jpinkney-aws Jan 17, 2025
373bbfa
refactor(core): Improve httpResourceFetcher API
jpinkney-aws Jan 17, 2025
f727e0e
refactor(core): Remove composite resource fetcher
jpinkney-aws Jan 17, 2025
2bbc46a
revert(amazonq): defaultServiceConfig endpoint change #6392
avi-alpert Jan 17, 2025
16c0228
deps(amazonq): bump mynahui to 4.21.5 #6393
Jurredr Jan 17, 2025
5a97c89
Merge pull request #6390 from jpinkney-aws/fetcher
jpinkney-aws Jan 17, 2025
07ae50c
Update packages/amazonq/.changes/next-release/Bug Fix-34e877a1-d2ca-4…
Randall-Jiang Jan 17, 2025
f192573
fix(amazonq): codefix does not do error handling (#6307)
ctlai95 Jan 17, 2025
d7bfb5d
Merge pull request #6383 from Randall-Jiang/master
ashishrp-aws Jan 17, 2025
bcdfcdd
fix(amazonq): enable input after prompt is rejected, prevent iteratio…
avi-alpert Jan 20, 2025
2a20e3c
config(amazonq): lower timeout for auto reviews (#6397)
ctlai95 Jan 20, 2025
c767cee
refactor(core): Allow retries while fetching etags (#6402)
jpinkney-aws Jan 21, 2025
efeba57
ci(core): Request should not throw on 304 status (#6400)
jpinkney-aws Jan 21, 2025
01351dd
revert: cloud9 related code (#6376)
hayemaxi Jan 21, 2025
2837d80
fix(amazonq): /doc prompt refusal error message text update (#6408)
avi-alpert Jan 21, 2025
e11c27d
fix(amazonq): replace icons with text (#6398)
dhasani23 Jan 21, 2025
f4e0893
deps: update "aws-sdk" to v2.1692.0 #6340
valerena Jan 22, 2025
825d2fc
refactor(pollingset): make bad state impossible #6396
Hweinstock Jan 22, 2025
f004173
fix(notifications): dismiss command visible in command palette (#6407)
hayemaxi Jan 22, 2025
37717d6
fix(core): Could not fetch endpoints (#6418)
jpinkney-aws Jan 23, 2025
cefac6a
Release 3.43.0
Jan 23, 2025
6cea5f6
Release 1.44.0
Jan 23, 2025
fe18d97
Update version to snapshot version: 3.44.0-SNAPSHOT
Jan 23, 2025
0b08d6e
Update version to snapshot version: 1.45.0-SNAPSHOT
Jan 23, 2025
6dd3f87
Merge release into master
Jan 23, 2025
cf700b6
refactor(util): merge withRetries into waitUntil #6387
nkomonen-amazon Jan 23, 2025
61d6cb1
refactor: mark ExtContext as deprecated
justinmk3 Jan 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ packages/amazonq/package.nls.json
packages/amazonq/resources

# Icons
packages/*/resources/icons/cloud9/generated/**
packages/*/resources/fonts/aws-toolkit-icons.woff
packages/*/resources/css/icons.css

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ If you are contribuing visual assets from other open source repos, the source re
## Using new vscode APIs

The minimum required vscode version specified in [package.json](https://github.com/aws/aws-toolkit-vscode/blob/07119655109bb06105a3f53bbcd86b812b32cdbe/package.json#L16)
is decided by the version of vscode running in Cloud9 and other vscode-compatible targets.
is decided by the version of vscode running in other supported vscode-compatible targets (e.g. web).

But you can still use the latest vscode APIs, by checking the current running vscode version. For example, to use a vscode 1.64 API:

Expand Down
139 changes: 0 additions & 139 deletions cloud9-toolkit-install.sh

This file was deleted.

11 changes: 4 additions & 7 deletions docs/CODE_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,10 @@ that is a net cost.
- Telemetry: "active" vs "passive"
- Active (`passive:false`) metrics are those intended to appear in DAU count.
- Icons:
- Where possible, use IDE-specific standard icons (e.g. standard VSCode
standard icons in VSCode, and Cloud9 standard icons in Cloud9). The typical
(maintainable) way to do this is to use _named_ icons (what VSCode calls
- Where possible, use standard VSCode icons. The typical (maintainable)
way to do this is to use _named_ icons (what VSCode calls
[codicons](https://microsoft.github.io/vscode-codicons/)) as opposed to
icons shipped with the Toolkit build and referenced by _path_.
- For cases where icons must be statically defined (package.json), if Cloud9
does not support the VSCode standard icon, use the Cloud9 icon.
- Changelog guidelines
- Prefer active voice: "You can do X" instead of "X can be done"
- Avoid unnecessary use of `lodash` (which we may remove in the future).
Expand Down Expand Up @@ -240,11 +237,11 @@ _See also [arch_develop.md](./arch_develop.md#exceptions)._

- PREFER:
```ts
things.filter(o => o.isFoo)
things.filter((o) => o.isFoo)
```
- INSTEAD OF:
```ts
things.filter(thing => thing.isFoo)
things.filter((thing) => thing.isFoo)
```

## User settings
Expand Down
2 changes: 0 additions & 2 deletions docs/arch_runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ If you must define a new key (is it _really_ necessary?), follow these guideline
These keys are currently set by the core/ package, but many of them may eventually be migrated to
toolkit/ or amazonq/ if appropriate.

- `isCloud9`: This is hardcoded by Cloud9 itself, not the Toolkit.
- Cloud9 _does not support setContext_. So this is the only usable key there.
- `aws.codecatalyst.connected`: CodeCatalyst connection is active.
- `aws.codewhisperer.connected`: CodeWhisperer connection is active.
- `aws.codewhisperer.connectionExpired`: CodeWhisperer connection is active, but the connection is expired.
Expand Down
8 changes: 1 addition & 7 deletions docs/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ All icons that are used in the extensions can be found in `resources/icons`.

A [build script](../scripts/generateIcons.ts) generates extension artifacts in [core/](../packages/core/):

- `resources/icons/cloud9/generated`
- `resources/fonts/aws-toolkit-icons.woff`
- `resources/css/icons.css`
- `contributes.icons` in [amazonq package.json](../packages/amazonq/package.json) and [toolkit package.json](../packages/toolkit/package.json)
Expand All @@ -31,7 +30,7 @@ If your desired icon does not work well as a font, see [Theme Overrides](#theme-

## Identifiers

Icons (except those in `cloud9`) can be referenced within the Toolkit by concatenating the icon path with hyphens, omitting the 'theme' if applicable.
Icons can be referenced within the Toolkit by concatenating the icon path with hyphens, omitting the 'theme' if applicable.

Examples:

Expand All @@ -50,11 +49,6 @@ For example, if I wanted to use a special App Runner service icon, then I need t
- `resources/icons/aws/dark/apprunner-service.svg`
- `resources/icons/aws/light/apprunner-service.svg`

A similar format is used for overriding icons only on Cloud9:

- `resources/icons/cloud9/dark/aws-apprunner-service.svg`
- `resources/icons/cloud9/light/aws-apprunner-service.svg`

These icons will **not** be usuable as Codicons or as font icons.

## Third Party
Expand Down
47 changes: 20 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mergeReports": "ts-node ./scripts/mergeReports.ts"
},
"devDependencies": {
"@aws-toolkits/telemetry": "^1.0.289",
"@aws-toolkits/telemetry": "^1.0.293",
"@playwright/browser-chromium": "^1.43.1",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/he": "^1.2.3",
Expand Down
Loading
Loading