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 24, 2021
  5. Feb 23, 2021
  6. Feb 22, 2021
    • Heinrich Lee Yu's avatar
      Fix N+1 when validating groups · 1e4a0de1
      Heinrich Lee Yu authored
      Removes the validates_associated call which calls `#valid?` on each
      runner of the group which triggers an N+1 query
      
      This improves the validation for RunnerNamespace so that we don't need
      to fire multiple SQL queries
      Unverified
      1e4a0de1
  7. Feb 18, 2021
  8. Feb 17, 2021
  9. Feb 05, 2021
  10. Jan 22, 2021
    • Jan Provaznik's avatar
      Preset root ancestor when finding labels · e5594b65
      Jan Provaznik authored
      Because we search for permissioned labels which all have the same
      top-level group, we can preset root_ancestor for them before permission
      check. This optimization saves us extra query to fetch root ancestor
      (called from group policy).
      e5594b65
  11. Jan 07, 2021
  12. 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
  13. Dec 22, 2020
  14. 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
  15. Nov 14, 2020
  16. 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
  17. Nov 03, 2020
  18. Nov 02, 2020
  19. Oct 26, 2020
  20. Oct 22, 2020
  21. Oct 12, 2020
  22. Oct 05, 2020
  23. Sep 30, 2020
  24. Aug 27, 2020
  25. Aug 25, 2020
  26. 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
  27. Jul 10, 2020
  28. Jul 06, 2020
  29. 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
  30. Jun 26, 2020
  31. Jun 23, 2020
  32. Jun 15, 2020
  33. May 22, 2020
  34. May 12, 2020
  35. May 07, 2020
  36. May 05, 2020
  37. Apr 24, 2020
Loading