1. 24 6月, 2021 2 次提交
  2. 22 6月, 2021 1 次提交
  3. 25 5月, 2021 1 次提交
    • T
      refactor: get startSha from API · b6dc0785
      Tomas Vik 提交于
      When we create new diff threads, the API requires us to submit all three
      values (start/base/head SHA) so even though we don't need startSha
      internally, we have to parse it from the response.
      b6dc0785
  4. 20 5月, 2021 1 次提交
    • T
      refactor: expose repository in the TreeView items · 8afdf918
      Tomas Vik 提交于
      This commit replaces the GitLabRepository(GitLabWorkspace) interface
      with the Wrapped repository. The original objects `{ label, uri, error}`
      were constructed by the issuable.ts.
      
      We now use the WrappedRepository and the error state is signaled by a
      new `containsGitLabProject` boolean flag. I.e. if the wrapped repository
      doesn't contain GitLab project, there has been error during fetching it.
      
      Also having access to the wrapped repository from within mr_item_model
      is going to be important in the next commit because it allows us to
      interact with the MR cache.
      8afdf918
  5. 30 4月, 2021 1 次提交
  6. 27 4月, 2021 1 次提交
    • T
      feat: add commenting ranges for new file versions in diff · 6c22d3a7
      Tomas Vik 提交于
      We parse the MR version REST API response into hunks. These hunks tell
      us what lines have been added in the new file version on the diff.
      We then convert these lines in VS Code Ranges and return them as ranges
      on which the user might leave a comment.
      6c22d3a7
  7. 15 4月, 2021 1 次提交
  8. 12 4月, 2021 1 次提交
  9. 30 3月, 2021 1 次提交
  10. 09 3月, 2021 1 次提交
    • T
      refactor: rename objects representing workspace · bb80c41a
      Tomas Vik 提交于
      This prevents confusion between GitLab project and VS Code workspace.
      The current legacy naming that uses the name "project" to represent
      VS Code workspace is diverging from an established naming and
      confuses contributors.
      
      The work "project" is used throughout the codebase for GitLab project
      and it was causing confusion when two variables named 'project' meant
      different things.
      bb80c41a
  11. 18 2月, 2021 1 次提交
  12. 10 2月, 2021 1 次提交
  13. 03 2月, 2021 1 次提交
  14. 28 1月, 2021 1 次提交
  15. 17 12月, 2020 1 次提交
  16. 16 12月, 2020 1 次提交
  17. 07 12月, 2020 1 次提交
  18. 03 12月, 2020 1 次提交