summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Expand)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 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
|\ \
| * | 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 (!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
|\ \
| * | 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 (!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 (!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 (!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 (!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 repo buttons clickAdam Pahlevi2017-02-082-0/+114
* | Merge branch 'fix-ignored-spec-failures' into 'master' Filipa Lacerda2017-02-071-2/+6
|\ \
| * | 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 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 testsimprove-handleLocationHash-testsClement Ho2017-02-071-4/+25
* | | | | Merge branch '23785-with-builds-tab-gone-give-additional-context-in-system-in...Alfredo Sumaran2017-02-071-2/+2
|\ \ \ \ \
| * | | | | 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
| | |/ / / | |/| | |
* | | | | Merge branch '24716-fix-ctrl-click-links' into 'master' Clement Ho2017-02-072-0/+82
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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 usedAndrey Krivko2017-02-071-0/+13
| |/ / /
* | | | Merge branch '24147-delete-env-button' into 'master' Rémy Coutable2017-02-072-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | 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
|\ \ \ | |_|/ |/| |
| * | Fix filtered search user autocomplete for gitlab instances that are hosted on...27343-autocomplete-post-to-wrong-url-when-not-hosting-in-rootClement Ho2017-02-063-10/+55
| |/