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
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-27Fix incorrect reaction placement in commit diff discussionSamantha Ming
2019-06-06Change "Report abuse to GitLab" to more generic wording.Marc Schwede
2019-05-23Update smiley icons to new onesJarek Ostrowski
Add new emoji icons Remove added SVGs Change to sprite_icons Prettify Fix text left behind Fix errors Remove background top level reaction icon
2018-11-07Copy changes for abuse clarityJeremy Watson
2018-09-01Correct remaining `Lint/UselessAssignment` haml-lint violationsRobert Speicher
2018-08-24Allows author to vote on their own issueChantal Rollison
2018-04-11Prevent awarding emoji when a project is archivedBob Van Landuyt
This prevents performing the requests, and disables all emoji reaction buttons
2017-12-07Resolve "Display member role per project"Mike Greiling
2017-09-28Tweaked the first time contributor tooltip textPhil Hughes
Removes the text `Handle with care` as it sounds condescending.
2017-09-26Fix a dash being rendered in the note's access roleMicael Bergeron
2017-09-06Merge branch '35811-fix-copy-link-text-color' into 'master'Tim Zallmann
Fix text color for `Copy link` action on Note more actions dropdown See merge request !14084
2017-09-06Prevent `btn-transparent` class from being added on `Copy link` actionkushalpandya
2017-09-06add controller specmicael.bergeron
also fix some code styling issues
2017-09-06remove lintmicael.bergeron
2017-09-06rework the contributor badgemicael.bergeron
- only show in merge-requests - show as a little glyph
2017-09-06round of fixes after code reviewmicael.bergeron
2017-09-06WIP: refactor the first-contributor to Issuablemicael.bergeron
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
2017-09-06fix #35161, add a first-time contributor badgemicael.bergeron
a new badge will be added when an user that doesn't yet have any merged merge request is discussing on either issues or merge requests that he created. this is indented for people to use extra care when discussing with a new contributor.
2017-09-05Creates an icon only for the discussions and puts back the old SVG for CI statusFilipa Lacerda
2017-08-28Merge branch '36582-fix-note-resolved-icon' into 'master'Fatih Acet
Update and fix resolvable note icons for easier recognition Closes #36582 See merge request !13821
2017-08-25Update and fix resolvable note icons for easier recognitionEric Eastwood
2017-08-25Add support for copying permalink to notes via more actions dropdownDimitrie Hoekstra
2017-08-10take edit note button out of dropdownSimon Knox
2017-06-16Add view spec for more_actions_dropdown render branchesLuke "Jared" Bennett
2017-06-16[ci skip] Correct rendering more actions dropdown when there are no actions ↵Luke "Jared" Bennett
and correct the more actions dropdown divider conditional
2017-06-16Correct 'report as abuse' nesting in _more_actions_dropdown.html.hamlLuke "Jared" Bennett
2017-06-16Update _more_actions_dropdown.html.haml to only show 'Edit comment' when ↵Luke "Jared" Bennett
user is allowed to edit the note and only show 'Report as abuse' when the note doesn't belong to current_user
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-05-20rename "Add emoji" and "Award emoji" to "Add reaction" where appropriateMike Greiling
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-05Add instant comments supportKushal Pandya
2017-05-05Merge branch 'adam-separate-slash-commands' into 'master' Rémy Coutable
Display slash commands outcome when previewing Markdown Closes #21531 See merge request !10054
2017-05-04Display slash commands outcome when previewing MarkdownRares Sfirlogea
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
2017-05-04Add tooltips to note action buttonsAnnabel Dunstone Gray
2017-05-03Add real-time note edits :chipmunk:Eric Eastwood
2017-05-02Display comments for personal snippetsJarka Kadlecova
2017-04-28Pull preserve into render helpersDouwe Maan
2017-04-20Resolve "start discussion toggle clicking divider causes UI break"Luke "Jared" Bennett
2017-04-14Merge branch '30810-fix-note-header-info-and-action-overlap' into 'master' Annabel Dunstone Gray
Fix note header timeago and action overlap Closes #30810 See merge request !10644
2017-04-14frontend prevent authored votesbarthc
2017-04-13Fix note header timeago and action overlapEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30810
2017-04-11Fix resolve spinner and add testLuke "Jared" Bennett
2017-04-07Review changesLuke "Jared" Bennett
2017-04-07Add link to list itemsLuke "Jared" Bennett
2017-04-07Fixed issue button state bugLuke "Jared" Bennett
2017-04-07Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Fixed bugs and added testsLuke "Jared" Bennett
2017-04-07Merge branch '24784-mr-system-notes' into 'master' Annabel Dunstone Gray
View helpful system note in comment threads Closes #24784 See merge request !10503