| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update path for ListLabel model | Kushal Pandya | 2018-03-05 | 6 | -6/+6 |
| | | |||||
| * | Move BoardNewIssue vue component | George Tsiolis | 2018-02-08 | 1 | -1/+1 |
| | | |||||
| * | Move BoardList vue component to vue file | George Tsiolis | 2018-02-06 | 1 | -1/+1 |
| | | |||||
| * | Use restore() instead of reset() for removing axios MockAdapterwinh-axios-mock-restore | Winnie Hellmann | 2018-01-23 | 5 | -5/+5 |
| | | |||||
| * | Upgraded all vue libraries | Tim Zallmann | 2018-01-23 | 1 | -3/+3 |
| | | |||||
| * | consistent code style | Simon Knox | 2018-01-18 | 1 | -2/+1 |
| | | |||||
| * | add test for search terms with + | Simon Knox | 2018-01-18 | 1 | -2/+9 |
| | | |||||
| * | fix board filter parsing - don't replace encoded + symbols with spaces | Simon Knox | 2018-01-16 | 1 | -0/+21 |
| | | |||||
| * | Merge branch 'main-js-tidy-up' into 'master' | Filipa Lacerda | 2018-01-11 | 2 | -1/+2 |
| |\ | | | | | | | | | Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007 | ||||
| | * | Tidy up main JS filemain-js-tidy-up | Phil Hughes | 2018-01-10 | 2 | -1/+2 |
| | | | |||||
| * | | Merge branch '34312-eslint-vue-plugin' into 'master' | Phil Hughes | 2018-01-10 | 1 | -3/+3 |
| |\ \ | |/ |/| | | | | | | | | | Resolve "Add eslint-vue-plugin to our stack" Closes #34312 See merge request gitlab-org/gitlab-ce!16210 | ||||
| | * | Adds `eslint-plugin-vue`, fixes linter errors and adds docs | Filipa Lacerda | 2018-01-03 | 1 | -3/+3 |
| | | | |||||
| * | | Fixing re-ordering of an issue when dragging it to the bottom a long issue ↵ | David Kuri | 2018-01-09 | 1 | -0/+12 |
| |/ | | | | list in the board | ||||
| * | Switch boards to Axios | Eric Eastwood | 2018-01-02 | 10 | -83/+70 |
| | | |||||
| * | remove utl util imports from boards specs | Phil Hughes | 2017-12-08 | 3 | -3/+0 |
| | | |||||
| * | Backport changes from refactor sidebar weight block Vue and move to Issue Boardsce-1379-update-sidebar-weight-to-vue-and-add-to-boards | Eric Eastwood | 2017-12-04 | 1 | -0/+6 |
| | | | | | See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3566 | ||||
| * | Async notification subscriptions in issue boards | Eric Eastwood | 2017-11-20 | 2 | -13/+29 |
| | | |||||
| * | backport boards specs | Simon Knox | 2017-09-06 | 11 | -66/+103 |
| | | |||||
| * | Merge branch '36517-failing-karma-tests-for-chrome-60' into 'master' | Tim Zallmann | 2017-08-21 | 1 | -2/+6 |
| |\ | | | | | | | | | | | | | Resolve "Failing karma tests for Chrome 60" Closes #36517 See merge request !13646 | ||||
| | * | fix test failures in board_new_issue_spec.js on Chrome 60 | Mike Greiling | 2017-08-17 | 1 | -2/+6 |
| | | | |||||
| * | | Fixed issue boards closed list displaying empty labelissue-boards-closed-shows-empty-label | Phil Hughes | 2017-08-18 | 1 | -0/+19 |
| |/ | | | | Closes #36650 | ||||
| * | Show all labels | Regis Boudinot | 2017-08-08 | 1 | -12/+16 |
| | | |||||
| * | Make JavaScript tests fail for unhandled Promise rejections | Winnie Hellmann | 2017-06-23 | 2 | -103/+137 |
| | | |||||
| * | Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master' | Douwe Maan | 2017-06-07 | 1 | -0/+112 |
| |\ | | | | | | | | | | | | | Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820 | ||||
| | * | added tests for collapsing | Phil Hughes | 2017-06-02 | 1 | -0/+112 |
| | | | |||||
| * | | animate adding issue to boards31633-animate-issue | Simon Knox | 2017-06-01 | 1 | -18/+27 |
| |/ | | | | fix some false positive tests for board_new_issue | ||||
| * | Merge branch 'adopt-es-module-syntax' into 'master' | Filipa Lacerda | 2017-05-22 | 2 | -7/+7 |
| |\ | | | | | | | | | Adopt ES module syntax See merge request !9567 | ||||
| | * | fix eslint failures | Mike Greiling | 2017-05-16 | 1 | -1/+1 |
| | | | |||||
| | * | update frontend specs to use ES module syntax | Mike Greiling | 2017-05-16 | 2 | -6/+6 |
| | | | |||||
| * | | Consolidate user avatar Vue logic | Bryce Johnson | 2017-05-18 | 1 | -1/+1 |
| |/ | |||||
| * | [skip ci] Fix FE conflicts with master | Clement Ho | 2017-05-05 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵ | Valery Sizov | 2017-05-05 | 1 | -0/+21 |
| |\ | | | | | | | skip] | ||||
| | * | Changed how the default avatar is setissue-boards-no-avatar | Phil Hughes | 2017-05-04 | 1 | -0/+21 |
| | | | |||||
| * | | Fix karma | Clement Ho | 2017-05-04 | 3 | -5/+8 |
| | | | |||||
| * | | Fix eslint and rubocop | Clement Ho | 2017-05-04 | 1 | -1/+1 |
| | | | |||||
| * | | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 6 | -56/+183 |
| |/ | |||||
| * | ESLint fix | Phil Hughes | 2017-04-13 | 1 | -1/+1 |
| | | |||||
| * | Only increase the page number for boards when we need to | Phil Hughes | 2017-04-13 | 1 | -0/+40 |
| | | | | | Closes #30902 | ||||
| * | Added specs for board list component | Phil Hughes | 2017-04-05 | 1 | -0/+201 |
| | | |||||
| * | Stops triggering board sidebar when clicking avatar | Phil Hughes | 2017-03-28 | 1 | -0/+19 |
| | | |||||
| * | Merge branch 'rename_done_to_closed' into 'master' | Sean McGivern | 2017-03-27 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Change Done column to Closed in issue boards Closes #29420 See merge request !10198 | ||||
| | * | Change Done column to Closed in issue boards | blackst0ne | 2017-03-24 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed up issue boards JS specs | Phil Hughes | 2017-03-27 | 3 | -16/+16 |
| |/ | | | | | | The objects where passed in the wrong order so would actually cause a timeout eventually. Also changed to used random numbers so this error would of been more obvious Closes #29329 | ||||
| * | remove Cookies class from global space | Mike Greiling | 2017-03-22 | 1 | -1/+1 |
| | | |||||
| * | remove Vue from the global space | Mike Greiling | 2017-03-20 | 5 | -5/+8 |
| | | |||||
| * | Fixed eslintboards-blank-state-template-in-js | Phil Hughes | 2017-03-16 | 1 | -6/+7 |
| | | |||||
| * | Catches errors when generating lists | Phil Hughes | 2017-03-16 | 1 | -0/+92 |
| | | |||||
| * | Organize our polyfills and standardize on core-js | Mike Greiling | 2017-03-13 | 2 | -2/+0 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues | Valery Sizov | 2017-03-06 | 6 | -0/+0 |
| |\ | |||||
| | * | Remove .es6 from file extensions (!9241) | winniehell | 2017-03-05 | 6 | -0/+0 |
| | | | |||||
