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-04-16Fix showing HTML content in view file tooltipFatih Acet
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-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-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-02-28Resolve "Add missing karma tests to the the MR Diff components"Natalia Tepluhina
2019-02-15Replaced part of diff file properties with diff viewerNatalia Tepluhina
- replaced file.too_large - replaced file.text - replaced file.collapsed
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
2018-11-27Improve discussion rendering performancePhil Hughes
Improve the renderign of new and existing discussions by reducing the number of watchers on each object & array. Previously every discussion change would trigger an update for every discussion component. Also tidied up some components to get them closer to our docs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51506
2018-11-14Made diff & note data consistentPhil Hughes
This caused many pain points when working with it. Part of the data was camel cased the other snake case. Other parts where snake case & then getting converted in components, this conversion has the potential for leaking memory. This changes that & makes it consistent with what it returned from the API, snake case.
2018-10-17Prettify all spec filesMike Greiling
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-10-12Fix broken file name navigation on MRsJacques Erasmus
2018-09-14Create specs for diffs/components/app and update modules to export factory ↵Paul Slaughter
functions
2018-07-31Disables toggle comments button for diff with no discussionsFilipa Lacerda
2018-07-30Resolve "Copy diff file path as GFM" is brokenFilipa Lacerda
2018-07-17Resolve "MR: Reduce the memory footprint of the component tree"Tim Zallmann
2018-07-11Adds specs for getters in merge request vuex diff moduleFilipa Lacerda
2018-07-10Merge branch 'master' into 48237-toggle-file-commentsFilipa Lacerda
* master: (38 commits) Update bitbucket.md to fix typo and small grammar touchups. Update time_helper.rb to fix output for exact minutes. Document update for GitLab Pages users. Support manually stopping any environment from the UI Fix link to frontend in handbook Shorten CHANGELOG filename to avoid breaking ecryptfs users Replace 48976-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-gitlab-backgroundmigration-fixcrossprojectlabellinks-namespace.yml Fix mountComponent helper path in docs Fix #48537 - Update avatar only via the projects API Add additional headline for Adding SSH keys to GitLab Request to be a proofreader. Fix specs Fix search bar text input alignment Fix API docs on unauthenticated projects return Adds with_projects optional parameter to /groups/:id API endpoint Docs: make it clear that you need a completely separate domain for Pages Document that we don't want to wait in tests Removes unused store in diffs mr refactor Removes double export for actions in diffs module in mr refactor Remove useless return Use latest gitlab-styles ...
2018-07-05File Icons in Merge RequestsTim Zallmann
2018-06-21Changes tab VUE refactoringFelipe Artur