该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 25, 2023
-
-
由 Jerry Seto 创作于
Frontend changes to support fully qualified refs on blob and tree view Changelog: fixed
-
- 7月 24, 2023
-
-
由 Alex Buijs 创作于
Refactor email verification from HAML into a Vue application.
-
- 7月 21, 2023
-
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/417311 **Problem** We use a system timezone for date headers in commits list page. It leads to situations when users see a date from past or future if they use a custom not UTC timezone. **Solution** Apply user timezone to date headers. Changelog: fixed
-
由 Wu Jeremy 创作于
* Implement the avatar section with Vue. * Update template with metadata for rendering. Changelog: added
-
由 NataliaTepluhina 创作于
- added feature flag to display the drawer - implemented work item detail view in the drawer - fixed UX issues Removed an unused query Fixed drawer height Replaced hardcoded string with a constant Added early return Simplified persisted fields check Simplified issuable iid check Change the milestone in FF Added comment about refetching issuables Change class to use isActive Changed FF to prop Moved addCild event Passed prevent redirect prop down Apply 1 suggestion(s) to 1 file(s) Remove unnecessary provide Apply 1 suggestion(s) to 1 file(s) Updated a snapshot
-
由 crash 创作于
Changelog: fixed
-
- 7月 20, 2023
-
-
由 Rajendra Kadam 创作于
Remove routes for builder panel preview Remove/update specs to reflect the changes Changelog: removed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/126972
-
由 Patrick Bajao 创作于
The REVIEW_SUBMITTED todo gets created when a review is submitted. This links to the MR that was reviewed.
-
由 Olena Horal-Koretska 创作于
-
- 7月 19, 2023
-
-
由 Annabel Dunstone Gray 创作于
Changelog: changed
-
由 Dan Mizzi-Harris 创作于
-
由 Ross Byrne 创作于
Changelog: changed EE: true
-
由 Abhijeet Chatterjee 创作于
-
由 Désirée Chevalier 创作于
-
- 7月 18, 2023
-
-
由 Abdul Wadood 创作于
Migrate sort buttons to use Pajamas component. Changelog: other
-
- 7月 17, 2023
-
-
由 Kassio Borges 创作于
To avoid spreading GitLab Pages URL logic around the monolith, move the existing logic from `models/project.rb` and `models/ci/artifact_blob.rb` to `lib/gitlab/pages/url_builder.rb`. Related to: https://docs.gitlab.com/ee/development/software_design.html#taming-omniscient-classes Changelog: other
-
由 Phil Hughes 创作于
This moves the action to summarize my review from every markdown toolbar to within the submit review dropdown. https://gitlab.com/gitlab-org/gitlab/-/issues/417750
-
- 7月 15, 2023
-
-
由 Peter Hegman 创作于
On Vue version of user profile. Also modify the Snippets empty state.
-
- 7月 14, 2023
-
-
由 Peter Leitzen 创作于
Auto-corrected via: rubocop -a --only Performance/RegexpMatch ... Auto-corrections manually reviewed and verified.
-
由 Igor Drozdov 创作于
The following code raises NoMethodError now instead or nil ```ruby [] =~ /regex/ 1 =~ /regex/ ``` That's why we need to verify that String is passed
-
由 Sanad Liaquat 创作于
Also perform some refactoring of Vendor pages
-
由 Justin Ho Tuan Duong 创作于
This reverts merge request !126110
-
由 Terri Chu 创作于
Return an empty array if the user does not have permission to view the scope requested. Also a refactor to move scope permission check and search navigation into a library so it can be shared across the code Changelog: fixed
-
- 7月 13, 2023
-
-
由 Daniele Rossetti 创作于
- Create component to handle GOB auth flow - Setup basic list view
-
由 Justin Ho Tuan Duong 创作于
Instead of using "min_access_level", we now use "all_available" to allow admins to link groups even if they are not direct maintainers of the group. Changelog: changed
-
由 Ravi Kumar 创作于
Now we are indexing the group wikis also so this MR implements the searching and displaying group wikis on the results page. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123522 EE: true
-
- 7月 12, 2023
-
-
由 Aleksei Lipniagov 创作于
Update legal and UI. Changelog: other
-
由 Rahul Chanila 创作于
Changelog: changed
-
由 Alexander Dietrich 创作于
Adds group_mention and group_confidential_mention as group-level integrations events/hooks and Slack notification triggers. - https://gitlab.com/gitlab-com/gl-security/engineering-and-research/automation-team/automation/-/issues/346 - https://gitlab.com/gitlab-org/gitlab/-/issues/414856 Changelog: added
-
- 7月 11, 2023
-
-
由 Luke Duncalfe 创作于
Fixes some `Naming/InclusiveLanguage` offenses.
-
- 7月 10, 2023
-
-
由 Wu Jeremy 创作于
- Amend the code with a group path injection. - Update Specs against it. Changelog: fixed
-
- 7月 08, 2023
-
-
由 Markus Ferrell 创作于
Changelog: added
-
- 7月 07, 2023
-
-
由 Payton Burdette 创作于
Add the ability to update pipeline schedule behind pipeline_schedules_vue feature flag refactor to Vue.
-
- 7月 06, 2023
-
-
由 Sheldon Led 创作于
-
由 Peter Hegman 创作于
Basic navigation with `Groups and projects` nav item
-
- 7月 05, 2023
-
-
由 Desiree Chevalier 创作于
Update e2e menu selectors from data-qa-selectors to data-testid
-
由 Andrei Zubov 创作于
* Add an override for job_log_controllers component for ee * Add a root_cause_analysis component and a button to show it
-
由 Igor Drozdov 创作于
-
由 Vijay Hawoldar 创作于
Addresses line length rubocop violation in the storage helper
-
- 6月 30, 2023
-
-
由 David Kim 创作于
Passing a format to to_s has been deprecated and replaced with to_fs in Rails 7. https://github.com/rails/rails/blob/de7c495209811f8f918fa9f915e64df61a6080c1/guides/source/7_0_release_notes.md#deprecations-8
-