summaryrefslogtreecommitdiff
path: root/app/models/event.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate events into a new formatYorick Peterse2017-08-101-1/+49
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-5/+5
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-1/+1
* Introduce an Events APIMark Fletcher2017-06-061-0/+32
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-1/+1
* Update last_repository_updated_at when a push event is createdDouglas Barbosa Alexandre2017-05-041-0/+6
* Add username to activity atom feed (!10802)winniehell2017-04-261-1/+1
* Merge branch '28058-hide-emails-in-atom-feeds' into 'security'Rémy Coutable2017-03-201-1/+1
* Add performance query regression fix for !9088 affecting #2726727267-events-project-query-performance-regressionOswaldo Ferreira2017-02-241-1/+1
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-3/+3
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-3/+3
* Merge branch '22645-add-discussion-contribs-to-calendar' into 'master' Sean McGivern2017-02-141-3/+4
|\
| * Add comment events to contributions calendar22645-add-discussion-contribs-to-calendarRémy Coutable2017-02-131-3/+4
* | Use preload for Event#target since it's a polymorphic association27395-reduce-group-activity-sql-queriesRémy Coutable2017-02-131-1/+1
* | Include :author, :project, and :target in Event.with_associationsRémy Coutable2017-02-131-1/+1