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
2018-12-13Allow suggesting single line changes in diffsOswaldo Ferreira
2018-12-08Resolve "Navigating unresolved discussions on Merge Request page"André Luís
2018-12-06Fixed renamed and mode changed diff viewersPhil Hughes
Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607
2018-11-20Prettify all the thingsMike Greiling
2018-11-16Use @gitlab npm namespaceClement Ho
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-11-13Fix collapsed files not fully fully expandingPhil Hughes
This fixes files that are collapsed by default not expanding when the expand all button is clicked. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53866
2018-11-07Remove gitlab-ui loading icon from globalClement Ho
2018-10-24Impove diff discussion dataPhil Hughes
Pre-request to https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
2018-10-16Prettify diff_notes diffs and droplab modulesMike Greiling
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-13Display click to expand on collapsed diffsAndré Luís
2018-09-12Use gitlab-ui loading iconClement Ho
2018-09-07Fixes based on MR discussion around naming, mutations, handling of stateTim Zallmann
2018-09-07Fixed Resolving, Loading more and Line BugsTim Zallmann
2018-08-14Added compute property to diff file + changed a for loopTim Zallmann
2018-08-08Fixed text removal memory saving + Fixed collapsed non text filesTim Zallmann
2018-08-08Fix for displaying loading when collapsedTim Zallmann
2018-08-08Incremental Rendering of the MRTim Zallmann
2018-07-17Resolve "MR: Reduce the memory footprint of the component tree"Tim Zallmann
2018-07-12Resolve "Improve performance of MR Changes tab: reduce event listeners on ↵Filipa Lacerda
scroll event"
2018-07-09Removes hardcoded and unused propFilipa Lacerda
2018-07-09Merge branch 'master' into 48960-namespace-diff-moduleFilipa Lacerda
* master: Resolve "MR refactor: Performance costs of main element with `v-if`" Add documentation on private projects Make blob and other RPC's mandatory Removed return statements from prettier script Add missing strings to `locale/gitlab.pot` Update `gettext:updated_check` regenerate pot file Include wget in apk add command [Rails5] Fix 'Invalid single-table inheritance type: Group is not a subclass of Gitlab::BackgroundMigration::FixCrossProjectLabelLinks::Namespace' Updated color Update doc on new option to add README when creating a project Make more things mandatory Updated (color of indent guide in Web IDE Make all Gitaly diff flags mandatory
2018-07-09Resolve "MR refactor: Performance costs of main element with `v-if`"Tim Zallmann
2018-07-06Transforms diffs module to a namespaced one to avoid console error due to ↵Filipa Lacerda
rewire export. Detailed: Because of rewire we need to export a default empty object in our actions to prevent it to export the wrong default in karma. Vuex getters are global, and because the Vuex store uses several non namespaced moduled, there was already a getter named default, due to the same empty export. In order to solve it I chose to namespace the module. Could also be fixed by importing the getters explicitly instead of all of them.
2018-06-21Changes tab VUE refactoringFelipe Artur