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-06-15Merge branch 'sh-fix-spec-helper-ee-consistency' into 'master'Rémy Coutable
Make spec/spec_helper consistent with EE by including a :routing type See merge request !12178
2017-06-15Merge branch 'fix-manual-actions' into 'master'Grzegorz Bizon
Do not show manual actions that cannot be run Closes #32380 See merge request !12121
2017-06-15Merge branch 'instrument-merge-request-diff-load-commits' into 'master'Sean McGivern
Instrument MergeRequestDiff#load_commits See merge request !12162
2017-06-15Merge branch 'dm-fix-parser-cache' into 'master'Sean McGivern
Don't return nil for missing objects from parser cache See merge request !12168
2017-06-15Merge branch '33483-fix-note-highlight-being-lost-on-note-update' into 'master'Phil Hughes
Fix note highlight being lost after real time update Closes #33483 See merge request !12098
2017-06-15Merge branch '32861-fix-milestone-drag-and-drop-assignees' into 'master'Phil Hughes
Fix milestone page assignees when dropped in ongoing list Closes #32861 See merge request !12076
2017-06-15Make spec/spec_helper consistent with EE by including a :routing typeStan Hu
2017-06-15Merge branch 'rs-fix-codeclimate-build' into 'master'Douwe Maan
Require rubocop-rspec in the correct location See merge request !12174
2017-06-15Require rubocop-rspec in the correct locationRobert Speicher
Resolves the `codeclimate` CI failure
2017-06-15Merge branch '33529-fix-autocomplete-atwho-not-showing-on-note-edit-form' ↵Clement Ho
into 'master' Fix autocomplete not working on note edit form Closes #33529 See merge request !12106
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-14Add a custom RSpec/SingleLineHook copRobert Speicher
This cop adds an offense when `before`, `after`, or `around` are used as single-line blocks.
2017-06-14Don't return nil for missing objects from parser cacheDouwe Maan
2017-06-14Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan
Allow more customization to Help landing page See merge request !11878
2017-06-14Merge branch 'dm-diff-viewers' into 'master'Sean McGivern
Implement diff viewers Closes #30501 and #19931 See merge request !11777
2017-06-14Fix autocomplete not working on note edit formEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33529 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11278
2017-06-14Fix milestone page assignees when dropped in ongoing listEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32861
2017-06-14Fix note highlight being lost after real time updateEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33483
2017-06-14Help landing page customizationsRobin Bobbitt
2017-06-14Merge branch '2525-backport-kubernetes-service-changes' into 'master'Kamil Trzciński
Backport EE changes to the Kubernetes service Closes gitlab-ee#2525 See merge request !12139
2017-06-14Implement diff viewersDouwe Maan
2017-06-14Merge branch '33149-rename-more-builds' into 'master'Kamil Trzciński
Fix raw_path with the new job path, rename builds to jobs in test Closes #33149 See merge request !11941
2017-06-14Merge branch 'zj-raise-etag-route-regex-miss' into 'master'Kamil Trzciński
Raise etag route regex miss Closes #33106 See merge request !12084
2017-06-14Move vue components to vue files and match docsFilipa Lacerda
2017-06-14Instrument MergeRequestDiff#load_commitsSean McGivern
This instrumentation isn't needed strictly for performance measurements, but just to see which controller actions call this method at all. See <https://gitlab.com/gitlab-org/gitlab-ce/issues/30224#note_32306159> for more details.
2017-06-14Fix other renamingLin Jen-Shin
2017-06-14Backport EE changes to the Kubernetes serviceNick Thomas
2017-06-14Merge branch 'backport-related-issues-board-issue-count-badge-styles' into ↵Filipa Lacerda
'master' Backport issue count badge style refactor for re-use from EE related issues See merge request !12152
2017-06-14Merge remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin
* upstream/master: (34 commits) Revert "Merge branch 'karma-headless-chrome' into 'master'" Make small pipeline schedules UI enhancements. Remove js classes from vue component that are not needed in vue component Update tests and application Adds "Pipeline" to job's sidebar Change border color of job's scroll controllers to $border-color Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Added Tectonic to the page. Always check read_issue permissions when loading issue Handle legacy jobs without name Do not expose internal artifacts hash in build entity Use wait_for_requests instead of sleep 0.3 Limit wiki container width Fix migrations testing support RSpec hooks order Rename BuildEntity to JobEntity Fix support for external_url for commit statuses Allow to access pipelines even if they are disabled, but only present jobs and commit statuses without giving ability to access them add CHANGELOG.md entry for !12036 remove phantomjs-specific test hacks update karma job to use chrome build image created by gitlab-build-images!41 ...
2017-06-14Fix other renamingLin Jen-Shin
2017-06-14Merge branch 'feature/add-support-for-services-configuration' into 'master'Grzegorz Bizon
Add support for services configuration in .gitlab-ci.yml See merge request !8578
2017-06-14Merge branch 'fix-external-ci-services' into 'master'Grzegorz Bizon
Allow to access statuses for external CI services Closes #30714, #29369, and #15220 See merge request !11176
2017-06-14Backport issue count badge style refactor for re-useEric Eastwood
Added by https://gitlab.com/gitlab-org/gitlab-ee/commit/88aea2cbc8633ba970335d935d725bd17654b424 Part of this MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1797/
2017-06-13Merge branch 'bpj-small-pipeline-ui-changes' into 'master'Annabel Dunstone Gray
Make small pipeline schedules UI enhancements. Closes #32565 See merge request !12136
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-13Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling
This reverts merge request !12036
2017-06-13Make small pipeline schedules UI enhancements.Bryce Johnson
2017-06-13Remove js classes from vue component that are not needed in vue componentFilipa Lacerda
2017-06-13Update tests and applicationKamil Trzcinski
2017-06-13Do not show manual actions that cannot be runKamil Trzcinski
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 ↵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-13Add database helpers 'add_timestamps_with_timezone' and ↵blackst0ne
'timestamps_with_timezone'
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 remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin
* upstream/master: (460 commits) Center dropdown for pipeline's mini graph Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions Fix filename method of GitlabUploader to return always real filename Ignore CVE-2017-5029 in Nokogiri Refactor atom builder by using xml.atom layout Let PhantomJS load local images Add a changelog entry Only add a description change note when no tasks are updated Doc: Add the need to upgrade to Go 1.8.3 in the 9.1->9.2 documentation as the upgrade fails with Go 1.5 (installed with Gitlab 8.1) Use gitaly 0.11.2 Add the ability to perform background migrations Always render warnings icon in orange Fix a few translation for zh_TW Improve Job detail view to make it refreshed in real-time instead of reloading Attempts to run RSpec tests twice (1 retry) ignore name validation on importing Only show hover state on links and buttons Use vue files for navigation tabs and buttons doc: add example of scheduler when Add test for u2f helper and changelog entry ...
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-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-13Fix migrations testing support RSpec hooks orderGrzegorz Bizon