Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 03, 2024
  2. 2月 01, 2024
  3. 1月 31, 2024
  4. 1月 30, 2024
  5. 1月 28, 2024
  6. 1月 27, 2024
  7. 1月 26, 2024
  8. 1月 24, 2024
    • Igor Frenkel's avatar
      Bump semver_dialects gem · 9fb4fae8
      Igor Frenkel 创作于
      Bump version of semver_dialects gem from 1.5.0 to 1.6.0
      This version has performance improvements which improve
      performance of license scanning features. This improves
      issues with request timeouts on various pages such as
      license compliance or the pipelines page.
      
      Changelog: fixed
      9fb4fae8
  9. 1月 21, 2024
  10. 1月 20, 2024
  11. 1月 19, 2024
    • Muhammed Ali's avatar
      Setup cssbundling-rails · fe9450dd
      Muhammed Ali 创作于
      Add cssbundling-rails and remove sassc-rails from the GitLab project.
      
      `cssbundling-rails` enhances `assets:precompile` to invoke `yarn
      build:css`. Ran the setup command for `cssbundling-rails
      
      Added a rudimentary `build-css` script to compile assets using Dart Sass
      NodeJS
      
      because `sassc-rails` is not being used, we have to load
      `sprockets/railtie` ourselves
      
      Changelog: changed
      未验证
      fe9450dd
  12. 1月 18, 2024
    • a_luna's avatar
      Add support for cancelled subscription licenses · 7f17d1bd
      a_luna 创作于
      These updates allow the `License` model to successfully
      create and load license objects that belong to cancelled
      subscriptions.
      
      - Update `gitlab-license` gem to the latest version
      - Skip `not_expired` validation for online cloud licenses
      where generated_from_cancellation=true
      - Update `.load_license` to exclude active licenses if an
      online cloud license with generated_from_cancellation=true
      exists for the same subscription name
      - Add `#valid_started` convenience method
      - Add `#subscription_name` to access the subscription name
      from the restricted attributes
      
      Changelog: added
      7f17d1bd
  13. 1月 17, 2024
  14. 1月 16, 2024
  15. 1月 12, 2024
  16. 1月 11, 2024
  17. 1月 10, 2024
  18. 1月 09, 2024
加载中