Commit Graph

1290 Commits

Author SHA1 Message Date
Phil Hughes 3a087a0080 Merge branch '33095-mr-widget-ui' into 'master'
Merge Request widget Improvements

Closes #33095

See merge request !12601
2017-08-07 08:37:45 +00:00
Mike Greiling d935278055 Fix issues with pdf-js dependencies 2017-08-07 07:47:29 +00:00
Simon Knox bce029a23b clean up merge request widget UI 2017-08-07 13:20:33 +10:00
Mike Greiling 7256626d60 Remove monkey-patched Array.prototype.first() and last() methods 2017-08-04 08:07:05 +00:00
Phil Hughes 30777178e3
fixed jumping when bar gets stuck
added specs to sticky util file
added `No files found.` text when results are empty
2017-08-03 17:03:49 +01:00
Filipa Lacerda beaa0723b8 Merge branch 'sidebar-fly-out-sub-nav' into 'master'
Fly-out dropdown menu in new sidebar

Closes #34026

See merge request !12938
2017-08-03 09:33:00 +00:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Phil Hughes e4c20cd3fe
Merge branch 'master' into sidebar-fly-out-sub-nav 2017-08-02 16:37:40 +01:00
Filipa Lacerda 489a954942 Merge branch '35408-group-auto-avatars' into 'master'
Show auto-generated avatars in Groups dashboard tree for Groups without avatars

See merge request !13188
2017-08-02 14:36:10 +00:00
Rémy Coutable 0bc1dfb6d5 Merge branch 'rs-empty_project-cleanup' into 'master'
Ensure all project factories use `:repository` trait or `:empty_project`

See merge request !13238
2017-08-02 09:45:42 +00:00
Clement Ho 974a04026d Add filtered search to group issue dashboard 2017-08-02 09:27:24 +00:00
Phil Hughes 25d6a6c4b5
stop mobile from showing the sub-items 2017-08-02 10:22:13 +01:00
kushalpandya 9636da306c Use `$mount` for component rendering, remove tests for `props` datatype as unnecessary 2017-08-02 14:45:30 +05:30
Robert Speicher 9513bd18c4 Ensure all project factories use `:repository` trait or `:empty_project` 2017-08-01 14:51:52 -04:00
Winnie Hellmann 4546ecd67a Derive project path from import URL 2017-08-01 18:06:06 +00:00
Phil Hughes b808fdf16b
Math.floor the value in the tests 2017-08-01 13:13:27 +01:00
Phil Hughes 8de14be21e
fixed translate3d test 2017-08-01 12:41:55 +01:00
Phil Hughes 48ec70250c
reverted the JS timeout code
improved specs so that they pass
2017-08-01 11:55:37 +01:00
kushalpandya 59377d54e9 Tests for `group_identicon` component 2017-08-01 14:38:09 +05:30
kushalpandya 53fb22bcc3 Remove unnecessary imports 2017-08-01 14:36:30 +05:30
kushalpandya d03ea6d40a Change ID type to number 2017-08-01 14:36:17 +05:30
Phil Hughes 20bfc4f679
added mouseleave timeout with JS 2017-08-01 08:49:03 +01:00
kushalpandya 339469099d Update tests 2017-07-31 16:05:06 +05:30
Sean McGivern fa4d08ed81 Merge branch '32483-jira-error' into 'master'
Display specific error message when JIRA test fails

Closes #32483

See merge request !13100
2017-07-28 07:21:04 +00:00
Jarka Kadlecova aa2b3ff1e4 Display specific error message when JIRA test fails 2017-07-27 07:51:36 +02:00
Tim Zallmann 9aa2205a15 Resolve "Memory usage notice doesn't link anywhere" 2017-07-26 09:31:17 +00:00
Tim Zallmann 52b8a0db68 Resolve "Lazy load images on the Frontend" 2017-07-24 17:36:52 +00:00
Phil Hughes 72538b5f9f improvements to positioning of the dropdown 2017-07-24 16:14:29 +01:00
Phil Hughes 4d2be5bbec Merge branch 'master' into sidebar-fly-out-sub-nav 2017-07-24 14:36:31 +01:00
Rémy Coutable 60b28e7ce1 Merge branch '34549-extract-devise-mappings-into-helper' into 'master'
Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test helper

