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
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-02-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-15Hide restricted and disallowed visibility radiosLuke Bennett
Show a message if many levels are restricted and a different message if all levels are restricted.
2019-06-06Apply suggestion to app/helpers/visibility_level_helper.rbBob Van Landuyt
2019-06-06Set project default visibility to max allowedStan Hu
If the default, instance-wide visibility were set to internal but a group were private, the radio button would be set on internal even though that setting were not allowed. We now consider the allowed visibility setting for the group in determining what the default should be. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62298
2019-04-04Externalize strings in helpersMartin Wortschack
- Update qa selector - Update PO file
2018-12-07Further design iteration on project overviewDennis Tang
Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-09-06Resolve "Improve project overview UI"Dennis Tang
2018-07-23Fix #47379 - Project visibility tooltipJamie Schembri
2018-02-02use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa
including/extending it
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-08-31fix variable naming conflictMike Greiling
2017-08-31Fix error reported by FlayRubén Dávila
2017-08-31enhance disabled group visibility options with links and instructionsMike Greiling
2017-08-30add links and instructions to disabled visibility option help textMike Greiling
2017-08-30add notes to the disabled visibility setting string helper to ensure changes ↵Mike Greiling
are reflected in the model as well
2017-08-30revert changes to visibility level helpers from 6f03ddcMike Greiling
2017-08-29Address some suggestions from first code reviewRubén Dávila
2017-08-26display specific reasons when visibility options are disabledMike Greiling
2017-08-26rename skip_level? to disallowed_visibitility_level?Mike Greiling
2017-08-26recognize instances where group visibility levels are unavailableMike Greiling
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-06-06Resolve "When changing project visibility setting, change other dropdowns ↵Mike Greiling
automatically"
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-02-23Enable Rails/DelegateDouwe Maan
2017-02-02Keep snippet visibility on errorSean McGivern
When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
2016-03-22Address feedbackDouwe Maan
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-03-18Improve group visibility level featureZeger-Jan van de Weg
2016-03-10Prevent projects to have higher visibility than groupsFelipe Artur
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
2016-03-10Add permission level to groupsFelipe Artur
2015-12-21Merge branch 'master' into fix/visibility-level-setting-in-forked-projectsTomasz Maczukin
* master: (723 commits) Bump Rack Attack to v4.3.1 for security fix Remove duplicate entry in the changelog Remove extra spaces after branchname Fix merge-request-reopen button title Add branch and tag operation to tree dropdown Use gitlab-shell 2.6.9 Clarify Windows shell executor artifact upload support Fix feature specs: we always show the build status if ci_commit is present Do not display project group/name when issue and MR are in same project Don't create CI status for refs that doesn't have .gitlab-ci.yml, even if the builds are enabled Use gitlab-workhorse 0.5.1 Fix ci_projects migration by using the value only from latest row [ci skip] Revert sidebar position for issue and merge request Add info on using private Docker registries in CI [ci skip] Upgrade Poltergeist to 1.8.1. #4131 Fix ux issue with "This issue will be closed automatically" message Move MR Builds tab next to Commits Api support for requesting starred projects for user Fix Rubocop complain. Fix merge widget JS for buttons ... Conflicts: app/models/project.rb
2015-12-09Improve text indication visibility on snippetsZeger-Jan van de Weg
2015-12-02Add visibility description tooltip to snippet and project visibility labelsDouwe Maan
2015-11-03Move visibility_level check for forked projects to Project modelTomasz Maczukin
2015-07-06Fork visibility level fixValery Sizov
2015-05-03Add period at snippet visibilty descriptionRobert Schilling
2015-04-26Add new admin settingsVinnie Okada
Add new global application settings for default project and snippet visibility levels.
2015-03-16Handle null restricted_visibility_levels settingVinnie Okada
Fix a 500 error when the `restricted_visibility_levels` setting is null in the database.
2015-03-07Move restricted visibility settings to the UIVinnie Okada
Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
2014-10-09Snippets: public/internal/privateValery Sizov
2014-06-03Remove color-named css classesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-27Improve UX of project visiblity level. Improve "Public Access" help pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>