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-04-17Fix no assignee text in sidebar_specLuke Bennett
2019-04-16`None` for assigneesVictor Wu
Update assignees_spec.js Update sidebar_spec.rb Update issues_spec.rb
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2018-11-20Prettify all the thingsMike Greiling
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-17Prettify sidebar modulesMike Greiling
2018-07-24Replace author_link snake case in vue componentsGeorge Tsiolis
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-24Fix collapsed sidebar tooltipsClement Ho
2018-04-19Merge branch 'master' into bootstrap4Clement Ho
2018-04-19Resolve "Improve tooltips of collapsed sidebars"Dennis Tang
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-03-09Move AssigneeTitle vue componentGeorge Tsiolis
2018-03-07Move SidebarAssignees vue componentGeorge Tsiolis
2018-02-28Add Assignees vue component missing data containerGeorge Tsiolis
2018-02-27Move Assignees vue componentGeorge Tsiolis
2018-01-28Fall back to default_avatar_url in issue assigment.Felix Geyer
This fixes the avatar in issue assignments when the user hasn't got an avatar and Gravatar is disabled. Closes #34733
2018-01-18Make the 'Edit' links consistent in the issuable sidebarRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-07Backport epic in issueClement Ho
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-09-04Move "Move to different project" to sidebarEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-06-27Polish sidebar toggleClement Ho
2017-05-24add loading spinner to sidebar assigneesSimon Knox
store isFetching state to indicate if assignees has initial data
2017-05-05[skip ci] Fix FE conflicts with masterClement Ho
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov