summaryrefslogtreecommitdiff
path: root/app/models/remote_mirror.rb
Commit message (Expand)AuthorAgeFilesLines
* Rework retry strategy for remote mirrorsBob Van Landuyt2019-08-131-14/+43
* Mark mirrors as failed 1 hour after they startedBob Van Landuyt2019-07-231-2/+2
* Show disabled project repo mirrorsshow-disabled-mirrorsLuke Bennett2019-05-071-0/+4
* Remove deprecated uses of attribute_changed?9932-fix-deprecated-attribute_changed-ceHeinrich Lee Yu2019-04-301-2/+6
* Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-1/+1
* Align UrlValidator to validate_url gem implementation.Thong Kuah2019-04-111-1/+1
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Only send one notification for failed remote mirrorStan Hu2019-01-151-2/+10
* Merge branch 'security-fix-ssrf-import-url-remote-mirror' into 'master'John Jarvis2019-01-011-1/+1
|\
| * Replaced UrlValidator with PublicUrlValidator for import_url and remote mirro...Francisco Javier López2018-12-131-1/+1
* | Send a notification email on mirror update errorsAlejandro Rodríguez2018-12-111-2/+6
|/
* Make RemoteMirror's only_protected_branches default value consistentStan Hu2018-11-281-2/+0
* SSH public-key authentication for push mirroringNick Thomas2018-11-191-8/+37
* Fix remote mirrors failing if Git remotes have not been addedStan Hu2018-08-221-0/+9
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Merge branch 'security-event-counters-private-data' into 'master'Felipe Artur Cardozo2018-07-241-3/+3
|\ \ | |/ |/|
| * Don't expose project names in various countersYorick Peterse2018-06-211-3/+3
* | Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|/
* Avoid checking the user format in every url validationFrancisco Javier López2018-06-111-1/+1
* Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-011-1/+1
|\
| * Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-291-1/+1
* | Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-1/+0
|/
* Adds changelog entry, changes RemoteMirror#sync? to be semantically sound and...Tiago Botelho2018-05-071-2/+2
* Adds remote mirror table migrationTiago Botelho2018-05-071-2/+5
* Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-0/+216