summaryrefslogtreecommitdiff
path: root/app/models/releases
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@14-9-stable-eeGitLab Bot2022-03-311-1/+11
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-192-2/+2
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-192-0/+17
* Add latest changes from gitlab-org/security/gitlab@13-4-stable-eeGitLab Bot2020-09-301-1/+3
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-182-32/+30
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-0/+44
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-311-3/+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
* Add support for FTP assets for releasesRobert Schilling2019-02-131-1/+1
* Add uniqueness validation to url column in Releases::Link modelShinya Maeda2019-01-091-1/+1
* Add unique constraint to release and urlShinya Maeda2019-01-041-0/+1
* Add spec for Releases::Source and Link modelsShinya Maeda2019-01-041-2/+2
* Support CURD operation for release asset linksShinya Maeda2019-01-042-0/+56