summaryrefslogtreecommitdiff
path: root/app/models/award_emoji.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-2/+2
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-3/+3
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-0/+4
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+8
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-2/+0
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+2
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-3/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-111-1/+4
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-2/+2
* Add service classes for mutating AwardEmojiLuke Duncalfe2019-08-211-2/+4
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Refactor AutocompleteControllerdefine-abstraction-levelsYorick Peterse2018-08-201-0/+17
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Use `try` instead of `repond_to?` and a method callDouwe Maan2017-08-181-3/+1
* Prefer polymorphism over `is_a?`Douwe Maan2017-08-171-1/+1
* Expire ETag cache on note when award emoji changesSean McGivern2017-07-211-0/+9
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-1/+1
* Move a user's award emoji to the ghost userTimothy Andrew2017-04-061-1/+2
* Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-091-0/+8
* Add emoji.rb in lib/gitlab instead of using the gitlab_emoji gem.update-gemojiConnor Shea2016-06-291-1/+1
* Fix latests concernsZJ van de Weg2016-05-181-9/+0
* Create table for award emojiZeger-Jan van de Weg2016-05-061-0/+35