summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/upstream-9-2-security' into ↵master-security-updateDJ Mountney2017-06-082-6/+10
|\ | | | | | | master-security-update
| * Update rename_system_namespace_spec to new validations.upstream-9-2-securityBob Van Landuyt2017-06-081-5/+7
| |
| * Make the uploader use the updated folderBob Van Landuyt2017-06-081-1/+3
| |
| * Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-0855-66/+1252
| | | | | | | | | | | | | | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* | Merge branch 'upstream-9-2-security' into master-security-updateDJ Mountney2017-06-0837-35/+983
|\ \
| * | Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-0755-66/+1252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* | | Merge branch '25934-project-snippet-vis' into 'security-9-2'DJ Mountney2017-06-0813-18/+206
| | | | | | | | | | | | | | | | | | Fix visibility when referencing snippets See merge request !2101
* | | Merge branch 'dz-api-x-frame' into 'security-9-2'DJ Mountney2017-06-081-0/+1
| | | | | | | | | | | | | | | | | | Restrict API X-Frame-Options to same origin See merge request !2103
* | | Merge branch 'dz-restrict-autocomplete' into 'security-9-1'DJ Mountney2017-06-082-11/+21
| | | | | | | | | | | | | | | | | | Allow users autocomplete by author_id only for authenticated users See merge request !2100
* | | Merge branch 'cherry-pick-dc2ac993' into 'security-9-2'DJ Mountney2017-06-082-2/+41
| | | | | | | | | | | | | | | | | | Escapes html content before appending it to the DOM See merge request !2107
* | | Merge branch 'dm-diff-file-diffable' into 'master'Sean McGivern2017-06-088-66/+43
|\ \ \ | | | | | | | | | | | | | | | | Move diffable? method from Repository to Diff::File See merge request !11980
| * | | Move diffable? method from Repository to Diff::Filedm-diff-file-diffableDouwe Maan2017-06-088-79/+68
| | |/ | |/|
* | | Merge branch 'dm-highlight-diff-file-blob' into 'master'Sean McGivern2017-06-085-54/+54
|\ \ \ | | | | | | | | | | | | | | | | Use Diff::File blob methods from diff highlighter See merge request !11978
| * | | Use Diff::File blob methods from diff highlighterdm-highlight-diff-file-blobDouwe Maan2017-06-085-54/+54
| | | |
* | | | Merge branch 'docs/shared-runners' into 'master'Sean Packham2017-06-084-78/+136
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Runners docs Closes #18882 See merge request !11948
| * | | | Refactor Runners docsdocs/shared-runnersAchilleas Pipinellis2017-06-074-78/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update overall documentation - Update images - Add information about fair usage
* | | | | Merge branch 'docs/rm-protected-branches' into 'master'Sean Packham2017-06-082-0/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add docs for protected branches deletion feature Closes #32218 See merge request !11536
| * | | | | Add docs for protected branches deletion featuredocs/rm-protected-branchesAchilleas Pipinellis2017-05-192-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/32218
* | | | | | Merge branch 'docs/triggers' into 'master'Sean Packham2017-06-083-84/+77
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor CI triggers docs See merge request !12012
| * | | | | | Refactor CI triggers docsdocs/triggersAchilleas Pipinellis2017-06-083-84/+77
| | | | | | |
* | | | | | | Merge branch '33383_add_bulgarian_translation_of_cycle_analytics_page' into ↵Douwe Maan2017-06-085-1/+267
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add bulgarian translation of Cycle Analytics Page to I18N Closes #33383 See merge request !11958
| * | | | | | | added changelog for Bulgarian translations黄涛2017-06-071-0/+4
| | | | | | | |
| * | | | | | | add bulgarian translation of cycle analytics page to I18N黄涛2017-06-074-1/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #33383
* | | | | | | | Merge branch ↵Douwe Maan2017-06-085-0/+266
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '33334_add_portuguese_brazil_translation_of_cycle_analytics_page' into 'master' Add portuguese brazil translation of Cycle Analytics Page to I18N Closes #33334 See merge request !11920
| * | | | | | | Merge branch ↵黄涛2017-06-070-0/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '33334_add_portuguese_brazil_translation_of_cycle_analytics_page' of gitlab.com:htve/gitlab-ce into 33334_add_portuguese_brazil_translation_of_cycle_analytics_page
| | * | | | | | | Update i18n.rb styleHuang Tao2017-06-061-1/+1
| | | | | | | | |
| | * | | | | | | added changelog for Portuguese Brazil translations黄涛2017-06-061-0/+4
| | | | | | | | |
| | * | | | | | | add portuguese brazil translation of cycle analytics page黄涛2017-06-064-0/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #33334
| * | | | | | | | Update i18n.rb styleHuang Tao2017-06-071-1/+1
| | | | | | | | |
| * | | | | | | | added changelog for Portuguese Brazil translations黄涛2017-06-071-0/+4
| | | | | | | | |
| * | | | | | | | add portuguese brazil translation of cycle analytics page黄涛2017-06-074-0/+262
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Fix #33334
* | | | | | | | Merge branch 'allow-reporters-to-promote-group-labels' into 'master'Douwe Maan2017-06-084-7/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Allow group reporters to promote labels See merge request !12006
| * | | | | | | Allow group reporters to promote labelsallow-reporters-to-promote-group-labelsSean McGivern2017-06-084-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They can admin group labels anyway, we weren't checking the more specific permission.
* | | | | | | | Merge branch '32720-emoji-spacing' into 'master'Annabel Dunstone Gray2017-06-084-10/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32720 Create equal spacing between emoji buttons and remove unnecessary margin-bottom Closes #32720 See merge request !11889
| * | | | | | | | remove extra space on thumbs emoji buttons32720-emoji-spacingtauriedavis2017-06-071-0/+5
| | | | | | | | |
| * | | | | | | | 32720 Create equal padding for emoji on comments and emoji-blocktauriedavis2017-06-064-10/+18
| | | | | | | | |
* | | | | | | | | Merge branch 'sh-document-road-to-graphql' into 'master'Douwe Maan2017-06-081-0/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add text documenting that v5 of the API will be GraphQL See merge request !11998
| * | | | | | | | | Add text documenting that v5 of the API will be GraphQLsh-document-road-to-graphqlStan Hu2017-06-071-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | Merge branch 'zj-i18n-pipeline-schedules' into 'master'Douwe Maan2017-06-0822-160/+2423
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow translation of Pipeline Schedules See merge request !11974
| * | | | | | | | | | Regenerate po and js fileszj-i18n-pipeline-schedulesZ.J. van de Weg2017-06-0813-8/+3109
| | | | | | | | | | |
| * | | | | | | | | | Allow translation of Pipeline SchedulesZ.J. van de Weg2017-06-0822-2416/+536
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'remove-transition' into 'master'Annabel Dunstone Gray2017-06-081-1/+0
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary transition Closes #33431 See merge request !11985
| * | | | | | | | | | | Remove unnecessary transitionremove-transitionClement Ho2017-06-071-1/+0
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '33202-scrollbar-center' into 'master'Phil Hughes2017-06-082-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Jobs page scrollbar and centering" Closes #33202 See merge request !12000
| * | | | | | | | | | | Resolve "Jobs page scrollbar and centering"Filipa Lacerda2017-06-082-3/+3
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'blob-load-all-data' into 'master'Grzegorz Bizon2017-06-0810-13/+15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blob#load_all_data! doesn’t need an argument See merge request !11977
| * | | | | | | | | | | Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-0710-13/+15
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'clean-up-project-for-merge-conflicts' into 'master'Rémy Coutable2017-06-081-16/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up the Project model to reduce conflicts See merge request !11967
| * | | | | | | | | | | Split Project#reset_cache_and_import_attrs upYorick Peterse2017-06-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In EE we don't want to remove import data for mirrors. By moving this logic to a separate method we can simply re-define the method in EE using "prepend" and call "super" whenever necessary.
| * | | | | | | | | | | Re-order some methods in ProjectYorick Peterse2017-06-081-15/+16
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures the order of these methods is identical in CE and EE.