summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* added specs for version check imagegamesover/gitlab-ce-broken_iamge_when_doing_offline_update_check(help_page)Luke "Jared" Bennett2017-02-223-1/+37
|
* Merge branch 'add-filtered-search-to-mr' into 'master' Alfredo Sumaran2017-02-221-2/+2
|\ | | | | | | | | | | | | Add filtered search to MR page Closes #27131 See merge request !9284
| * Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-211-2/+2
| |
* | Merge branch '26703-todos-count' into 'master' Clement Ho2017-02-212-2/+13
|\ \ | |/ |/| | | | | | | | | #26703 change todos counter position & format ( for large counts ) Closes #26703 See merge request !9171
| * change todos counter position & format ( for large counts )mhasbini2017-02-212-2/+13
| |
* | Allow searching issues for strings containing colonsSimon Knox2017-02-211-0/+23
|/
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-1724-24/+24
|
* Merge branch 'gfm-autocomplete-fixes' into 'master' Alfredo Sumaran2017-02-171-0/+57
|\ | | | | | | | | Fix errors in GFM slash commands matcher See merge request !8975
| * Fixes errors in GFM slash commands matcher and add tests for default matcherYarNayar2017-02-171-0/+57
| | | | | | | | See !8975
* | Merge branch 'dynamic-project-title-fixture' into 'master' Clement Ho2017-02-172-31/+8
|\ \ | | | | | | | | | | | | Replace static fixture for project_title_spec.js See merge request !9175
| * | Replace static fixture for project_title_spec.js (!9175)winniehell2017-02-132-31/+8
| | |
* | | Merge branch 'task_list_refactor' into 'master' Fatih Acet2017-02-172-10/+8
|\ \ \ | | | | | | | | | | | | | | | | move task_list setup and events to own class See merge request !9016
| * \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactortask_list_refactorSimon Knox2017-02-1610-36/+202
| |\ \ \
| * | | | code style and test fixesSimon Knox2017-02-142-4/+4
| | | | | | | | | | | | | | | | | | | | fix test following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9172
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-145-48/+66
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-1421-77/+300
| |\ \ \ \ \
| * | | | | | update karma test to expect ajax instead of POSTSimon Knox2017-02-091-8/+6
| | | | | | |
* | | | | | | Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern2017-02-173-168/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Update global sidebar to dropdown" Closes #26200 See merge request !9199
| * | | | | | | Delete sidebar specs and fixtures; update shortcuts_spec to check page titleAnnabel Dunstone Gray2017-02-153-168/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch '28247-timeloops-bug' into 'master' Clement Ho2017-02-161-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only run timeago loops after rendering timeago components Closes #28247 See merge request !9267
| * | | | | | | Fix broken test28247-timeloops-bugFilipa Lacerda2017-02-161-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'fe-paginated-environments-api' into ↵paginate-environments-bundleFilipa Lacerda2017-02-1613-256/+481
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'paginate-environments-bundle' Integrate with new environments API See merge request !8954
| * | | | | | | Create util to handle pagination transformationFilipa Lacerda2017-02-161-0/+24
| | | | | | | |
| * | | | | | | Merge branch 'fe-paginated-environments-api-add-pagination' into ↵Filipa Lacerda2017-02-161-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe-paginated-environments-api-add-subview * fe-paginated-environments-api-add-pagination: Changes after review Rename storePagination to setPagination
| | * | | | | | | Rename storePagination to setPaginationFilipa Lacerda2017-02-161-1/+1
| | | | | | | | |
| * | | | | | | | Fix broken testsfe-paginated-environments-api-add-subviewFilipa Lacerda2017-02-164-75/+96
| | | | | | | | |
| * | | | | | | | Move change page param to utility functionFilipa Lacerda2017-02-153-0/+249
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests Adds folder name in the top of the table
| * | | | | | | Add pagination tests for environments tableFilipa Lacerda2017-02-121-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove fdescribe statement Fix conflict
| * | | | | | | Remove spec checking for scope 'all' since it's no longer part of componentFilipa Lacerda2017-02-122-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes after review Fix typo
| * | | | | | | Integrates pagination component with APIFilipa Lacerda2017-02-122-11/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds pagination tests Remove misplaced comment Fix broken store test
| * | | | | | | Merge branch 'master' into fe-paginated-environments-apiFilipa Lacerda2017-02-125-6/+6
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (97 commits) convert js-cookie dependency to an npm module convert timeago.js dependency to an npm module remove vue from vendor since it is now in node_modules Add CHANGELOG file Stylize blockquote in notification emails Add js prefix to right sidebar Replace accidentally deleted metaclick Remove right padding from navbar-collapse on large screens Add changelog common_utils merge conflicts Set sidebar height to 100% if at top of page Set height of fixed sidebars with js Add sticky sidebar on wiki page Fix comment button test for slash commands Fix time tracking spec Fix issue boards sidebar alignment and sidebar toggle spec Fix failing conflicts test Fix build sidebar scrolling Refactor JS Fix pinned sidebar alignment ...
| * | | | | | | Fix broken test and linter errorFilipa Lacerda2017-02-091-1/+1
| | | | | | | |
| * | | | | | | Use CJS in all environments componentsFilipa Lacerda2017-02-096-21/+20
| | | | | | | |
| * | | | | | | Use CJS for tests.Filipa Lacerda2017-02-094-35/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates expected model in tests
| * | | | | | | Adjustments for the new response with countersFilipa Lacerda2017-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a
| * | | | | | | Adjustments to receive new data schemaFilipa Lacerda2017-02-093-259/+106
| | | | | | | |
* | | | | | | | Merge branch '27452-update-issue-count' into 'master' Filipa Lacerda2017-02-161-0/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update issue count when closing/reopening an issue Closes #27452 See merge request !9216
| * | | | | | | update issue count when closing/reopening an issueSimon Knox2017-02-141-0/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | 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
| | | | | | |