Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9b03d57
deps: resolve 123 Dependabot security alerts (safe, non-breaking) (#136)
laileni-aws Jul 14, 2026
1524042
deps: resolve major-version Dependabot alerts (category 2) (#137)
laileni-aws Jul 14, 2026
c4226d9
fix: resolve CodeQL code-scanning security alerts (#140)
laileni-aws Jul 15, 2026
73bdc86
deps: fix webpack SSRF alerts (#68, #69) via resolver pin (#138)
laileni-aws Jul 15, 2026
7ccfb97
deps: resolve newly-expanded Dependabot advisories (#143)
laileni-aws Jul 16, 2026
1bbf763
deps: fix critical websocket-driver advisory (#247) (#145)
laileni-aws Jul 16, 2026
2c1d9d2
deps: bump adm-zip to 0.6.0 to patch high-severity advisory (#147)
laileni-aws Jul 21, 2026
0c4d92a
test: bump @vscode/test-electron to ^3.1.0 to fix macOS insiders CI (…
laileni-aws Jul 30, 2026
9225aa8
feat: distinct sign-in error when Q Developer is not accepting new cu…
ashishrp-aws Jul 31, 2026
5d36e75
deps: fix protobufjs + newly-expanded advisories (#251-259) (#150)
laileni-aws Jul 31, 2026
0fa66ed
Merge branch 'aws:main' into feat/qdev-not-accepting-new-customers
ashishrp-aws Aug 5, 2026
3a90bb3
feat: detect Q Developer access blocks via the language server
ashishrp-aws Aug 13, 2026
6121a57
fix: identify the access-blocked notification by id, not by title
ashishrp-aws Aug 13, 2026
6a03a4a
fix: initialise load metadata when routing to the blocked screen
ashishrp-aws Aug 13, 2026
7b045fc
feat: redesign the access-blocked screen
ashishrp-aws Aug 14, 2026
0fef0fa
fix: centre the access-blocked screen instead of overflowing its cont…
ashishrp-aws Aug 14, 2026
e99912f
fix: repoint CODEOWNERS and workflow org guards to Amazon-Q-Developer
chungjac Aug 17, 2026
1fa953a
Merge pull request #171 from chungjac/chungjac/org-migration-codeowne…
chungjac Aug 17, 2026
25fc81f
Merge branch 'main' into feat/qdev-not-accepting-new-customers
ashishrp-aws Aug 17, 2026
b2c0ac2
Merge pull request #159 from ashishrp-aws/feat/qdev-not-accepting-new…
ashishrp-aws Aug 18, 2026
0305a61
build: merge release candidate version rc-20260819 (#174)
ashishrp-aws Aug 21, 2026
2b28bc0
fix: unbreak the login webview shipped in 2.5.0 (#179)
ashishrp-aws Aug 27, 2026
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Feature",
"description": "Amazon Q: Clearer message when signing in with an account that is not eligible for Amazon Q Developer, instead of a generic profile loading failure"
}
6 changes: 1 addition & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
* @aws/aws-ides-team
packages/core/src/codewhisperer/ @aws/codewhisperer-team
packages/core/src/amazonqFeatureDev/ @aws/earlybird
packages/core/src/awsService/accessanalyzer/ @aws/access-analyzer
packages/core/src/awsService/cloudformation/ @aws/cfn-dev-productivity
* @Amazon-Q-Developer/sync-team-dae-production-eng-team
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
env:
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
NODE_OPTIONS: ''
if: ${{ github.repository == 'aws/amazon-q-vscode' && github.event_name == 'pull_request' && github.base_ref == 'main' }}
if: ${{ github.repository == 'Amazon-Q-Developer/amazon-q-vscode' && github.event_name == 'pull_request' && github.base_ref == 'main' }}
uses: codecov/codecov-action@v5
with:
flags: linux-${{ matrix.package }}-unittests
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
env:
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
NODE_OPTIONS: ''
if: ${{ github.repository == 'aws/amazon-q-vscode' && github.event_name == 'pull_request' && github.base_ref == 'main' }}
if: ${{ github.repository == 'Amazon-Q-Developer/amazon-q-vscode' && github.event_name == 'pull_request' && github.base_ref == 'main' }}
uses: codecov/codecov-action@v5
with:
flags: macos-${{ matrix.package }}-unittests
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
- name: Code coverage for ${{ matrix.package }}
env:
NODE_OPTIONS: ''
if: ${{ github.repository == 'aws/amazon-q-vscode' && github.event_name == 'pull_request' && github.base_ref == 'main' }}
if: ${{ github.repository == 'Amazon-Q-Developer/amazon-q-vscode' && github.event_name == 'pull_request' && github.base_ref == 'main' }}
uses: codecov/codecov-action@v5
with:
flags: linux-${{ matrix.package }}-e2e
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
env:
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
NODE_OPTIONS: ''
if: ${{ github.repository == 'aws/amazon-q-vscode' && github.event_name == 'pull_request' && github.base_ref == 'main' }}
if: ${{ github.repository == 'Amazon-Q-Developer/amazon-q-vscode' && github.event_name == 'pull_request' && github.base_ref == 'main' }}
uses: codecov/codecov-action@v5
with:
flags: windows-${{ matrix.package }}-unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
notify:
if: github.repository == 'aws/amazon-q-vscode'
if: github.repository == 'Amazon-Q-Developer/amazon-q-vscode'
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
push:
branches: [main, feature/*, release/*]

# Least-privilege default for GITHUB_TOKEN; the `publish` job overrides with `contents: write`.
permissions:
contents: read

jobs:
package:
runs-on: ubuntu-latest
Expand Down
68 changes: 18 additions & 50 deletions LICENSE-THIRD-PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
******************************

@opentelemetry/core
2.0.1 <https://github.com/open-telemetry/opentelemetry-js>
2.9.0 <https://github.com/open-telemetry/opentelemetry-js>
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -1810,7 +1810,7 @@
******************************

@opentelemetry/resources
2.0.1 <https://github.com/open-telemetry/opentelemetry-js>
2.9.0 <https://github.com/open-telemetry/opentelemetry-js>
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -2224,7 +2224,7 @@
******************************

@opentelemetry/sdk-metrics
2.0.1 <https://github.com/open-telemetry/opentelemetry-js>
2.9.0 <https://github.com/open-telemetry/opentelemetry-js>
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -2909,7 +2909,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************

@protobufjs/codegen
2.0.4 <https://github.com/dcodeIO/protobuf.js>
2.0.5 <https://github.com/dcodeIO/protobuf.js>
Copyright (c) 2016, Daniel Wirtz All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -2941,7 +2941,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************

@protobufjs/eventemitter
1.1.0 <https://github.com/dcodeIO/protobuf.js>
1.1.1 <https://github.com/dcodeIO/protobuf.js>
Copyright (c) 2016, Daniel Wirtz All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -2973,7 +2973,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************

@protobufjs/fetch
1.1.0 <https://github.com/dcodeIO/protobuf.js>
1.1.1 <https://github.com/dcodeIO/protobuf.js>
Copyright (c) 2016, Daniel Wirtz All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -3034,38 +3034,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


******************************

@protobufjs/inquire
1.1.0 <https://github.com/dcodeIO/protobuf.js>
Copyright (c) 2016, Daniel Wirtz All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of its author, nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


******************************

@protobufjs/path
Expand Down Expand Up @@ -3133,7 +3101,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************

@protobufjs/utf8
1.1.0 <https://github.com/dcodeIO/protobuf.js>
1.1.2 <https://github.com/protobufjs/protobuf.js>
Copyright (c) 2016, Daniel Wirtz All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -4431,7 +4399,7 @@ Apache License
******************************

ajv
8.17.1 <https://github.com/ajv-validator/ajv>
8.20.0 <https://github.com/ajv-validator/ajv>
The MIT License (MIT)

Copyright (c) 2015-2021 Evgeny Poberezkin
Expand Down Expand Up @@ -4674,7 +4642,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
******************************

brace-expansion
1.1.11 <https://github.com/juliangruber/brace-expansion>
1.1.16 <https://github.com/juliangruber/brace-expansion>
MIT License

Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
Expand Down Expand Up @@ -5344,7 +5312,7 @@ THE SOFTWARE.
******************************

escalade
3.1.2 <https://github.com/lukeed/escalade>
3.2.0 <https://github.com/lukeed/escalade>
MIT License

Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
Expand Down Expand Up @@ -5447,9 +5415,9 @@ SOFTWARE.
******************************

fast-uri
3.0.6 <https://github.com/fastify/fast-uri>
Copyright (c) 2021 The Fastify Team
3.1.4 <https://github.com/fastify/fast-uri>
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -5976,7 +5944,7 @@ SOFTWARE.
******************************

long
5.3.1 <https://github.com/dcodeIO/long.js>
5.3.2 <https://github.com/dcodeIO/long.js>

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -6257,7 +6225,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
******************************

minimatch
3.1.2 <https://github.com/isaacs/minimatch>
3.1.5 <https://github.com/isaacs/minimatch>
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors
Expand Down Expand Up @@ -6401,7 +6369,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
******************************

node-forge
1.3.1 <https://github.com/digitalbazaar/forge>
1.4.0 <https://github.com/digitalbazaar/forge>
You may use the Forge project under the terms of either the BSD License or the
GNU General Public License (GPL) Version 2.

Expand Down Expand Up @@ -7199,7 +7167,7 @@ SOFTWARE.**
******************************

protobufjs
7.4.0 <https://github.com/protobufjs/protobuf.js>
7.6.5 <https://github.com/protobufjs/protobuf.js>
This license applies to all parts of protobuf.js except those files
either explicitly including or referencing a different license or
located in a directory containing a different LICENSE file.
Expand Down Expand Up @@ -8065,7 +8033,7 @@ THE SOFTWARE.
******************************

tar-fs
2.1.1 <https://github.com/mafintosh/tar-fs>
2.1.5 <https://github.com/mafintosh/tar-fs>
The MIT License (MIT)

Copyright (c) 2014 Mathias Buus
Expand Down Expand Up @@ -8303,7 +8271,7 @@ END OF TERMS AND CONDITIONS
******************************

undici
6.21.2 <https://github.com/nodejs/undici>
6.27.0 <https://github.com/nodejs/undici>
MIT License

Copyright (c) Matteo Collina and Undici contributors
Expand Down
Loading
Loading