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/spec
AgeCommit message (Collapse)Author
2016-05-21Merge branch 'zj-gitignore-dropdown'Douwe Maan
2016-05-21Merge branch 'rm-source-branch' into 'master' Douwe Maan
Allows MR authors to have the source branch removed when merging the MR closes #13191 The location of the checkbox might not be optimal so any feedback is welcome. Any other feedback too obviously. Screenshot: ![Screenshot_2016-02-17_21.25.24](/uploads/a9c3eaafb39c6f5b4f0949a2278af6da/Screenshot_2016-02-17_21.25.24.png) See merge request !2801
2016-05-21Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan
# Conflicts: # app/services/system_note_service.rb
2016-05-21Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master' Douwe Maan
Implement special GitLab markdown reference for milestones https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3453 by @eReGeBe, with two additions: - Move changelog item to 8.8 - Fix cross-project milestone ref with invalid project, like https://gitlab.com/gitlab-org/gitlab-ce/commit/f7348cd348ad8f4a18d74dd668283a4e236f5790 did for labels Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13829 See merge request !3897
2016-05-21Merge branch 'issue_9013' into 'master' Douwe Maan
Let users set notification levels in projects which they are not members Fixes #9013 See merge request !3986
2016-05-20Dropdown implementationAlfredo Sumaran
2016-05-20Update API and fetching taskZeger-Jan van de Weg
2016-05-20Dropdown implementationAlfredo Sumaran
2016-05-20Backend for a gitignores dropdownZeger-Jan van de Weg
2016-05-20Merge branch 'issue-17537-fix' into 'master' Douwe Maan
Fix Error 500 when attempting to retrieve project license when HEAD points to non-existent ref Closes #17537 See merge request !4151
2016-05-20Merge branch 'rs-issue-3055' into 'master' Douwe Maan
Use extended regexp flag for `git grep`-ing files Closes #3055 See merge request !4203
2016-05-20Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs
2016-05-20Use the right default notification settings for non membersFelipe Artur
2016-05-20Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher
Add config for CI Runner that prevents it from picking untagged jobs Closes #3456 See merge request !4039
2016-05-20Merge branch 'fix-ci-commit-creation' into 'master' Rémy Coutable
Fix creation of Ci::Commit object which can lead to pending, failed in some scenarios ## What does this MR do? If we use a new `project.ci_commits` it will add it to array, and some other services which can do a save on a project can lead to a scenario when `ci_commit` will be saved, where it should not be. ## What are the relevant issue numbers? https://gitlab.com/gitlab-com/support-forum/issues/717 https://gitlab.com/gitlab-com/support-forum/issues/715 https://gitlab.com/gitlab-org/gitlab-ce/issues/17596 https://gitlab.com/gitlab-com/support-forum/issues/714 https://gitlab.com/gitlab-org/gitlab-ce/issues/13402 cc @rymai See merge request !4214
2016-05-20Merge branch 'create-todo-on-failing-build' into 'master' Douwe Maan
Create a todo on failing MR build Implements #14067. I worked on this with @DouweM (any mistakes are mine). When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit. - I haven't tested this with a working CI setup, just with the unit tests below and by modifying my DB directly. See merge request !3177
2016-05-20Merge branch '17464-backport-email-syntax-highlighting' into 'master' Douwe Maan
Syntax-highlight diffs in push emails ![image](/uploads/8ecbabc65382214b8de63aae24f66cea/image.png) Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 See merge request !4147
2016-05-19Fix creation of Ci::Commit object which can lead to pending, failed in some ↵Kamil Trzcinski
scenarios
2016-05-19Merge branch 'with-pipeline-view' into 'master' Douwe Maan
Add pipeline view This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3653 cc @DouweM @grzesiek Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17551 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15625 See merge request !3703
2016-05-19Minor runner-related code refactoringsGrzegorz Bizon
2016-05-19Set run untagged option when registering a runnerGrzegorz Bizon
2016-05-19Refactor CI API specs for creating runnerGrzegorz Bizon
2016-05-19Extend runner options that are configurable via APIGrzegorz Bizon
2016-05-19Add method that check if build has tagsGrzegorz Bizon
2016-05-19Extend CI runners specsGrzegorz Bizon
2016-05-19Update specs to be valid only for tagged runnerGrzegorz Bizon
2016-05-19Add CI API tests for runner config and untagged jobsGrzegorz Bizon
2016-05-19Disallow runner to pick untagged build if configuredGrzegorz Bizon
2016-05-19Extend runner config options for untagged jobsGrzegorz Bizon
2016-05-19Merge branch 'project-variables-ui' into 'master' Jacob Schatz
Project variables UI ![Screen_Shot_2016-04-27_at_09.01.23](/uploads/cb9b1ac42aa734cfd3271c03dfaccc12/Screen_Shot_2016-04-27_at_09.01.23.png) ![Screen_Shot_2016-04-27_at_09.01.29](/uploads/4f317014d60f205a0e29497ad20f8a2e/Screen_Shot_2016-04-27_at_09.01.29.png) Closes #14091 See merge request !3942
2016-05-19Merge branch 'migration-helpers' into 'master' Robert Speicher
Added helper methods for database migrations These helpers can ultimately be used to write migrations that don't require downtime. See #15464 for more information. See merge request !3860
2016-05-19Merge branch 'mooreniemi/gitlab-ce-issue_15236' into 'master' Robert Speicher
Changing the confidentiality of an issue now creates a new system note Closes #15236. See merge request !4189
2016-05-19Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable
eReGeBe/gitlab-ce-feature/milestone-md Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-19Merge branch 'issue_17560' into 'master' Robert Speicher
Mask credentials from URL when the import of project has failed. REF: #17560 See merge request !4185
2016-05-19Mask credentials from URL when import of project has failed.Rubén Dávila
2016-05-19Move #create_confidentiality_note to Issues::UpdateServiceRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-19Use extended regexp flag for `git grep`-ing filesRobert Speicher
Closes #3055
2016-05-18Merge branch 'docker-registry-view' into 'master' Kamil Trzciński
Add container registry support Tasks: - [x] Merge docker/distribution authentication service: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3787 - [x] Implement Docker Registry API - [x] Show a list of docker images in GitLab - [x] Remove registry repository on project deletion - [x] Support project rename, move and namespace rename - [x] Use token when connecting the registry - [x] Allow to delete images from GitLab - [x] Support pushing from GitLab CI (gitlab-ci-token / $CI_BUILD_TOKEN) - [x] Support GitLab Runner pulling for public repositories - [ ] Support GitLab Runner pulling for private repositories - [x] Add tests for Docker Registry API - [x] Add tests for a views - [x] Make texts nicer - [x] Implement a backup support - [ ] Create administration documentation https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4141 - [ ] Create user documentation See merge request !4040
2016-05-18Use pipelines.errors when communicating the errorKamil Trzcinski
2016-05-18Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2016-05-18Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-18Create DiffFilter and change SystemNoteService#change_title to use ↵Adam Butler
Gitlab::Diff::InlineDiff
2016-05-18Improve issue formatting in Slack serviceJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2016-05-18Changing the confidentiality of an issue now creates a new system noteAlex Moore-Niemi
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-18Merge branch 'issue_17302' into 'master' Rémy Coutable
Fix api leaking notes when user is not authorized to read noteable fixes #17302 See merge request !4102
2016-05-18Update documentationFelipe Artur
2016-05-18Improve documentation and add changelogFelipe Artur
2016-05-18Let users set notification levels in projects which they are not membersFelipe Artur
2016-05-17Provide full test coverage to lib/container_registry API implementationKamil Trzcinski
2016-05-17Add .gitkeepKamil Trzcinski