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-05-02Display comments for personal snippetsJarka Kadlecova
2017-04-28Pull preserve into render helpersDouwe Maan
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-07Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Add remaining system note iconsAnnabel Dunstone Gray
2017-04-07Add system notes icon helper; add iconsAnnabel Dunstone Gray
2017-04-06Merge branch 'master' into new-resolvable-discussionDouwe Maan
# Conflicts: # app/assets/javascripts/filtered_search/dropdown_hint.js # app/views/shared/issuable/_search_bar.html.haml
2017-04-06Award emoji button smiley animationDimitrie Hoekstra
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2017-03-21Escape values passed from Rails to Vue to make sure the template can be compiledDouwe Maan
2017-03-10Fix alignment of resolve discussion buttonAnnabel Dunstone Gray
2017-03-08Added discussion comments avatars to diffPhil Hughes
2017-02-16Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox
2017-02-16style links on system notes to look clickableSimon Knox
2017-02-13Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox
2017-02-09Refactored diff notes Vue appPhil Hughes
It now relies on its Vue bundle rather than the window. Fixes some reactivity issues that was happening in EE
2017-02-08notes use new task_list, and PATCH instead of POSTSimon Knox
use data attribute for submit url optional onSuccess
2017-02-07Fix static class errorAnnabel Dunstone Gray
2017-02-07Show organisation membership and delete comment on smaller viewports, plus ↵dimitrieh
change comment author name to username
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya
2017-01-05Fix review comments.Fatih Acet
2017-01-04Fix task list for single edit note widget changes.Fatih Acet
2017-01-04Refactor discussion edit widget to have only one at a time.Fatih Acet
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-31HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya
2016-12-22Fix text overflowFilipa Lacerda
Fix text overflow in comments in MR Adds MR ID to CHANGELOG entry
2016-12-12break comment "edited at" block out of the note-text element to prevent ↵Mike Greiling
issues with inline text nodes
2016-11-22resolves lowercase issue in system note for labels, label description and titleNur Rony
removes unnecessary changelog entry makes toggle commit list and compare link as secondary removes unnecessary function call
2016-11-17makes system notes less intrusive to a conversationNur Rony
adds dicussion icon and color change in system note links adds discussion icons and sticky note icon for other system notes for now fixes scss lint error adds faded commit lists hides first paragraph in commit list box css tweak for commit list system notes adds commit-list toggle functionality, css tweaks and css classnames more readable small css fix in header. makes links bold in system note renames class no-shade to hide-shade adds entry for this merge request in changelog removes commented line removes the avatar-icon from discussion header minor css tweaks to make the commit list alignment with header text uses monospaced font to make the commit list lined up with all removes icon from system note and align bullet list resolves scss lint warings adds helper function to extract system note message from first p tag adds helper functions to check commit list count and haml cleanup adds changelog entry under 8.14 adds changelog entry with changelog cli removes helper and regex and makes commit list li count using JS makes link in system note normal brakeman build failure resolved fixing rspec test based on new design for discussion shows system note in lowercase removes extra spaces from comments adds code commenting for functions adds semi-colon in some lines fixes rspec given when merge build success removes commented codes rewrite changelog yml file moves isMetaKey to common utils file fixes some indentation issues removes unnecessary variables and resolves some discussions replaces jQuery parent function with siblings fixes scss issues and variable spelling mistake uses constant rather using hardcoded number for visible li count in long commit list makes system note header all lowercase uses color variables and adjust gradient a little some minor changes for adding css classes renames functions name for readability changes changelog title minor scss newline changes makes system note less intrusive to a conversation
2016-11-10Fixed up resolve discussionsPhil Hughes
2016-10-21Add hover to trash icon in notesblackst0ne
2016-10-07Use CacheMarkdownField for notesNick Thomas
2016-09-21Changed props to use stringsPhil Hughes
Use jQuery
2016-09-21Pass the full project path for resolve buttonsPhil Hughes
This fixes an issue that would stop the resolve buttons working when GitLab is installed with a relative URL Closes #21704
2016-09-12Only check :can_resolve permission if the note is resolvableStan Hu
Currently this permission check incurs a significant performance hit on loading issues where it does not make sense to check this permission in the first place.
2016-08-25Add hover color to emoji iconClement Ho
2016-08-09Replace CSS border'd check icon with real icon.Connor Shea
2016-08-01Updated issues with jump tp buttonPhil Hughes
Fixed styling bugs
2016-07-29Fixed failing testsPhil Hughes
2016-07-29Moved most of the data handling into discussion & notes modelsPhil Hughes
Reduced some duplicated code with compiling components Fixed bug with resolve button tooltip not updating after resolving discussion
2016-07-26Shows tooltip for resolved even if user cant resolve commentsPhil Hughes
2016-07-26Added resolved by users name into tooltipPhil Hughes
2016-07-26Correctly resolves/unresolves discussionsPhil Hughes
2016-07-26Hide resolve button when not allowedDouwe Maan
2016-07-24Added comment & resolve button to reply formPhil Hughes
2016-07-24Seperated resolve all button from reply buttonPhil Hughes
2016-07-24Added resolve button to discussionsPhil Hughes
Top count displays how many resolved discussions