summaryrefslogtreecommitdiff
path: root/app/models/concerns/expirable.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
| | | | Partially addresses #47424.
* Differentiate the expire from leave eventCallum Dryden2016-10-201-1/+5
| | | | | | | | | | At the moment we cannot see weather a user left a project due to their membership expiring of if they themselves opted to leave the project. This adds a new event type that allows us to make this differentiation. Note that is not really feasable to go back and reliably fix up the previous events. As a result the events for previous expire removals will remain the same however events of this nature going forward will be correctly represented.
* Allow project group links to be expiredSean McGivern2016-08-181-0/+15