summaryrefslogtreecommitdiff
path: root/app/models/users_star_project.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+1
* Fix N+1s queries while loading usersDouglas Barbosa Alexandre2019-08-191-0/+1
* Fix public/private starrers counts in special cases20137-starrersCamil Staps2019-08-071-0/+1
* Handle reviewer comments on !24690Camil Staps2019-08-071-2/+2
* Remove postgres-specific SQL from UsersStarProjectCamil Staps2019-08-071-2/+2
* Expose time since starring on project/:id/starrers API endpoint; exclude priv...Camil Staps2019-08-071-1/+1
* Remove private profiles from starrers view of projectsCamil Staps2019-08-071-0/+1
* Change sorting options for starrers: name (asc/desc), most/least recent starCamil Staps2019-08-071-0/+25
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-11/+0
* Touch project when toggling stars to update cacheGabriel Mazetto2015-12-031-1/+1
* Annotate modelsDmitriy Zaporozhets2014-08-251-5/+5
* Add star count, view logic, more tests.Ciro Santilli2014-07-171-1/+1
* Add project stars.Ciro Santilli2014-07-171-0/+19