summaryrefslogtreecommitdiff
path: root/spec/models/releases
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
|
* Add latest changes from gitlab-org/security/gitlab@14-9-stable-eeGitLab Bot2022-03-311-0/+11
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-192-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-203-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-71/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-0/+87
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-0/+45
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-311-1/+1
|
* Add support for FTP assets for releasesRobert Schilling2019-02-131-0/+24
| | | | Extend the list of supported protocols to include FTP.
* Add uniqueness validation to url column in Releases::Link modelShinya Maeda2019-01-091-0/+10
| | | | | | Add test Add changelog
* Add frozen_string_literal: trueShinya Maeda2019-01-042-0/+4
|
* Add unique constraint to release and urlShinya Maeda2019-01-042-4/+4
| | | | | | | | | | | | Fix coding style Improve coding style Decouple UPDATE and DELETE operations of asset links Rename links_attributes to assets:links Rename exposed param and updated spec
* Add spec for Releases::Source and Link modelsShinya Maeda2019-01-042-0/+107
Releases::Source and Releases::Link are covered by tests