Loading
Commits on Source 61
-
🤖 GitLab Bot 🤖 authored
-
Denys Mishunov authored
-
Denys Mishunov authored
- Updated the build process to post-process the webview resources - Removed 'loading' assistant message
-
Denys Mishunov authored
-
Denys Mishunov authored
We also let controller control the loading state with the `pending` status on the AI response's placeholder
-
Denys Mishunov authored
-
Denys Mishunov authored
-
Denys Mishunov authored
-
Denys Mishunov authored
-
Denys Mishunov authored
-
Amy Qualls authored
I noticed the UI strings were inconsistent with each other and with how other extensions present command-palette strings. Let's bring these up to full GitLab tone and style.
-
Amy Qualls authored
-
Amy Qualls authored
A few strings I missed before.
-
Amy Qualls authored
More capitalization fixes, but in a different file.
-
Denys Mishunov authored
-
Denys Mishunov authored
This is to avoid unnecessary horizontal scroll in chat
-
Denys Mishunov authored
-
Tomas Vik (OOO back on 2026-08-31) authored
-
Pavel Shutsin authored
vue2 version is used
-
Tomas Vik (OOO back on 2026-08-31) authored
-
Tomas Vik (OOO back on 2026-08-31) authored
-
🤖 GitLab Bot 🤖 authored
-
Shekhar Patnaik authored
feat: switched chat to GlDuoChat component See merge request !1116 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by:
Pavel Shutsin <pshutsin@gitlab.com>
Reviewed-by:
Denys Mishunov <dmishunov@gitlab.com>
Reviewed-by:
Pavel Shutsin <pshutsin@gitlab.com>
Co-authored-by:
Denys Mishunov <dmishunov@gitlab.com> -
Enrique Alcántara authored
refactor: remove vue3 chat webview See merge request !1133 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Denys Mishunov <dmishunov@gitlab.com>
Co-authored-by:
Pavel Shutsin <pshutsin@gitlab.com> -
🤖 GitLab Bot 🤖 authored
-
Amy Qualls authored
The instructions for creating a token changed with the new navigation. Update the docs to go with it. While I was there, I searched for the word 'sidebar' (among others) and realized in a few places we weren't clear that it was the _VS Code_ sidebar.
-
Enrique Alcántara authored
chore(deps): update dependency @gitlab-org/gitlab-lsp to ^3.12.1 See merge request !1134 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Tomas Vik (OOO back on 2026-08-31) authored
-
-
Tomas Vik (OOO back on 2026-08-31) authored
docs: Token instructions changed, fix 'sidebar' See merge request !1135 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Kai Armstrong <karmstrong@gitlab.com>
Co-authored-by: Amy Qualls <aqualls@gitlab.com>
-
Tomas Vik (OOO back on 2026-08-31) authored
chore: Fix capitalization in UI strings See merge request gitlab-org/gitlab-vscode-extension!1130 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Co-authored-by: Amy Qualls <aqualls@gitlab.com>
-
Tomas Vik (OOO back on 2026-08-31) authored
chore(deps): update linting See merge request !1132 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Tomas Vik (OOO back on 2026-08-31) authored
chore(deps): update dependency @types/jest to ^29.5.7 See merge request !1124 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Tomas Vik (OOO back on 2026-08-31) authored
chore(deps): update dependency @types/lodash to ^4.14.201 See merge request !1143 Merged-by:
Tomas Vik <tvik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Tomas Vik (OOO back on 2026-08-31) authored
feat: send client context to the LS See merge request !1137 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by: Olena Horal-Koretska <ohoralkoretska@gitlab.com>
-
Enrique Alcántara authored
Define an agnostic API to check if Telemetry is enabled in the GitLab platform
-
- This way we try not to overload Platform or PlatformManager. - Also, telemetry needs to be handled whether or not we have a platform or an account and is a global concern.
-
Enrique Alcántara authored
-
Enrique Alcántara authored
-
Enrique Alcántara authored
-
Enrique Alcántara authored
-
Enrique Alcántara authored
chore(deps): update dependency @types/uuid to ^9.0.7 See merge request gitlab-org/gitlab-vscode-extension!1145 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Enrique Alcántara authored
chore(deps): update dependency @types/jest to ^29.5.8 See merge request !1142 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Enrique Alcántara authored
Simplify test
-
Shekhar Patnaik authored
chore(deps): update dependency @types/request-promise to ^4.1.51 See merge request gitlab-org/gitlab-vscode-extension!1138 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Shekhar Patnaik authored
chore(deps): update dependency @types/source-map-support to ^0.5.10 See merge request !1140 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Elwyn Benson authored
chore(deps): update dependency @gitlab-org/gitlab-lsp to ^3.13.0 See merge request !1154 Merged-by:
Elwyn Benson <ebenson@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
-
Tomas Vik (OOO back on 2026-08-31) authored
refactor: Move telemetryCheck to GitLabPlaform See merge request !1083 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Reviewed-by:
Tomas Vik <tvik@gitlab.com>
Co-authored-by:
Enrique Alcantara <ealcantara@gitlab.com>
Co-authored-by:
Paul Slaughter <pslaughter@gitlab.com> -
Enrique Alcántara authored
chore(deps): update dependency @types/temp to ^0.9.4 See merge request !1141 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Tomas Vik (OOO back on 2026-08-31) authored
chore(deps): update dependency @gitlab-org/gitlab-lsp to ^3.14.0 See merge request !1157 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Tomas Vik (OOO back on 2026-08-31) authored
-
Tomas Vik (OOO back on 2026-08-31) authored
feat: send suggestion accepted event to LS See merge request !1148 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by: Tristan Read <tread@gitlab.com>
-
Tomas Vik (OOO back on 2026-08-31) authored