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-16Remove Drag and drop and sorting from milestone viewFelipe Artur
2017-06-16Create responsive mobile view for pipelines tableAnnabel Dunstone Gray
2017-06-16Merge branch 'sh-fix-issue-33756' into 'master'Rémy Coutable
Wait for all Ajax and Vue requests to complete in JavaScript tests Closes #33756 See merge request !12203
2017-06-16Expose correct path to groupAlfredo Sumaran
2017-06-16Merge branch 'sh-improve-pipelines-finder-spec' into 'master'Grzegorz Bizon
Fix intermittent spec failures in spec/finders/pipelines_finder_spec.rb See merge request !12207
2017-06-16Merge branch 'karma-headless-chrome-redux' into 'master'Tim Zallmann
Replace PhantomJS with Chrome in Karma test runner (2nd attempt) Closes #33633 See merge request !12144
2017-06-16Fix intermittent spec failures in spec/finders/pipelines_finder_spec.rbStan Hu
The spec was trying to sort pipelines by user ID, but the same user ID was being used for each pipeline in the spec. This is similar to #33001.
2017-06-16Avoid including Capybara::DSL to conflict with definition of pageStan Hu
2017-06-16Don't include Capybara::DSL in the global scopeStan Hu
2017-06-16Wait for all Ajax and Vue requests to complete in JavaScript testsStan Hu
From logs in #33756, we that it's possible for an Ajax call to be made before the middleware receives it. To prevent stray Ajax calls from breaking other specs, we need to wait for all scheduled calls to finish. Closes #33756
2017-06-16fix frontend test failures after jasmine upgradeMike Greiling
2017-06-15Merge branch 'deserialize-custom-notifications' into 'master'Robert Speicher
Deserialize custom notifications Closes #24892 See merge request !12055
2017-06-15Try to use the same pattern as other spec in this fileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-15Merge branch 'deprecate-gitaly-path' into 'master'Sean McGivern
Stop using deprecated `path` field on Gitaly messages See merge request !12112
2017-06-15Deserialise existing custom notification settingsSean McGivern
Create a post-deployment migration to update all existing notification settings with at least one custom level enabled to the new format. Also handle the same conversion when updating settings, to catch any stragglers.
2017-06-15Add columns for custom notification settingsSean McGivern
Add columns for each custom notification level, defaulting to null. Read from those columns if non-null, otherwise fall back to the serialized column. Writing will write to the new column if `events` isn't manually set.
2017-06-15#13336 - display multiple messages in both the UI and git outputMike Ricketts
2017-06-15Merge branch 'docs/gb/document-new-migrations-testing-technique' into 'master'Rémy Coutable
Document a new migrations testing technique Closes #33565 See merge request !12181
2017-06-15Merge branch '23998-blame-age-map' into 'master'Annabel Dunstone Gray
Add age color mapping to blame view Closes #23998 See merge request !7198
2017-06-15Document a new migrations testing techniqueGrzegorz Bizon
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-15Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez
This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
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-14Add blame view age mapJeff Stubler
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-14remove phantomjs-specific test hacksMike Greiling