summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Collapse)AuthorAgeFilesLines
...
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-157-19/+498
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-141-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-131-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-117-498/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-117-19/+498
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-2/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-012-7/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-1/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-15/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-187-35/+57
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-1/+1
|
* Add missing ListIssue importfix-missing-listissueIllya Klymov2019-09-101-1/+1
|
* Merge branch 'qa/e2e-tests-for-multiple-boards-on-group-level' into 'master'Walmyr Lima e Silva Filho2019-09-061-0/+1
|\ | | | | | | | | Update view for testability See merge request gitlab-org/gitlab-ce!32644
| * Update views for testabilityqa/e2e-tests-for-multiple-boards-on-group-levelWalmyr Lima2019-09-051-0/+1
| |
* | Show weight on new board issue (CE-backport)Winnie Hellmann2019-09-061-1/+5
| |
* | Let project reporters create issue from group boardsFelipe Artur2019-09-042-1/+13
|/ | | | | The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
* Revert "DB change, migratoin and changelog"Lee Tickett2019-09-031-2/+2
| | | | This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
* Revert "DB change, migratoin and changelog"Lee Tickett2019-08-301-4/+4
| | | | This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
* Merge branch 'ce-6878-add-epic-select-dropdown' into 'master'Nick Thomas2019-08-221-0/+2
|\ | | | | | | | | Add `searchBy` helper & `SidebarItemEpicsSelect` placeholder component See merge request gitlab-org/gitlab-ce!31859
| * Add `searchBy` helper & `SidebarItemEpicsSelect`ce-6878-add-epic-select-dropdownKushal Pandya2019-08-221-0/+2
| | | | | | | | | | - Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
* | Add testability on viewsWalmyr Lima2019-08-203-0/+3
|/
* Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-083-0/+3
| | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* Add note about refactoring to board_service.jsWinnie Hellmann2019-08-061-0/+5
|
* Autofix i18n lints for vue filesEzekiel Kigbo2019-07-251-12/+15
| | | | | Autofixes additional linting errors found in vue files.
* use the property of name_with_namespace instead of name for the new issue ↵Emeryao2019-07-221-3/+5
| | | | | | | | form in boards add a new attribute for name_with_namespace prettier the changed code
* Removes EE differences for issue boardsFilipa Lacerda2019-07-192-1/+23
|
* add stub to the boardsStore to spy on it and be able to use ↵Eduardo Mejía2019-07-191-4/+7
| | | | toHaveBeenCalledWith for the pre-defined labels test
* Move boards switcher partialWinnie Hellmann2019-07-174-3/+586
| | | | (cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
* Removes EE differences for modal issues board10009-boards-indexFilipa Lacerda2019-07-172-1/+3
|
* Add setCurrentBoard to boardsStoreWinnie Hellmann2019-07-151-0/+4
| | | | (cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
* Add functions for multiple boards to BoardServiceWinnie Hellmann2019-07-122-0/+50
| | | | (cherry picked from commit 9dbefac95a8b60b93ba7b05fd7bf69b80b395f54)
* change the use of boardService in favor of boardsStore on footer for the ↵Eduardo Mejía2019-07-121-1/+1
| | | | board component
* Moves EE differences for issue boardsFilipa Lacerda2019-07-103-14/+21
|
* Fix - use `s__` for namespaced translations64260-i18n-broken-boards-blank-stateEzekiel Kigbo2019-07-081-4/+4
|
* Replace runtime isEE check with compile time one60213-fix-is-ee-webpack-checksLukas Eipert2019-07-054-12/+9
| | | | | | | | | This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
* Copy content from BoardService to boardsStoreWinnie Hellmann2019-07-043-59/+131
| | | | (cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
* Create EE-specific initNewListDropdown() functionWinnie Hellmann2019-07-041-1/+1
| | | | (cherry picked from commit 844666193f0740ab9c5f91d60d61acb6ce14cfaf)
* Extract mounting of multiple boards switcherWinnie Hellmann2019-07-042-0/+5
|
* Allow collapsing all issue boardsMartin Hanzel2019-06-283-16/+34
| | | | | | All issue boards can now be collapsed via a button, re-ordered by dragging the header, and the vertical collapsed header style was reworked.
* Vue-i18n: javascripts/boards directoryEzekiel Kigbo2019-06-2810-57/+70
| | | | | i18n linting for .vue files under the app/javascripts/boards directory
* Removes EE differences12364-sortable-default-mixinFilipa Lacerda2019-06-261-1/+1
| | | | uses ee_else_ce to remove ee differences
* Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-254-7/+17
| | | | Changes migration and all other places the attribute is used
* Limit time tracking values to hoursJon Kolb2019-06-251-2/+7
| | | | | Adds an instance setting to limit display of time tracking values to hours only
* Disable unnecessary ESLint i18n offencesBrandon Labuschagne2019-06-132-0/+2
| | | | | | | | Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration.
* Remove list sorting from NewListDropdownWinnie Hellmann2019-06-071-3/+0
|
* Move Vue models from vue_shared to boardsMartin Hanzel2019-06-075-5/+29
| | | | | Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
* Extract setListDetail() into issue boards storeWinnie Hellmann2019-06-053-2/+6
|