summaryrefslogtreecommitdiff
path: root/app/models/release.rb
Commit message (Expand)AuthorAgeFilesLines
* Show upcoming status for releasesJason Goodman2019-07-031-1/+9
* Allow guests users to access project releasesKrasimir Angelov2019-05-031-2/+5
* Set release name when adding release notes to an existing tagJason Goodman2019-04-091-0/+1
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Use AR releation "count" methodShinya Maeda2019-01-041-1/+1
* Add spec for Releases::Source and Link modelsShinya Maeda2019-01-041-1/+1
* Support CURD operation for release asset linksShinya Maeda2019-01-041-0/+14
* Add spec for Release APIShinya Maeda2018-12-311-13/+14
* Refactor Release servicesAlessio Caiazza2018-12-311-0/+4
* ReleasesFinder will always return a relationAlessio Caiazza2018-12-311-0/+2
* Expose assets in releases APIAlessio Caiazza2018-12-311-0/+13
* Add releases APIAlessio Caiazza2018-12-311-0/+8
* Add name, author and sha to releasesAlessio Caiazza2018-12-131-0/+1
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+4
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-12/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-1/+1
* Annotate modelsDmitriy Zaporozhets2015-11-131-0/+12
* Refactor release code a bitDmitriy Zaporozhets2015-11-091-1/+1
* Add association and validation for Release modelDmitriy Zaporozhets2015-11-061-0/+3
* Add release modelDmitriy Zaporozhets2015-11-051-0/+2