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-04-11Improve project settings pageLuke Bennett
Prioritize and simplify project settings content.
2019-04-07Improve project merge request settingsLuke Bennett
Prioritize and simplify project settings content.
2019-03-25Removes EE differences for settings.scssFilipa Lacerda
2019-03-15Add feature specs for settings pageReuben Pereira
Add spec for form fields Style settings sections
2019-03-05Delete class selector that removes right paddingealcantara
Delete mirror-action-buttons class that removes right padding from repository mirror action buttons
2019-02-01fix(settings): Adjusted vertical alignment of visibility iconsMartin Hobert
2019-01-14Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`George Tsiolis
2018-10-15Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett
2018-09-11Remove jquery.scss; Combine multiple duplicate grays into global gray ↵Annabel Dunstone Gray
variables; Remove unused styles in common.scss
2018-09-06Resolve "Update presentation for SSO providers on log in page"Martin Wortschack
2018-08-21Remove another batch of reassigned scss variablesAnnabel Dunstone Gray
2018-08-16Remove more variable reassignments and unused stylesAnnabel Dunstone Gray
2018-08-02Fix settings.scssLuke Bennett
2018-08-02re-portLuke Bennett
2018-07-25portLuke Bennett
2018-07-04Add option to add README when creating a projectImre Farkas
2018-06-29Style updates for personal access token formPaul Slaughter
2018-06-19Remove top margin from checkboxes in integrations pageJose
2018-06-18Resolve "Creating a deploy token doesn't bring back to the creation page"Sam Beckham
2018-06-15Remove scrollbar in Safari in repo settings pagegfyoung
Closes #47410.
2018-06-07CE backport for the card class changesJose Ivan Vargas
2018-06-05Fix project settings > merge request settings spacingClement Ho
2018-06-05Resolve "New project visibility level description alignment"Taurie Davis
2018-04-18Fix new group formClement Ho
2018-04-16Fix styles on new merge request compare pageClement Ho
2018-04-13[skip ci] fix overzealous .badge-pill renames from scss migration scriptClement Ho
2018-04-11[skip ci] .help-block to .form-text.text-mutedClement Ho
2018-04-09Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/helpers/issuables_helper.rb # app/views/projects/_home_panel.html.haml # app/views/projects/commits/_commit.html.haml
2018-04-09Ran migration scriptClement Ho
2018-04-07Addreses frontend reviewMayra Cabrera
Also fixes spec failures on presenter and docs
2018-04-07Create barebones for DeploytokenMayra Cabrera
Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
2018-03-08backport of custom metrics for the common metrics section of CEJose Ivan Vargas
2018-02-01style the prometheus integration service page according to designMike Greiling
2018-01-0441054-Disallow creation of new Kubernetes integrationsMayra Cabrera
2017-11-10Merge branch '32059-fix-oauth-phishing' into 'security-10-1'Douwe Maan
Prevent OAuth phishing attack by presenting detailed wording about app to user during authorization See merge request gitlab/gitlabhq!2205
2017-11-03Enable MergeableSelector in scss-lintTakuya Noguchi
2017-10-31Stop sections from expanding when scrolling over the 1px sectionEric Eastwood
See https://gitlab.slack.com/archives/C0GQHHPGW/p1508253662000271
2017-10-31remove needlessly complicated, duplicate css class for expanded settings panelsMike Greiling
2017-08-26show alternate description text for disabled visibility settingsMike Greiling
2017-08-26fix disabled state style for visibility level optionsMike Greiling
2017-08-26rename .project-visibility-level-holder to .visibility-level-setting and ↵Mike Greiling
move from projects.scss to settings.scss
2017-07-28css fixestauriedavis
2017-07-2834060 Simply general project settings to use expanded panelstauriedavis
2017-06-22Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
28717-additional-metrics-review-branch
2017-06-21Resolve "Protected branch dropdowns cut-off in Repository Settings page"Luke "Jared" Bennett
2017-06-16Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
28717-additional-metrics-review-branch
2017-06-07set overflow:visible to prevent dropdowns from getting cut offMike Greiling
2017-06-07Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
28717-additional-metrics-review-branch # Conflicts: # app/models/project_services/prometheus_service.rb # app/views/projects/services/_form.html.haml
2017-06-07Resolve "Simplified Repository Settings page"Mike Greiling
2017-06-02Use `.text-center` class instead of text-align propkushalpandya