summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Removed all instances of Object.assign by using es6 classes, also includes ↵Luke "Jared" Bennett2017-05-122-51/+10
| | | | some …
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-5/+5
|
* Merge branch 'acet-mr-widget-fix-link' into 'master' Filipa Lacerda2017-05-122-5/+12
|\ | | | | | | | | MRWidget: Fix target branch link. See merge request !11267
| * MRWidget: Use targetBranchPath in everywhere.acet-mr-widget-fix-linkFatih Acet2017-05-122-4/+4
| |
| * MRWidget: Fix target branch link.Fatih Acet2017-05-121-3/+10
| |
* | Merge branch '32178-prevent-merge-on-sha-change' into 'master' Fatih Acet2017-05-123-0/+41
|\ \ | | | | | | | | | | | | | | | | | | Add "SHA mismatch" state to the MR widget Closes #32178 See merge request !11316
| * | ensure hasSHAChanged == true when setData includes a different SHA from ↵Mike Greiling2017-05-111-0/+22
| | | | | | | | | | | | constructor
| * | ensure the correct state component is loaded when hasSHAChanged == trueMike Greiling2017-05-111-0/+3
| | |
| * | add test for sha-mismatch state componentMike Greiling2017-05-111-0/+16
| |/
* | Uniform CI status components in vueFilipa Lacerda2017-05-124-5/+103
| |
* | Merge branch 'remove-vue-from-poll_spec-fix-transient-failures' into 'master' Filipa Lacerda2017-05-121-71/+22
|\ \ | | | | | | | | | | | | Fix poll_spec transient failures See merge request !11264
| * | Removed unneeded false from poll_spec mockServiceCall callremove-vue-from-poll_spec-fix-transient-failuresLuke "Jared" Bennett2017-05-111-1/+1
| | |
| * | Fixed promise action binding and simplified callbacks spyLuke "Jared" Bennett2017-05-111-16/+11
| | |
| * | improved mockservicecall and fixed up a settimeoutLuke "Jared" Bennett2017-05-111-32/+17
| | |
| * | Removed vue and vue-resource from poll_spec in an attempt to fix the ↵Luke "Jared" Bennett2017-05-101-58/+29
| | | | | | | | | | | | transient failures relating to async timeout
* | | Merge branch 'refactor-realtime-issue' into 'master' Filipa Lacerda2017-05-124-26/+192
|\ \ \ | |_|/ |/| | | | | | | | Refactored issue tealtime elements See merge request !11242
| * | Fixed karma spec with elements not appearing in DOMrefactor-realtime-issuePhil Hughes2017-05-111-0/+1
| | |
| * | Merge branch 'master' into refactor-realtime-issuePhil Hughes2017-05-112-15/+44
| |\ \
| * | | Fixed tests on textarea looking for innerText instead of valuePhil Hughes2017-05-102-6/+6
| | | |
| * | | Added a bunch of specs for the different componentsPhil Hughes2017-05-103-23/+188
| | |/ | |/|
* | | Merge branch 'pipeline-schedules-callout-docs-url' into 'master' Filipa Lacerda2017-05-111-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Set correct docsUrl in pipeline schedules callout component. Closes #31957 See merge request !11216
| * | | Pass docsUrl to pipeline schedules callout component.pipeline-schedules-callout-docs-urlBryce Johnson2017-05-111-0/+15
| | | |
* | | | Merge branch 'winh-sidebar-mock-fix' into 'master' Filipa Lacerda2017-05-113-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing tear down of sidebarMockInterceptor Closes #32020 See merge request !11204
| * | | | Add missing tear down of sidebarMockInterceptor (!11204)winh-sidebar-mock-fixwinh2017-05-113-0/+3
| |/ / /
* | | | Merge branch 'winh-pipeline-author-link' into 'master' Filipa Lacerda2017-05-117-210/+138
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Link to commit author user page from pipelines Closes #29368 See merge request !11100
| * | | Add failing test for #29368winh2017-05-111-11/+79
| | | |
| * | | Replace pipeline mock data with JSON fixturewinh2017-05-107-202/+62
| | | |
* | | | Fix slash commands detection in commentsKushal Pandya2017-05-111-6/+19
| | | |
* | | | Merge branch '32045-vue-warn-cannot-find-element-issuable-time-tracker' into ↵Phil Hughes2017-05-111-42/+0
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Remove sidebar bundle spec Closes #32045 See merge request !11223
| * | | Remove sidebar bundle spec32045-vue-warn-cannot-find-element-issuable-time-trackerClement Ho2017-05-101-42/+0
| | | |
* | | | Track pending requests in AjaxCacheWinnie Hellmann2017-05-101-14/+43
| |_|/ |/| |
* | | Replace old isObject for underscore methodsFilipa Lacerda2017-05-106-6/+0
| |/ |/|
* | Tech debt: Creates vue component for loading iconFilipa Lacerda2017-05-101-0/+53
| |
* | Fixed search terms not highlightPhil Hughes2017-05-101-9/+37
| | | | | | | | Closes #31997
* | Fix broken test - load correct data32074-failed-buildFilipa Lacerda2017-05-102-102/+233
| |
* | Use vue file for table pagination componentFilipa Lacerda2017-05-101-1/+1
| |
* | Merge branch '31053-pipeline-ux' into 'master' Fatih Acet2017-05-092-0/+67
|\ \ | | | | | | | | | | | | | | | | | | Adds left connector class to the rendered graph Closes #31053 See merge request !11179
| * \ Merge branch 'master' into 31053-pipeline-ux31053-pipeline-uxFilipa Lacerda2017-05-0934-244/+2809
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fallback to default pattern when note does not belong to project Merge request widget redesign Fixed focused test in notes spec Fixed UP arrow key not editing last comment in discussion Fix skipped manual actions issue in pipeline processing Fix notify_only_default_branch check for Slack service
| * \ \ Merge branch 'master' into 31053-pipeline-uxFilipa Lacerda2017-05-089-26/+26
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Update guides for 9.2. [skip ci] add documentation Standardize jasmine test describe block names that test specific methods
| * | | | Adds left connector class to the rendered graphFilipa Lacerda2017-05-082-0/+67
| | | | |
* | | | | Merge branch '32021-job-component-test-failure' into 'master' Fatih Acet2017-05-091-28/+46
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fix test failure in job vue componenFix test failure in job vue componentt Closes #32021 See merge request !11208
| * | | | Fix test failure in job vue componenFix test failure in job vue componentt32021-job-component-test-failureFilipa Lacerda2017-05-091-28/+46
| | |_|/ | |/| |
* | | | Merge branch 'remove-needless-bind-polyfills' into 'master' Filipa Lacerda2017-05-091-4/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove needless bind and indexOf polyfills See merge request !11187
| * | | | remove bind polyfill from mock_u2f_device.jsMike Greiling2017-05-081-4/+2
| | | | |
* | | | | Merge branch '26944-prometheus-memory-sparkline' into 'master' Fatih Acet2017-05-094-0/+400
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Add Prometheus memory sparkline to MR widget Closes #26944 See merge request !11209
| * | | | Add Prometheus memory sparkline to MR widgetkushalpandya2017-05-094-0/+400
| | | | |
* | | | | Merge branch 'up-arrow-focus-discussion-comment' into 'master' Filipa Lacerda2017-05-092-0/+77
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed UP arrow key not editing last comment in discussion Closes #31348 See merge request !11173
| * | | | Fixed focused test in notes specup-arrow-focus-discussion-commentPhil Hughes2017-05-081-1/+1
| | | | |
| * | | | Fixed UP arrow key not editing last comment in discussionPhil Hughes2017-05-082-0/+77
| |/ / / | | | | | | | | | | | | Closes #31348
* | | | Merge request widget redesignFatih Acet2017-05-0932-244/+2732
| |_|/ |/| |