该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 08, 2024
-
-
由 Lindsey Shelton 创作于
Update namespaces_helper to use project.parent Update associated specs Changelog: fixed
-
- 9月 13, 2024
-
-
由 Lindsey Shelton 创作于
Initial checkin for Project Settings fix Testing broken pipeline changes Fix linting error in index Adjust BE changes for namespaces_helper Small correction to calling Group name in cascading Fix name in specs for project.group.name Changelog: fixed
-
- 8月 03, 2024
-
-
由 Lindsey Shelton 创作于
Cleanup of branch into singular commit for Lock changes Upgrades LockPopover to LockTooltip Adds new CascadingLockButton Other changes include: Removing BE changes so into new Issue 474535 Put changes into .patch
-
- 7月 06, 2023
-
-
由 Sheldon Led 创作于
-
- 2月 09, 2023
-
-
由 Heinrich Lee Yu 创作于
Removes a method that is not being used anywhere
-
- 2月 01, 2023
-
-
由 Sheldon Led 创作于
This removes duplicated and unused code so we can have the support code for Usage Quotas Storage Tab clearer
-
- 11月 09, 2022
-
-
由 Robert May 创作于
This reverts commit 96090e96, reversing changes made to e5d7abb6.
-
- 10月 26, 2022
-
-
由 Robert May 创作于
-
- 8月 06, 2022
-
-
To improve performance Changelog: performance
-
- 5月 16, 2022
-
-
由 Allison Browne 创作于
-
- 5月 04, 2022
-
-
由 Sheldon Led 创作于
-
- 4月 20, 2022
-
-
由 Sheldon Led 创作于
This creates the Vue app and add the button to Buy Additional Minutes
-
- 4月 14, 2022
-
-
由 Serena Fang 创作于
-
由 Serena Fang 创作于
-
- 4月 13, 2022
-
-
由 Serena Fang 创作于
-
由 Serena Fang 创作于
-
- 4月 09, 2022
-
-
由 Serena Fang 创作于
Also fix namespace helper and add specs
-
- 4月 08, 2022
-
-
由 Serena Fang 创作于
Also add banner to correct pages Add banner to jobs and settings
-
由 Serena Fang 创作于
Initial commit -- not fully working yet Changelog: added
-
- 1月 15, 2022
-
-
由 Coung Ngo 创作于
Delete feature flag for New Project page dropdown now that the feature flag has been defaulted to true with no issues https://gitlab.com/gitlab-org/gitlab/-/issues/338930 Changelog: removed
-
- 12月 09, 2021
-
-
由 Ezekiel Kigbo 创作于
-
由 Ezekiel Kigbo 创作于
Moves a common test to a shared example block for re-use
-
由 Ezekiel Kigbo 创作于
Updates the namespace selector used for the transfer project qa tests Fix broken controller specs Ensures we redirect back to the edit project page after transferring a project Fix broken qa selector Fix broken project settings rspec tests Ensure we dont access the transfer project dataset if there is no element mounted. Fix broken jest test Minor cleanup namespaces helper
-
由 Ezekiel Kigbo 创作于
Wires the vue based transfer project form to the project settings page. Updates the namespace json data Updates the namespace data passed to the transfer project form. Remove `remote` option from the form`
-
- 6月 23, 2021
-
-
由 Drew Blessing 创作于
The feature has been used in production for several months without any reported problems. Feature was default-enabled so behavior will not change after removal except if the feature had been disabled in an instance. Changelog: other
-
- 5月 11, 2021
-
-
由 Lin Jen-Shin 创作于
-
由 Lin Jen-Shin 创作于
-
- 5月 07, 2021
-
-
由 peterhegman 创作于
Add a partial for fieldsets and refactor existing partials to be more flexible
-
- 4月 13, 2021
-
-
由 Peter Hegman 创作于
-
- 9月 29, 2020
-
-
由 Doug Stull 创作于
-
- 7月 09, 2020
-
-
由 Nicolas Dular 创作于
-
- 6月 10, 2020
-
-
由 nicolasdular 创作于
This adds an alert for projects and groups when the namespace storage limit reaches a certain threhsold. Depending on the threshold and alert_level we show different styles of the alert. We use cookies for to keep the alerts hidden for a user per namespace and alert level. This is the first iteration of the alert system for namespace storage limit and will be improved later since it does not align with our UX guidelines to keep alerts closed for a user. We need to use cookies because we have no other system in place so far to keep track of user + namespace + alert level.
-
- 4月 22, 2020
-
-
由 Igor Drozdov 创作于
The cop checks for unneeded parentheses for ternary operators It would be cool to have it enabled for all files
-
- 7月 30, 2019
-
-
由 Yorick Peterse 创作于
All instances of injecting an EE specific module have been changed to use the new methods for this: prepend_if_ee, extend_if_ee, and include_if_ee. This allows these lines to be included in CE, even when the modules to inject do not exist. This in turn allows us to backport these lines to CE and keep them there, instead of having to strip them out.
-
- 4月 06, 2019
-
-
由 Gosia Ksionek 创作于
Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
-
由 Małgorzata Ksionek 创作于
Unify Gitlab::Access calls
-
由 Małgorzata Ksionek 创作于
Update user creates project spec Update user creates project spec to check if there are groups in the namespace dropdown Satisfy rubocop linters
-
由 Małgorzata Ksionek 创作于
Update controllers to accept new param Add project creation field to form Add new conditions to group policy Add new policies to group, update specs and settings Add specs for project creation level in group model Update groups edit view to update project creation level Update groups edit view to update project creation level and add specs to check if the new settings are save Update migration with project_creation_level column existence check Update api settings spec with project creation level Rename migrations to avoid conflicts Update schema file Clean access class from project creation ee feature Remove project creation feature from group controller Remove project creation level from EE factory Update docs to reflect changes Remove call to not existing file Clean specs from calls to not existing file Change called method to new one, in non EE directory Update schema after migration Remove code not needed in EE Remove not needed line Remove not needed lines Clean up ee files from project creation level Remove project creation level from ee group policy Remove project creation level from ee group settings spec Remove not needed parts of user class Remove code from ee version of namespace helper Modify doc file Update namespace helper Add to namespace helper method respecting project creation level, update relevant files Update new project spec Update new project spec to check if there are groups in the namespace dropdown Update user creates project spec Update user creates project spec to check if there are groups in the namespace dropdown Remove files Remove spec files connected to the feature that was moved from ee to ce Update docs to get read of conflict Satisfy rubocop linters Make sure right method is in the right place Add settings to default Add postres only option to specs Update migration methods Update migrations method Add changelog entry Remove EE remarks from doc Refactor method to avoid disabling linters Update migration method Add if clause to old migrations
-
- 2月 13, 2019
-
-
由 Luke Bennett 创作于
These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
-
由 Luke Bennett 创作于
These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
-