summaryrefslogtreecommitdiff
path: root/app/models/event.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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