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-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-21Merge branch 'disable-environment-list-polling' into 'master'Grzegorz Bizon
Disable environment list polling as it breaks deployboard See merge request !12347
2017-06-21Merge branch 'replase_spinach_spec_create.feature' into 'master'Rémy Coutable
Replace 'create.feature' spinach test with an rspec analog See merge request !12343
2017-06-21Disable environment list polling as it breaks deployboardKamil Trzcinski
2017-06-21Replace invalid chars while seeding environmentsZeger-Jan van de Weg
2017-06-21Replace 'create.feature' spinach test with an rspec analogblackst0ne
2017-06-21Merge branch '33878-fix-edit-deploy-key' into 'master'Rémy Coutable
Fix edit button for deploy keys available from other projects Closes #33878 See merge request !12301
2017-06-21Merge branch 'gitaly-auth-token' into 'master'Sean McGivern
Pass Gitaly token on Ruby gRPC requests See merge request !12228
2017-06-21Bulk edit scroll fixBryce Johnson
2017-06-20Merge branch '33868-fix-mr-changes-diff-note-up-arrow-editing' into 'master'Jacob Schatz
Fix pressing up-arrow on a MR "Changes" diff discussion edits your last note Closes #33868 See merge request !12297
2017-06-20Merge branch '30213-project-transfer-move-rollback' into 'master'Douwe Maan
Rollback project folder move after error in Projects::TransferService Closes #30213 See merge request !11877
2017-06-20Merge branch 'bugfix/html-email-brackets' into 'master'Douwe Maan
unwrap links without an href Closes #27645 See merge request !9045
2017-06-20Rollback project folder move after error in Projects::TransferServiceJames Edwards-Jones
2017-06-20Merge branch 'fix-email-avatars' into 'master'Douwe Maan
Fix avatar images in pipeline emails Closes gitlab-ee#2696 See merge request !12310
2017-06-20Merge branch 'hide-edit-comment-and-report-as-abuse-conditionally' into 'master'Douwe Maan
Only show 'Edit comment'/'Report as abuse' when user has perms/isnt current_user See merge request !12096
2017-06-20Merge branch 'refactor-projects-finder-init-collection' into 'master'Rémy Coutable
Refactor ProjectsFinder#init_collection and GroupProjectsFinder#init_collection Closes #33632 See merge request !12135
2017-06-20Enable gitaly token auth when testingJacob Vosmaer
2017-06-20Uniformize code between both pipelines tablesFilipa Lacerda
2017-06-20Re-instate is_admin flag in users API is current user is an adminMike Ricketts
2017-06-20Fix avatar images in pipeline emailsSean McGivern
2017-06-20Send gitaly token to workhorse when neededJacob Vosmaer
2017-06-20Merge branch '33823_do_not_enable_defaults_when_metrics_folder_is_missing' ↵Sean McGivern
into 'master' Do not enable prometheus metrics when metrics folder is missing See merge request !12263
2017-06-20Merge branch 'dm-chat-message-backticks' into 'master'Sean McGivern
Remove backticks from chat messages because they're not rendered as code See merge request !12276
2017-06-20Fix edit button for deploy keys available from other projectsAlexander Randa
2017-06-20Stop showing task status if no tasks are presentPhil Hughes
Previously the task status would be visible even if there where no tasks in the description. This fixes that by changing the regex to check for tasks without 0. This also fixes a bug where update the description inline would not update the task status text on screen. Closes #33880
2017-06-20Clean up Vue warnings in testsWinnie Hellmann
2017-06-20Remove PersonalSnippet case for reportable_note specsLuke "Jared" Bennett
2017-06-20Resolve "Transient karma failure on master for `Date time utils timeFor ↵Mike Greiling
returns remaining time when in the future`"
2017-06-20Merge branch '33916-make-note-highlight-toggle-boolean-explcit' into 'master'Phil Hughes
Fix note highlight being added when you don't have a URL fragment hash #note_xxx Closes #33916 See merge request !12293
2017-06-20Merge branch '33877-fix-issue-description-highlight-and-math' into 'master'Phil Hughes
Fix issue description syntax highlighting and math rendering Closes #33877 See merge request !12282
2017-06-20Fix MR "Changes" diff note up arrow to edit last noteEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33868 While in a MR "Changes" tab looking at some diff note discussions. Clicking reply and pressing the up-arrow should edit your last comment in that discussion. I suspect this regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11173/diffs#f4bb984ec495c5cb58516785c62978f5209c39b4_179_178 where we changed the selector
2017-06-20Remove implicit dependency on `gitlab_sign_in` assigning `@user`Robert Speicher
We shouldn't be using instance variables in specs to begin with, and depending on this implicit behavior of `gitlab_sign_in` would have made it more difficult to change to `sign_in` where possible. ...we've also gone ahead and changed to `sign_in` where possible.
2017-06-20Merge branch 'rs-gitlab_sign_in' into 'master'Douwe Maan
Prepare for bypassing GitLab sign in in feature specs See merge request !11913
2017-06-20Fix failure in spec/features/unsubscribe_links_spec.rbRobert Speicher
Not sure why this fails with the full login flow, but it's not necessary and would've been changed eventually anyway, so whatever!
2017-06-20Include Devise::Test::IntegrationHelpers for all feature specsRobert Speicher
2017-06-20Change `logout` uses to `gitlab_sign_out`Robert Speicher
Change `logout_direct` uses to `gitlab_sign_out_direct`
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
Change single `login_via` use to `gitlab_sign_in_via`
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-20Fix note highlight being added to new notesEric Eastwood
Always use a explicit true/false value to set highlight because jQuery assumes `null` means toggle from whatever state and doesn't force false. Regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
2017-06-20Merge branch 'enable-autocomplete-on-project-snippets' into 'master'Jacob Schatz
Enable autocomplete on project snippets Closes #33911 See merge request !12286
2017-06-20Rename methods in the LoginHelpers moduleRobert Speicher
- [x] Rename `login_as` to `gitlab_sign_in` - [x] Rename `login_with` to `gitlab_sign_in_with` - [x] Rename `login_via` to `gitlab_sign_in_via` - [x] Rename `logout` to `gitlab_sign_out` - [x] Rename `logout_direct` to `gitlab_sign_out_direct` - [x] Make `gitlab_login_with` (née `login_with`) private - [x] Make `mock_auth_hash` private
2017-06-20Adjust position and wording for related issues in merge requestsWinnie Hellmann
2017-06-20Enable autocomplete on project snippetsEric Eastwood
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
2017-06-20add a spec for no-href link parsinghttp://jneen.net/
2017-06-20Merge branch '33598-fix-autocomplete-disabled-in-gl-form-instances' into ↵Jacob Schatz
'master' Re-enable autocomplete for milestones, tags, releases, and wiki Closes #33598 See merge request !12110
2017-06-19Merge branch '33594-disable-autocomplete-on-snippet-comments' into 'master'Clement Ho
Disable autocomplete on snippets comments Closes #33594 See merge request !12108
2017-06-19Fix issue description syntax highlighting and math renderingEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33877 Regressed in https://gitlab.com/gitlab-org/gitlab-ce/commit/5a95d6f8dae00b31b694759c6ddbf6d83b1a7890#3a15290e7696397415523e0b664aceb3dd4010ae_0_46 where the ref no longer matches what we call `renderGFM` on.
2017-06-19Merge branch 'sh-refactor-current-settings' into 'master'Robert Speicher
If migrations are pending, make CurrentSettings use existing values and populate missing columns with defaults See merge request !12253
2017-06-19Disable autocomplete on snippets commentsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
2017-06-19Re-enable autocomplete for milestones, tags, releases, and wikiEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33598