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
2019-03-06Use encrypted runner tokensKamil Trzciński
2019-02-26Remove N+1 query for tags in /admin/runners pageStan Hu
2019-01-04Take contacted_at value from the DB when it is about to be displayed in the W...Alexander Kutelev
2018-12-19Rename GroupHierarchy into ObjectHierarchyJarka Košanová
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-05Add custom validation message for chronic duration attributeGrzegorz Bizon
2018-12-03Migrate runners token first before fully switchingGrzegorz Bizon
2018-11-20Encrypt runners communication token in the databaseGrzegorz Bizon
2018-09-26Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński
2018-09-17Added FromUnion to easily select from a UNIONYorick Peterse
2018-09-15add type param to runners apiAlexis Reigel
2018-09-14Cleaned up CI runner administration codeYorick Peterse
2018-09-13add a comment to the usage of a anti-pattern queryAlexis Reigel
2018-08-20dry up available scopes to constantsAlexis Reigel
2018-08-20add offline scope to Ci::RunnerAlexis Reigel
2018-08-03Enable frozen string for app/models/**/*.rbgfyoung
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-06-05Do not validate cached dataKamil Trzciński
2018-05-31Run `Ci::Runner#assign_to` in transactionKamil Trzciński
2018-05-31Add `Ci::Runner` inverse_of'sKamil Trzciński
2018-05-31Fix static analysisKamil Trzciński
2018-05-31Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński
2018-05-31Make Ci::Runner#assign_to keep returning RunnerProjectDylan Griffith
2018-05-31Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński
2018-05-31Improve runner_type validations for Ci::RunnerDylan Griffith
2018-05-21Merge branch '46082-runner-contacted_at-is-not-always-a-time-type' into 'master'Kamil Trzciński
2018-05-16Allow group runners to be viewed/edited in APIDylan Griffith
2018-05-15Dynamically cast value from cacheMatija Čupić
2018-05-10Ensure Ci::Runner#assign_to errors for group runnersDylan Griffith
2018-05-10Ensure runner_type is updated correctly when assigning shared runner to projectDylan Griffith
2018-05-10Merge branch 'master' into 46082-runner-contacted_at-is-not-always-a-time-typeMatija Čupić
2018-05-09Add validation Ci::Runner runner_type must be presentDylan Griffith
2018-05-08Move Runner#contacted_at to RedisCacheable#cached_attr_time_readerMatija Čupić
2018-05-03Dont remove duplicates in Runner.owned_or_shared since its not necessaryDylan Griffith
2018-05-03Remove Runner#belonging_to_any_project since this is no longer neededDylan Griffith
2018-05-02Rename RunnerGroup -> RunnerNamespaceDylan Griffith
2018-05-02Rename Runner#invalidate_build_cache -> Runner#pick_buildDylan Griffith
2018-04-30Start persisting runner_type when creating runnersDylan Griffith
2018-04-30Rename Runner#group? -> #assigned_to_group? and Runner#project? -> #assigned_...Dylan Griffith
2018-04-30Revert fair scheduling for all buildsDylan Griffith
2018-04-27Rename `runner.belonging_to_group(project.id) -> runner.belonging_to_parent_g...Dylan Griffith
2018-04-23extract method to adhere to "tell, don't ask"Alexis Reigel
2018-04-23use more efficient AR length check methodsAlexis Reigel
2018-04-23restrict projects ci controller to project runnersAlexis Reigel
2018-04-23simplify runner selectionAlexis Reigel
2018-04-23ci runners: assigned to either projects or groupAlexis Reigel
2018-04-23support group hierarchies for group runnersAlexis Reigel
2018-04-23use .owned_or_shared for #assignable_for?Alexis Reigel
2018-04-23don't filter group runners by project flagAlexis Reigel