summaryrefslogtreecommitdiff
path: root/app/models/event.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Group and Event strong_paramsDmitriy Zaporozhets2014-06-261-3/+0
* | User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-2/+2
* | Fix event creationDmitriy Zaporozhets2014-06-171-1/+1
* | Remove ProjectActivityCacheObserverDmitriy Zaporozhets2014-06-171-0/+9
* | Wipe wall notes featureDmitriy Zaporozhets2014-06-131-4/+0
|/
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
* Drop activity observer. User EventCreateService insteadDmitriy Zaporozhets2014-03-251-8/+0
* Fixed 500 error on branch and tag creation via UIDmitriy Zaporozhets2014-02-241-2/+4
* Fixed default scope deprecation warningJeroen van Baarsen2013-12-101-1/+1
* Prevent 500 if data[:commits] is nil for eventDmitriy Zaporozhets2013-11-251-1/+1
* Add additional validation to push eventDmitriy Zaporozhets2013-11-131-1/+1
* Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-08-201-0/+12
|\