summaryrefslogtreecommitdiff
path: root/app/models/event.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "User created project Namespace / Project" eventDouwe Maan2015-02-131-0/+12
* Refactor event title generation for more consistent messages.Douwe Maan2015-02-131-31/+41
* Move all event creation to EventCreateService.Douwe Maan2015-02-131-23/+0
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+1
* Remove unused ex local variable from event.rbCiro Santilli2014-12-291-1/+1
* Remove dead Event#new_branch? methodCiro Santilli2014-11-031-4/+0
* Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-1/+1
* Moved some behaviour to one placeJeroen van Baarsen2014-07-251-0/+6
* Merge branch 'bugfix/305/dashboard_feed_summaries' into 'master'Dmitriy Zaporozhets2014-07-021-0/+5
|\
| * Add summaries for notes and merge requests to dashboard feed.Kyle Fazzari2014-05-291-0/+5