- 18 2月, 2021 2 次提交
-
-
由 Tomas Vik 提交于
Extracting configuration related logic came up in reviews multiple times. Also, the VS Code logic returns missing properties as null. This behaviour is not ideal because null function arguments overrdie the default function arguments. Related discussions: - https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/merge_requests/115#note_432956679
-
由 Tomas Vik 提交于
This fixes a minor bug where if user hasn't configured their instaenceUrl (presumably they use the default gitlab.com), the webview is going to put `null` in the links. This fix makes sure we use the same logic as the rest of the app.
-
- 15 2月, 2021 7 次提交
-
-
由 Tomas Vik 提交于
-
由 Tomas Vik 提交于
test: increase integration test timeout See merge request gitlab-org/gitlab-vscode-extension!184
-
由 Tomas Vik 提交于
-
由 Tomas Vik 提交于
refactor(status bar): extract status_bar module into a class See merge request gitlab-org/gitlab-vscode-extension!181
-
由 Tomas Vik 提交于
-
由 Tomas Vik 提交于
test(integration): reduce test flakiness by replacing globalState See merge request gitlab-org/gitlab-vscode-extension!180
-
由 Tomas Vik 提交于
-
- 12 2月, 2021 3 次提交
- 10 2月, 2021 3 次提交
- 09 2月, 2021 6 次提交
-
-
由 Tomas Vik 提交于
-
由 Tomas Vik 提交于
-
由 Tomas Vik 提交于
fix(sidebar): log error when fetching items See merge request gitlab-org/gitlab-vscode-extension!175
-
由 Tomas Vik 提交于
This rule is critical. We must have a guarantee that when there is a try/catch around a return statement, we will catch the error.
-
由 Tomas Vik 提交于
-
由 Tomas Vik 提交于
test(user agent): fix broken user-agent test See merge request gitlab-org/gitlab-vscode-extension!176
-
- 05 2月, 2021 1 次提交
-
-
由 Tomas Vik 提交于
-
- 04 2月, 2021 1 次提交
-
-
由 Tomas Vik 提交于
fix(side tree): for current branch not working for multiroot projects See merge request gitlab-org/gitlab-vscode-extension!174
-
- 03 2月, 2021 2 次提交
- 01 2月, 2021 4 次提交
- 30 1月, 2021 2 次提交
-
-
由 Tomas Vik 提交于
docs: merge request reviews feature documentation See merge request gitlab-org/gitlab-vscode-extension!170
-
由 Kai Armstrong 提交于
-
- 29 1月, 2021 6 次提交
-
-
由 Tomas Vik 提交于
-
由 Tomas Vik 提交于
-
由 Tomas Vik 提交于
refactor(gitlab_project): fetch project.webUrl to fix openers See merge request gitlab-org/gitlab-vscode-extension!171
-
由 Tomas Vik 提交于
-
由 Tomas Vik 提交于
fix(git_service): throw errors when git command fails, don't return null See merge request gitlab-org/gitlab-vscode-extension!169
-
由 Tomas Vik 提交于
This is the first step in not swallowing critical errors deep in the GitService. It allows us to follow the error path for each public function separately.
-
- 28 1月, 2021 3 次提交
-
-
由 Tomas Vik 提交于
Merge branch '275-api-request-failed-when-trying-to-get-current-project-because-error-404-project-not-found' into 'main' fix(gitlab-service): do not fail if project could not be found See merge request gitlab-org/gitlab-vscode-extension!130
-
由 Vitaly Markov 提交于
-
由 Tomas Vik 提交于
fix(gitlab_service): include request URL when logging error See merge request gitlab-org/gitlab-vscode-extension!167
-