Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42 | GitLab Bot | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/security/gitlab@14-9-stable-ee | GitLab Bot | 2022-03-31 | 1 | -0/+11 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42 | GitLab Bot | 2021-05-19 | 2 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-2-stable-ee | GitLab Bot | 2020-07-20 | 3 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-1-stable-ee | GitLab Bot | 2020-06-18 | 1 | -71/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-24 | 1 | -0/+87 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-25 | 1 | -0/+45 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-12 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | Add support for FTP assets for releases | Robert Schilling | 2019-02-13 | 1 | -0/+24 |
| | | | | Extend the list of supported protocols to include FTP. | ||||
* | Add uniqueness validation to url column in Releases::Link model | Shinya Maeda | 2019-01-09 | 1 | -0/+10 |
| | | | | | | Add test Add changelog | ||||
* | Add frozen_string_literal: true | Shinya Maeda | 2019-01-04 | 2 | -0/+4 |
| | |||||
* | Add unique constraint to release and url | Shinya Maeda | 2019-01-04 | 2 | -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 models | Shinya Maeda | 2019-01-04 | 2 | -0/+107 |
Releases::Source and Releases::Link are covered by tests |