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
2017-11-03Enable MergeableSelector in scss-lint (for !14062)Takuya Noguchi
2017-11-03Enable MergeableSelector in scss-lintTakuya Noguchi
2017-10-11Add project fields to import project by urlAnnabel Dunstone Gray
2017-10-11Simplify project pageAnnabel Dunstone Gray
2017-10-02Cleanup the fork layoutPhil Hughes
- Cleans the fork project layout by removing the grid & reverting back to full flexbox to allow for the layout to correctly expand. - Removes duplicated markup - Fixes a bug where the forked project would trigger the load indicator
2017-09-29Fix fork button being disabled for users who can fork to groupPhil Hughes
Previously the fork button was disabled for all users if they have exceeded their project limit. This fixes that by changing the check to see if the user can fork to a group instead of their own namespace. This behaviour is already possible by visiting the new fork page directly, so this just fixes the button being disabled. Closes #38462
2017-09-14changed dashed border button color to be darkerDimitrie Hoekstra
2017-09-07Resolve "Make project and features visibility settings less confusing"Mike Greiling
2017-09-05Merge branch 'winh-protection-dropdowns' into 'master'Phil Hughes
Make protected branches / tags permission dropdowns consistent See merge request !13611
2017-08-31Make protected branches / tags permission dropdowns consistentwinh
2017-08-26rename .project-visibility-level-holder to .visibility-level-setting and ↵Mike Greiling
move from projects.scss to settings.scss
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-10Fix linter errorFilipa Lacerda
2017-08-10Aligns OR separater to center properlyFilipa Lacerda
2017-08-07Merge branch 'master' into zj-project-templatesFilipa Lacerda
* master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
2017-08-04Merge branch '34060-simplified-general-project-settings' into 'master'Mike Greiling
34060 Simply general project settings to use expanded panels Closes #34060 See merge request !12620
2017-08-04Minor adjustments after UX reviewFilipa Lacerda
Fixes scss lint errors
2017-08-03Make dropdown style on project page consistentWinnie Hellmann
2017-08-03Fix repo by url stylesFilipa Lacerda
2017-08-03Style or separator according to reviewFilipa Lacerda
2017-08-01Adds export form and enables export button by defaultFilipa Lacerda
2017-08-01Style OR separator properlyFilipa Lacerda
2017-08-01[ci skip] Adds svgs and css for all iconsFilipa Lacerda
2017-07-31Adds CSS for desktop and mobileFilipa Lacerda
2017-07-30Styles html according to mockupFilipa Lacerda
2017-07-2834060 Simply general project settings to use expanded panelstauriedavis
2017-07-28Global nav (9.0) UI improvementTakuya Noguchi
2017-07-19Add styles to branches list containerkushalpandya
2017-07-12Merge branch 'enable-scss-lint-declaration-order' into 'master'Clement Ho
Enable DeclarationOrder in scss-lint See merge request !12805
2017-07-12Enable DeclarationOrder in scss-lintTakuya Noguchi
2017-07-12Enable UnnecessaryParentReference in scss-lintTakuya Noguchi
2017-07-03Adjust readme repo widthDimitrie Hoekstra
2017-06-28Fix find file breadcrumb stylingPhil Hughes
Closes #34427
2017-06-22File view buttonsAnnabel Dunstone Gray
2017-06-09Revert 'New file from interface on existing branch'Douwe Maan
2017-06-06Resolve "When changing project visibility setting, change other dropdowns ↵Mike Greiling
automatically"
2017-05-31Backport EE refactorings for Protected Tag EE-only functionalityJames Edwards-Jones
Improvements and refactorings were made while adding role based permissions for protected tags to EE. This doesn’t backport the feature, but should improve code quality and minimize divergence.
2017-05-26Enable DuplicateProperty scss-lintAnnabel Dunstone Gray
2017-05-25Consistently display last push event widgetDouwe Maan
2017-05-19Remove readme project_view optionDouwe Maan
2017-05-17Use same last commit widget on project homepage and tree viewDouwe Maan
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-04-26Merge branch '26509-show-update-time' into 'master' Annabel Dunstone Gray
Add updated time to project list Closes #26509 See merge request !8514
2017-04-21Add updated time to project listJeff Stubler
2017-04-19Fixed project & group icons not being clickablePhil Hughes
Closes #31073
2017-04-17Remove unneeded min-width.Bryce Johnson
2017-04-17Use ellipsis and nowrap.Bryce Johnson
2017-04-17Remove breakpoints, use fixed widths.Bryce Johnson
2017-04-17Update variable table styles at wider viewport.Bryce Johnson
2017-04-07Show Flash message above Tags listKushal Pandya