]> git.openstreetmap.org Git - rails.git/history - app/models/issue_comment.rb
Remove redundant presence validation on belongs_to
[rails.git] / app / models / issue_comment.rb
2022-03-01 Andy AllanRemove redundant presence validation on belongs_to
2021-04-08 Andy AllanMerge pull request #1558 from plarus/master
2020-04-15 Tom HughesMerge remote-tracking branch 'upstream/pull/2431'
2020-02-19 Tom HughesMerge remote-tracking branch 'upstream/pull/2381'
2019-12-30 Tom HughesMerge remote-tracking branch 'upstream/pull/2444'
2019-12-04 Andy AllanMerge pull request #2427 from mmd-osm/patch/remove_expa...
2019-11-27 Tom HughesMerge remote-tracking branch 'upstream/pull/2447'
2019-11-27 Andy AllanCreate an ApplicationRecord for models to inherit from
2019-08-31 Stefan BaeblerMerge branch 'master' into tag-colour-preview-rebase
2019-08-28 Tom HughesMerge remote-tracking branch 'upstream/pull/1926'
2019-01-16 Andy AllanMerge pull request #1151 from polarbearing/patch-1
2018-11-05 Tom HughesMerge remote-tracking branch 'upstream/pull/2044'
2018-11-05 Tom HughesMerge character validators
2018-11-05 J GuthrieCreate invalid_char validators and apply to models
2018-06-16 Tom HughesMerge remote-tracking branch 'upstream/pull/1576'
2018-06-10 Tom HughesMerge branch 'master' into next
2018-04-11 Andy AllanMerge branch 'master' into moderation
2018-03-14 Andy AllanRemove cascading deletes, add another foreign key,...
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-01-21 Andy AllanMerge branch 'master' into moderation
2017-11-29 Andy AllanUse a simple user_id for tables with one owning user
2017-11-29 Andy AllanRemove the reassign column from issue_comments
2017-11-29 Andy AllanAnnotate models.
2017-11-29 Andy AllanMerge branch 'master' into moderation
2017-09-13 Andy AllanEnsure that issue comments have associated issues and...
2017-08-02 Andy AllanMerge branch 'master' into moderation
2017-07-12 Andy AllanMerge branch 'master' into moderation
2016-08-22 Matt AmosMade rubocop happy by formatting and minor syntax tweaks.
2016-08-22 ShreyFixed tests + Altered migration file + Added reporting...
2016-08-22 ShreyAdded IssueComments + ForeignKeys + Indexes