summaryrefslogtreecommitdiff
path: root/app/models/timelog.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rails5 fix expected `issuable.reload.updated_at` to have changedJasper Maes2018-06-131-0/+5
|
* Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-011-2/+2
|
* Use normal associations instead of polymorphic.Ruben Davila2017-02-071-1/+17
| | | | | | | We can't properly use foreign keys on columns that are configured for polymorphic associations which has disadvantages related to data integrity and storage. Given we only use time tracking for Issues and Merge Requests we're moving to the usage of regular associations.
* Backport backend work for time tracking.Ruben Davila2017-01-151-0/+6