Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-16Add setCurrentBoard to boardsStoreWinnie Hellmann
(cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
2019-07-12Add functions for multiple boards to BoardServiceWinnie Hellmann
(cherry picked from commit 9dbefac95a8b60b93ba7b05fd7bf69b80b395f54)
2019-07-04Copy content from BoardService to boardsStoreWinnie Hellmann
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
2019-06-25Rename to time_tracking_limit_to_hoursHeinrich Lee Yu
Changes migration and all other places the attribute is used
2019-06-13Disable unnecessary ESLint i18n offencesBrandon Labuschagne
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.
2019-06-05Extract setListDetail() into issue boards storeWinnie Hellmann
2019-06-04Extract setIssueDetail() into issue boards storeWinnie Hellmann
2019-06-04Extract toggleFilter() into issue boards storeWinnie Hellmann
2019-06-04Move boardsStore.moving to BoardList componentWinnie Hellmann
2019-05-31Revert "Merge branch 'js-i18n-board-store' into 'master'"Brandon Labuschagne
This reverts merge request !28712
2019-05-31Sort by position in issue boards store addList()Winnie Hellmann
2019-05-30Extract clearDetailIssue() to issue boards storeWinnie Hellmann
2019-05-27I18N boards store directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-20Create empty Vuex store for issue boardsWinnie Hellmann
2019-05-01Internationalisation of board directoryBrandon Labuschagne
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
2019-04-16Merge branch 'winh-boards-store' into 'master'Phil Hughes
Remove EE-specific code from boards store (CE-backport) See merge request gitlab-org/gitlab-ce!26924
2019-04-15Display scoped labels in Issue BoardsRajat Jain
This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
2019-04-10Copy boards store changes from EEWinnie Hellmann
2019-04-10Import BoardsStoreEE conditionallyWinnie Hellmann
(cherry picked from commit d79e06149136f01d2a3fce328791bcf70d31c0df)
2018-12-06Fix failed tests and add extra testHeinrich Lee Yu
2018-12-06Allow creating label lists with the same label nameHeinrich Lee Yu
2018-11-27Replace `=== true` with `parseBoolean()`Winnie Hellmann
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-10Convert remaining issue board components into ES module syntaxMike Greiling
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-08-07Backport issue board milestone lists EE changesOswaldo Ferreira
2018-07-30[Backport] View summed weights of issues in board columnFelipe Artur
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2018-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-04-06Remove modal store and mixins from global scopeFilipa Lacerda
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-26Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable
2017-10-31apply changes for JS and CSS from gitlab-ee!2912Simon Knox
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2912/
2017-10-30Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"Dmitriy Zaporozhets
This reverts merge request !15009
2017-10-30[CE backport] Saved configuration for issue boardOswaldo Ferreira
2017-09-09Import modules instead of using the ones in global namespaceFilipa Lacerda
Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-06-07Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan
Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820
2017-06-01animate adding issue to boardsSimon Knox
fix some false positive tests for board_new_issue
2017-05-31spec updatesPhil Hughes
2017-05-31Expand/collapse close & backlog lists in issue boardsPhil Hughes
The closed & backlog lists in issue boards are no collapsible. They can be collapsed independently of each other & this selection is then saved to the browser through localStorage. When the page loads, the code gets the data from localStorage & determines whether to show or hide the list Closes #23917
2017-05-04Changed how the default avatar is setPhil Hughes
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-11Remove IIFEs in boards_bundle.jsAlfredo Sumaran
2017-03-27Merge branch 'rename_done_to_closed' into 'master' Sean McGivern
Change Done column to Closed in issue boards Closes #29420 See merge request !10198
2017-03-24Merge branch 'add-issue-modal-loading-indicator' into 'master' Alfredo Sumaran
Show loading icon when changing filter in add issues modal Closes #29615 See merge request !10043
2017-03-24Change Done column to Closed in issue boardsblackst0ne
2017-03-22remove Cookies class from global spaceMike Greiling