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-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
2019-01-15Upgrade prettier and reformat files as necessaryMike Greiling
Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
2018-11-22Made diff file headers stickyPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48816
2018-11-22Update `gitlab` npm namespaceGeorge Tsiolis
2018-11-22Add `hover` on button tooltipsGeorge Tsiolis
See https://gitlab.com/gitlab-org/gitlab-ui/issues/89
2018-11-22Replace tooltip directive with gl-tooltip directive in badges, cycle ↵George Tsiolis
analytics, and diffs
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-10-12Fix broken file name navigation on MRsJacques Erasmus
2018-10-03Fix showing diff file header for renamed filesFatih Acet
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-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-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-10Fixes toggle discussion button not expanding collapsed discussionsFilipa Lacerda
Discussions were being toggled by jquery DOM querying them and toggling visibility but in vue, only the open discussions will be in the DOM Fix includes: - Adds a getter to the store to get the expanded discussions - Adds an action to collapse a discussion - When the user clicks the button, all data needed is now accessible through a getter and we can dispatch an action to toggle the discussion within the state, instead of showing/hiding with jQuery - Removes hardcoded properties Resolves #48237
2018-07-09Resolve "MR Refactor: Improve performance by setting v-once"Tim Zallmann
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: Title and copy to clipboard button are ↵André Luís
behind the action buttons"
2018-06-21Changes tab VUE refactoringFelipe Artur