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-08-10Replace ... with new expansion optionsSamantha Ming
- expand upwards - expand downwards - expand all in both inline and parallel views
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-03-04CE backport of batch-comments-ee-store-modulePhil Hughes
2018-12-18Utilize :key to minimize extra rerendersSam Bigelow
The diff notes automatically focus on mount, and when using the index (as opposed to line_code) for the v-bind:key, the comment form gets unnecessarily remounted, and therefore refocused.
2018-12-13Allow suggesting single line changes in diffsOswaldo Ferreira
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-20Prettify all the thingsMike Greiling
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-09-20Resolve eslint-plugin-vue errorsMike Greiling
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
2018-09-07Fixed Problems with Inline View + SpecsTim Zallmann
2018-08-08Porting MR Vue Memory Fixes to current masterTim Zallmann
2018-08-01Revert "Merge branch '_acet-fix-outdated-discussions' into 'master'"André Luís
This reverts commit 740ae2d194f3833e224c326cc909d833c5807484, reversing changes made to 1ba47de5fef7a86a453e97a574741d3dba85c521.
2018-08-01Revert "Merge branch 'tz-mr-refactor-memory-reduction' into 'master'"André Luís
This reverts commit 2411ecb5762f8e04a6c6f61cc50ed25f29f55be3, reversing changes made to 58a0df7e68e46902e453a0252e6753517d9cf665.
2018-07-23Reducing the memory footprint for the renderingTim Zallmann
2018-07-18Fix showing outdated discussions on Changes tabFatih Acet
2018-07-17Resolve "MR: Reduce the memory footprint of the component tree"Tim Zallmann
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-07-06Exports getters individually.Filipa Lacerda
Exports state to allow tests Adds specs for the getters that didn't have any.
2018-07-04Improve performance of toggling diff view typeFatih Acet
2018-06-28Componentize diff lines and diff commentsFatih Acet
2018-06-26Added Diff Viewer to new VUE based MR pageTim Zallmann
2018-06-21Changes tab VUE refactoringFelipe Artur