Skip to content
Snippets Groups Projects
  1. Mar 18, 2021
    • alex pooley's avatar
      Cache namespace traversal path · 7fa6bcd8
      alex pooley authored
      Work towards replacing recursive namespace queries with linear queries.
      This commit tracks the path to each namespace, and future work will
      replace recursive queries with queries that utilize this new column.
      7fa6bcd8
  2. Mar 11, 2021
  3. Mar 01, 2021
  4. Feb 25, 2021
  5. Feb 24, 2021
  6. Feb 23, 2021
  7. Feb 18, 2021
  8. Feb 17, 2021
  9. Feb 05, 2021
  10. Jan 07, 2021
  11. Jan 05, 2021
    • Steve Abrams's avatar
      Add setting to allow Maven package duplicates · 24c7f030
      Steve Abrams authored
      Create table group_package_settings with
      boolean setting to allow or disallow Maven
      package duplicates and a text setting to
      store a regex of exceptions to the disallowed
      duplicates.
      
      Add graphql foundation to update and fetch
      the new settings.
      24c7f030
  12. Dec 22, 2020
  13. Nov 19, 2020
    • Nicolas Dular's avatar
      Create namespace action table · 228a7578
      Nicolas Dular authored
      This table will be used to record any actions associated with a
      namespace when an action happened for the first time. Actions could be
      the first MR that got pushed, the first issue that got created or the
      first time a trial started.
      228a7578
  14. Nov 10, 2020
    • vshushlin's avatar
      Use pages deployments in the API · a6dd1117
      vshushlin authored
      Add 2 feature flags:
      * 1 for using deployments
      * 1 for allowing to use deployments stored in disk
      
      Also rename old feature flag to match the naming schema
      a6dd1117
  15. Nov 05, 2020
    • Stan Hu's avatar
      Fix group destroy not working with Gitaly Cluster · 03bf4af1
      Stan Hu authored
      Previously when a namespace was deleted, it would always attempt to
      remove the legacy storage path. For example, for namespace `test-group`,
      Rails would issue a removal for `/path/to/test-group` just in case there
      is data there.
      
      If the path does not exist, Gitaly raises an Invalid Argument GRPC (3)
      exception, but Gitaly Cluster raises an Internal error (13).
      
      Since hashed storage is now the default and the legacy path shouldn't be
      used at all, we can avoid this error entirely by not attempting to
      delete the legacy path.
      
      Closes https://gitlab.com/gitlab-org/gitlab/-/issues/276501
      03bf4af1
  16. Nov 02, 2020
  17. Oct 26, 2020
  18. Oct 22, 2020
  19. Oct 14, 2020
  20. Oct 12, 2020
  21. Sep 30, 2020
  22. Sep 08, 2020
  23. Sep 01, 2020
  24. Aug 27, 2020
  25. Aug 26, 2020
    • Sean McGivern's avatar
      Put Pages moves from namespace transfers in Sidekiq · b65a721e
      Sean McGivern authored
      This is the same as the previous commit, but when a namespace changes
      its parent namespace via a transfer. (The previous commit is for a
      namespace changing its own path directly.) We're moving Pages disk
      operations from Puma to Sidekiq, and here that's behind the
      `async_pages_move_namespace_transfer` feature flag.
      Unverified
      b65a721e
    • Sean McGivern's avatar
      Put Pages moves from namespace renames in Sidekiq · 607ec3ea
      Sean McGivern authored
      When we rename a namespace, any projects in that namespace with Pages
      enabled have to have their directories moved on the filesystem to match.
      We want all operations that touch Pages disk paths to happen in Sidekiq,
      not Puma; this puts that in Sidekiq behind the
      `async_pages_move_namespace_rename` feature flag.
      Unverified
      607ec3ea
  26. Aug 25, 2020
  27. Aug 06, 2020
  28. Jul 16, 2020
    • mksionek's avatar
      Prepare migrations for the new table · 56f62330
      mksionek authored and Imre (Admin)'s avatar Imre (Admin) committed
      Fix schema file
      
      Fix schema file
      
      Add new settings while creating new record
      
      Fix specs
      
      Fix structure file
      
      Remove obsolete comment
      
      Add changelog entry
      
      Fix specs
      
      Fix rubocop offences
      56f62330
  29. Jul 10, 2020
  30. Jul 06, 2020
  31. Jun 30, 2020
    • Rajendra Kadam's avatar
      parent 6c39d8d1 · 249c6841
      Rajendra Kadam authored and Peter Leitzen's avatar Peter Leitzen committed
      author Rajendra Kadam <rajendrakadam249@gmail.com> 1580653953 +0530
      committer Rajendra Kadam <rajendrakadam249@gmail.com> 1586670416 +0530
      
      parent 6c39d8d1
      author Rajendra Kadam <rajendrakadam249@gmail.com> 1580653953 +0530
      committer Rajendra Kadam <rajendrakadam249@gmail.com> 1586670412 +0530
      
      parent 6c39d8d1
      author Rajendra Kadam <rajendrakadam249@gmail.com> 1580653953 +0530
      committer Rajendra Kadam <rajendrakadam249@gmail.com> 1586670402 +0530
      
      parent 6c39d8d1
      author Rajendra Kadam <rajendrakadam249@gmail.com> 1580653953 +0530
      committer Rajendra Kadam <rajendrakadam249@gmail.com> 1586670397 +0530
      
      parent 6c39d8d1
      author Rajendra Kadam <rajendrakadam249@gmail.com> 1580653953 +0530
      committer Rajendra Kadam <rajendrakadam249@gmail.com> 1586670392 +0530
      
      Add custom emoji schema and model spec
      
      Add custom emoji factory for specs
      
      Add migration file
      
      Add custom emoji model spec
      
      update emoji specs
      
      Fix failures in model
      
      Remove index creation using concurrent algorithm
      
      Change db/schema.rb
      
      Revert "Change db/schema.rb"
      
      This reverts commit a5d492f738b839b165dd7e3fff5f02bedb9aabab.
      249c6841
  32. Jun 26, 2020
  33. Jun 23, 2020
  34. Mar 19, 2020
  35. Mar 12, 2020
Loading