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-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-06Destroy repo mirrors instead of disabling themLuke Bennett
It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
2019-04-29Internationalisation of javascript/m* directoriesBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-03-19Backport EE JavaScript changes for SSH pull mirrorsStan Hu
This backports the JavaScript code in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10272.
2018-12-03Fix "protected branches only" checkbox not set properly at initStan Hu
The `only_protected_branches` value was being enabled by default even though the checkbox was default off. In EE, this wasn't a problem because there was EE-specific code to update the entire form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53515
2018-11-19SSH public-key authentication for push mirroringNick Thomas