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-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-25Check permissions before showing a forked project's sourceNick Thomas
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-29Merge branch 'tp-qtt182-6' into 'master'Mayra Cabrera
Change qa-merge-request-settings to rspec-merge-request-settings Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31207
2019-07-27Change qa-* class references to rspec-*Tanya Pazitny
2019-07-27Change qa-* class references to rspec-*Tanya Pazitny
2019-07-02QA: transfer project specJennifer Louie
2019-06-25Update project MR setting section description (CE)Nathan Friend
This commit updates the merge requests description text in the project settings page.
2019-04-29Prefer usage of helper `expanded_by_default?`Peter Leitzen
Stop using `Rails.env.test?` in views.
2019-04-17Update CE-specific files for project MR settings UINathan Friend
This commit updates the CE-specific files that reorganizes the project merge request settings UI.
2019-04-11Update project settings qa selectorsSanad Liaquat
Additionally fixes geo rename test.
2019-04-11Improve project settings pageLuke Bennett
Prioritize and simplify project settings content.
2019-04-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-03-28Improve project avatar settingsLuke Bennett
Prioritize and simplify project settings content.
2019-03-06Update project settings section titles and infoLuke Bennett
Improve wording of project settings section headers. Improve order of sections. Adds section toggling by section title. Translates section titles and descriptions.
2019-02-25Style avatars for groups and projectsMartin Wortschack
- Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
2019-01-10Rename tags to topicsMartin Wortschack
- Rename CSS class - Fix broken test - Update project settings docs - Update general project settings image - Rename helper methods
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-11-17CE port of "Move merge request approval settings"Paul Slaughter
This is for the upcoming feature for MR approval rules (https://gitlab.com/gitlab-org/gitlab-ee/issues/1979)
2018-11-10Make sure there's only one slash as path separatorStan Hu
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will remove the double slash, however it's not the case in Ruby 2.5. Using chomp should work better for the intention, as we're not trying to allow things like ../ or / paths resolution. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53180
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-09-28Fix Error 500 when forking projects with Gravatar disabledStan Hu
When Gravatar is disabled, the "no avatar" is used, which failed to revert to the colorful identity icons for namespaces. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50254
2018-09-26Preserve order of project tags listDennis Tang
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-04Move project default branch settings under 'Repository'Paul Slaughter
- Updates specs accordingly - Updates docs accordingly - Brews a fresh pot
2018-09-03Move badge settings to general settingsWinnie Hellmann
2018-08-24Refactor project_permissions_panel_data so it can be extended in EE easilyDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-08Keep project settings sections expanded after submitting formMike Greiling
2018-08-07Send resize parameters for avatarsTim Zallmann
2018-07-20Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray
2018-06-27Adds an ID to the settings section to allow anchor linkingFilipa Lacerda
2018-06-13Ensure we look into the correct setion only when expanding a settings' sectionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-08Update settings section titlesAndreas Kämmerle
2018-05-31Cleanup code for General Project SettingsLukas Eipert
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-04-25Revert .hide to .d-none conversionClement Ho
2018-04-12[skip ci] .input-group-addon to .input-group-prepend, .input-group-appendClement Ho
2018-04-12Merge branch 'master' into bootstrap4Clement Ho
2018-04-11[skip ci] .help-block to .form-text.text-mutedClement Ho
2018-04-10Update phrasing around archived feature in UIDouwe Maan
2018-04-09[skip ci] Rename .hide to .d-noneClement Ho
2018-04-09Rename .btn-default to .btn-secondaryClement Ho
2018-04-02Add button type to settings toggleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-01Ignore InlineJavaScript linter in existing script tag locations.Connor Shea
2018-02-19test merge request rebaseFelipe Artur
2018-02-15Fixes Renaming repository (project[name]) fails on 2nd try whend the ↵Jacopo
validation has failed