summaryrefslogtreecommitdiff
path: root/app/models/event.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't instantiate AR objects in Event.in_projectsRémy Coutable2017-02-131-1/+1
|/
* Removed data-user-is view codeevents-cache-invalidationYorick Peterse2016-11-251-0/+4
* Remove event caching codeYorick Peterse2016-11-231-6/+0
* Allow commit note to be visible if repo is visible23824-activity-page-does-not-show-commits-commentsRémy Coutable2016-11-161-3/+3
* Merge branch '23403-fix-events-for-private-project-features' into 'security'Robert Speicher2016-11-091-1/+2
* Optimize Event queries by removing default order23106-events-default-scope-results-in-a-slow-queryAlejandro Rodríguez2016-10-271-1/+1
* Differentiate the expire from leave eventCallum Dryden2016-10-201-1/+8
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-1/+7
* Fix Event#reset_project_activity updatessh-fix-events-update-specStan Hu2016-10-061-1/+1
* Remove lease from Event#reset_project_activityremove-reset-project-activity-leaseYorick Peterse2016-10-041-12/+7
* Fix broken spec due to last_activity_at updates being throttledStan Hu2016-09-191-4/+14
* Restrict last_activity_at updates to one per hourYorick Peterse2016-09-191-3/+14
* remove Ability.abilitieshttp://jneen.net/2016-08-301-1/+1
* Use a more future-proof check for Note/LegacyDiffNote19092-fix-event-for-legacydiffnote-not-considered-noteRémy Coutable2016-07-061-1/+1
* Fix diff comments not showing up in activity feedRémy Coutable2016-07-041-2/+2
* Display last commit of deleted branch in push events (!4699)winniehell2016-06-281-1/+1
* Reduce duplication and branching logic in EventsHelperRobert Speicher2016-05-161-13/+8
* Rename `Event#note_project_snippet?` to `project_snippet_note?`Robert Speicher2016-05-161-1/+1
* Rename `Event#note_commit?` to `commit_note?`Robert Speicher2016-05-161-2/+2
* Simplify Event's target type-checkingRobert Speicher2016-05-161-3/+3
* Add an Event's target's title to its reference linkRobert Speicher2016-05-161-1/+1
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-16/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-2/+2