Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 15, 2024
  2. 7月 04, 2024
  3. 6月 29, 2024
    • Lukas Eipert's avatar
      Remove Dangerfile for prettier · b984960a
      Lukas Eipert 创作于
      This Dangerfile dates back to when we gradually adopted prettier. Now
      our code base is fully prettier compliant and we have a separate
      static-analysis job for prettier _and_ we run it part of lefthook. So
      this Danger job just adds noise to the already long danger output and
      potentially takes a long time.
      
      Let's remove it, it outlived it's purpose.
      b984960a
  4. 6月 26, 2024
  5. 6月 10, 2024
  6. 6月 06, 2024
  7. 6月 05, 2024
    • James Nutt's avatar
      Add path to feature flag fallback note · 62a478c7
      James Nutt 创作于
      The current fallback note for an unfilled `feature_issue_url:` does not
      provide enough context to make it obvious what it's referring to. This
      MR adds the file path to direct the author of the MR in the right
      direction.
      
      Before:
      
      ```
      - [ ] config/feature_flags/beta/flag_with_blank_feature_url.yml#L3: Consider filling `feature_issue_url:`
      - [ ] Consider filling `feature_issue_url:`
      ```
      
      After:
      
      ```
      - [ ] config/feature_flags/beta/flag_with_blank_feature_url.yml#L3: Consider filling `feature_issue_url:`
      - [ ] config/feature_flags/beta/flag_with_missing_feature_url.yml: Consider filling `feature_issue_url:`
      ```
      62a478c7
  8. 6月 04, 2024
  9. 5月 30, 2024
  10. 5月 23, 2024
  11. 5月 22, 2024
  12. 5月 14, 2024
  13. 5月 13, 2024
  14. 5月 01, 2024
  15. 4月 29, 2024
  16. 4月 23, 2024
  17. 4月 19, 2024
    • Alexandru Croitor's avatar
      Fix the case when diff is empty · 477ef849
      Alexandru Croitor 创作于
      When a file is just moved around it appears in the changed files list
      but the diff is empty so we are skipping it.
      477ef849
    • Paul Gascou-Vaillancourt's avatar
      Add Tailwind CSS Dangerfile · b1498252
      Paul Gascou-Vaillancourt 创作于
      This adds a new Dangerfile to do some Tailwind-related reporting.
      Currently, we check whether the diff potentially contains interpolated
      CSS utils. We might extend this rule to report additional info about CSS
      utils usages.
      b1498252
  18. 4月 18, 2024
  19. 4月 06, 2024
  20. 4月 05, 2024
  21. 4月 04, 2024
  22. 4月 03, 2024
  23. 3月 28, 2024
  24. 3月 04, 2024
  25. 2月 02, 2024
  26. 2月 01, 2024
  27. 1月 25, 2024
  28. 1月 10, 2024
  29. 12月 06, 2023
  30. 11月 29, 2023
  31. 11月 24, 2023
  32. 11月 22, 2023
  33. 11月 15, 2023
加载中