Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
2018-10-04Merge branch 'fix-todo-cops' into 'master'Rémy Coutable
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-20Fix SpaceBeforeFirstArg copSemyon Pupkov
2018-09-15add status param to runners apiAlexis Reigel
2018-09-15add type param to runners apiAlexis Reigel
2018-09-14Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon
2018-09-12replace cond. assignment by default param valueAlexis Reigel
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-08-20dry up available scopes to constantsAlexis Reigel
2018-08-20add Ci::Runner.offline scope to APIAlexis Reigel
2018-07-11Add missing maximum_timeout parametergfyoung
2018-07-04Make deprecated scopes of Runner explicitKamil Trzciński
2018-06-26Remove the use of `is_shared` of `Ci::Runner`Kamil Trzciński
2018-05-31Improve Runners API validationsKamil Trzciński
2018-05-31Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński
2018-05-16Remove unnecessary runner.is_shared? checks in api because they are handled b...Dylan Griffith
2018-05-16Allow admin to assign shared runner to project through APIDylan Griffith
2018-05-16Change policy list_runner_jobs -> read_runnerDylan Griffith
2018-05-16Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith
2018-05-16Use can? policies for lib/api/runners.rbDylan Griffith
2018-05-16Allow group runners to be viewed/edited in APIDylan Griffith
2018-03-28Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin
2018-03-28Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin
2018-03-28Add support for job_upper_timeout in APITomasz Maczukin
2017-11-28Refactorize jobs finding logicTomasz Maczukin
2017-11-28Modify outputTomasz Maczukin
2017-11-28Allow filtering by 'status'Tomasz Maczukin
2017-11-28Add information about projectTomasz Maczukin
2017-11-28Add new API endpoint - list jobs of a specified runnerTomasz Maczukin
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-09-03Improve API arguments as StringShinya Maeda
2017-09-03Add API supportShinya Maeda
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-07-20Update grape gemDmitriy Zaporozhets
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-08Use UpdateRunnerService to update runner in API:Lin Jen-Shin
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-11-14Use #to_h to convert params to a hashRobert Schilling
2016-11-10Grapify runners APIRobert Schilling
2016-06-14Return the association and check it in controller instead:Lin Jen-Shin
2016-06-14Merge branch 'prefer-assign_to' into feature/runner-lock-on-projectLin Jen-Shin
2016-06-14Avoid enabling locked runners. Give 403 in this caseLin Jen-Shin
2016-06-14Give 409 Conflict whenever the runner was already enabledLin Jen-Shin