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
path: root/lib
AgeCommit message (Expand)Author
2017-06-02Increase diff limits to 100 KB for collapse and 200 KB overallSean McGivern
2017-06-01Merge branch 'bugfix/deploy_keys__can_push__usage_in_api' into 'master'Rémy Coutable
2017-06-01Merge branch 'fix_diff_line_comments' into 'master'Sean McGivern
2017-06-01Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez
2017-05-31Merge branch 'dm-gitmodules-parsing' into 'master'Grzegorz Bizon
2017-05-31Change no_limits to limitsDouwe Maan
2017-05-31Remove entry variableDouwe Maan
2017-05-31Fix: A diff comment on a change at last line of a file shows as two comments ...Valery Sizov
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
2017-05-31Merge branch 'tc-improve-project-api-perf' into 'master'Douwe Maan
2017-05-31Merge branch '33000-tag-list-in-project-create-api' into 'master'Rémy Coutable
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-31Merge branch '30892-add-api-support-for-pipeline-schedule' into 'master'Kamil Trzciński
2017-05-31Merge branch 'enable-gitaly-receive-pack' into 'master'Rémy Coutable
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
2017-05-31Add tag_list param to project apivanadium23
2017-05-31Fix Diff#too_large? and specsDouwe Maan
2017-05-31Allow PostReceivePack to be enabled with GitalyAlejandro Rodríguez
2017-05-31Return nil when looking up config for unknown LDAP providerDouwe Maan
2017-05-31Remove some deprecated methodsToon Claes
2017-05-31Make .gitmodules parsing more resilient to syntax errorsDouwe Maan
2017-05-30Add :owned param to ProjectFinderToon Claes
2017-05-30Use helper to construct Finder paramsToon Claes
2017-05-30Use ProjectFinder to filter the projectsToon Claes
2017-05-30Handle `membership` in ProjectFinderToon Claes
2017-05-30Build options hash after finding the list of projectsToon Claes
2017-05-30Move ProjectsFinder to `present_projects` for simplificationToon Claes
2017-05-30Copy `filter_projects` helper to V3Toon Claes
2017-05-30Fix Diff#to_hash and #init_from_hashDouwe Maan
2017-05-30Merge branch '30410-revert-9347-and-10079' into 'master'Douwe Maan
2017-05-30Use update_pipeline_scheduleShinya Maeda
2017-05-30Return 202 for destory. Remove []. Remove def pipeline_schedules from helper.Shinya Maeda
2017-05-30Improve API with optinal and default. Allow to use scope as a parameter.Shinya Maeda
2017-05-30Use PipelineScheduleDetailsShinya Maeda
2017-05-30Improve documentShinya Maeda
2017-05-30Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda
2017-05-30Expose last_pipeline only when detailed statusShinya Maeda
2017-05-30Dryup fetching pipeline_schedule with helperShinya Maeda
2017-05-30Switch to preload. Remove unncecessary associations.Shinya Maeda
2017-05-30Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic for...Shinya Maeda
2017-05-30includes last_pipelineShinya Maeda
2017-05-30zj keen eye2Shinya Maeda
2017-05-30avoids N + 1 queriesShinya Maeda
2017-05-30Define last_pipeline in PipelineScheduleEntityShinya Maeda
2017-05-30Move authenticate! to beforeShinya Maeda
2017-05-30Add own! method on PipleineScheduleShinya Maeda
2017-05-30Use CreatePipelineScheduleServiceShinya Maeda
2017-05-30Remove if from last_pipeline in entityShinya Maeda