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-06-13Fix note highlight being lost after real time update33483-fix-note-highlight-being-lost-on-note-updateEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33483 A bit of a browser hack to get it to re-evaluate what the `:target` is
2017-06-13Merge branch 'tidy-up-issues-controller-filters' into 'master'Douwe Maan
Always check read_issue permissions when loading issue See merge request !12095
2017-06-13Merge branch 'fix/gb/remove-invalid-build-details-exposure' into 'master'Kamil Trzciński
Do not expose internal artifacts hash in build entity Closes #33605 See merge request !12124
2017-06-13Merge branch 'fix-github-clone-wiki' into 'master'Sean McGivern
GitHub - Fix token interpolation when cloning wiki repository See merge request !12107
2017-06-13Merge branch ↵Yorick Peterse
'32054-rails-should-use-timestamptz-database-type-for-postgresql' into 'master' Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Closes #32054 See merge request !11229
2017-06-13Merge branch 'zj-commit-status-sortable-name' into 'master'Grzegorz Bizon
Handle legacy jobs without name Closes #33403 See merge request !12118
2017-06-13Merge branch 'updating-k8s-page' into 'master'Phil Hughes
Added Tectonic to the page. See merge request !12126
2017-06-13Add database helpers 'add_timestamps_with_timezone' and ↵blackst0ne
'timestamps_with_timezone'
2017-06-13Added Tectonic to the page.Eliran Mesika
2017-06-13Merge branch '33564-fix-flaky-test' into 'master'Sean McGivern
Use wait_for_requests instead of sleep 0.3 Closes #33564 See merge request !12122
2017-06-13Merge branch 'fix/gb/fix-migrations-testing-support-hooks-order' into 'master'Sean McGivern
Fix migrations testing support RSpec hooks order Closes #33583 See merge request !12120
2017-06-13Merge branch 'karma-headless-chrome' into 'master'Tim Zallmann
Replace PhantomJS with headless Chrome in frontend test suite See merge request !12036
2017-06-13Merge branch '27586-center-dropdown' into 'master'Phil Hughes
Center dropdown for pipeline's mini graph Closes #27586 See merge request !12087
2017-06-13Center dropdown for pipeline's mini graphFilipa Lacerda
2017-06-13Always check read_issue permissions when loading issueSean McGivern
We never want to skip the check, so that some actions did so was a mistake.
2017-06-13Handle legacy jobs without nameZ.J. van de Weg
Older pipelines can contain jobs without a name, in which case 'nameless' is used right now, so we can properly still handle other actions on these jobs. Fixes gitlab-org/gitlab-ce#33403
2017-06-13Do not expose internal artifacts hash in build entityGrzegorz Bizon
2017-06-13Use wait_for_requests instead of sleep 0.3Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-13Merge branch 'fix/33584-atom-layout' into 'master'Rémy Coutable
Refactor atom builder by using a layout See merge request !12114
2017-06-13Fix migrations testing support RSpec hooks orderGrzegorz Bizon
2017-06-13Merge branch 'fix_docs_commits_multiple_files' into 'master'Rémy Coutable
Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions See merge request !12117
2017-06-13Documentation bugfix of invalid JSON payload example of Create a commit with ↵blackst0ne
multiple files and actions
2017-06-13Merge branch 'fix-filename-of-artifact-uploader' into 'master'Grzegorz Bizon
Fix filename method of GitlabUploader to return always real filename Closes #33524 See merge request !12113
2017-06-13add CHANGELOG.md entry for !12036Mike Greiling
2017-06-13remove phantomjs-specific test hacksMike Greiling
2017-06-13update karma job to use chrome build image created by gitlab-build-images!41Mike Greiling
2017-06-13test new docker image with headless chromeMike Greiling
2017-06-13remove phantomjs from our frontend dev dependenciesMike Greiling
2017-06-13fix incorrect equals assertionMike Greiling
2017-06-13replace PhantomJS with headless Chrome as karma test runnerMike Greiling
2017-06-13Fix filename method of GitlabUploader to return always real filenameKamil Trzcinski
2017-06-13Merge branch 'winh-ignore-CVE-2017-5029' into 'master'Robert Speicher
Ignore CVE-2017-5029 in Nokogiri Closes #33597 See merge request !12109
2017-06-13Ignore CVE-2017-5029 in Nokogiriwinh
2017-06-12Merge branch 'rc/load-images-in-phantomjs' into 'master'Robert Speicher
Let PhantomJS load local images See merge request !12003
2017-06-12Add CHANGELOGDouglas Barbosa Alexandre
2017-06-12Github - Fix token interpolation when cloning wiki repositoryDouglas Barbosa Alexandre
2017-06-12Merge branch 'sh-fix-refactor-uploader-work-dir' into 'master'Kamil Trzciński
Set artifact working directory to be in the destination store to prevent unnecessary I/O Closes #33274 See merge request !11905
2017-06-12Merge branch '29010-perf-bar' into 'master'Robert Speicher
Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439
2017-06-12Merge branch '32834-task-note-only' into 'master'Sean McGivern
Prevent Description Change Notes When Toggling Tasks Closes #32834 See merge request !12057
2017-06-12Refactor atom builder by using xml.atom layoutTieu-Philippe KHIM
2017-06-12Let PhantomJS load local imagesRémy Coutable
This change fix a memory leak due to a Webkit bug: https://github.com/ariya/phantomjs/issues/12903 Also: - Whitelist only localhost and 127.0.0.1 in Capybara + JS specs - Blacklist all requests to media such as images, videos, PDFs, CSVs etc. - Log all the requests made. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-12Merge branch 'background-migrations' into 'master'Rémy Coutable
Add the ability to perform background migrations See merge request !11854
2017-06-12Add a changelog entryJared Deckard
2017-06-12Only add a description change note when no tasks are updatedJared Deckard
2017-06-12Merge branch 'retry-specs' into 'master'Robert Speicher
Attempts to run RSpec tests twice (1 retry) See merge request !12066
2017-06-12Merge branch 'fix/import-commit-status-issue' into 'master'Douwe Maan
Ignore commit status name validation on importing Closes #33490 See merge request !12039
2017-06-12Merge branch 'use-request-store-helper-instead-actual-code' into 'master'Douwe Maan
Use :request_store hooks on specs See merge request !12058
2017-06-12Merge branch 'gitlab-workhorse-2.1.1' into 'master'Douwe Maan
Update gitlab-workhorse to v2.1.1 See merge request !12049
2017-06-12Merge branch 'fix-zh_TW-00' into 'master'Douwe Maan
Fix a few translation for zh_TW See merge request !12043
2017-06-12Merge branch '33525-use-git-diff-instead-of-git-format-patch' into 'master'Robert Speicher
Generate patch with git diff instead of git format-patch Closes #33525 See merge request !12060