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-04-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-15(CE Port) Set max width for onboarding popoverMartin Wortschack
2019-07-12Add size 96 to avatar sizes in avatar.scssAmmar Alakkad
2019-07-10Fix toast spacing issuesJacques Erasmus
Fixed the toast spacing issues
2019-06-27Update action selectorJacques Erasmus
Updated the toast action selector to `first-of-type` instead
2019-06-27Conform related issues/MRs card to design docsMartin Hanzel
2019-06-24Add identifiers for onboarding popoversMartin Wortschack
- Add button styles for onboarding welcome page - Fix qa selector (due to additional class)
2019-06-12Merge branch 'ealcantara-popover-styling' into 'master'Annabel Dunstone Gray
Style popovers according to the design specs See merge request gitlab-org/gitlab-ce!28375
2019-06-10Fix border radius of collapse discussion btnAnnabel Dunstone Gray
Turn avatar-counter into a mixin with optional border-radius
2019-06-07Nest category-icon inside .user-popoverEnrique Alcantara
2019-06-07Cleanup deprecation message popoverEnrique Alcantara
2019-06-07Extract user-popover stylesEnrique Alcantara
Separate use-case specific user-popover styles from general popover styles.
2019-06-07Address feature highlight popover inconsistenciesEnrique Alcantara
2019-06-07Style popovers according to the design specsEnrique Alcantara
- Apply new styles for header, padding, border, and fonts - Remove bootstrap 3 backward compat code
2019-06-07Add styles and animations for onboarding helperMartin Wortschack
- Add styles for popover - Add $accepting-mr-label-color to color variables
2019-06-01Remove unused avatar sizesAnnabel Dunstone Gray
- Update avatars to use only sizes from the 8px grid
2019-05-27Use SCSS maps and lists to keep code DRYKushal Pandya
2019-05-24Move avatar related styles to components directoryJacques Erasmus
Moved all avatar related styles to the components directory
2019-05-17Style toasts according to design specsJacques Erasmus
Styled the toast component according to design specs
2019-05-07Onboarding welcome pageMartin Wortschack
- Add styles for blue popovers - Add render_if_exists to help menu for "Learn GitLab" menu item
2019-04-26Merge branch '3713-cross-project-environments-dashboard-mvc-backport' into ↵Filipa Lacerda
'master' Backport Environments Dashboard SCSS Changes See merge request gitlab-org/gitlab-ce!27498
2019-04-25Implement toast componentJacques Erasmus
Implemented the toast component for success messages
2019-04-24Merge branch '60387-use-icons-in-user-popovers' into 'master'Tim Zallmann
Show category icons in user popover Closes #60387 See merge request gitlab-org/gitlab-ce!27254
2019-04-24Backport Environments Dashboard SCSS ChangesAndrew Fontaine
2019-04-23Remove related items CSS properties and add utility classesAnnabel Dunstone Gray
2019-04-22Show category icons in user popoverKushal Pandya
Show bio, organization and location icons within user popover.
2019-04-18Merge branch '59830-dashboard-skeleton' into 'master'Phil Hughes
Fixes stylelint for dashboard_skeleton Closes #59830 See merge request gitlab-org/gitlab-ce!27422
2019-04-16Fix stylelint warnings in related_items_list.scssAnnabel Dunstone Gray
This commit rearranges the styles in related_items_list to adhere to stylelint's warnings. It also adds some utility classes where applicable
2019-04-16Fixes stylelint for dashboard_skeletonFilipa Lacerda
2019-04-09Fix icon colors of related MRs widgetFatih Acet
2019-04-03Make corrections to address review feedbackmfluharty
Refactor tests to follow conventions Add XSS test Eliminate a few unnecessary lines, comments, and parameters Use Vue.set for nested state changes
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-03-28Don't cutoff letters in MR and Issue linksgfyoung
2019-03-21Add merge request popover with detailsSam Bigelow
- Show pipeline status, title, MR Status and project path - Popover attached to gitlab flavored markdown everywhere, including: + MR/Issue Title + MR/Issue description + MR/Issue comments + Rendered markdown files
2019-03-08Backport EE CSS additionScott Hampton
Adding the dashboard skeleton SCSS file to CE. [skip visual]
2019-02-25Added Stylelint SetupTim Zallmann
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies First round of advanced stylelint rules Mainly Vendor prefix updates related to flex Updates to more webkit specific vendor prefixes Finished all vendor specific fixes Moved now 4 rules to warning Fixed the new scss lint problems More stylelint adaptions after rebase
2019-01-21Removed related MR pipeline status icon marginConstance Okoghenun
2019-01-17Issues related merge requests style updatesConstance Okoghenun
- Changed the section title - Updated the padding of items for various breakpoints - Updated the breakpoints for status icons - Replaced project path with name - Added missing i18n
2019-01-17Restyled issues related merge request titleConstance Okoghenun
From the MD breakpoint up, the title should be truncated. From MD breakpoint down, it should wrap as normal.
2019-01-11Redesigned related merge requests in issue pageConstance Okoghenun
Updated the markup and styles for related merge requests in issues page
2018-12-08Resolve "Extended user centric tooltips"Tim Zallmann