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!
452 files
+ 9731
2917
Compare changes
  • Side-by-side
  • Inline
Files
452
  • * ee/master: (183 commits)
      Improve has_codeclimate_data? spec in the merge_request_spec.rb
      Refactor Elasticsearch checks to SystemCheck
      Refactor and move things around to improve in YAGNI perspective
      Fix BasicExecutor specs
      Changelog
      Fixed and improved some existing checks and SystemCheck library
      Fix codestyle
      Improve Specs and some fixes
      Add ActiveUsers Check
      Refactor gitlab:app:checks to use SystemCheck
      Added specs for BaseExecutor
      Added specs for SystemCheck and custom matcher
      Fix a few method signature checks
      Move rainbow monkey patch to String to spec_helper
      Some code-style fixes and documentation
      WIP SystemCheck library for executing checks from a rake task
      Persist Clone URL prefix in geo_nodes table to be used by the secondary
      Add small improvements to code climate ci docs
      Changelog
      Refactor codeclimate related code for build and pipeline
      ...
<script>
export default {
props: {
formState: {
type: Object,
required: true,
},
},
};
</script>
<template>
<fieldset class="checkbox">
<label for="issue-confidential">
<input
type="checkbox"
value="1"
id="issue-confidential"
v-model="formState.confidential" />
This issue is confidential and should only be visible to team members with at least Reporter access.
</label>
</fieldset>
</template>
Loading