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-12-05Backport changes from refactor sidebar weight block Vue and move to Issue BoardsEric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3566
2017-11-20Async notification subscriptions in issue boardsEric Eastwood
2017-11-13Export text utils as ES6 modulesFilipa Lacerda
2017-11-02Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
2518-saved-configuration-for-issue-board
2017-11-01Export logo and labels select as ES6 modulesFilipa Lacerda
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-30Merge branch 'master' into 38869-importer_statusFilipa Lacerda
* master: (51 commits) Move locked check to a guard-clause Ci::Build tag is a trait instead of an own factory [CE backport] Saved configuration for issue board Use the correct project visibility in system hooks Add changelog more readable changelog Make merge_jid handling less stateful in MergeService Fetch the merged branches at once remove extra whitespace use a delegate for `username` to be more future friendly Merging EE doc into CE add changelog entry Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername ...
2017-10-30[CE backport] Saved configuration for issue boardOswaldo Ferreira
2017-10-26Remove issuable form from global namespaceFilipa Lacerda
2017-10-26Remove issuableContext from global namespaceFilipa Lacerda
2017-10-18Fix PikadayFilipa Lacerda
2017-10-13Fix feature specs for new scoped urls for boardsValery Sizov
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-10-09Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda
2017-09-28Merge branch 'jramsay-spelling-occurred' into 'master'Jacob Schatz
Fix spelling of occurred See merge request gitlab-org/gitlab-ce!14488
2017-09-27Make issue boards sidebar full heightWinnie Hellmann
2017-09-26Fix spelling of occurredJames Ramsay
2017-09-22Resolve "Better SVG Usage in the Frontend"Tim Zallmann
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-09-06Finish backports and fix specsFelipe Artur
2017-09-06pick some missing JSSimon Knox
2017-09-06missing js changeSimon Knox
2017-09-06FE backport of group boards to reduce CE conflictsSimon Knox
2017-08-18Fixed issue boards closed list displaying empty labelPhil Hughes
Closes #36650
2017-08-10removed global use of breakpoint checkerPhil Hughes
2017-08-08Show all labelsRegis Boudinot
2017-08-04Backport to CE for:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2483
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
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