summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken test28247-timeloops-bugFilipa Lacerda2017-02-161-2/+2
|
* Merge branch '27922-cmd-click-todo-doesn-t-work' into 'master' Alfredo Sumaran2017-02-152-6/+97
|\ | | | | | | | | | | | | Fix regression where cmd-click stopped working for todos and merge request tabs Closes #27922 See merge request !9115
| * Fix regression where cmd-click stopped working for todos and merge request tabs27922-cmd-click-todo-doesn-t-workClement Ho2017-02-152-6/+97
| |
* | Merge branch 'cover-my-karma' into 'master' Clement Ho2017-02-141-0/+35
|\ \ | | | | | | | | | | | | | | | | | | Reintroduce coverage report for JavaScript Closes #27826 and #20757 See merge request !9133
| * | Include all files with 0% coverage in reportwinniehell2017-02-111-0/+35
| | |
* | | Merge branch 'requires-input-fixture' into 'master' Clement Ho2017-02-142-24/+7
|\ \ \ | |_|/ |/| | | | | | | | Replace static fixture for behaviors/requires_input_spec.js See merge request !9162
| * | Replace static fixture for behaviors/requires_input_spec.js (!9162)winniehell2017-02-142-24/+7
| | |
* | | Replace static fixture for right_sidebar_spec.js (!9211)winniehell2017-02-144-15/+34
| | |
* | | Add dynamic fixture for todoswinniehell2017-02-141-0/+30
|/ /
* | Merge branch '27966-branch-ref-switcher-input-filter-broken' into 'master' Filipa Lacerda2017-02-141-0/+8
|\ \ | | | | | | | | | | | | | | | | | | Display loading indicator when filtering ref switcher dropdown Closes #27966 See merge request !9144
| * | Add tests27966-branch-ref-switcher-input-filter-brokenClement Ho2017-02-131-0/+8
| | |
* | | Merge branch 'quick-submit-fixture' into 'master' dz-rename-path-with-namespaceAlfredo Sumaran2017-02-132-24/+28
|\ \ \ | | | | | | | | | | | | | | | | Replace static fixture for behaviors/quick_submit_spec.js See merge request !9086
| * | | Replace static fixture for behaviors/quick_submit_spec.js (!9086)winniehell2017-02-112-10/+13
| | | |
| * | | Use textarea for quick submit specwinniehell2017-02-112-14/+15
| | |/ | |/|
* | | Merge branch 'merge-request-tabs-fixture' into 'master' Alfredo Sumaran2017-02-133-24/+38
|\ \ \ | | | | | | | | | | | | | | | | Replace static fixture for merge_request_tabs_spec.js See merge request !9172
| * | | Replace static fixture for merge_request_tabs_spec.js (!9172)winniehell2017-02-133-24/+38
| |/ /
* | | Merge branch 'dynamic-header-fixture' into 'master' Clement Ho2017-02-132-36/+1
|\ \ \ | | | | | | | | | | | | | | | | Replace static fixture for header_spec.js See merge request !9174
| * | | Replace static fixture for header_spec.js (!9174)winniehell2017-02-132-36/+1
| |/ /
* | | Merge branch 'new-branch-fixture' into 'master' Clement Ho2017-02-133-6/+30
|\ \ \ | |/ / |/| | | | | | | | Replace static fixture for new_branch_spec.js See merge request !9131
| * | Replace static fixture for new_branch_spec.js (!9131)winniehell2017-02-113-6/+30
| | |
* | | convert js-cookie dependency to an npm moduleclean-javascript-vendor-filesMike Greiling2017-02-111-1/+1
| | |
* | | convert timeago.js dependency to an npm moduleMike Greiling2017-02-111-1/+1
| | |
* | | Remove fixed positioning from navbarAnnabel Dunstone Gray2017-02-101-1/+1
| | |
* | | Replace teaspoon references with Karmareplace-teaspoon-referencesClement Ho2017-02-101-1/+1
| |/ |/|
* | fix failing karma testMike Greiling2017-02-091-2/+2
|/
* backport fixes for pipelines_store frontend specsbackport-ee-build-fixesMike Greiling2017-02-081-0/+3
|
* Merge branch 'no-sidebar-on-action-btn-click' into 'master' Clement Ho2017-02-082-0/+114
|\ | | | | | | | | | | | | dismiss sidebar on action button click Closes #27227 See merge request !8798
| * dismiss sidebar on repo buttons clickAdam Pahlevi2017-02-082-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make the selector more inclusive spec for dashboard’s sidebar visibility fix linting errors for project dashboard page remove unused var: shouldBeCollapsed use project with repo, so download button became available use es6 style for testing project dashboard un-aliased global reference at sidebar.js.es6 fix spec from linting errors code improvement add singleton to `this` assign `singleton` to class add space in between remove `no-underscore-dangle` add complete changelog sidebar internal state test remove on page change, not exist in master. rebase. only nicescroll if the element is there new require style reference to sidebar content outside of timeout
* | Merge branch 'fix-ignored-spec-failures' into 'master' Filipa Lacerda2017-02-071-2/+6
|\ \ | | | | | | | | | | | | ensure karma fails if it cannot load all spec files See merge request !9038
| * | ensure karma fails if it cannot load all spec filesfix-ignored-spec-failuresMike Greiling2017-02-071-2/+6
| | |
* | | Merge branch 'fix/gb/invalid-new-merge-request-api' into 'master' Fatih Acet2017-02-076-20/+17
|\ \ \ | | | | | | | | | | | | | | | | Fix rendering pipelines for a new merge request See merge request !9032
| * | | fix lint errorMike Greiling2017-02-071-1/+1
| | | |
| * | | fix broken frontend testsMike Greiling2017-02-073-13/+9
| | | |
| * | | Fix broken specs from the Frontend sideFilipa Lacerda2017-02-073-7/+8
| | | |
* | | | Merge branch 'improve-handleLocationHash-tests' into 'master' Filipa Lacerda2017-02-071-4/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve gl.utils.handleLocationHash tests See merge request !9040
| * | | | Improve gl.utils.handleLocationHash testsimprove-handleLocationHash-testsClement Ho2017-02-071-4/+25
| | | | |
* | | | | Merge branch ↵Alfredo Sumaran2017-02-071-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graph' into 'master' added inline pipeline graph Closes #23785 See merge request !8576
| * | | | | added inline pipeline graph23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graphLuke "Jared" Bennett2017-02-071-2/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Added tests review changes
* | | | | Merge branch '24716-fix-ctrl-click-links' into 'master' Clement Ho2017-02-072-0/+82
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix Ctrl+Click support for Todos and Merge Request page tabs Closes #24716 See merge request !8898
| * | | | ESLint: remove `expect()` from `beforeEach()`Kushal Pandya2017-02-071-4/+18
| | | | |
| * | | | Refactor tests for `#opensInNewTab`Kushal Pandya2017-02-071-20/+3
| | | | |
| * | | | Add tests for `gl.utils.isMetaClick`Kushal Pandya2017-02-071-0/+32
| | | | |
| * | | | Update param name, add test for `e.which = 2`Kushal Pandya2017-02-071-2/+19
| | | | |
| * | | | Tests for clickTab with Mac and PCKushal Pandya2017-02-071-0/+36
| |/ / /
* | | | Merge branch 'fix-anchor-scrolling' into 'master' Clement Ho2017-02-071-0/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken anchor links when special characters are used Closes #26778 See merge request !8961
| * | | | Fix broken anchor links when special characters are usedAndrey Krivko2017-02-071-0/+13
| |/ / /
* | | | Merge branch '24147-delete-env-button' into 'master' Rémy Coutable2017-02-072-6/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Makes stop button visible in environment page Closes #24147 See merge request !7379
| * | | Fix stoppable?Kamil Trzcinski2017-02-072-6/+6
| |/ /
* | | Merge branch '27343-autocomplete-post-to-wrong-url-when-not-hosting-in-root' ↵Filipa Lacerda2017-02-073-10/+55
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix filtered search user autocomplete for gitlab instances that are hosted on a subdirectory Closes #27343 See merge request !8891
| * | Fix filtered search user autocomplete for gitlab instances that are hosted ↵27343-autocomplete-post-to-wrong-url-when-not-hosting-in-rootClement Ho2017-02-063-10/+55
| |/ | | | | | | on a subdirectory