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-16Make filtered search boards more consistent with EEClement Ho
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-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov
skip]
2017-05-04Changed how the default avatar is setPhil Hughes
2017-05-04Merge branch 'master' into issue-boards-no-avatarPhil Hughes
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-28Fixed avatar not displaying in issue boardsPhil Hughes
This happens when Gravatar is disabled in the admin settings, the avatar is returned as null & then frontend didn't do anything about it. Closes #31428
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-18Merge branch 'issue-boards-count-not-updating' into 'master' Filipa Lacerda
Only increase the page number for boards when we need to Closes #30902 See merge request !10684
2017-04-18Moved per page value to constPhil Hughes
2017-04-13Only increase the page number for boards when we need toPhil Hughes
Closes #30902
2017-04-13Merge branch 'remove-iife-boards-bundle' into 'master' Filipa Lacerda
Remove IIFEs in boards_bundle.js See merge request !10612
2017-04-11Merge branch 'boards-done-add-tooltip' into 'master' Filipa Lacerda
Issue 22424: Add tooltip to header of Done list Closes #22424 See merge request !10574
2017-04-11Remove IIFEs in boards_bundle.jsAlfredo Sumaran
2017-04-09Issue 22424: Add tooltip to header of Done listandrew brown
2017-04-07Remove Vue from main bundle and disable production warningsMike Greiling
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