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-05-08Merge branch 'fe-header-row' into 'master'Phil Hughes
Adds header column to variables list Closes #46806 See merge request gitlab-org/gitlab-ce!28060
2019-05-08Merge branch '53973-fix-subpixel-border-issue' into 'master'Fatih Acet
Fix subpixel border issue on MR discussions Closes #53973 See merge request gitlab-org/gitlab-ce!28185
2019-05-08Fix input group and action buttons in "set status" modalPaul Gascou-Vaillancourt
2019-05-07Fix subpixel border issuePaul Slaughter
**What?** In some browsers subpixel heights are rounded in tables. This was causing the discussion border to be hidden because the content overflowed. Adding `padding-bottom: 1px` basically overrides this rounding. https://gitlab.com/gitlab-org/gitlab-ce/issues/53973
2019-05-07Add custom metrics form to dashboardAdriel Santiago
Use existing form to allow users to add custom metrics via the dashboard
2019-05-07Adds header column to variables listFilipa Lacerda
For the variables list in CI/CD settings this commits adds an header row with titles
2019-05-07Merge branch 'friendly-wrap-component' into 'master'Tim Zallmann
Add wbr style for IE11 compatibility See merge request gitlab-org/gitlab-ce!27846
2019-05-07Merge branch '59930-todos-scss' into 'master'Phil Hughes
Cleans up todos.scss style-lint warnings Closes #59930 See merge request gitlab-org/gitlab-ce!28076
2019-05-07Merge branch 'sh-fix-ldap-members-icon-ce' into 'master'Kushal Pandya
Backport members SCSS changes See merge request gitlab-org/gitlab-ce!28115
2019-05-07Merge branch '56992-add-filtering-to-project-dashboard-fe' into 'master'Kushal Pandya
Resolve "Add filtering to project dashboard [FE]" Closes #56992 See merge request gitlab-org/gitlab-ce!25231
2019-05-07Onboarding welcome pageMartin Wortschack
- Add styles for blue popovers - Add render_if_exists to help menu for "Learn GitLab" menu item
2019-05-06Add wbr style for IE11 compatibilityPaul Gascou-Vaillancourt
2019-05-06Cleanup css classes and stylesEzekiel Kigbo
Use class and id syntax for button attributes Use feature flag variable and shorthand if expression Use shorthand if expression Use a classname instead of tag Simplify common rules Use size variable Move flex grow and shrink to utility classes Extract redused classes Remove unecessary styles
2019-05-06Update project list specsEzekiel Kigbo
Add tests to ensure search only executes with a button click or enter, sort by Name, Last updated, Created date and Stars and tests for Visibility filter
2019-05-06Ensure we dont apply changes to admin/projectsEzekiel Kigbo
The changes introduced for the project filter bar should not apply to the admin projects screen. Remove "Owned by me", "Owned by anyone" options Update the dropdown option Last created -> Created date. Introduces fixes for spacing and minor styling across breakpoints.
2019-05-06Updated layout for various breakpointsEzekiel Kigbo
Updated translations Adds sort direction dropdown Allows the project list sorting direction to be changed, available options can be sorted ascending or descending. Implements the changes from the UX review.
2019-05-06Added filter bar to project pageEzekiel Kigbo
Added project_list_filter_bar feature flag
2019-05-06Aligns the play button for stagesFilipa Lacerda
2019-05-06Backport members SCSS changesStan Hu
This commit backports the changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12304.
2019-05-03Cleans up todos.scss stylelint warningsFilipa Lacerda
2019-05-02Adds a way to start multiple manual jobs in stageMayra Cabrera
- Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
2019-05-02Uninstall application confirm modal componentEnrique Alcántara
- Vue confirmation modal implementation - CSS tweaks for modal default height
2019-05-02Merge branch ↵Filipa Lacerda
'59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scss' into 'master' Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/commits.scss`" Closes #59898 See merge request gitlab-org/gitlab-ce!27647
2019-04-29Merge branch 'fix-boards-card-dragging-styling' into 'master'Annabel Dunstone Gray
Fixed boards card dragging styling Closes #61050 See merge request gitlab-org/gitlab-ce!27802
2019-04-29Fixed boards card dragging stylingPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61050
2019-04-29Fix search dropdown being hidden immediatelyHeinrich Lee Yu
2019-04-26Merge branch 'winh-boards-drag-selection' into 'master'Annabel Dunstone Gray
Prevent text selection when dragging in issue boards Closes #59378 See merge request gitlab-org/gitlab-ce!27724
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-26Add vendor prefixes for user-selectWinnie Hellmann
2019-04-26Merge branch '46048-canary-next' into 'master'Phil Hughes
Adds information about Canary environment Closes #46048 See merge request gitlab-org/gitlab-ce!27499
2019-04-25Fix commits.scss style-lint errorsScott Hampton
Updating class names, and using existing utility classes.
2019-04-25Adds information about Canary envFilipa Lacerda
This commit adds a badge to the navbar that indicates if Canary is being used When canary is not being used, it renders a link to next.gitlab.com
2019-04-25Implement toast componentJacques Erasmus
Implemented the toast component for success messages
2019-04-25Merge branch '11254-overflow-ce' into 'master'Kushal Pandya
Hide ScopedBadge overflow notes See merge request gitlab-org/gitlab-ce!27651
2019-04-25Add auto direction to support rtl languagesAhmad Haghighi
2019-04-25Hide ScopedBadge overflow notesRajat Jain
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-19Merge branch '57247-show-prioritized-labels-to-guests' into 'master'Clement Ho
Show prioritized labels to guests Closes #57247 See merge request gitlab-org/gitlab-ce!27307
2019-04-19Merge branch 'fixed-diff-border' into 'master'Annabel Dunstone Gray
Fixes the border color on diffs See merge request gitlab-org/gitlab-ce!27479
2019-04-19Show prioritized labels to guestsHeinrich Lee Yu
Disables sorting when guests are viewing
2019-04-18Merge branch 'boards-stylelint' into 'master'Filipa Lacerda
Fix stylelint rules in boards.scss Closes #59895 See merge request gitlab-org/gitlab-ce!27458
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-18Fixes the border color on diffsPhil Hughes
2019-04-17Merge branch 'sh-add-gitaly-backtrace' into 'master'Sean McGivern
Add backtrace to Gitaly performance bar Closes #60092 See merge request gitlab-org/gitlab-ce!27345
2019-04-17Fix stylelint rules in boards.scssPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59895
2019-04-17Add backtrace to Gitaly performance barStan Hu
This adds the backtrace to a table to show exactly where the Gitaly call was made to make it easier to understand where the call originated. This change also collapses the details in the same row to improve the usability when there is a backtrace.
2019-04-17Revert "Merge branch 'boards-stylelint' into 'master'"Rémy Coutable
This reverts merge request !27313