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-02-01Track and act upon the number of executed queriesYorick Peterse
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-08-31API: Use defined project requirementsRobert Schilling
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-02Improve documentationShinya Maeda
2017-05-02Add constant as ALLOWED_INDEXED_COLUMNSShinya Maeda
2017-05-02Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda
2017-05-02Revert "Use JSON type for sorting parameter (halfway)"Shinya Maeda
2017-05-02Use JSON type for sorting parameter (halfway)Shinya Maeda
2017-05-02No need to support sha for sortingShinya Maeda
2017-05-02Reduce playable columns for sortingShinya Maeda
2017-05-02Add name(User)Shinya Maeda
2017-05-02Fix how to use PipelinesFinderShinya Maeda
2017-05-02%[] to %w[]Shinya Maeda
2017-05-02%w() to %[]Shinya Maeda
2017-05-02Fix rubocop offences and rspec failuresShinya Maeda
2017-05-02Add specs. Plus, minor fixes.Shinya Maeda
2017-05-02Fixed those points.Shinya Maeda
2017-05-02- Add new parameters for Pipeline APIShinya Maeda
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-03Expose pipelines as PipelineBasic `projects/:id/pipelines`Toon Claes
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-20fixed specs + docsdimitrieh
2016-11-22Merge branch '23532-define-common-helper-for-describe-pagination-params-in-ap...Rémy Coutable
2016-11-22Define common helper for describe pagination params in apiSemyon Pupkov
2016-11-19Add api endpoint for creating a pipelineIdo Leibovich
2016-09-07Use PipelinesFinder in Pipelines APIZ.J. van de Weg
2016-08-18Add endpoints for pipelinesZ.J. van de Weg