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
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-03Add reusable project_selector componentNathan Friend
This commit adds a resuable UI component that allows a user to search for a project name, shows the search results, and allows the user to select one or more projects. This component communicates with its parent using props and events. This component was originally created for use in the EE-specific "Operations Dashboard" page, but it is applicable for CE use cases as well, and so was added as a CE shared component. In addition, some logic was extracted from the frequent_items_list_item component into shared filters to avoid logic duplication.
2019-02-25Style avatars for groups and projectsMartin Wortschack
- Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
2019-01-18Fixed problem when element in main menu is not there (specs)Tim Zallmann
2019-01-16Moves the Initialisation of the frequent Item Dropdowns to Idle CallbackTim Zallmann
2018-11-20Prettify all the thingsMike Greiling
2018-11-16Use @gitlab npm namespaceClement Ho
2018-11-07Remove gitlab-ui loading icon from globalClement Ho
2018-10-15Replace `<i>` in vue components with `<icon>`George Tsiolis
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-12Use gitlab-ui loading iconClement Ho
2018-07-06Resolve "Add dropdown to Groups link in top bar"Dennis Tang