1. 22 6月, 2021 1 次提交
  2. 11 6月, 2021 1 次提交
  3. 02 6月, 2021 2 次提交
  4. 25 5月, 2021 1 次提交
  5. 07 5月, 2021 7 次提交
  6. 21 4月, 2021 1 次提交
  7. 08 4月, 2021 1 次提交
  8. 07 4月, 2021 1 次提交
  9. 30 3月, 2021 4 次提交
    • T
      refactor: createNote mutation returns the created note · 32f1d78a
      Tomas Vik 提交于
      We crated a fragment that contains all note information. We then use
      this fragment for fetching discussions and for returning note from the
      createNote mutation. We also had to fix the webview integration test
      where the fake API response must now contain the note.
      32f1d78a
    • T
      refactor: simplify the internal GraphQL response types for discussion · 5ef0d690
      Tomas Vik 提交于
      The real reason for this simplification is summed up in the following
      line:
      
      ```
      export type GqlNote = GqlTextDiffNote | GqlImageNote | GqlOverviewNote;
      ```
      
      We can now refer to notes by GqlNote instead of having to specify
      generic arguments. That makes the code easier to read and it will allow
      us to return GqlNote from the createNote mutation.
      5ef0d690
    • T
      refactor: always include position on notes · 78db381f
      Tomas Vik 提交于
      Excluding the position from overview notes was a small optimization.
      Removing the condition simplifies the code at the cost of small
      overhead (currently roughly 20 requests per hour).
      After this change we'll always fetch the diff position.
      78db381f
    • T
      refactor: allow thread replies based on permissions · 4e35f5c6
      Tomas Vik 提交于
      4e35f5c6
  10. 11 3月, 2021 2 次提交
  11. 05 3月, 2021 1 次提交
  12. 04 3月, 2021 1 次提交
  13. 03 3月, 2021 1 次提交
  14. 02 3月, 2021 1 次提交
  15. 25 2月, 2021 2 次提交
  16. 23 2月, 2021 1 次提交
    • F
      feat(git): implement git clone command · eeedd25b
      Felix Haase 提交于
      A simple implementation of the git.clone command for the configured
      instances.
      It also includes a credential provider that can clone the repository
      without user input using the access token
      
      See merge request gitlab-org/gitlab-vscode-extension!172
      
      Relates to #222
      eeedd25b
  17. 18 2月, 2021 1 次提交
  18. 10 2月, 2021 1 次提交
  19. 29 1月, 2021 1 次提交
  20. 28 1月, 2021 1 次提交
  21. 25 1月, 2021 1 次提交
  22. 19 1月, 2021 1 次提交
  23. 15 1月, 2021 2 次提交
  24. 12 1月, 2021 1 次提交
  25. 06 1月, 2021 1 次提交
  26. 17 12月, 2020 1 次提交
  27. 07 12月, 2020 1 次提交