Loading
Commits on Source 28
-
Tomas Vik (OOO back on 2026-01-05) authored
The `lint.js` script is making and API call to get pipeline details. This API call is not authenticated and so the script would fail in a private repo (e.g. our security fork). Syntax example can be found in: https://docs.gitlab.com/ee/ci/yaml/README.html#skip-job-if-branch-is-empty
-
Tomas Vik (OOO back on 2026-01-05) authored
-
Tomas Vik (OOO back on 2026-01-05) authored
test: self-managed GitLab instance on a custom path See merge request !91
-
Tomas Vik (OOO back on 2026-01-05) authored
-
Tomas Vik (OOO back on 2026-01-05) authored
The secrets-sast job has been removed gitlab#234011
-
Tomas Vik (OOO back on 2026-01-05) authored
ci: pipelines run only on MRs, tags, and default branch See merge request !86
-
Tomas Vik (OOO back on 2026-01-05) authored
Originally the script used `CI_PROJECT_ID` but that variable might point to a forked project. The forked project is sometimes not the target of the MR. Now the `CI_MERGE_REQUEST_PROJECT_ID` always points to the project with the MR `CI_MERGE_REQUEST_IID`. See the following URL for CI variable documentation: https://docs.gitlab.com/ee/ci/variables/predefined_variables.html
-
Tomas Vik (OOO back on 2026-01-05) authored
ci: use MR project ID in commitlint script See merge request !92
-
find the intersection of git remotes hostnames and PATs hostnames, and if the intersection has exactly one hostname, use that as the instanceUrl, otherwise just do nothing.
-
Tomas Vik (OOO back on 2026-01-05) authored
feat: detect instanceUrl from git remotes and PATs See merge request !90
-
LocTran016 authored
Fix a broken link which direct to CONTRIBUTORS.md Misc fix in the README.md file
-
Tomas Vik (OOO back on 2026-01-05) authored
docs(readme.md): misc fix, fix the broken link See merge request !96
-
Tomas Vik (OOO back on 2026-01-05) authored
-
Tomas Vik (OOO back on 2026-01-05) authored
test: cover git service with tests See merge request !93
-
Tomas Vik (OOO back on 2026-01-05) authored
-
Tomas Vik (OOO back on 2026-01-05) authored
feat: better error reporting for fetching project and current user See merge request !94
-
Tomas Vik (OOO back on 2026-01-05) authored
ci: don't lint commits in private repostiories See merge request !89
-
Tomas Vik (OOO back on 2026-01-05) authored
Side panel logic is now enclosed with try/catch and the new error reporting is used to capture and log the error.
-
Tomas Vik (OOO back on 2026-01-05) authored
feat: side panel error reporting See merge request gitlab-org/gitlab-vscode-extension!98
-
Tomas Vik (OOO back on 2026-01-05) authored
No more swallowing exceptions or logging them to console where the output is hard to find.
-
Tomas Vik (OOO back on 2026-01-05) authored
feat: log every exception to output channel See merge request gitlab-org/gitlab-vscode-extension!99
-
Tomas Vik (OOO back on 2026-01-05) authored
-
Tomas Vik (OOO back on 2026-01-05) authored
refactor: move methods in GitService class and log git errors See merge request gitlab-org/gitlab-vscode-extension!100
-
Tomas Vik (OOO back on 2026-01-05) authored
-
Tomas Vik (OOO back on 2026-01-05) authored
refactoring: Introduce gitlab.com constant See merge request gitlab-org/gitlab-vscode-extension!101
-
Tomas Vik (OOO back on 2026-01-05) authored
-
Tomas Vik (OOO back on 2026-01-05) authored
-
Tomas Vik (OOO back on 2026-01-05) authored