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
path: root/app
AgeCommit message (Expand)Author
2016-08-17Created default sortable options to be shared between the lists & the cardsPhil Hughes
2016-08-17Added cursor for when movingPhil Hughes
2016-08-17Fixed JS error when trying to remove list that wasnt definedPhil Hughes
2016-08-17Fixed issue with sortable not working after deleting listPhil Hughes
2016-08-17Undefined variablePhil Hughes
2016-08-17Correctly removes from all lists when moving to donePhil Hughes
2016-08-17Added milestone & label filteringPhil Hughes
2016-08-17Can filter by author & assigneePhil Hughes
2016-08-17Added ability to infinite scroll issues listPhil Hughes
2016-08-17Fixed issue with cookie working across whole sitePhil Hughes
2016-08-17Gets issues after the list is saved to the DBPhil Hughes
2016-08-17Hides from new dropdown when already presentPhil Hughes
2016-08-17Filters backlog by search queryPhil Hughes
2016-08-17Hides the welcome board forever after it being hidden by the userPhil Hughes
2016-08-17Moved some code around to make it easier to read & work withPhil Hughes
2016-08-17Added assignee to frontendPhil Hughes
2016-08-17Disabled sorting in listsPhil Hughes
2016-08-17Links to issuesPhil Hughes
2016-08-17Can move between listsPhil Hughes
2016-08-17Pulls down issues for listsPhil Hughes
2016-08-17Hooked the frontend services up with the backendPhil Hughes
2016-08-17Added simulate drag JS for testsPhil Hughes
2016-08-17Fixed SCSS lint errorsPhil Hughes
2016-08-17Added blank statePhil Hughes
2016-08-17Fixed some styling issues in new list dropdownPhil Hughes
2016-08-17Test added a mock listPhil Hughes
2016-08-17Moved data holding into modelsPhil Hughes
2016-08-17Started new dropdownPhil Hughes
2016-08-17Changes names to listsPhil Hughes
2016-08-17Moved to ES6Phil Hughes
2016-08-17Removes boards correctlyPhil Hughes
2016-08-17Simplified the markding as done to remove from all boardsPhil Hughes
2016-08-17Disables sortable when in marking done modePhil Hughes
2016-08-17Fades out the other boards when marking as donePhil Hughes
2016-08-17Correctly removes from multiple boardsPhil Hughes
2016-08-17Fixed issue where list wouldnt scrollPhil Hughes
2016-08-17Correctly removes from boards when moved to donePhil Hughes
2016-08-17When moving to done & the issue belongs to more than 1 board it asks if user ...Phil Hughes
2016-08-17Added vue-resource to get & save dataPhil Hughes
2016-08-17Hooked up JS to allow issues to be moved between columnsPhil Hughes
2016-08-17Initial issue boards UIPhil Hughes
2016-08-17Validate if the lists are different when moving issues between listsDouglas Barbosa Alexandre
2016-08-17Fix board create service namespace to avoid autoload issuesDouglas Barbosa Alexandre
2016-08-17Use IssuesFinder instead of project.issues.visible_to_userDouglas Barbosa Alexandre
2016-08-17Inherit board related services from BaseServiceDouglas Barbosa Alexandre
2016-08-17Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre
2016-08-17Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre
2016-08-17Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre
2016-08-17Use `Issues::UpdateService` to close/reopen an issueDouglas Barbosa Alexandre
2016-08-17Remove useless increment when creating a new board listDouglas Barbosa Alexandre