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 (Collapse)Author
2017-04-06Make webpack host configurableconfigure-webpack-hostLin Jen-Shin
2017-04-06Merge remote-tracking branch 'dev/master'DJ Mountney
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-06Merge branch '29364-private-projects-mr-fix'Sean McGivern
Don’t show source project name when user does not have access See merge request !2081
2017-04-06Merge branch '30125-markdown-security'Robert Speicher
Remove class from SanitizationFilter whitelist See merge request !2079
2017-04-06Merge branch 'issue-title-vue-2' into 'master' Jacob Schatz
Issue title realtime Closes #25051 See merge request !10115
2017-04-06Issue title realtimeRegis Boudinot
2017-04-06Update CHANGELOG.md for 8.16.9DJ Mountney
[ci skip]
2017-04-06Update CHANGELOG.md for 8.17.5DJ Mountney
[ci skip]
2017-04-06Update CHANGELOG.md for 9.0.4DJ Mountney
[ci skip]
2017-04-06Merge branch 'gitaly-prevent-autoload' into 'master' Rémy Coutable
Deal with Rails autoload instance variable resets See merge request !10338
2017-04-06Merge branch 'tc-fix-unplayable-build-action-404' into 'master' Kamil Trzciński
Disable pipeline & environment actions that are not playable Closes #25385 and #24601 See merge request !10052
2017-04-06Merge branch 'docs/ci-index-page' into 'master' Achilleas Pipinellis
Refactor CI index page Closes #29217 See merge request !9861
2017-04-06Merge branch '30195-document-search-param-on-api' into 'master' Sean McGivern
Add "search" optional param and docs for V4 Closes #30195 See merge request !10358
2017-04-06Merge branch 'workhorse-1.4.3' into 'master' Sean McGivern
Workhorse 1.4.3 Closes gitaly#167 and gitaly#177 See merge request !10479
2017-04-06Merge branch 'convert-poll-interval-to-string' into 'master' Sean McGivern
Convert value to string before setting Poll-Interval header See merge request !10477
2017-04-05Merge branch 'dz-fix-group-move' into 'master' Douwe Maan
Fix subgroup repository disappearance if group was moved Closes #30261 See merge request !10414
2017-04-05Merge branch 'gitaly-refs' into 'master'Robert Speicher
Implement Gitaly refs client See merge request !9291
2017-04-05Add "search" optional param and docs for V4Oswaldo Ferreira
Notice that this param is being supported since V3, but we have not added the proper docs for it
2017-04-05Merge branch 'emoji-menu-duplicated-search-icon' into 'master' Filipa Lacerda
Removes the duplicated search icon in emoji menu Closes #30416 and #30016 See merge request !10472
2017-04-05Merge branch 'render-pdfs-in-gitlab' into 'master' Jacob Schatz
Render PDFs in GitLab See merge request !10419
2017-04-05Use PDFLab to render PDFs in GitLabSam Rose
2017-04-05Separate Scala from Java in CI examplesAchilleas Pipinellis
2017-04-05Fix broken linkAchilleas Pipinellis
2017-04-05Reorganize CI examples, add more linksMarcia Ramos
2017-04-05Refactor CI index pageAchilleas Pipinellis
2017-04-05Merge branch 'docs-polling-query-params' into 'master' Sean McGivern
Document how ETag caching middleware handles query parameters See merge request !10482
2017-04-05Merge branch 'wildcard-routes-in-etag-middleware' into 'master' Sean McGivern
Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middleware See merge request !10478
2017-04-05Remove deprecated field from workhorse responseJacob Vosmaer
2017-04-05Use gitlab-workhorse 1.4.3Jacob Vosmaer
2017-04-05Document how ETag caching middleware handles query parametersAdam Niedzielski
2017-04-05Merge branch 'sh-fix-award-emoji-transient-spec' into 'master' Rémy Coutable
Potential fix for intermittent spec failure in award emoji specs Closes #30399 See merge request !10476
2017-04-05Merge branch 'sketch-preview-files' into 'master' Jacob Schatz
Load a preview of Sketch 43 files See merge request !10470
2017-04-05Merge branch 'fix-groups-long-url' into 'master' Jacob Schatz
Make group skip validation in the frontend Closes #29236 See merge request !10426
2017-04-05Make group skip validation in the frontendAlfredo Sumaran
2017-04-05Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middlewareAdam Niedzielski
NamespaceValidator::WILDCARD_ROUTES is less restrictive than ProjectPathValidator::RESERVED and we really have to avoid only routes that contain wildcard names.
2017-04-05Convert value to string before setting Poll-Interval headerAdam Niedzielski
2017-04-05Merge branch ↵Jacob Schatz
'20841-getting-started-better-empty-state-for-merge-requests-view' into 'master' MR empty state Closes #20854 and #20841 See merge request !7342
2017-04-05Deal with Rails autoload instance variable resetsJacob Vosmaer
Rails auto-load (a development feature) can end up resetting instance variables on classes. This breaks Gitlab::GitalyClient, which uses instance variables to keep global hashes to look up channels and addresses. This change adds code that regenerates the hashes if they suddenly become nil.
2017-04-05MR empty stateLuke "Jared" Bennett
2017-04-05Fix subgroup repository disappearance if group was movedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-05Merge 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-05Return an empty array when dependencies is an empty arrayMike Wyatt
2017-04-05Rename {create,inizialize}_raw_repositoryJacob Vosmaer
2017-04-05Merge branch 'mock-deployments' into 'master' Rémy Coutable
Added mock deployment and monitoring service with environments fixtures See merge request !10379
2017-04-05Added mock deployment and monitoring service with environments fixturesKamil Trzciński
2017-04-05Potential fix for intermittent spec failure in award emoji specsStan Hu
Hover and then click seems to make this work more reliably. Closes #30399
2017-04-05Load a preview of Sketch 43 filesJacob Schatz
Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM