Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 09, 2022
  2. 9月 08, 2022
  3. 9月 07, 2022
  4. 9月 06, 2022
  5. 9月 05, 2022
  6. 9月 02, 2022
  7. 9月 01, 2022
  8. 8月 31, 2022
  9. 8月 30, 2022
    • Imre Farkas's avatar
      Destroy user memberships early · 440ad5c4
      Imre Farkas 创作于
      440ad5c4
    • Stan Hu's avatar
      Clear protected branch cache upon creation in test · 20ae8d27
      Stan Hu 创作于
      The introduction of the protected branch caching via the
      `hash_based_cache_for_protected_branches` feature flag could cause
      tests to fail since the protected branch cache might have the wrong
      values.
      
      Normally the cache is refreshed since protected branches are created
      with `ProtectedBranches::CreateService`, but in tests FactoryBot
      creates them without the service. To ensure the cache is in a good
      state in tests, mimic this cache clearing after the creation of a
      protected branch in the factory.
      
      Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/371944
      20ae8d27
  10. 8月 27, 2022
    • Mario Celi's avatar
      Fix specs on resolve discussion by creating issue · d1ef6746
      Mario Celi 创作于
      There is no valid way to create an issue without a title and
      the removed specs asserted precisely that.
      
      The specs didn't fail before because the were not asserting that
      the create operation was successful.
      d1ef6746
  11. 8月 26, 2022
    • Maxime Orefice's avatar
      Read stage from ActiveRecord CI::Stage model · 4319499f
      Maxime Orefice 创作于
      This commits is the first step toward dropping ci_builds.stage
      column. We are now adding an association to a build a reading
      through ci_stages to display build stage data.
      4319499f
    • Furkan Ayhan's avatar
      Stop raising error when actor not used for YamlProcessor feature flags · 4a30c675
      Furkan Ayhan 创作于
      In development and test environments, we raise an error when
      YamlProcessor feature flag is called without a defined actor.
      
      However, in unit tests of entries, we have to add `with_actor` to
      each of them.
      
      So, in this commit, we are restricting this requirement to
      a spec helper. And for now, we are only calling it for
      create_pipeline_service* specs to cover all pipeline creation domain.
      4a30c675
  12. 8月 25, 2022
  13. 8月 24, 2022
  14. 8月 23, 2022
  15. 8月 22, 2022
    • Sri's avatar
      Provision CloudSQL instances · cc4eb138
      Sri 创作于
      * New CloudSQL routes for provisioning database
        instances and form submission
      * Forms for provisioning Postgres, MySQL and
        SQL Server database instances
      * Create instance form submission end-point that
        invokes related services
      * Specs for frontend and backend changes
      * I18n
      * Link to FF rollout issue
      cc4eb138
    • Patrick Bajao's avatar
      Enable async_after_approval feature flag · ffdc7bd7
      Patrick Bajao 创作于
      This removes the `async_after_approval` feature flag and keep the
      new code.
      
      Old code on ApprovalService has been removed as well since they
      won't be used anymore.
      
      Changelog: changed
      ffdc7bd7
  16. 8月 20, 2022
    • imand3r's avatar
      Add support for snippet spam · 423e7036
      imand3r 创作于
      The spamcheck service has been updated with a new
      model to detect spam in snippets. This MR updates
      the Snippet create/update functionality to check
      for spam using the newly available gRPC endpoint in
      spamcheck.
      
      Changelog: added
      423e7036
  17. 8月 19, 2022
  18. 8月 18, 2022
加载中