]> git.openstreetmap.org Git - rails.git/commit
Add changeset comment search api with filtering by author and time
authorAnton Khorev <tony29@yandex.ru>
Thu, 16 Nov 2023 07:03:26 +0000 (10:03 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 15 Feb 2025 16:35:24 +0000 (19:35 +0300)
commit1f59507e78e16a281407f16b804e2111323bc767
treed60e39b83dd705dde5d39844b24f197a0cbef471
parentbd278a07fe3fd51c6dd42fbbdeb2e2f4c034e794
Add changeset comment search api with filtering by author and time
app/abilities/api_ability.rb
app/controllers/api/changeset_comments_controller.rb
app/views/api/changeset_comments/_changeset_comment.xml.builder [new file with mode: 0644]
app/views/api/changeset_comments/index.xml.builder [new file with mode: 0644]
app/views/api/changesets/_changeset.xml.builder
config/routes.rb
config/settings.yml
test/controllers/api/changeset_comments_controller_test.rb