summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/stores
Commit message (Expand)AuthorAgeFilesLines
* Add setCurrentBoard to boardsStoreWinnie Hellmann2019-07-151-0/+4
* Add functions for multiple boards to BoardServiceWinnie Hellmann2019-07-121-0/+34
* Copy content from BoardService to boardsStoreWinnie Hellmann2019-07-041-0/+111
* Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-251-0/+7
* Disable unnecessary ESLint i18n offencesBrandon Labuschagne2019-06-132-0/+2
* Extract setListDetail() into issue boards storeWinnie Hellmann2019-06-051-0/+4
* Extract setIssueDetail() into issue boards storeWinnie Hellmann2019-06-041-1/+5
* Extract toggleFilter() into issue boards storeWinnie Hellmann2019-06-041-0/+19
* Move boardsStore.moving to BoardList componentWinnie Hellmann2019-06-031-0/+5
* Revert "Merge branch 'js-i18n-board-store' into 'master'"revert-2d980fadBrandon Labuschagne2019-05-312-5/+2
* Sort by position in issue boards store addList()Winnie Hellmann2019-05-301-3/+1
* Extract clearDetailIssue() to issue boards storeWinnie Hellmann2019-05-301-0/+4
* I18N boards store directoryjs-i18n-board-storeBrandon Labuschagne2019-05-272-2/+5
* Create empty Vuex store for issue boardsWinnie Hellmann2019-05-205-0/+194
* Internationalisation of board directoryBrandon Labuschagne2019-05-011-1/+2
* Merge branch 'winh-boards-store' into 'master'Phil Hughes2019-04-162-1/+19
|\
| * Copy boards store changes from EEwinh-boards-storeWinnie Hellmann2019-04-101-1/+11
| * Import BoardsStoreEE conditionallyWinnie Hellmann2019-04-102-0/+8
* | Display scoped labels in Issue BoardsRajat Jain2019-04-151-0/+4
|/
* Fix failed tests and add extra testHeinrich Lee Yu2018-12-061-3/+1
* Allow creating label lists with the same label nameHeinrich Lee Yu2018-12-061-0/+5
* Replace `=== true` with `parseBoolean()`Winnie Hellmann2018-11-271-2/+2
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-312-32/+37
* Convert remaining issue board components into ES module syntaxMike Greiling2018-10-101-4/+15
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
* Backport issue board milestone lists EE changesOswaldo Ferreira2018-08-071-1/+14
* [Backport] View summed weights of issues in board columnFelipe Artur2018-07-301-2/+8
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
* Enable no-restricted-globals in JS filesgfyoung2018-06-151-1/+1
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-6/+18
* Remove modal store and mixins from global scope44224-remove-glFilipa Lacerda2018-04-061-4/+1
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-261-1/+1
* apply changes for JS and CSS from gitlab-ee!2912Simon Knox2017-10-311-3/+5
* Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"revert-2573818fDmitriy Zaporozhets2017-10-301-5/+3
* [CE backport] Saved configuration for issue boardOswaldo Ferreira2017-10-301-3/+5
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-1/+2
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-1/+1
* Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan2017-06-071-2/+6
|\
| * spec updatesPhil Hughes2017-05-311-1/+1
| * Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-311-2/+6
* | animate adding issue to boards31633-animate-issueSimon Knox2017-06-011-0/+1
|/
* Changed how the default avatar is setissue-boards-no-avatarPhil Hughes2017-05-041-2/+2
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-0/+3
* Remove IIFEs in boards_bundle.jsremove-iife-boards-bundleAlfredo Sumaran2017-04-102-188/+184
* Merge branch 'rename_done_to_closed' into 'master' Sean McGivern2017-03-271-2/+2
|\
| * Change Done column to Closed in issue boardsblackst0ne2017-03-241-2/+2
* | Merge branch 'add-issue-modal-loading-indicator' into 'master' Alfredo Sumaran2017-03-241-0/+1
|\ \ | |/ |/|
| * Show loading icon when changing filter in add issues modalPhil Hughes2017-03-211-0/+1