summaryrefslogtreecommitdiff
path: root/app/models/concerns/time_trackable.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable more frozen string in app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-even-moregfyoung2018-08-031-0/+2
* Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-011-6/+0
* Fixes 500 error on /estimate BIG_VALUEJacopo2018-05-171-0/+4
* Updates updated_at on issue when using /spend quick actionJacopo2018-05-091-0/+6
* Only include the user's ID in the time_spent command's update hashRobert Speicher2017-12-191-1/+1
* Fix a few layout errorLin Jen-Shin2017-11-221-0/+1
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-5/+5
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-8/+11
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-061-2/+7
|\
| * added date parameter for time trackinggitlab-ee-1312-time-spent-atVlad2017-10-131-2/+7
* | Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+3
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-1/+1
|/
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
* Use normal associations instead of polymorphic.Ruben Davila2017-02-071-1/+1
* Add some API endpoints for time tracking.Ruben Davila2017-01-181-9/+23
* Backport backend work for time tracking.Ruben Davila2017-01-151-0/+58