summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Address MR comments.acet-mr-widget-nothing-to-commit-stateFatih Acet2017-05-161-1/+1
|
* MRWidget: Fix specs and address WIP comments.Fatih Acet2017-05-161-2/+14
|
* Merge branch '24373-warning-message-go-away' into 'master' Phil Hughes2017-05-161-0/+29
|\ | | | | | | | | | | | | Notes warning message should go away once resolved Closes #24373 See merge request !10823
| * Notes: Warning message should go away once resolvedJacopo2017-05-151-0/+29
| | | | | | | | Flash error messages disappear(`fadeOut`) automatically after any successful request
* | Merge branch 'issue-boards-label-filtering' into 'master' Filipa Lacerda2017-05-161-0/+10
|\ \ | | | | | | | | | | | | | | | | | | Fixed issue boards not filtering when URL params are encoded Closes #32084 See merge request !11320
| * | Fixed issue boards not filtering when URL params are encodedPhil Hughes2017-05-121-0/+10
| | | | | | | | | | | | Closes #32084
* | | Merge branch 'rename-rendered_title' into 'master' Rémy Coutable2017-05-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Rename all references to rendered_title to realtime_changes See merge request !11359
| * | | Rename all references to rendered_title to realtime_changesrename-rendered_titleLuke "Jared" Bennett2017-05-131-1/+1
| | |/ | |/|
* | | Improve slash command stripping, escape temporary note contentsKushal Pandya2017-05-151-4/+42
| | |
* | | Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-154-27/+81
|/ /
* | 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
| | | | |