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-11-03Enable MergeableSelector in scss-lintTakuya Noguchi
2017-10-10Use image-url instead of url so that asset pipeline can do it's thingClement Ho
2017-10-07Commenting on image diffsFelipe Artur
2017-10-02Only copy old/new code when selecting left/right side of parallel diffDouwe Maan
2017-09-27Cleanup diff-notes-collapse cssClement Ho
2017-09-25removed commented out CSSPhil Hughes
2017-09-22Dynamically create offset for sticky barPhil Hughes
2017-09-13Fixed overflow issue in changes dropdownPhil Hughes
2017-09-08Fixed changes bar jumping on merge requestsPhil Hughes
Closes #37589
2017-09-07Fix mr tabs positionAnnabel Dunstone Gray
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-15Fixed changed files dropdown not being shownPhil Hughes
Closes #36479
2017-08-09Fix the sticky changes bar on commits pagePhil Hughes
2017-08-03use new dropdown stylingPhil Hughes
2017-08-03fixed alert box moving when is-stuck gets addedPhil Hughes
2017-08-03fixed jumping when bar gets stuckPhil Hughes
added specs to sticky util file added `No files found.` text when results are empty
2017-08-03made the changed files holder stickyPhil Hughes
2017-08-03Moved changed files into a dropdownPhil Hughes
This makes navigating through diff files quickly. Currently we just toggle a list, which could be pretty big. This moves it into a dropdown to make it much easier. Also includes a filter bar to quickly search for certain files/extensions. Closes #29778
2017-07-12Enable DeclarationOrder in scss-lintTakuya Noguchi
2017-06-30Resolve "More actions dropdown hidden by end of diff"Luke "Jared" Bennett
2017-06-29Render add-diff-note button with server.Bryce Johnson
This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
2017-05-26Enable DuplicateProperty scss-lintAnnabel Dunstone Gray
2017-05-23Clean up diff renderingDouwe Maan
2017-05-23Consistently style image in blob and diffDouwe Maan
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-10Merge branch 'dm-tree-blob-blame-consistency' into 'master' Fatih Acet
Make tree, blob and blame pages more consistent See merge request !11194
2017-05-09Make tree, blob and blame pages more consistentDouwe Maan
2017-05-09Remove unused CSSDouwe Maan
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-03Allow commenting on older versions of the diff and comparisons between diff ↵Douwe Maan
versions
2017-04-17Added break-word wrapLuke "Jared" Bennett
2017-03-28Fix link togglers jumping to topEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
2017-03-08Added discussion comments avatars to diffPhil Hughes
2017-02-28Disables interaction with expanded linesPhil Hughes
Fixed scss-lint errors
2017-02-27Removed link transitionPhil Hughes
Fixed hll overriding is-over class
2017-02-27Improved the diff comment button UXPhil Hughes
It now shows the line will be commenting on my highlight the line number cells with a lighter color. The button has also been made smaller, it was previously way over the top & took over a lot more space than it should of done Closes #27543
2017-02-09Align file header items while keeping collapse functionalityAnnabel Dunstone Gray
2017-02-09Revert "Merge branch 'revert-a91ff32b' into 'master'"Filipa Lacerda
This reverts merge request !8688
2017-01-21Revert "Merge branch '25709-diff-file-overflow' into 'master'"Jacob Schatz
This reverts merge request !8475
2017-01-19Use flexbox instead of media queriesFilipa Lacerda
Move CSS to correct file
2017-01-19Adds tooltipsFilipa Lacerda
2017-01-19Responsive title in diffs inline, side by side, with and without sidebarFilipa Lacerda
Adds MR ID to CHANGELOG entry
2017-01-0425701 standardize text colorstauriedavis
2016-12-13Finish refactoring graysAnnabel Dunstone Gray
2016-12-02Enable ColorVariable in scss-lintSam Rose
2016-11-04Remove an extra leading space from diff contentHiroyuki Sato
2016-10-26Enable PseudoElement in scss-lintClement Ho
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
2016-10-24Enable trailingWhitespace in scss-lintClement Ho