Skip to content
Snippets Groups Projects

Add shared_runners_minutes_limit to groups and users API

Merged username-removed-423915 requested to merge add-api-shared_runners_minutes_limit into master
All threads resolved!
547 files
+ 7079
2992
Compare changes
  • Side-by-side
  • Inline
Files
547
  • * ee/master: (319 commits)
      Update kerberos.md to include a link to a Kerberos Explainer
      Fixed header being over issue boards in focus mode
      Use function to define data instead of an object
      Work around allow_any_instance_of/and_wrap_original limitation
      Simplify blank slate text for plan listing
      Create with_plan namespace scope
      Create a separate helper to check if we show particular tab on a search page
      Fix Elasticsearch search for wiki: guest should be able to search through wikis
      Use `bytesToMiB` to convert bytes into MB, add comments for array accessor
      Add `bytesToMiB` converter method
      Add changelog entry
      Add memory delta support
      Set EE_PACKAGE variable for triggers
      Disable Migration/UpdateColumnInBatches for old migrations
      New Migration/UpdateColumnInBatches cop
      Remove double `gitlab_usage_ping_worker` cron job
      Fix MergeRequestPresenter spec by stubbing source branch exists condition
      Fix Error 500 when viewing a merge request with a deleted source project
      Fix failing EE builds due to blacklisted Web connections
      Fix rubocop
      ...
/* global Api */
import Api from '../../api';
import FileTemplateSelector from '../file_template_selector';
Loading