Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 10月 02, 2024
  2. 9月 12, 2024
  3. 8月 26, 2024
  4. 8月 22, 2024
    • Eugie Limpin's avatar
      Display when locked account email verification code was sent · a903dc73
      Eugie Limpin 创作于
      There are two possible emails containing a verification code that can be
      sent to a user:
      
      1. Email containing verification code used to confirm a user's email
      right after they sign up or when they add a secondary email.
      2. Email containing verification code used to unlock a user's account
      when they get locked out after exceeding failed sign-in attempts or when
      they sign-in from an un-trusted IP address.
      
      Changelog: added
      a903dc73
  5. 8月 15, 2024
  6. 8月 06, 2024
  7. 7月 31, 2024
  8. 7月 26, 2024
  9. 7月 03, 2024
  10. 7月 02, 2024
  11. 6月 20, 2024
  12. 6月 10, 2024
  13. 6月 04, 2024
  14. 6月 03, 2024
  15. 5月 30, 2024
  16. 5月 27, 2024
  17. 5月 24, 2024
  18. 5月 01, 2024
  19. 4月 29, 2024
  20. 4月 23, 2024
  21. 4月 22, 2024
  22. 4月 18, 2024
  23. 4月 12, 2024
  24. 2月 16, 2024
  25. 2月 08, 2024
    • Miguel Rincon's avatar
      Replace UI usages of shared runner with instance runner · 765bbac3
      Miguel Rincon 创作于
      This change aims to reduce the inconsistency between the terminology of
      "shared" and "instance" runner in our UI.
      
      It is meant as a first step to making the UI more consistent and it is
      not extensive, as there may be usages of "shared runner" left. It is
      also not meant to cover internal changes in the code.
      
      Changelog: changed
      765bbac3
  26. 2月 01, 2024
  27. 1月 31, 2024
  28. 12月 21, 2023
  29. 12月 12, 2023
  30. 11月 23, 2023
  31. 11月 10, 2023
    • Nao Hashizume's avatar
      Generate RuboCop TODOs · 67344661
      Nao Hashizume 创作于
      Creates todo files for the following RuboCop rules:
      
      * Gemspec/DeprecatedAttributeAssignment
      * Performance/StringInclude
      * Performance/StringReplacement
      * RSpec/NamedSubject
      * RSpec/SpecifyExpected
      * Style/ArgumentsForwarding
      * Style/BlockDelimiters
      * Style/RedundantReturn
      67344661
  32. 10月 27, 2023
    • Ethan Urie's avatar
      Adding ability to view Trusted user in User admin panel · ee380a23
      Ethan Urie 创作于
      Also adding the ability to trust/untrust a user from the admin panel.
      
      Renamed vue component to comply with eslint rules
      
      (cherry picked from commit 66b5d4e5)
      
      Pulling in the trust/untrust services
      
      Add trust specs for UserActionsHelper
      
      (cherry picked from commit a57b001b)
      
      Add request specs
      
      (cherry picked from commit 87ff28cf)
      
      Fix trust/untrust spec in model
      
      (cherry picked from commit edca4ae2)
      
      Fix trust/untrust spec in model
      (cherry picked from commit edca4ae2)
      (cherry picked from commit 5a680330755696bc2244d0b41897ab984867d1f2)
      
      Updated locale file and json files
      
      Refactor to simplify the setting of the custom attribute
      
      Use `let_it_be_with_reload` for the `user` to fix issues with setting
      the custom attribute.
      
      Utilize the `trusted_with_spam_attribute` association
      
      Remove unnecessary files
      
      The action components for the users admin panel weren't meant to be part
      of this MR. Moving them out to the appropriate MR.
      
      Remove unneeded changes for controller and helpers
      
      Filter reason options if user selects `Trust user`
      
      Renamed vue component to comply with eslint rules
      
      (cherry picked from commit 66b5d4e5)
      
      (cherry picked from commit a57b001b)
      
      (cherry picked from commit 87ff28cf)
      
      (cherry picked from commit edca4ae2)
      
      (cherry picked from commit edca4ae2)
      (cherry picked from commit 5a680330755696bc2244d0b41897ab984867d1f2)
      
      Changelog: added
      ee380a23
  33. 10月 09, 2023
  34. 9月 25, 2023
  35. 9月 14, 2023
    • ichernikov's avatar
      Update qa-selector to testid for overview groups, users pages · b08c4f34
      ichernikov 创作于
      * qa/qa/page/admin/overview/groups/edit.rb
      * qa/qa/page/admin/overview/groups/index.rb
      * qa/qa/page/admin/overview/groups/show.rb
      * qa/qa/page/admin/overview/users/index.rb
      * qa/qa/page/admin/overview/users/show.rb
      * Updated selectors in related files as well
      b08c4f34
加载中