summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix a number of race conditions that can occur during namespace deletionsh-namespace-cleanup-deleted-projectsStan Hu2017-02-154-6/+31
| | | | | | | | | | | | | | | | | | There are two problems in the current implementation: 1. If a project is marked for deletion via the `pending_delete` flag and then the namespace was quickly deleted, it's possible that the namespace skips over that project and leaves that project in an orphaned state. 2. Before namespace deletion, the namespace attempts to clean up all the relevant storage paths. However, if all projects have been removed synchronously, then the namespace will not be able to clean anything. To prevent this, we should load the paths to be deleted before actually destroying projects. The specs were missing this second case due to a permission issue that caused project removal never to happen.
* Merge branch 'beautiful-karma-output' into 'master' Alfredo Sumaran2017-02-164-94/+107
|\ | | | | | | | | Make Karma output look nicer for CI See merge request !9165
| * Make Karma output look nicer for CI (!9165)winniehell2017-02-154-94/+107
| |
* | Merge branch 'pedro-issue-terminology' into 'master' Allison Whilden2017-02-155-36/+22
|\ \ | | | | | | | | | | | | Clean up terms used for issues. Use New instead of Add. See merge request !9281
| * | Clean up terms used for issues. Use New instead of Add.pedro-issue-terminologyPedro Moreira da Silva2017-02-155-36/+22
| | |
* | | Merge branch '27959-style-note-links' into 'master' Alfredo Sumaran2017-02-153-11/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | style links on system notes to look clickable Closes #27959 See merge request !9251
| * | allow clicking on text or icon to trigger expandSimon Knox2017-02-151-1/+1
| | |
| * | style links on system notes to look clickableSimon Knox2017-02-153-10/+3
|/ /
* | Merge branch 'docs/broken-links' into 'master' Achilleas Pipinellis2017-02-1543-114/+169
|\ \ | | | | | | | | | | | | Fix most of broken docs links See merge request !9275
| * | Fix most of broken docs linksAchilleas Pipinellis2017-02-1543-114/+169
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'markdown-slash-commands-text' into 'master' Annabel Dunstone Gray2017-02-152-3/+2
|\ \ \ | | | | | | | | | | | | | | | | Change wording of MR comment box See merge request !9193
| * | | Change wording of MR comment boxmarkdown-slash-commands-textAnnabel Dunstone Gray2017-02-132-3/+2
| | | |
* | | | Merge branch 'move_tags_service_to_namespace' into 'master'Rémy Coutable2017-02-159-78/+86
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Move tag services to `Tags` namespace See merge request !9231
| * | | | Move tag services to `Tags` namespacedixpac2017-02-149-78/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CreateTagService and DeleteTagService where in root namespace, by following service code organization I moved them in Tags::CreateService and Tags::DestroyService
* | | | | Merge branch 'fix-rubocop-master' into 'master' Alfredo Sumaran2017-02-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Rubocop offense See merge request !9274
| * | | | | Fix Rubocop offenseAlfredo Sumaran2017-02-151-1/+1
| | | | | |
* | | | | | Merge branch '27922-cmd-click-todo-doesn-t-work' into 'master' Alfredo Sumaran2017-02-155-18/+112
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regression where cmd-click stopped working for todos and merge request tabs Closes #27922 See merge request !9115
| * | | | | Fix regression where cmd-click stopped working for todos and merge request tabs27922-cmd-click-todo-doesn-t-workClement Ho2017-02-155-18/+112
| | | | | |
* | | | | | Merge branch 'alphabetically_sort_tags_on_runner_list' into 'master' Rémy Coutable2017-02-155-4/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve 'Alphabetically sort tags on runner list' Closes #27409 See merge request !8922
| * | | | | | Alphabetically sort tags on runner listblackst0ne2017-02-155-4/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'zj-remove-deprecated-ci-service' into 'master' Douwe Maan2017-02-155-11/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated CI service Closes #28094 See merge request !9221
| * \ \ \ \ \ Merge branch 'master' into 'zj-remove-deprecated-ci-service'zj-remove-deprecated-ci-serviceDouwe Maan2017-02-15199-2781/+6720
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | | | | Remove deprecated CI serviceZ.J. van de Weg2017-02-145-10/+21
| | | | | | | |
* | | | | | | | Merge branch '26651-cannot-move-project-into-group' into 'master' 27950-ci-status-checkRémy Coutable2017-02-152-1/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify that only project owners can transfer a project Closes #26651 See merge request !9262
| * | | | | | | | Specify that only project owners can transfer a projectMark Fletcher2017-02-152-1/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | [skip ci]
* | | | | | | | Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable2017-02-156-26/+74
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing api entities Closes #23895 See merge request !7138
| * | | | | | | | entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-146-26/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #23895.
* | | | | | | | | Merge branch 'fix-production-assets' into 'master' Alfredo Sumaran2017-02-151-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only load istanbul plugin in development mode See merge request !9261
| * | | | | | | | | only load istanbul plugin in development modeMike Greiling2017-02-151-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'no-more-moment' into 'master' Alfredo Sumaran2017-02-155-5/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop Pikaday using moment See merge request !9244
| * | | | | | | | | | Stop Pikaday using momentno-more-momentPhil Hughes2017-02-145-5/+10
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fix/gb/notification-settings-when-no-repository' into 'master' Douwe Maan2017-02-153-4/+48
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show notifications settings even when repository feature is disabled See merge request !9180
| * | | | | | | | | | Add Changelog entry for notifications buttons fixfix/gb/notification-settings-when-no-repositoryGrzegorz Bizon2017-02-131-0/+4
| | | | | | | | | | |
| * | | | | | | | | | Improve home panel partial code and view specsGrzegorz Bizon2017-02-132-7/+7
| | | | | | | | | | |
| * | | | | | | | | | Show notifications settings when repository is disabledGrzegorz Bizon2017-02-132-1/+41
| | | | | | | | | | |
* | | | | | | | | | | Remove changelog entries for 8.16.5 releaseRobert Speicher2017-02-154-16/+0
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'fix-github-import-MR-wrong-project' into 'security' Robert Speicher2017-02-152-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix labels being applied to wrong merge requests on GitHub import See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2064
* | | | | | | | | | | Merge branch 'svg-xss-fix' into 'security' Robert Speicher2017-02-155-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for XSS vulnerability in SVG attachments See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2059
* | | | | | | | | | | Merge branch 'fix-rdoc-xss' into 'security' Robert Speicher2017-02-153-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix XSS in rdoc and other markups See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2058
* | | | | | | | | | | Merge branch 'asciidoctor-xss-patch' into 'security' Robert Speicher2017-02-153-0/+30
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sanitization filter to asciidocs output to prevent XSS See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2057
* | | | | | | | | | Merge branch '28229-pipelines-loading-icon' into 'master' Annabel Dunstone Gray2017-02-152-2/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Centers loading icon vertically and horizontally in pipelines table in commit view Closes #28229 See merge request !9256
| * | | | | | | | | Centers loading icon vertically and horizontally in pipelines table in ↵28229-pipelines-loading-iconFilipa Lacerda2017-02-152-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit view
* | | | | | | | | | Merge branch 'create-new-project-ui-fix' into 'master' Dmitriy Zaporozhets2017-02-153-9/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Layout alignment fix in new project and edit project screen See merge request !9201
| * | | | | | | | | | Layout alignment fix in new project and edit project screenPratik Borsadiya2017-02-133-9/+5
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'issue_25112' into 'master' Sean McGivern2017-02-153-1/+20
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable invalid service templates Closes #25112 See merge request !8850
| * | | | | | | | | | Disable invalid service templatesissue_25112Felipe Artur2017-02-143-1/+20
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'docs/builds-to-jobs-massacre' into 'master' Achilleas Pipinellis2017-02-1563-773/+789
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename builds to jobs in docs See merge request !9204
| * | | | | | | | | | Rename builds to jobs in docsAchilleas Pipinellis2017-02-1563-773/+789
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | Merge branch '27925-fix-mr-stray-pipelines-api-request' into 'master' Filipa Lacerda2017-02-156-8/+25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stray pipelines API request when showing MR Closes #27925 See merge request !9213
| * | | | | | | | | | | Fix stray pipelines API request when showing MR27925-fix-mr-stray-pipelines-api-requestEric Eastwood2017-02-146-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27925