summaryrefslogtreecommitdiff
path: root/app/models/timelog.rb
Commit message (Collapse)AuthorAgeFilesLines
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
|
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
| | | | Partially addresses #47424.
* 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