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
2020-05-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-23Read pipelines from public projects though APIMarius Bobin
2019-04-15Forbid the use of `#reload` and prefer `#reset`Kamil Trzciński
2019-04-09Add new permission model `read-pipeline-variable`Agustin Henze
2019-01-31[master] Pipelines section is available to unauthorized usersKamil Trzciński
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2018-12-05Rename project's pipelines relationFrancisco Javier López
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
2018-11-13Authorize DestroyPipelineService against pipelineMatija Čupić
2018-11-12Destroy pipeline in serviceMatija Čupić
2018-11-12Implement MVC for Pipeline deletion APIMatija Čupić
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-04Add pipeline lists to GraphQLBob Van Landuyt
2018-06-01Review 1Jacopo
2018-06-01Rename variables_attributes => variables and adds spec for exclude/only optionJacopo
2018-06-01Adds variables to POST api/v4/projects/:id/pipelineJacopo
2018-04-27Add sha filter to list pipelinesJames Ramsay
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