summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/index.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Extract clearDetailIssue() to issue boards storeWinnie Hellmann2019-05-301-1/+1
|
* Internationalisation of board directoryBrandon Labuschagne2019-05-011-2/+2
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Add time tracking information to Issue Boards sidebarKushal Pandya2019-04-121-2/+22
| | | | Add time tracking progress bar to Issue Boards sidebar.
* Display Recent Boards in Board switcherRajat Jain2019-03-041-0/+2
| | | | | | | Add a new Recent section in the board switcher along with a All section which like old times display all the available boards. Recent section lists the recent 5 boards you have visited for a quick switch.
* Replace `=== true` with `parseBoolean()`Winnie Hellmann2018-11-271-2/+2
|
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-3/+3
|
* Convert remaining issue board components into ES module syntaxMike Greiling2018-10-101-33/+29
|
* circumvent browser cache on browser back navigationJohann Hubert Sonntagbauer2018-10-021-0/+11
|
* Upgrade eslint to v5Mike Greiling2018-09-201-2/+2
| | | | | | We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* CE backport of issue-boards-js-fixissue-boards-js-fix-backportPhil Hughes2018-07-251-73/+76
|
* Merge branch 'fl-tech-debt' into 'master'Phil Hughes2018-06-271-2/+2
|\ | | | | | | | | Moves boards components into a .vue file See merge request gitlab-org/gitlab-ce!20177
| * Moves boards components into a .vue filefl-tech-debtFilipa Lacerda2018-06-261-2/+2
| |
* | Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-2/+2
|/ | | | Partially addresses #47006.
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
|
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-1/+1
|
* Replace tooltip('destroy') with tooltip('dispose')Clement Ho2018-04-191-1/+1
|
* Remove modal store and mixins from global scope44224-remove-glFilipa Lacerda2018-04-061-4/+3
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-061-1/+1
|\ | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb
| * Update path for ListLabel modelKushal Pandya2018-03-051-1/+1
| |
* | Bring one group board to CEFelipe Artur2018-03-031-1/+4
|/
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-261-4/+6
|
* Removed named importConstance Okoghenun2018-02-211-2/+2
|
* Refactored use of boards/boards_bundle.js, created a dipatcher importConstance Okoghenun2018-02-151-0/+239