Loading
Commits on Source 35
-
🤖 GitLab Bot 🤖 authored
-
Enrique Alcántara authored
Refactor modules checking for a feature flag state to use the new feature flag module
-
🤖 GitLab Bot 🤖 authored
-
Paul Slaughter authored
chore(deps): update dependency execa to v8 See merge request !994 Merged-by:
Paul Slaughter <pslaughter@gitlab.com>
Approved-by:
Paul Slaughter <pslaughter@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Paul Slaughter authored
refactor: Use `isEnabled` to check feature flag state See merge request !993 Merged-by:
Paul Slaughter <pslaughter@gitlab.com>
Approved-by:
Paul Slaughter <pslaughter@gitlab.com>
Co-authored-by:
Enrique Alcantara <ealcantara@gitlab.com> -
Shekhar Patnaik authored
chore(deps): update dependency jest to ^29.6.3 See merge request !995 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Dheeraj Joshi authored
-
🤖 GitLab Bot 🤖 authored
-
Pavel Shutsin authored
-
Mark Gardner authored
gitlab-org/gitlab-vscode-extension!951 enabled code suggestions by default but the README wasn't updated
-
Paul Slaughter authored
chore(deps): update dependency @types/jest to ^29.5.4 See merge request !998 Merged-by:
Paul Slaughter <pslaughter@gitlab.com>
Approved-by:
Paul Slaughter <pslaughter@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Pavel Shutsin authored
-
Enrique Alcántara authored
refactor: fetch chat response timestamps See merge request !985 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Reviewed-by:
Pavel Shutsin <pshutsin@gitlab.com>
Reviewed-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by:
Pavel Shutsin <pshutsin@gitlab.com> -
Shekhar Patnaik authored
feat: mark chat window as experiment See merge request !999 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by:
Pavel Shutsin <pshutsin@gitlab.com> -
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Denys Mishunov authored
-
Shekhar Patnaik authored
chore(deps): update dependency jest to ^29.6.4 See merge request gitlab-org/gitlab-vscode-extension!1002 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Shekhar Patnaik authored
chore(deps): update dependency msw to ^1.2.4 See merge request gitlab-org/gitlab-vscode-extension!1005 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Denys Mishunov authored
-
Enrique Alcántara authored
docs(readme): code suggestions are enabled by default per !951 See merge request !1000 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by: Mark Gardner <mjg@phoenixtrap.com>
-
Enrique Alcántara authored
chore(deps): update dependency @vscode/test-web to ^0.0.45 See merge request !1001 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>
-
Shekhar Patnaik authored
feat: introduced support for Vue2 webviews See merge request !1006 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Reviewed-by:
Denys Mishunov <dmishunov@gitlab.com>
Co-authored-by:
Denys Mishunov <dmishunov@gitlab.com> -
🤖 GitLab Bot 🤖 authored
-
λ Tan Le authored
Use the shorthand fileName method to extract the current file name from the vscode.TextDocument.
-
Enrique Alcántara authored
refactor: simplify file name extraction See merge request gitlab-org/gitlab-vscode-extension!1010 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by: Tan Le <tle@gitlab.com>
-
Shekhar Patnaik authored
Handle security findings version validation gracefully See merge request !997 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Fernando Cardenas <14022659-fernando-c@users.noreply.gitlab.com> Approved-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by: Dheeraj Joshi <djoshi@gitlab.com>
-
Enrique Alcántara authored
chore(deps): update dependency msw to ^1.2.5 See merge request !1009 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
Fixes a bug where the user is constantly asked about their preferred GitLab account to use in code suggestions. This commit changes the behavior by inquiring each GitLab account and identifying which account has code suggestions enabled. It stores in a user preference the user preferred gitlab account
-
Enrique Alcántara authored
-
Shekhar Patnaik authored
Enhance gitlab platform selector for code suggestions See merge request !1011 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Reviewed-by:
Mikołaj Wawrzyniak <mwawrzyniak@gitlab.com>
Co-authored-by:
Enrique Alcantara <ealcantara@gitlab.com> -
Mikołaj Wawrzyniak authored
Implements Snowplow tracker for IDE extension that is platform independent and can be used regardless of distribution (browser / desktop). Fixes: gitlab-org/modelops/applied-ml/code-suggestions/ai-assist#254
-
Enrique Alcántara authored
feat(Telemetry): Added Track Telemetry to Platform Closes gitlab-org/modelops/applied-ml/code-suggestions/ai-assist#254 See merge request !1003 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Reviewed-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by:
Mikolaj Wawrzyniak <mwawrzyniak@gitlab.com> -
David O'Regan authored