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-04-13Fix note header timeago and action overlapEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30810
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
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-06Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez
2017-04-06Refactor resolvability checks based on typeDouwe Maan
2017-04-06Award emoji button smiley animationDimitrie Hoekstra
2017-04-06phil review changesLuke "Jared" Bennett
2017-04-06Disable submit button and dropdown when submitt comment formAlfredo Sumaran
2017-04-06Fix squared buttons by removing not needed CSS classesAlfredo Sumaran
Also removes dropdown HTML where is not needed.
2017-04-06Display secondary button only in resolvable noteablesAlfredo Sumaran
2017-04-06Customize Start discussion message according to if the noteable can be ↵Alfredo Sumaran
resolvable
2017-04-06Move discussion button to its own fileAlfredo Sumaran
Also customizes the message for the “Comment” option to match the current noteable
2017-04-05Fix close buttob bug when toggling dropdownLuke "Jared" Bennett
2017-04-05Added resolvable discussion frontendLuke "Jared" Bennett
2017-04-05Add specsDouwe Maan
2017-04-05Fix some specsDouwe Maan
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-03-01Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski
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-13Change wording of MR comment boxAnnabel Dunstone Gray
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-08Merge branch '25134-mobile-issue-view-doesn-t-show-organization-membership' ↵Annabel Dunstone Gray
into 'master' Show organisation membership and delete comment action on smaller viewports, plus chang… Closes #25134 See merge request !8905
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-02-05Backport changes from gitlab-org/gitlab-ee!998Timothy Andrew
Some changes in EE for the auditor user feature need to be backported to CE to avoid merge conflicts. This commit encapsulates all these backports.
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya
2017-01-11support `/merge` slash comand for MRsJarka Kadlecova
2017-01-06Fixed edit form authenticity_token call failing the testsPhil Hughes
2017-01-05Merge branch ↵Fatih Acet
'26155-merge-request-tabs-don-t-render-when-no-commits-available' into 'master' Resolve "Merge request tabs don't render when no commits available" Closes #26155 and #24556 See merge request !8347
2017-01-05Fix review comments.Fatih Acet
2017-01-04Review fixes.Fatih Acet
2017-01-04Fix warning styling for responsive design.Fatih Acet
2017-01-04Fix task list for single edit note widget changes.Fatih Acet
2017-01-04Put empty note edit form to correct place.Fatih Acet
2017-01-04Remove dependency on Note instance from notes edit form.Adam Niedzielski
2017-01-04Refactor discussion edit widget to have only one at a time.Fatih Acet
2017-01-03include all expected instance vars for _show.html.haml template within testsMike Greiling