该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 02, 2024
-
-
由 Austin Regnery 创作于
Changelog: changed
-
- 9月 12, 2024
-
- 8月 26, 2024
-
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
- 8月 22, 2024
-
-
由 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
-
- 8月 15, 2024
-
-
由 Paul Gascou-Vaillancourt 创作于
Migrates CE HAML views to Tailwind where the directory name starts with A to E.
-
- 8月 06, 2024
-
-
由 Chad Lavimoniere 创作于
Changelog: other
-
- 7月 31, 2024
-
-
由 Julia Miocene 创作于
Changelog: changed
-
由 Daniel Tian 创作于
Changelog: fixed EE: true
-
- 7月 26, 2024
-
-
由 Chad Lavimoniere 创作于
Changelog: other
-
由 Thomas Hutterer 创作于
Changelog: fixed
-
- 7月 03, 2024
-
-
由 Annabel Dunstone Gray 创作于
Changelog: changed
-
- 7月 02, 2024
-
-
由 Julia Miocene 创作于
Changelog: changed
-
- 6月 20, 2024
-
-
由 Paul W 创作于
-
- 6月 10, 2024
-
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
- 6月 04, 2024
-
-
由 Marcel Amirault 创作于
Rename to compute minutes in UI that was missed in previous updates, as well as specs and code comments. Changelog: changed
-
- 6月 03, 2024
-
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
- 5月 30, 2024
-
-
由 Paul Gascou-Vaillancourt 创作于
Migrates `gl-mx-n*` utils to their `-gl-mx-*` Tailwind equivalents.
-
- 5月 27, 2024
-
-
由 Paul Gascou-Vaillancourt 创作于
Migrates `gl-my-n*` utils to their `-gl-my-*` Tailwind equivalents.
-
- 5月 24, 2024
-
-
由 Kos Palchyk 创作于
-
- 5月 01, 2024
-
-
由 Daniel Tian 创作于
Co-authored-by:
Mohamed Hamda <mhamda@gitlab.com>
-
- 4月 29, 2024
-
-
由 Eduardo Sanz García 创作于
The new filtered search for the **Admin area > Users** have been deemed stable, therefore we proceed here to remove the `admin_user_filtered_nav` feature flag. Changelog: changed
-
- 4月 23, 2024
-
-
由 Peter Hegman 创作于
Migrate to Tailwind `gl-align-middle`
-
- 4月 22, 2024
-
-
由 Eduardo Sanz García 创作于
Replace colored string by badges to indicate the state of the user in the **Admin area > Users > [particular user]** Changelog: changed EE: true Co-authored-by:
Dmitry Silin <true.litry@gmail.com>
-
- 4月 18, 2024
-
-
由 Ivan Shtyrliaiev 创作于
Changelog: changed
-
由 Eduardo Sanz García 创作于
In **Admin area > Users**, replaced tab navigation by a filtered search. Closes: https://gitlab.com/gitlab-org/gitlab/-/issues/238183 Closes: https://gitlab.com/gitlab-org/gitlab/-/issues/448885 Co-authored-by:
Ivan Shtyrliaiev <ee923925@gmail.com>
-
- 4月 12, 2024
-
-
由 Harsha Muralidhar 创作于
This reverts merge request !144907
-
由 Gavin Hinfey 创作于
Move /-/profile/keys to /-/user_settings/ssh_keys and redirect end_point to new endpoint till next major release (17.0) Changelog: changed EE: true
-
由 Ivan Shtyrliaiev 创作于
New admin users search is supposed to have better UX to filter users Changelog: added
-
- 2月 16, 2024
-
-
由 Julia Miocene 创作于
-
- 2月 08, 2024
-
-
由 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
-
- 2月 01, 2024
-
-
由 Annabel Dunstone Gray 创作于
Changelog: changed
-
- 1月 31, 2024
-
-
由 Kos Palchyk 创作于
Changelog: changed
-
- 12月 21, 2023
-
-
由 Ruby Nealon 创作于
Changelog: changed EE: true
-
- 12月 12, 2023
-
-
由 Ted Tran 创作于
-
- 11月 23, 2023
-
-
由 Kenneth Chu 创作于
Changelog: added
-
- 11月 10, 2023
-
-
由 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
-
- 10月 27, 2023
-
-
由 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
-
- 10月 09, 2023
-
-
由 Cynthia "Arty" Ng 创作于
Shows Enterprise group user details in admin user page in UI. Changelog: added EE: true
-
- 9月 25, 2023
-
-
由 Angelo 创作于
-
- 9月 14, 2023
-
-
由 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
-