summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/mirrors
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-182-4/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-142-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-011-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-232-7/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-082-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-161-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-202-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-211-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-0/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-172-4/+4
|
* Destroy repo mirrors instead of disabling themLuke Bennett2019-05-062-114/+2
| | | | | | | | 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.
* Internationalisation of javascript/m* directoriesBrandon Labuschagne2019-04-291-1/+1
| | | | | | | | 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
* Backport EE JavaScript changes for SSH pull mirrorsStan Hu2019-03-191-0/+8
| | | | | This backports the JavaScript code in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10272.
* Fix "protected branches only" checkbox not set properly at initStan Hu2018-12-031-0/+1
| | | | | | | | | 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
* SSH public-key authentication for push mirroringNick Thomas2018-11-193-0/+411