summaryrefslogtreecommitdiff
path: root/app/models/event.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Throttle the update of `project.last_activity_at` to 1 minute15094-throttle-update-of-last_activity_atRémy Coutable2016-04-251-1/+1
* Rename `Event#proper?` to `Event#visible_to_user?`Douglas Barbosa Alexandre2016-03-241-1/+1
* Comments on confidential issues doesn't show in activity feed to non-membersDouglas Barbosa Alexandre2016-03-241-2/+6
* Restrict access to confidential issues on activity feedDouglas Barbosa Alexandre2016-03-171-2/+4
* Various filter fixesJosh Frye2016-02-041-1/+1
* Use Atom update times of the first eventevents-performanceYorick Peterse2016-01-271-7/+1
* Don't pluck project IDs for eventsYorick Peterse2016-01-261-1/+5
* Don't show project fork event as importedDouwe Maan2015-12-021-1/+1
* Added Event.limit_recentYorick Peterse2015-11-181-0/+4
* Faster way of obtaining latest event update timeYorick Peterse2015-11-181-0/+6
* Change "recent" scopes to sort by "id"Yorick Peterse2015-11-111-1/+1
* Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu2015-09-151-2/+10
* 'created_at DESC' is performed twicecatatsuy2015-07-021-1/+1
* Change text of project creation event for imports.import-eventDouwe Maan2015-04-061-1/+5
* Refactor contributions events and write tests for calendarDmitriy Zaporozhets2015-03-221-0/+6
* List new commits for newly pushed branch in activity view.Douwe Maan2015-03-181-1/+1
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-6/+6
* Fix event loading with associationsDmitriy Zaporozhets2015-02-181-0/+1