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
2017-07-12Update vue-resourceFilipa Lacerda
2017-07-03Resolve "Issue Board -> "Remove from board" button when viewing an issue ↵Luke "Jared" Bennett
gives js error and fails"
2017-06-23Make JavaScript tests fail for unhandled Promise rejectionsWinnie Hellmann
2017-06-10Remove dead singular assignee code in boardsEric Eastwood
Introduced in https://gitlab.com/gitlab-org/gitlab-ce/commit/adc59353fa48c5e433b80efc1698c0b12e121968#852fdbe4145be33eca58d30d8c2f4a6623ef8602_30_30 Only usage removed in https://gitlab.com/gitlab-org/gitlab-ce/commit/de9e559d4495560095adfa03ea6489ea51f6f2f4#e22df3c6b3631af90cde45bbb974ddce72aefab7_21_21
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-07Merge branch '31633-animate-issue' into 'master'Phil Hughes
animate adding issue to boards Closes #31633 See merge request !11785
2017-06-06updated service specPhil Hughes
2017-06-01changed the icon for the collapsed backlog listPhil Hughes
[ci skip]
2017-06-01fixed boards specsPhil Hughes
added key to assignee avatar loop
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-26Backport canEdit changes for conditional remove buttonEric Eastwood
Backport Fix locked milestone in boards being remove-able. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1963 Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/2433 Conflicts: app/assets/javascripts/boards/boards_bundle.js app/assets/javascripts/boards/filtered_search_boards.js app/assets/javascripts/filtered_search/filtered_search_manager.js spec/features/boards/boards_spec.rb
2017-05-22Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda
Adopt ES module syntax See merge request !9567
2017-05-18Consolidate user avatar Vue logicBryce Johnson
2017-05-17Fix unassigned checkmarkClement Ho
2017-05-16update boards_bundle to ES module syntaxMike Greiling
2017-05-16Removes nicescroll from issuable sidebarPhil Hughes
2017-05-10Merge branch ↵Phil Hughes
'31474-issue-boards-sidebar-milestone-dropdown-should-not-be-multi-select' into 'master' Resolve "Issue boards sidebar milestone dropdown should not be multi select" Closes #31474 See merge request !11084
2017-05-10Tech debt: Creates vue component for loading iconFilipa Lacerda
2017-05-10Disallow multiselect for Milestone dropdownSam Rose
2017-05-10stub error handlers where uncaught Promise rejections currently existMike Greiling
2017-05-05[skip ci] Fix FE conflicts with masterClement Ho
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-03Default to null user when asignee is unselectedSam Rose
Also implemented same behavior on the Issue Boards assignee block. Fixed the default state for search/filter dropdown for issuables.
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-11Remove IIFEs in boards_bundle.jsAlfredo Sumaran
2017-04-07Update issue board cards designClement Ho
2017-04-05Changed order in Vue filePhil Hughes
2017-04-05Added specs for board list componentPhil Hughes
2017-04-05Issue boards list template in JS filePhil Hughes
This is one step closer to making the transition to .vue files for issue boards
2017-03-28Stops triggering board sidebar when clicking avatarPhil Hughes
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-23Merge branch 'add-issues-modal-filtered-search-takes-search-param' into ↵Filipa Lacerda
'master' Fixed search param being used in the add issues modal See merge request !10114
2017-03-23Merge branch 'remove-cookies-global' into 'master' Filipa Lacerda
Remove Cookies class from global space See merge request !9883
2017-03-22Fixed bug stopping issue boards cards being draggedPhil Hughes
This was caused by the window being zoomed & therefore returning a non-rounded number. The number now gets rounded to correctly work in the if statement Closes #29576
2017-03-22remove Cookies class from global spaceMike Greiling
2017-03-21Fixed search param being used in the add issues modalPhil Hughes
Also fixed the input placeholder in the modal not being displayed when first opened
2017-03-21Show loading icon when changing filter in add issues modalPhil Hughes
Closes #29615
2017-03-21make eslint happyMike Greiling
2017-03-21remove Vue from the global spaceMike Greiling
2017-03-21Merge branch 'clear-page-param-after-filter-in-add-issues-modal' into 'master' Alfredo Sumaran
Reset issue boards add issues modal page when filtering Closes #29616 See merge request !10039
2017-03-18Rename 'All issues' to 'Open issues' in Add issues modalblackst0ne
2017-03-17Merge branch 'boards-blank-state-template-in-js' into 'master' Filipa Lacerda
Issue boards blank state template in JS file See merge request !9959
2017-03-17Reset issue boards add issues modal page when filteringPhil Hughes
The page param is reset when filtering or when opening, previously it was possible to get the page param stuck on a high number making it impossible to either filter or to close & open the modal and get the issues you want to see. Closes #29616
2017-03-16Fixed eslintPhil Hughes
2017-03-16Catches errors when generating listsPhil Hughes
2017-03-16Moved reduce function to a utilPhil Hughes
Fixed issue with modal window including main search bars tokens