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-15Make issuable search bar wrapwinh-wrap-search-barwinh
2017-06-13Merge branch '33628-pipeline-sidebar' into 'master'Phil Hughes
Adds "Pipeline" to job's sidebar Closes #33628 See merge request !12131
2017-06-13Merge branch '33642-timeago-update' into 'master'Phil Hughes
Remove js classes from vue component that are not needed in vue component Closes #33642 See merge request !12133
2017-06-13Merge branch 'revert-1b54982f' into 'master'Robert Speicher
Revert "Merge branch 'karma-headless-chrome' into 'master'" See merge request !12137
2017-06-13Merge branch 'wiki-limited-width' into 'master'Annabel Dunstone Gray
Limit wiki container width Closes #23734 See merge request !12089
2017-06-13Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling
This reverts merge request !12036
2017-06-13Merge branch '33629-scroll-color' into 'master'Phil Hughes
Change border color of job's scroll controllers to $border-color Closes #33629 See merge request !12129
2017-06-13Remove js classes from vue component that are not needed in vue componentFilipa Lacerda
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-13Adds "Pipeline" to job's sidebarFilipa Lacerda
2017-06-13Change border color of job's scroll controllers to $border-colorFilipa Lacerda
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-13Limit wiki container widthPhil Hughes
Closes #23734
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