An error occurred fetching the project authors.
  1. 10 Mar, 2021 1 commit
  2. 03 Mar, 2021 1 commit
  3. 02 Mar, 2021 3 commits
  4. 01 Mar, 2021 1 commit
  5. 17 Feb, 2021 1 commit
  6. 11 Feb, 2021 2 commits
  7. 09 Feb, 2021 1 commit
    • Eugenia Grieff's avatar
      Add application limit for notes creation · 6326e904
      Eugenia Grieff authored
      - Add creation limit to notes controller
      - Add creation limit to notes API endpoint
      - Add new column to application settings
      - Add new settings to Network template
      - Add specs
      
      Add rate limit to GraphQL endpoint
      6326e904
  8. 03 Feb, 2021 1 commit
    • Tan Le's avatar
      Rename asset_proxy_whitelist application setting · 9de57bea
      Tan Le authored
      We would like to use a more neutral tone when specifying a list of
      allowed asset proxies. This change renames the `asset_proxy_whitelist`
      column in `application_settings` table to `asset_proxy_allowlist`.
      
      The ApplicationSettings API is still backward-compatible with the old
      field.
      9de57bea
  9. 12 Jan, 2021 1 commit
  10. 11 Jan, 2021 1 commit
  11. 01 Jan, 2021 1 commit
    • Sean McGivern's avatar
      Allow custom rate limiting response text · 9feede8d
      Sean McGivern authored
      When a request exceeds a rate limit configured in the admin panel, we
      default to returning a 429 response with a plain-text body of 'Retry
      later'. This change allows the response body to be customised - although
      it must still be plain text - which allows, for example, GitLab.com to
      provide a link to GitLab.com-specific rate limiting documentation.
      9feede8d
  12. 15 Dec, 2020 1 commit
  13. 07 Dec, 2020 1 commit
  14. 25 Nov, 2020 2 commits
  15. 16 Nov, 2020 1 commit
    • Serena Fang's avatar
      Admin approval on signup default true · be5e72dd
      Serena Fang authored
      Rebase with master
      
      Add changelog entry
      
      Change column default from false to true
      
      Add stub require admin approval false
      
      Stub setting before all
      
      Test new context
      
      Not ready for review just saving
      
      Remove extra spaces
      
      Stub application setting in the right place
      
      Add new spec for admin approval true
      
      Add specs for require admin approval true
      
      Not quite ready for review, will rearrange tests
      
      Stub application setting
      
      Change some specs
      
      Reword some spcs
      
      Remove extra new user signups cap
      
      Rerun db migrate
      
      Change settings spec
      
      Use with lock retries
      
      Remove extra new line
      
      Rearrange db structure
      
      Readd deleted migration
      
      Remove with lock retries
      be5e72dd
  16. 10 Nov, 2020 1 commit
  17. 29 Oct, 2020 1 commit
  18. 26 Oct, 2020 1 commit
    • David Fernandez's avatar
      Throttle the cleanup policies execution · 0b4849db
      David Fernandez authored
      By using a limited capacity worker and dedicated database column on
      container repositories to mark them as:
      
      * cleanup_scheduled: waiting for a worker pickup (happens after a
      cleanup policy execution)
      * cleanup_ongoing: worker cleaning up this repository
      * cleanup_unfinished: worker cleaned part of the repository but had to
      stop
      * cleanup_unscheduled: nothing to do
      0b4849db
  19. 15 Oct, 2020 1 commit
  20. 05 Oct, 2020 1 commit
  21. 16 Sep, 2020 1 commit
  22. 09 Sep, 2020 1 commit
  23. 02 Sep, 2020 1 commit
  24. 21 Aug, 2020 1 commit
    • Magdalena Frankiewicz's avatar
      Move Analytics to Admin panel · 92e75774
      Magdalena Frankiewicz authored
      Remove analytics icon from top nav bar
      Move Cohorts and DevOps Score pages to Admin panel
      under Analytics submenu
      Keep old paths but redirect to new pages under /admin
      Make sure that Cohorts and DevOps Score are
      visible only to Admin, remove a toggle that
      was enabling instance statistics to be seen
      by not admin user
      Ignore instance_statistics_visibility_private
      column as the first step to drop it,
      remove obsolete condition from global policy
      and ignored application setting
      92e75774
  25. 04 Aug, 2020 3 commits
  26. 31 Jul, 2020 1 commit
    • Tyler Amos's avatar
      Place application settings in alphabetical order · 5d6df67b
      Tyler Amos authored
      Puts application settings in alphabetical order for defaults and api
      documentation. These were mostly in order already but this fixes the
      exceptions.
      
      Sorted using VSCode's "Sort Lines Ascending" command palette feature.
      5d6df67b
  27. 21 Jul, 2020 1 commit
    • John Cai's avatar
      Coerce repository_storages_weighted, removes repository_storages · 86a500c4
      John Cai authored
      When modifying repository_storages_weighted through the api, the value
      gets passed as a string, so we need to coerce it into an integer.
      repository_storages is also a deprecated field, so this MR also removes
      repository_storages and makes repository_storages_weighted a visible
      field.
      86a500c4
  28. 17 Jul, 2020 1 commit
    • Markus Koller's avatar
      Add limit for wiki page content size · 1b181612
      Markus Koller authored
      This adds a new validation to restrict the maximum size of a wiki page,
      which is only enforced when the content is updated, and only when using
      the GitLab UI or API (not for Git pushes yet).
      
      The default limit is 50MB, and can be changed through the Rails console
      or the API.
      1b181612
  29. 07 Jul, 2020 1 commit
  30. 01 Jul, 2020 1 commit
  31. 19 Jun, 2020 1 commit
  32. 15 Jun, 2020 1 commit
    • John Cai's avatar
      Pick repository storage based on weight · fce36270
      John Cai authored
      Modify the logic for picking a new repository storage to use the
      weighted values in repository_storages_weighted instead of the array in
      repository_storages.
      fce36270
  33. 09 Jun, 2020 1 commit
  34. 25 May, 2020 1 commit
    • John Cai's avatar
      Add repository_storages_weighted field and validation · ead2a36c
      John Cai authored
      Add repository_storages_weighted field to the ApplicationSetting model.
      repository_storages_weighted is like repository_storages, except it
      allows a value per storage that will be used to store a weight from 0 to
      100.
      ead2a36c