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
2017-04-20Fix dropdown spec failure for merge when pipeline succeedsfix-dropdown-spec-failure-pipelineJose Ivan Vargas
2017-04-20Merge branch 'fix/29125' into 'master' Sean McGivern
Port of fix/29125-ee to CE Closes #29125 See merge request !10796
2017-04-20Merge branch 'plantuml-filter-after-highlight' into 'master' Sean McGivern
Fix PlantUML integration in GFM Closes #30557 See merge request !10651
2017-04-19Merge branch 'fix/orphan-notification-settings' into 'master'Yorick Peterse
Fix orphaned notification settings Closes #29688 See merge request !10763
2017-04-19Merge branch 'zj-api-fix-build-events' into 'master' Rémy Coutable
Api fix build events rename to Job events Closes #30412 See merge request !10586
2017-04-19Merge branch 'fix/project-visibility-setting' into 'master' Douwe Maan
Fix restricted visibility project setting Closes #30581 See merge request !10622
2017-04-19Merge branch '30457-expire-note-destroy' into 'master'Sean McGivern
Fix issue's note cache expiration after delete Closes #30457 See merge request !10461
2017-04-19Merge branch 'mr-widget-bug-fix' into 'master' Stan Hu
Fix the MR widget that merged any MR when choosing the option "Merge when pipeline succeeds" from the dropdown Closes #29568 See merge request !10611
2017-04-10Merge branch 'gitlab-ci-multi-runner-2284' into 'master' Rémy Coutable
Return an empty array when dependencies is an empty array Closes #30316 and gitlab-ci-multi-runner#2284 See merge request !10359
2017-04-07MR shortcuts counter for stableSam Rose
2017-04-07Merge branch 'sh-fix-ssh-keys-with-spaces' into 'master' Sean McGivern
Handle SSH keys that have multiple spaces between each marker See merge request !10466
2017-04-06Merge branch 'open-redirect-fix-continue-to' into 'security' Sean McGivern
Fix for open redirect vuln involving continue[to] params See merge request !2083
2017-04-06Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern
Fix for three open redirect vulns using redirect_to url_for(params.merge))) See merge request !2082
2017-04-06Merge branch 'path-disclosure-proj-import-export' into 'security' DJ Mountney
Fix for path disclosure in project import/export See merge request !2080
2017-04-05Merge branch '29364-private-projects-mr-fix' into 'security' Sean McGivern
Don’t show source project name when user does not have access See merge request !2081
2017-04-05Merge branch '30125-markdown-security' into 'security' Robert Speicher
Remove class from SanitizationFilter whitelist See merge request !2079
2017-04-05Merge branch '30284-fix-repo-clean-rules' into 'master' Robert Speicher
Don't clean up the gitlab-test-fork_bare repo Closes #30284 See merge request !10342
2017-04-04Merge branch ↵James Lopez
'29539-fix-pipelines-container-width-with-parallel-diff-for-9-0-stable-merge' into '9-0-stable' Reset container width when switching to pipelines MR tab -- `9-0-stable` merge edition See merge request !10424
2017-04-04Reset container width when switching to pipelines MR tabEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539 Conflicts: app/assets/javascripts/commit/pipelines/pipelines_table.js app/assets/javascripts/merge_request_tabs.js spec/javascripts/commit/pipelines/pipelines_spec.js
2017-04-04Fix bad merge of one of the spec filesDJ Mountney
2017-04-04Merge branch '29541-fix-github-importer-deleted-fork' into 'master'Robert Speicher
Fix GitHub importer for PRs of deleted forked repositories Closes #29541 See merge request !9992
2017-04-04Merge branch '29034-fix-github-importer' into 'master'Douwe Maan
Fix name colision when importing GitHub pull requests from forked repositories Closes #29034 See merge request !9719
2017-04-04Merge branch '30264-fix-vue-pagination' into 'master' Fatih Acet
Fixes method not replacing URL parameters correctly Closes #30264 See merge request !10351
2017-04-04Merge branch 'sh-fix-destroy-user-race' into 'master' Douwe Maan
Fix race condition where a namespace would be deleted before a project was deleted Closes #30334 and #30306 See merge request !10389
2017-04-03Merge branch 'issuable-sidebar-collapsed-labels-icon' into 'master' Filipa Lacerda
Fixed labels icon being hidden in collapsed issuable sidebar Closes #29751 See merge request !10107
2017-04-03Merge branch 'tc-api-remove-comments-endpoint' into 'master' Rémy Coutable
API: Make the /notes endpoint work with noteable iid instead of id Closes #29871 See merge request !10258
2017-04-03Merge branch 'fix/gb/environments-folders-route' into 'master' Kamil Trzciński
Fix environment folder route when special chars present Closes #29922 See merge request !10250
2017-04-03Merge branch ↵Yorick Peterse
'30098-banzai-filter-mergerequestreferencefilter-has-an-n-1-query-problem' into 'master' Resolve "Banzai::Filter::MergeRequestReferenceFilter has three N+1 query problems" Closes #30098 See merge request !10252
2017-04-03Merge branch '30289-allow-users-to-import-github-projects-to-subgroups' into ↵Robert Speicher
'master' Allow users to import GitHub projects to subgroups Closes #30289 and #30148 See merge request !10344
2017-04-03Merge branch ↵Rémy Coutable
'29874-support-wider-range-of-monitored-environments-with-prometheus' into 'master' Support wider range of monitored environments with Prometheus Closes #29874 See merge request !10159
2017-04-03Merge branch '26595-fix-issue-preselected-template' into 'master' Rémy Coutable
Fix linking to new issue with selected template Closes #26595 See merge request !10155
2017-04-03Merge branch 'optimistic-locking-ci-status-change' into 'master' Rémy Coutable
Make CI build to use optimistic locking only on status change Closes #29679 See merge request !10152
2017-03-29Merge branch 'jej-group-name-disclosure' into 'security' Sean McGivern
Prevent private group disclosure via parent_id See merge request !2077
2017-03-29Merge branch '29843-project-subgroup-transfer' into 'security' Rémy Coutable
Use full path for moving directories when changing namespace path See merge request !2078
2017-03-28Merge branch 'fix/gb/pipeline-retry-only-latest-jobs' into 'master' Kamil Trzciński
Do not retry jobs multiple times when retrying a pipeline Closes #30092 See merge request !10249
2017-03-24Merge branch 'better-priority-sorting' into 'master'Douwe Maan
Better priority sorting Closes #28754 See merge request !9938
2017-03-24Merge branch 'profile-project-pagination-json-fix' into 'master' Jacob Schatz
Fixed pagination in projects & snippets on user page Closes #29624 See merge request !10048
2017-03-24Merge branch 'filter-bar-fix-ie' into 'master' Filipa Lacerda
Fixed the filter bar not working in IE Closes #29742 See merge request !10149
2017-03-24Merge branch '22850-404-when-requesting-build-trace' into 'master' Kamil Trzciński
Resolve "404 when requesting build trace" Closes #22850 See merge request !9759
2017-03-24Merge branch 'fix-ci-api-regression-for-after-script' into 'master' Kamil Trzciński
Fix after_script processing for Runners APIv4 See merge request !10185
2017-03-21Merge branch 'tc-fix-project-create-500' into 'master'Douwe Maan
Fix for creating a project through API when import_url is nil Closes #29121 See merge request !9841
2017-03-21Merge branch '29583-routes-like-fix' into 'master' Sean McGivern
Escape route path for LIKE queries Closes #29583 See merge request !10117
2017-03-21Merge branch 'revert-37328406' into 'master' Rémy Coutable
Revert "Merge branch '29534-todos-performance' into 'master'" Closes #29758 See merge request !10116
2017-03-21Merge branch ↵Rémy Coutable
'29302-improve-the-prometheus-queries-for-multiple-container-environments' into 'master' Resolve "Fix the Prometheus queries for multiple container environments" Closes #29302 See merge request !9949
2017-03-21Merge branch 'sh-fix-issue-29739' into 'master' Sean McGivern
Fix Error 500 when Bitbucket importer does not have authorization Closes #29739 See merge request !10105
2017-03-21Merge branch 'gitaly-install-rake' into 'master'Robert Speicher
Docs and scripts to install Gitaly from source Closes gitaly#136 and #28446 See merge request !9941
2017-03-21Merge branch 'source-branch-toggle-text' into 'master' Filipa Lacerda
Fixed source branch name not being in new merge request dropdown toggle Closes #29660 See merge request !10080
2017-03-21Merge branch 'api-project-issues-404' into 'master' Sean McGivern
Return 404 in project issues API endpoint when project cannot be found Closes #29631 See merge request !10093
2017-03-21Merge branch 'create-branch-service-create-file' into 'master' Sean McGivern
Fix CreateBranchService after Repository#commit_file was renamed to create_file Closes #29687 See merge request !10081
2017-03-21Merge branch 'dz-hide-share-group-ancestors' into 'master' Douwe Maan
Hide ancestor groups in the share group dropdown list Closes #29311 See merge request !9965