Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 12, 2021
    • mfluharty's avatar
      Remove codequality_mr_diff_annotations flag · 74b47ffe
      mfluharty 创作于
      Remove code quality badge component and related specs
      Remove feature flag checks from frontend conditionals
      Remove feature flag yaml definition
      Remove push_frontend_feature_flag
      Remove tests for when the flag is disabled
      
      Changelog: other
      EE: true
      74b47ffe
  2. 7月 09, 2021
    • nuwe1's avatar
      Fix GLIcon size property · 4db28300
      nuwe1 创作于
      This MR removes the use-deprecated-sizes property in gl-icon component
      in app/assets/javascripts/vue_shared/components/file_icon.vue and
      updates the size prop to use the valid size 16 in the relevant files
      
      Changelog: other
      4db28300
  3. 7月 07, 2021
  4. 7月 06, 2021
  5. 7月 05, 2021
  6. 6月 30, 2021
  7. 6月 12, 2021
  8. 5月 21, 2021
  9. 5月 07, 2021
  10. 4月 03, 2021
  11. 3月 27, 2021
  12. 3月 03, 2021
  13. 2月 15, 2021
  14. 2月 01, 2021
  15. 1月 25, 2021
  16. 1月 21, 2021
  17. 12月 04, 2020
  18. 11月 27, 2020
  19. 11月 10, 2020
  20. 11月 06, 2020
  21. 11月 05, 2020
  22. 10月 29, 2020
  23. 10月 26, 2020
    • Thomas Randolph's avatar
      Add `manuallyCollapsed` flag to Diff Files · d6c42a8b
      Thomas Randolph 创作于
      Of course, this means that there's a bunch of logic
      to coordinate the new flag with the original -
      `automaticallyCollapsed` - flag.
      
      In addition: the UI is updated to use the new flag
      whenever it's been set, but to continue to fall back
      to the old flag. This is primarily facilitated by a new
      helper utility for diff files to do the resolution in a
      single centralized place.
      
      Of note: the diff_file is updated to depend on the
      global store as the authoritative source of determining
      whether the file is collapsed or not. The previous
      version kept a local `isCollapsed` in sync with the
      global store, which introduced a huge amount of
      interwoven complexity. The update ingests the
      resolved collapsed state from the store when
      various observed properties update instead of
      inverting that flow.
      
      This is a full refactor of file collapsing.
      Because the previous version was a single flag, then
      modified with a user preference (file-by-file), there
      were some issues including a THIRD possible way
      that collapsing works. This update slightly simplifies
      how collapsing works by depending more heavily
      on the two flags stored in state and only modifying
      them with the user preference when necessary.
      d6c42a8b
  24. 10月 12, 2020
  25. 10月 05, 2020
  26. 10月 02, 2020
  27. 10月 01, 2020
  28. 9月 30, 2020
  29. 9月 29, 2020
  30. 9月 24, 2020
  31. 9月 18, 2020
  32. 9月 07, 2020
  33. 9月 01, 2020
  34. 8月 26, 2020
  35. 8月 24, 2020
    • Lukas Eipert's avatar
      Utilize GitLab UI icon component: badges to diffs · 853a5a50
      Lukas Eipert 创作于
      This replaces all the usages of ~/vue_shared/components/icon.vue with
      the corresponding GitLab UI component for all components from badges to
      diffs (alphabetically).
      
      In a previous MR [0] we already replaced the internal implementation
      with the GitLab UI component. This should allow us to migrate all usages
      without any test failures relating to the differences in their
      implementation.
      
      The actual deletion of the file will be done in a follow-up in case we
      have missed an instance or someone introduces a new one in the
      meanwhile.
      
      [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
      853a5a50
  36. 7月 14, 2020
    • Phil Hughes's avatar
      Added option to view diffs file-by-file · 3a0ab2a9
      Phil Hughes 创作于
      This adds a user preference to view diffs file-by-file instead
      of viewing all the diff files in one big list.
      This helps with performance on large merge request,
      but it can also be handy sometimes to view merge requests
      file-by-file instead of in a full list of files.
      
      The option to enable this feature is inside of user prefences.
      For now this is also behind a feature flag so we can roll
      this out safely.
      
      https://gitlab.com/gitlab-org/gitlab/-/issues/222790
      3a0ab2a9
  37. 7月 08, 2020
加载中