Closes #34549

See merge request !12742
2017-07-21 15:41:12 +00:00
Clement Ho 3e89960d4a Refactor filtered search dropdown parameters 2017-07-20 19:17:34 +00:00
Jacopo 0b5133bac2 Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test helper
Extracted `@request.env['devise.mapping'] = Devise.mappings[:user]` and `Rails.application.env_config['devise.mapping'] = Devise.mappings[:user]`
in our tests into the helper method `set_devise_mapping`
2017-07-20 18:36:53 +02:00
Phil Hughes 0925edb4ff updated styles 2017-07-19 16:57:00 +01:00
Phil Hughes 7505417478 moved JS & only run when new_nav cookie exists 2017-07-19 10:36:08 +01:00
Bob Van Landuyt 458f3cf9b0 Update specs for new upload path 2017-07-18 15:38:54 +02:00
Simon Knox 53e7bf0470 fix transient rspec failure due to Poll.js race condition
don't treat aborted requests as failures, they are often triggered during unload (e.g after clicking a link)
2017-07-18 12:17:55 +10:00
Filipa Lacerda 706d99aed8 Update Pipeline's badge count in Merge Request and Commits view to match real-time content 2017-07-14 15:52:54 +00:00
Robert Speicher 777ec21064 Merge branch 'mr-branch-link-use-tree' into 'master'
MR branch link now links to tree instead of commits

Closes #34243

See merge request !12763
2017-07-12 16:52:37 +00:00
Filipa Lacerda aaa78199c2 Update vue-resource 2017-07-12 14:47:09 +00:00
Clement Ho 6eeb638434 Make commits behind text a link to the target branch commits page 2017-07-11 11:49:22 -05:00
Phil Hughes 8906bbae38 Merge branch '34810-vue-pagination' into 'master'
Prevent default click since we change the url manually

Closes #34810

See merge request !12721
2017-07-10 08:08:54 +00:00
Filipa Lacerda b2b527a690 Update tests to test what the component renders and what the clicks calls 2017-07-07 22:23:13 +01:00
Jacob Schatz 5f8f555a66 Merge branch '30281-report-abusive-content-from-an-issue-or-merge-request' into 'master'
Resolve "Report abusive content from an issue or merge request"

Closes #30281

See merge request !11786
2017-07-07 20:23:27 +00:00
Filipa Lacerda 9803579e25 Prevent default click since we change the url manually
Adds tests
2017-07-07 18:09:02 +01:00
Kamil Trzciński a77158ff31 Merge branch 'feature/intermediate/32568-adding-variables-to-pipelines-schedules' into 'master'
Add variables to pipelines schedules

Closes #32568

See merge request !12372
2017-07-07 15:17:02 +00:00
Luke "Jared" Bennett f28cd19dde
Fix MR and issue specs 2017-07-07 16:05:17 +01:00
Tim Zallmann c88739ffa6 Merge branch 'es-class-syntax' into 'master'
Refactor several javascript files to ES module syntax

See merge request !12683
2017-07-07 14:24:05 +00:00
Luke "Jared" Bennett 848d868b9b
Fixed issue_spec and merge_request_spec for report toggle changes 2017-07-07 14:57:28 +01:00
Luke "Jared" Bennett d7c383a0ee
Fixed MR single button submit failure and attempted to tidy up close_reopen partials using issuable_helpers and setDisable will use true as default bool 2017-07-07 14:57:28 +01:00
Luke "Jared" Bennett 001c904f28
Remove inclusive JS imports 2017-07-07 14:57:00 +01:00