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-21fix merge request widget33999-mr-widget-does-not-load-in-9-3-rc5winh
2017-06-21Revert added specs.Bryce Johnson
2017-06-21Fix stateMaps production error re: related links in MR widget.Bryce Johnson
!12318
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-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-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-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
2017-06-19Merge branch 'dm-parallel-diff-unchanged-line-comment' into 'master'Sean McGivern
Don't display comment on unchanged line on both sides in parallel diff Closes #33864 See merge request !12275
2017-06-19Merge branch 'moved-submodules' into 'master'Rémy Coutable
repository: index submodules by path See merge request !10798
2017-06-19Refactor GroupProjectsFinder#init_collectionYorick Peterse
This optimises how GroupProjectsFinder builds it collection, producing simpler and faster queries in the process. It also cleans up the code a bit to make it easier to understand.
2017-06-19Remove backticks from chat messages because they're not rendered as codeDouwe Maan
2017-06-19If migrations are pending, make CurrentSettings use existing values and ↵Stan Hu
populate missing columns with defaults master was failing because `ApplicationSetting.create_from_defaults` attempted to write to a column that did not exist in the database. This occurred in a `rake db:migrate` task, which was unable to perform the migration that would have added the missing column in the first place. In 9.3 RC2, we also had a bug where password sign-ins were disabled because there were many pending migrations. The problem occurred because `fake_application_settings` was being returned with an OpenStruct that did not include the predicate method `signup_enabled?`. As a result, the value would erroneously return `nil` instead of `true`. This commit uses the values of the defaults to mimic this behavior. This commit also refactors some of the logic to be clearer.
2017-06-19Do not enable prometheus metrics when data folder is not present.Pawel Chojnacki
+ Set defaults correctly only for when not in production or staging + set ENV['prometheus_multiproc_dir'] in config/boot.rb instead of config.ru Test prometheus metrics unmemoized
2017-06-19Don't display comment on unchanged line on both sides in parallel diffDouwe Maan
2017-06-19Merge branch '30725-reset-user-limits-when-unchecking-external-user' into ↵Douwe Maan
'master' Ensures default user limits when external user is unchecked Closes #30725 See merge request !12218
2017-06-19refactors user model validationsTiago Botelho