summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Import vue into specboard-new-issue-template-in-jsPhil Hughes2017-03-011-1/+1
|
* Fixed eslintPhil Hughes2017-03-011-11/+13
|
* Moved issue boards new issue form templatePhil Hughes2017-03-012-1/+190
|
* Pagination only changes the page parameter.28818-tech-debt-pipelines-paginationFilipa Lacerda2017-02-281-9/+1
| | | | Fix broken test
* Merge branch 'moving-issue-with-two-list-labels' into 'master' Alfredo Sumaran2017-02-241-0/+21
|\ | | | | | | | | | | | | Removes label from previous list Closes #28484 See merge request !9418
| * Removes label from previous listmoving-issue-with-two-list-labelsPhil Hughes2017-02-211-0/+21
| | | | | | | | | | | | When dragging an issue to a list that it already exists in it was previously not removing the label for the list it was moving from. This changes that to make that API call. Closes #28484
* | Merge branch 'user-callouts' into 'master' Filipa Lacerda2017-02-242-0/+39
|\ \ | | | | | | | | | | | | | | | | | | Added user-callouts Closes #27269 See merge request !9249
| * | Fix failing specsAlfredo Sumaran2017-02-231-5/+9
| | |
| * | Modified the user_callout behaviourJose Ivan Vargas2017-02-232-17/+6
| | | | | | | | | | | | | | | Now it appends a template instead of relying in a partial to show it.
| * | Removed disabled rules from the user_callout_spec.jsJose Ivan Vargas2017-02-231-6/+3
| | | | | | | | | | | | | | | | | | | | | Also changed the cookie sets to true and false values to make it consistent with the rest of the javascript. Fixed some haml and a missing new line
| * | Moved the dismiss-icon listener to close the callout to a buttonJose Ivan Vargas2017-02-232-3/+3
| | |
| * | Changed the javascript class from using the global scope to exporting it via ↵Jose Ivan Vargas2017-02-232-37/+32
| | | | | | | | | | | | | | | | | | webpack Also improved accesibility and change the id from user_callouts to a class
| * | Created unit tests, fixtures and integration testsJose Ivan Vargas2017-02-232-0/+54
| | | | | | | | | | | | | | | Also changed the user_callout haml to a partial and added the corresponding SVG icon
* | | Merge branch 'refactor-graphs-bundle' into 'master' Filipa Lacerda2017-02-243-27/+4
|\ \ \ | | | | | | | | | | | | | | | | Refactor graphs bundle to ES module syntax See merge request !9502
| * | | refactor stat_graph_contributors_graph to es6 module syntaxMike Greiling2017-02-241-5/+3
| | | |
| * | | refactor stat_graph_contributors_util to es6 module syntaxMike Greiling2017-02-241-2/+1
| | | |
| * | | remove unused StatGraph classMike Greiling2017-02-241-20/+0
| |/ /
* | | Merge branch 'boards-card-template-to-js' into 'master' Filipa Lacerda2017-02-241-0/+168
|\ \ \ | | | | | | | | | | | | | | | | Issue boards card template in JS See merge request !9477
| * | | Fixed eslint errorsboards-card-template-to-jsPhil Hughes2017-02-231-3/+7
| | | |
| * | | Issue boards card in JSPhil Hughes2017-02-231-0/+164
| | | | | | | | | | | | | | | | | | | | | | | | Moved the issue boards card template into the JS. This helps to improve the code coverage & will eventually make it easier to move this to .vue files
* | | | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-236-7/+7
| |/ / |/| |
* | | Merge branch 'master' into 'master' Clement Ho2017-02-232-0/+60
|\ \ \ | |/ / |/| | | | | | | | on branch deletion show loading icon and disabled the button See merge request !6761
| * | on branch deletion show loading icon and disabled the buttonwendy04022017-02-222-0/+60
| | | | | | | | | | | | | | | after user click delete branch, there is no processing indication, and user can click many times till. It seems flaw in UX. this will fix it fix bug in branch deletion link
* | | 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