Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 10月 08, 2024
  2. 9月 13, 2024
    • Lindsey Shelton's avatar
      Applying Patch for Checkin · 8120d622
      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
      8120d622
  3. 8月 03, 2024
    • Lindsey Shelton's avatar
      Lock Tooltip and Button changes · 3834e6b3
      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
      3834e6b3
  4. 7月 06, 2023
  5. 2月 09, 2023
  6. 2月 01, 2023
  7. 11月 09, 2022
  8. 10月 26, 2022
  9. 8月 06, 2022
  10. 5月 16, 2022
  11. 5月 04, 2022
  12. 4月 20, 2022
  13. 4月 14, 2022
  14. 4月 13, 2022
  15. 4月 09, 2022
  16. 4月 08, 2022
  17. 1月 15, 2022
  18. 12月 09, 2021
  19. 6月 23, 2021
  20. 5月 11, 2021
  21. 5月 07, 2021
  22. 4月 13, 2021
  23. 9月 29, 2020
  24. 7月 09, 2020
  25. 6月 10, 2020
    • nicolasdular's avatar
      Show storage limit alert for projects and groups · 631fdf97
      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.
      631fdf97
  26. 4月 22, 2020
  27. 7月 30, 2019
    • Yorick Peterse's avatar
      Inject EE modules in a CE compatible fashion · 1112fec4
      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.
      1112fec4
  28. 4月 06, 2019
    • Gosia Ksionek's avatar
      Add part of needed code · 64858317
      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
      64858317
    • Małgorzata Ksionek's avatar
      Refactor method to avoid disabling linters · 58048584
      Małgorzata Ksionek 创作于
      Unify Gitlab::Access calls
      58048584
    • Małgorzata Ksionek's avatar
      Update api settings spec with project creation level · 7b2a7626
      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
      7b2a7626
    • Małgorzata Ksionek's avatar
      Add part of needed code · dec08f02
      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
      dec08f02
  29. 2月 13, 2019
    • Luke Bennett's avatar
      Improve the GitHub and Gitea import feature table interface · 534a6117
      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.
      534a6117
    • Luke Bennett's avatar
      Improve the GitHub and Gitea import feature table interface · 0cea33a7
      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.
      0cea33a7
加载中