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
2019-02-22Merge branch '56873-only-load-syntax-highlighting-css-when-selected' into ↵Phil Hughes
'master' Resolve "Only load syntax highlighting css when selected" Closes #57739 and #56873 See merge request gitlab-org/gitlab-ce!25232
2019-02-15Make the file tree in merge requests resizablePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51857
2019-02-15Only load selected syntax highlight CSSSimon Knox
Compile highlight CSS separately Move highlight-specific mixins out of mixins.scss Rename solarized themes to match theme name as this was a smaller change than changing all instances to snake_case
2019-02-14Added Stylelint SetupTim Zallmann
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies
2019-02-07Merge branch ↵Phil Hughes
'52347-lines-changed-statistics-is-not-easily-visible-in-mr-changes-view' into 'master' Resolve "Lines changed statistics is not easily visible in MR changes view" Closes #52347 See merge request gitlab-org/gitlab-ce!24569
2019-02-06Clearly display diff statistics for MRsSam Bigelow
Put the statistics in the compare-versions header for the entire MR Put them in the file header for each individual file
2019-02-06Correct file-header spacing on compare pageSam Bigelow
Use special classes when is_compare, similar to is_commit. Default expectation is diff is being viewed in MR
2019-01-25Merge branch 'diff-fix-folder-path-commas' into 'master'Filipa Lacerda
Fixed diff tree folders being rendered incorrectly See merge request gitlab-org/gitlab-ce!24635
2019-01-24Fixed diff tree folders being rendered incorrectlyPhil Hughes
2019-01-24Added dropdown for diff settingsPhil Hughes
Dropdown includes buttons for tree view rendering mode and buttons for the compare view (inline or side-by-side) Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55491
2019-01-22Resolve "Merge request file browser should always be possible show/hide"Sam Bigelow
2019-01-08Remove extra space between MR tab bar and sticky file headersAnnabel Dunstone Gray
2018-12-07Fixed styling of image comment badges on commitsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54849
2018-11-27Fixed UI bugs with sticky diff headerPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54503
2018-11-22Made diff file headers stickyPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48816
2018-11-20Fixed the dimensions of image diffsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54236
2018-11-16Fixed image discussion stylingPhil Hughes
Fixes the styling of image discussions after the discussion styling changes. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54110
2018-11-08Discussions redesignFatih Acet
2018-11-05Re-implemented image commenting on diffsPhil Hughes
This re-implements image commenting in merge request diffs. This feature was previously lost when the merge request page was refactored into Vue. With this, we create an overlay component. The overlay component handles displaying the comment badges and the comment form badge. Badges are displayed based on the position attribute sent with the discussion. Comment forms for diff files are controlled through a different state property. This is so we don't tie comment forms to diff files directly creating deep nested state. Instead we create a flat array which holds the file hash & the X & Y position of the comment form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
2018-10-23Add list mode to file browser in diffsPhil Hughes
This adds toggle buttons to switch between file & tree list. For file list, it renders the truncated paths with the ellipsis at the start of the path. When focusing the input, it hides the toggle buttons. On blur, the buttons get shown again. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51859
2018-10-16Fixes diff stats not being visible with performance barPhil Hughes
2018-10-12Improve MR file tree on small screensAndré Luís
2018-10-05Fixed merge request file tree not sticking on SafariPhil Hughes
2018-10-03Added file tree to merge request diffsPhil Hughes
This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
2018-09-11Remove jquery.scss; Combine multiple duplicate grays into global gray ↵Annabel Dunstone Gray
variables; Remove unused styles in common.scss
2018-09-06Fix vertical alignment of text in diffsPaul Slaughter
- Adds changelog
2018-09-06Make MR diff file filter input Clear button functionalKushal Pandya
2018-08-30Increase padding in markdown code blocksAnnabel Dunstone Gray
2018-08-16Remove more variable reassignments and unused stylesAnnabel Dunstone Gray
2018-08-14Remove scss variables, part 2Annabel Gray
2018-07-26Merge branch '49192-comment-alignment' into 'master'Clement Ho
Resolve "Toggle comments button icon is misaligned" Closes #49192 See merge request gitlab-org/gitlab-ce!20756
2018-07-25Replace snake case in SCSS variablesGeorge Tsiolis
2018-07-20Fix alignment of code comment buttonAnnabel Dunstone Gray
2018-07-12Resolve "Improve performance of MR Changes tab: reduce event listeners on ↵Filipa Lacerda
scroll event"
2018-07-05File Icons in Merge RequestsTim Zallmann
2018-06-30Resolve "Merge request collapse icon is tiny"Tim Zallmann
2018-06-29Resolve "Merge request refactor displays changes dropdown incorrectly"Constance Okoghenun
2018-06-28Resolve "Merge request refactor displays changes dropdown incorrectly"Constance Okoghenun
2018-06-26Added Diff Viewer to new VUE based MR pageTim Zallmann
2018-06-21Merge branch 'fix-diff-comment-alignment' into 'master'Mike Greiling
Fix diff comment alignment for parallel code additions Closes #47861 See merge request gitlab-org/gitlab-ce!20006
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-20fix add diff comment icon positionSimon Knox
2018-06-13Image Diff Viewing + Download Diff ViewingTim Zallmann
2018-05-25Revert diff-files-changed sticky barClement Ho
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-01Change font for tables inside diff discussionsGeorge Tsiolis
2018-04-18Fix diff stats sticky barClement Ho
2018-04-17[skip ci] Merge branch 'master' into bootstrap4Clement Ho
2018-04-17Merge branch '45271-collpased-diff-loading' into 'master'Phil Hughes
Resolve "Collapsed diff spacing wrong when failed to load" Closes #45271 and #45317 See merge request gitlab-org/gitlab-ce!18351
2018-04-17Update error block cssFilipa Lacerda