Loading
Commits on Source 30
-
Tomas Vik (OOO back on 2026-08-31) authored
-
🤖 GitLab Bot 🤖 authored
-
Code suggestions GitLab Rails feature flag has been enabeled since many months and it is scheduled for removal. This MR cleans up extensions side of it.
-
Dheeraj Joshi authored
-
Erran Carey authored
refactor: remove gradual code suggestions API rollout feature flag See merge request !1212 Merged-by:
Erran Carey <me@errancarey.com> Approved-by:
Erran Carey <me@errancarey.com> Co-authored-by:
Mikolaj Wawrzyniak <mwawrzyniak@gitlab.com> -
Tomas Vik (OOO back on 2026-08-31) authored
-
Tomas Vik (OOO back on 2026-08-31) authored
fix: update min VS Code version to 1.82.0 to support Language Server See merge request !1262 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by: Olena Horal-Koretska <ohoralkoretska@gitlab.com>
-
Tristan Read authored
chore: allow pushing tags See merge request !1260 Merged-by:
Tristan Read <tread@gitlab.com> Approved-by:
Tristan Read <tread@gitlab.com> Co-authored-by:
Tomas Vik <tvik@gitlab.com> -
Alexander Turinske authored
chore(deps): update dependency @snowplow/tracker-core to v3.19.0 See merge request !1261 Merged-by:
Alexander Turinske <aturinske@gitlab.com>
Approved-by:
Alexander Turinske <aturinske@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Alexander Turinske authored
Add vulnerability location See merge request !1215 Merged-by:
Alexander Turinske <aturinske@gitlab.com>
Approved-by: Fernando Cardenas <14022659-fernando-c@users.noreply.gitlab.com> Approved-by:
Alexander Turinske <aturinske@gitlab.com>
Co-authored-by: Dheeraj Joshi <djoshi@gitlab.com>
-
Stan Hu authored
Previously every API request to GitLab took extra time to set up a TLS connection with every request. To improve connection reuse, we need to: 1. Add a custom fetcher for graphql-request since GraphQL calls were not using the agent. This also has the side benefit of adding log messages that measure the latency of each GraphQL request. 2. Work around an issue identified in https://github.com/microsoft/vscode/issues/173861 where the `Connection: keep-alive` header does not appear to be sent, even if the agent's `keepAlive` option is enabled. We manually add this header to every request. Note that this commit only fixes the case when `http.proxySupport` is set to `off`. The default setting (`override`) needs a special patch for HTTP keepalives to work.
-
Stan Hu authored
When `http.proxySupport` is set to its default value (`override`) and no proxy setting is being used, the proxy library does not properly reuse the agent set on the HTTPS method. Instead, it always uses a new agent per request. To work around this, patch the default proxy agent method and overwrite the `originalAgent` value before invoking it for requests that want to keep their connection alive, only when user is not using their own HTTP proxy and the request contains `Connection: keep-alive`.
-
Tristan Read authored
-
🤖 GitLab Bot 🤖 authored
-
Tomas Vik (OOO back on 2026-08-31) authored
chore: include vscode version bump in lockfile See merge request !1267 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Co-authored-by: Tristan Read <tread@gitlab.com>
-
Tristan Read authored
-
Erran Carey authored
chore(deps): update dependency @gitlab-org/gitlab-lsp to ^3.25.0 See merge request gitlab-org/gitlab-vscode-extension!1270 Merged-by:
Erran Carey <me@errancarey.com> Approved-by:
Erran Carey <me@errancarey.com> Co-authored-by:
Tristan Read <tread@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Pavel Shutsin authored
-
Erran Carey authored
feat: Use Keep-Alive connection to connect to server See merge request !1264 Merged-by:
Erran Carey <me@errancarey.com> Approved-by:
Erran Carey <me@errancarey.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Mark Gardner authored
-
Erran Carey authored
fix: Ensure HTTP agent settings are used in VSCode with keepalives See merge request !1265 Merged-by:
Erran Carey <me@errancarey.com> Approved-by:
Erran Carey <me@errancarey.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
🤖 GitLab Bot 🤖 authored
-
Enrique Alcántara authored
chore: add jest handling for anycable See merge request !1272 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by:
Pavel Shutsin <pshutsin@gitlab.com> -
🤖 GitLab Bot 🤖 authored
-
Tomas Vik (OOO back on 2026-08-31) authored
docs: fix default custom queries link See merge request !1274 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Approved-by: Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Mark Gardner <mjg@phoenixtrap.com>
-
🤖 GitLab Bot 🤖 authored
-
Erran Carey authored
chore(deps): update dependency @gitlab-org/gitlab-lsp to ^3.27.0 See merge request !1277 Merged-by:
Erran Carey <me@errancarey.com> Approved-by:
Erran Carey <me@errancarey.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Erran Carey authored
chore(deps): update dependency @vscode/test-web to ^0.0.50 See merge request !1276 Merged-by:
Erran Carey <me@errancarey.com> Approved-by:
Erran Carey <me@errancarey.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Erran Carey authored
chore(deps): update dependency esbuild to ^0.19.10 See merge request !1275 Merged-by:
Erran Carey <me@errancarey.com> Approved-by:
Erran Carey <me@errancarey.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Erran Carey authored