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-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-04-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-16Revert "Merge branch '61145-fix-button-dimensions' into 'master'"Annabel Dunstone Gray
This reverts merge request !28545
2019-07-11Bring buttons style up to design specScott Hampton
This is a CSS effort only. Fixes the padding of the buttons to be `8px 12px` (including border) so that the button height is 32px. Also adjusts the border width for all buttons when the state is `hover`, `focus`, or `active to be 2px thick instead of 1px thick. This is accomplished through an inset box-shadow as not to increase the size of the button. Fixes some colors for primary and tertiary buttons.
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
2018-11-30Resolve "Add border around the repository file tree"Brandon Labuschagne
2018-08-16Remove more variable reassignments and unused stylesAnnabel Dunstone Gray
2018-08-02Remove unused styles in tree.scssAnnabel Dunstone Gray
2018-05-08Fix positioning of add-to-tree dropdownAnnabel Dunstone Gray
2018-04-09Ran migration scriptClement Ho
2017-12-08Remove new-style-dropdown mixinWinnie Hellmann
2017-12-07Add chevron to create dropdown on repository pageWinnie Hellmann
2017-11-15Truncate tree to max 1,000 items and display notice to usersDrew Blessing
Rendering ten thousands of tree items consumes a lot of server time and can cause timeouts in extreme cases. Realistically, displaying more than 1,000 files is probably not useful so truncate and show the user a notice instead. 'Find files' can be used to locate specific files beyond the 1,000 limit.
2017-11-06Enable BorderZero rule in scss-lintTakuya Noguchi
2017-10-03Use CSS to space external link icon from textEric Eastwood
2017-09-29Add external link FE for online artifactsEric Eastwood
FE for https://gitlab.com/gitlab-org/gitlab-ce/issues/34102
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-14Use single js- wrapper class to show/hideEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146360
2017-08-08Merge branch ↵Filipa Lacerda
'35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-ui' into 'master' Resolve "'Please select a file' when attempting to upload or replace from the UI" Closes #35052 See merge request !12863
2017-08-08disable file upload button while uploadingSimon Knox
hide placeholder text when files have been added vertically center dropzone area content close modal after file upload succeeds
2017-08-07Merge branch 'master' into ideMike Greiling
* master: (177 commits) Add changelog Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14 Make contextual sidebar collapsible Fixed sidebar context header hover colors Use correct `Environment`-class within `Gitlab` namespace Remove gl.Activities from Commits page Move `let` calls inside the `describe` block using them Add `/assign me` alias support for assigning issuables to oneself GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandError Use `broken_storage` in the fs_shards_spec. Eager load project creators for project dashboards Memoize a user's personal projects count Remove redundant query from User#recent_push Improve checking if projects would be returned Change spelling of gitlab-shell Remove unused #tree-holder Add custom linter for inline JavaScript to haml_lint Rename user_can_admin? because it's more accurate Synchronous zanata community contribution translation Add Korean translation to i18n ...
2017-08-03Use mixin for new dropdown styleWinnie Hellmann
2017-08-03Merge branch 'master' into ideDouwe Maan
2017-07-31Make dropdown style on repository page consistentwinh
2017-07-20Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett
2017-07-14Adds editor buttonsJacob Schatz
2017-06-29Resolve "Select branch dropdown is too close to branch name"Tim Zallmann
2017-06-28Fix find file breadcrumb stylingPhil Hughes
Closes #34427
2017-06-22File view buttonsAnnabel Dunstone Gray
2017-06-20Update dispatcher to have only the right JS inits.Jacob Schatz
2017-05-09Make tree, blob and blame pages more consistentDouwe Maan
2017-04-23[#22826] Ensure find_file_link and download button is part of file tree headerTM Lee
- Move the find_file_link and download partial into the project tree_header partial - Added Changelog
2017-04-06Remove individual modal width stylesSam Rose
2017-03-07consistent spacing on new MR panelsSimon Knox
center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
2017-03-02Cleaning up navigational order - ProjectKushal Pandya
2017-02-17Increase right side of file header to accommodate browse files buttonAnnabel Dunstone Gray
2017-02-14Fix z index bugsAnnabel Dunstone Gray
2017-02-11Keep sidebars absolute until fixed at top; remove unneeded JSAnnabel Dunstone Gray
2017-01-25fixed points from comments to improve code qualitydimitrieh
2017-01-0425701 standardize text colorstauriedavis
2016-12-29Update file hader styles; remove and relocate more commits cssAnnabel Dunstone Gray
2016-12-20Merge branch '25740-fix-new-branch-button-padding' into 'master' Annabel Dunstone Gray
Even out padding on "plus" button in breadcrumb menu Changed the padding on the ```+``` button to be ```6px``` on all sides. ![Screen_Shot_2016-12-16_at_8_06_07_PM](/uploads/cc85f8ff36c7d2dd75546a67445af19a/Screen_Shot_2016-12-16_at_8_06_07_PM.png) Closes #25740 See merge request !8154