summaryrefslogtreecommitdiff
path: root/app/models/event.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+3
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-3/+3
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-9/+6
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+5
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-8/+6
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+7
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-4/+0
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-107/+87
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-2/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-191-1/+30
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-21/+33
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-4/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-9/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Add event presenterJan Provaznik2019-09-101-6/+8
* Create an event on epic actionsJan Provaznik2019-09-031-0/+1
* Remove dependency on IgnorableColumn concerndineshpanda2019-08-301-1/+0
* Rename methods that conflict in Rails 5.255583-rename-method-conflictsHeinrich Lee Yu2019-05-121-27/+27
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Remove rails4 specific codeJasper Maes2018-12-161-13/+0
* Reduce N+1 from Activity Dashboard and BanzaiGabriel Mazetto2018-12-101-1/+1
* Check snippet note event visibilityNick Thomas2018-09-211-0/+12
* Fix Event#visible_to_user? for milestonesNick Thomas2018-09-211-1/+1
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-0/+1
* Include private contributions in user contribution graphGeorge Tsiolis2018-09-071-3/+5
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Throttle updates to Project#last_repository_updated_at.Andreas Brandl2018-05-291-0/+2
* [Rails5] Update Event#subclass_from_attributes methodblackst0ne2018-04-111-0/+3
* Remove N+1 query for Noteable association.ab-43150-users-controller-show-query-limitAndreas Brandl2018-03-231-5/+5
* Merge branch '43460-track-projects-a-user-contributed-to' into 'master'Yorick Peterse2018-03-071-0/+8
|\
| * Singularize model name.Andreas Brandl2018-03-061-1/+1
| * Rename to UserInteractedProjects.Andreas Brandl2018-03-061-3/+3
| * Only track contributions if table is available.Andreas Brandl2018-03-061-1/+4
| * Track which projects a user contributed to.Andreas Brandl2018-03-061-0/+5
* | Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-1/+1
|/
* Remove ignore_column from Events#data.38135-remove-ignore-column-from-eventsAndreas Brandl2018-02-131-4/+0
* Eager load event target authors whenever possibleconditionally-eager-load-event-target-authorsYorick Peterse2018-01-041-1/+12
* Reverted fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15788Francisco Javier López2017-12-221-1/+1
* Fix N+1 query when displaying eventsfix-event-target-author-preloadingYorick Peterse2017-12-081-1/+1
* Remove redundant WHERE from event queriesevents-redundant-whereYorick Peterse2017-09-201-1/+7
* Decrease Perceived Complexity threshold to 15Maxim Rydkin2017-09-121-12/+20
* Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-081-1/+1
* Finish migration to the new events setupevents-migration-cleanupYorick Peterse2017-09-061-96/+6
* Fix display of push events for removed refsfix-push-events-branch-removalsYorick Peterse2017-08-221-1/+1
* Fix Error 500s when viewing user or group Atom feedsStan Hu2017-08-211-0/+10
* Use a specialized class for querying eventsYorick Peterse2017-08-101-2/+7