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-10-07Commenting on image diffsFelipe Artur
2017-10-06Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern
Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
2017-10-06UX reviewLuke "Jared" Bennett
2017-10-03Fix bottom spacing for dropdowns that open upwardsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38315 Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38187
2017-10-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova
18608-lock-issues-v2 # Conflicts: # db/schema.rb
2017-09-27Correct disabled note form styleLuke "Jared" Bennett
2017-09-23Update light colors, remove ’25’ and add ‘950’ shadesPedro Moreira da Silva
2017-09-15Fix static analysisLuke "Jared" Bennett
2017-09-15Review changesLuke "Jared" Bennett
2017-09-14Merge FELuke "Jared" Bennett
2017-09-05Merge branch 'winh-note-form-dropdown' into 'master'Phil Hughes
Make comment form dropdown style consistent See merge request !13473
2017-08-30Make comment form dropdown style consistentwinh
2017-08-30Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # app/models/issue.rb
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-18IssueNotesRefactor: Fix bottom padding inconsistency of reply form.Fatih Acet
2017-08-13Fixes autosave not enabling comment button when it is restored.Filipa Lacerda
Adds back missing CSS class that was breaking tests
2017-08-12fix confidential border issue as well as confidential styles leaking on new MRRegis Boudinot
2017-08-0833874 confidential issue redesignRegis Boudinot
2017-07-07Added report issuable featureLuke "Jared" Bennett
2017-06-22Resolve "MR comment + system note highlight don't have the same width"Mike Greiling
2017-06-20Revert sticky confidential headerAnnabel Dunstone Gray
2017-06-07Add sticky confidential issue barClement Ho
2017-06-0232832 Remove overflow from comment form for confidential issues and ↵tauriedavis
vertically aligns confidential issue icon
2017-05-26More consistent padding of notes, system notes, and note formDouwe Maan
2017-05-24Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan
2017-05-16Add an ability to cancel attaching file and redesign attaching files UIblackst0ne
2017-04-25Resolve "Clean up padding with Markdown headers"Taurie Davis
2017-04-24Fixes the spacing around diff discussion buttonsPhil Hughes
Closes #31102
2017-04-07Review changesLuke "Jared" Bennett
2017-04-07Fix firefox overflow css bugLuke "Jared" Bennett
2017-04-07Add link to list itemsLuke "Jared" Bennett
2017-04-07Fixed issue button state bugLuke "Jared" Bennett
2017-04-06Remove unnecesary styleAlfredo Sumaran
2017-04-06Correct dropdown widthLuke "Jared" Bennett
2017-04-06phil review changesLuke "Jared" Bennett
2017-04-05Added resolvable discussion frontendLuke "Jared" Bennett
2017-03-21Merge branch '28660-fix-dismissable-error-close-not-visible-enough' into ↵Filipa Lacerda
'master' dismissable error close is not visible enough Closes #28660 See merge request !9516
2017-03-13Delegate a single discussion to a new issueBob Van Landuyt
Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
2017-03-02dismissable error close is not visible enoughNur Rony
2017-01-05Merge branch 'single-edit-comment-widget-2' into 'master' Alfredo Sumaran
Refactor discussion edit widget to have only one at a time. Closes #23227 See merge request !8356
2017-01-04Fix warning styling for responsive design.Fatih Acet
2017-01-0425701 standardize text colorstauriedavis
2016-12-23fixes confedential warning alignment on comment boxNur Rony
2016-12-13Finish refactoring graysAnnabel Dunstone Gray
2016-12-13Combining more graysAnnabel Dunstone Gray
2016-12-03Reduce base font sizes across appAnnabel Dunstone Gray
2016-12-02Enable ColorVariable in scss-lintSam Rose
2016-12-01fix incorrect max-width media queriesMike Greiling
2016-10-25Merge branch 'enable-scss-lint-single-line-per-selector' into 'master' Annabel Dunstone Gray
Enable SingleLinePerSelector in scss-lint ## What does this MR do? Enables `SingleLinePerSelector` in `.scss-lint.yml` ## Are there points in the code the reviewer needs to double check? This MR touches a lot of files, just need another pair of eyes to look through and make sure I didn't break anything. ## Why was this MR needed? Improve SCSS maintainability and consistency ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #23485 See merge request !7081
2016-10-24Enable SingleLinePerSelector in scss-lintClement Ho