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-07-27Adding changes to CE from EETomislav Nikic
All the changes done to files that are also inside CE and need to be ported.
2019-07-24Removed pluralize functionEzekiel Kigbo
Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
2019-07-16Fix broken vue i18n stringsAndré Luís
2019-07-08Backported EE fix to CENatalia Tepluhina
- fixed attribute to be not hyphenated - applied parallel diffs view on CE - separated left and right drafts - added fallback for hasDrafts
2019-07-03Rebased and squashed commitsNatalia Tepluhina
- all commits squashed to make danger review happy
2019-07-03Fix typo in updateResolvableDiscussionsCounts actionWinnie Hellmann
2019-06-26Vue-i18n: app/assets/javascripts/diffs directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/diffs directory
2019-06-14Added diff suggestion popoverPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
2019-06-10User link styling for commitsMarcel van Remmerden
2019-06-06Format vue files with prettierMarcel van Remmerden
Add changelog file
2019-06-05Fix whitespace changes visibility when the related file was initially collapsedOndřej Budai
2019-06-03Merge branch '62429-remove-unused-avatar-sizes' into 'master'Phil Hughes
Remove unused avatar sizes Closes #62429 See merge request gitlab-org/gitlab-ce!28947
2019-06-01Make tooltips consistently render on topJustin Boyson
On edit-button simply set position to top. Made this change directly in template since edit-button is only used in one place. Had to wrap the comments toggle button in span tag to make tooltip show even when disabled as per bootstrap-vue docs. https://bootstrap-vue.js.org/docs/components/tooltip#overview Note: Also changexc button to gl-buttonto be consistent with rest of file.
2019-06-01Remove unused avatar sizesAnnabel Dunstone Gray
- Update avatars to use only sizes from the 8px grid
2019-05-31Resize collapse icon to profile picture sizeMarcel van Remmerden
2019-05-30Get copy to clipboard button aligned within snippet headerMarcel van Remmerden
2019-05-16Merge branch 'diff-filter-bar-placeholder-text' into 'master'Filipa Lacerda
Changed the placeholder text of the diff tree filter input Closes #58339 See merge request gitlab-org/gitlab-ce!28352
2019-05-16Changed the placeholder text of the diff tree filter inputPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58339
2019-05-10Fixes issues with show whitespace button in diffsPhil Hughes
Correctly updates the URL without overwriting parameters Reloads the diff file content without reloading the page Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58852, https://gitlab.com/gitlab-org/gitlab-ce/issues/42597
2019-05-03Merge branch 'expand-diff-performance' into 'master'Filipa Lacerda
Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
2019-05-03Impove the performance of expanding full diffPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
2019-05-02Merge branch ↵Filipa Lacerda
'59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scss' into 'master' Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/commits.scss`" Closes #59898 See merge request gitlab-org/gitlab-ce!27647
2019-04-28Gracefully handle undefined data in getTreeEntries()Stan Hu
2019-04-25Fix commits.scss style-lint errorsScott Hampton
Updating class names, and using existing utility classes.
2019-04-16Merge branch '59034-external-link-button' into 'master'Tim Zallmann
Replaced "View file" button with doc-text icon Closes #59034 See merge request gitlab-org/gitlab-ce!27365
2019-04-16Fix showing HTML content in view file tooltipFatih Acet
2019-04-15Merge branch 'image-comment-reviews-ce' into 'master'Filipa Lacerda
CE backport of image-comment-reviews See merge request gitlab-org/gitlab-ce!27271
2019-04-15Replaced external link button with doc-text iconDenys Mishunov
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59034
2019-04-12Merge branch 'gt-fix-styling-for-framework-notes' into 'master'Phil Hughes
Fix styling for `app/assets/stylesheets/framework/notes.scss` Closes #59868 See merge request gitlab-org/gitlab-ce!26877
2019-04-12CE backport of image-comment-reviewsPhil Hughes
2019-04-12Fixed fluid layout preference not being respected in diffsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
2019-04-12Rename selector for framework notesGeorge Tsiolis
2019-04-10Only make margin-auto on large screens for diff file headerSam Bigelow
2019-04-05Improve diff navigation headerSam Bigelow
- Compare versions header is full width except in the unified diff mode with no tree sidebar - Bar is always full width, but the content within stays centered when unified and no tree sidebar - File header is the same height as the "Compare versions header" - aligns with the design system grid guidelines => 56px - Diff file headers use a button group, switch icon order to open file externally being the last option, all buttons will become icon buttons (icon delivery by @dimitrieh) - If a file header becomes sticky no rounded corner/double border problem is visible anymore
2019-04-04Fixed test specsOswaldo Ferreira
- added suggestions to mock data - fixed props to be not required
2019-04-02Fixes duplicate diff too large error messagesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
2019-04-01Merge branch '57669-fix-bug-clicking-file-header-refreshes-page' into 'master'Clement Ho
Fix bug where clicking file header in diff refreshes page Closes #57669 See merge request gitlab-org/gitlab-ce!26422
2019-03-29Scroll to diff file when clicking on file nameSam Bigelow
- Add an ID to the diff content - handle clicking on file name in diffFileHeader when it is not a link to another page but rather a link to an element on the page
2019-03-26Remove expand diff to full file feature flagPhil Hughes
2019-03-26Add .code to all tables holding diffsDouwe Maan
We need this to be able to distinguish between Markdown tables and diff tables.
2019-03-25Resolve "Code in other column of side-by-side diff is highlighted when ↵Natalia Tepluhina
selecting code on one side"
2019-03-19Merge branch '53139-hide-tree-single-file' into 'master'Filipa Lacerda
Collapse diff tree is only one file is present Closes #53139 See merge request gitlab-org/gitlab-ce!26280
2019-03-19Collapse diff tree is only one file is presentPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
2019-03-18Remove diff tree filtering feature flagPhil Hughes
2019-03-11Fix expand all button not workingPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
2019-03-07Merge branch 'expand-diff-to-full-file' into 'master'Douwe Maan
Expand diff to entire file Closes #19054 See merge request gitlab-org/gitlab-ce!24406
2019-03-06Add option to expand diff to full filePhil Hughes
The user can also toggle between the diff changes and the full file diff. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054
2019-03-04CE backport of ee-parallel-diff-viewPhil Hughes
2019-03-04CE backport of batch-comments-ee-store-modulePhil Hughes
2019-02-28CE port of noteable-discussion-ee-differencesPhil Hughes