Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 3月 05, 2025
    • Désirée Chevalier's avatar
      Update 10 files · 679afef5
      Désirée Chevalier 创作于
      - /scripts/generate-failed-test-on-omnibus-mr-message.rb
      - /scripts/generate-message-to-run-e2e-pipeline.rb
      - /doc/development/testing_guide/end_to_end/beginners_guide/page_objects.md
      - /doc/development/testing_guide/end_to_end/beginners_guide/resources.md
      - /doc/development/testing_guide/end_to_end/_index.md
      - /doc/development/ai_features/duo_chat.md
      - /spec/scripts/generate_message_to_run_e2e_pipeline_spec.rb
      - /.gitlab/issue_templates/Feature Flag Roll Out.md
      - /danger/stable_branch_patch/Dangerfile
      - /qa/qa/scenario/test/sanity/selectors.rb
      679afef5
  2. 2月 25, 2025
  3. 2月 17, 2025
  4. 2月 12, 2025
  5. 2月 04, 2025
  6. 1月 16, 2025
  7. 1月 15, 2025
  8. 12月 18, 2024
  9. 12月 12, 2024
  10. 11月 29, 2024
  11. 11月 28, 2024
  12. 11月 27, 2024
  13. 11月 12, 2024
  14. 11月 05, 2024
  15. 10月 29, 2024
  16. 10月 28, 2024
  17. 10月 25, 2024
    • Paul Gascou-Vaillancourt's avatar
      Remove the Tailwind Dangerfile · a5b5073a
      Paul Gascou-Vaillancourt 创作于
      This Dangerfile used to report CSS utils that were built using string
      interpolation. Since introducing it, we have created an ESLint and a
      Rubocop rules to perform the same checks, thus providing a better
      developer experience for spotting this offences.
      
      The Dangerfile can therefore be removed.
      a5b5073a
  18. 10月 24, 2024
  19. 9月 23, 2024
    • David O'Regan's avatar
      Add DangerBot check for AI logging compliance · 2144bdac
      David O'Regan 创作于
      This commit introduces a new Dangerfile to check for AI logging compliance:
      
      - Detect usage of GitLab::Llm::Logger.build.info and .error methods
      - Warn when AI logging is not gated behind expanded_ai_logging flag
      - List files with potentially non-compliant AI logging
      - Add relevant labels to merge requests with AI logging
      
      This check helps ensure adherence to GitLab's AI data usage policies and
      promotes proper AI logging practices across the codebase.
      2144bdac
  20. 8月 30, 2024
  21. 8月 26, 2024
  22. 8月 21, 2024
    • Andrew Evans's avatar
      Add Dangerfile reminder when setting cookies server-side · b6576b60
      Andrew Evans 创作于
      If a developer sets a cookie from Rails with a `:domain` attribute, they
      must remember to un-set this cookie when a user signs out. This can be
      hard to remember to do.
      
      This change adds a Danger bot reminder whenever setting cookies is
      detected in application code, and also documentation of development
      guidelines when working with cookies.
      b6576b60
  23. 8月 13, 2024
  24. 8月 07, 2024
  25. 8月 03, 2024
  26. 7月 30, 2024
  27. 7月 15, 2024
  28. 7月 04, 2024
  29. 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
  30. 6月 26, 2024
  31. 6月 10, 2024
  32. 6月 06, 2024
  33. 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
  34. 6月 04, 2024
  35. 5月 30, 2024
加载中