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
2017-05-30Add space between curly bracketsShinya Maeda
2017-05-30Use attributes_forShinya Maeda
2017-05-30Use 'set' to top-level variables. Remove repository.Shinya Maeda
2017-05-30Add validation specShinya Maeda
2017-05-30Change status number to ailiasShinya Maeda
2017-05-30Add API support for pipeline scheduleShinya Maeda
2017-05-29Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan
2017-05-29Improve pipelines API specs related to special parametersGrzegorz Bizon
2017-05-29Simplify pipeline spec by using order instead of sort_byStan Hu
2017-05-29Fix failing spec in spec/requests/api/pipelines_spec.rbStan Hu
2017-05-26Merge branch 'master' into '24196-protected-variables'Lin Jen-Shin (godfat)
2017-05-26Use be_truthy and add back missing linkLin Jen-Shin
2017-05-25API and doc for protected variablesLin Jen-Shin
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
2017-05-23Extend spec tests for deploy_key can_pushRichard Clamp
2017-05-18Prevent errors from non-functional notify_post_receive endpointAlejandro Rodríguez
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-16Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
2017-05-15Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan
2017-05-15Rename `build_events` to `job_events` in codeBob Van Landuyt
2017-05-13Update SystemHooks API to expose and handle new repository_update_eventsGabriel Mazetto
2017-05-11fix for Follow-up from "Backport of Multiple Assignees featureValery Sizov
2017-05-11Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-10Use relative paths for group/project/user avatarsblackst0ne
2017-05-08Add confirm delete protected branch modalSam Rose
2017-05-07Store retried in database for CI buildsKamil Trzcinski
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński
2017-05-06Merge branch '29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-g...Sean McGivern
2017-05-05Multiple issue assignee: CE restriction for multiple assigneesValery Sizov
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov
2017-05-05Merge commit '3a2b60f7' from 'master'Grzegorz Bizon
2017-05-04[Multiple issue assignee]: reslving some conflictsValery Sizov
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-04Merge branch '31544-size-of-project-from-api' into 'master' Rémy Coutable
2017-05-03Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez
2017-05-03Merge branch '28408-feature-proposal-include-search-options-to-pipelines-api'...Robert Speicher
2017-05-03Expose project statistics on single requests via the APIMark Fletcher
2017-05-03Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon
2017-05-03Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan
2017-05-02Correct typo in pipelines_spec.rbShinya Maeda
2017-05-02Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda
2017-05-02Improve api/pipelines_spec.rbShinya Maeda
2017-05-02Remove unnecessary hashShinya Maeda
2017-05-02Separate parameters from literal url stringShinya Maeda
2017-05-02Use order instead of reorder. Improve tests.Shinya Maeda
2017-05-02Ci::Pipeline to project.pipelinesShinya Maeda
2017-05-02'to be > 0' to 'not_to be_empty'. 'to eq(0)' to 'to be_empty'Shinya Maeda
2017-05-02Finish pipelines_specShinya Maeda
2017-05-02Unveil iterationShinya Maeda