]> git.openstreetmap.org Git - rails.git/commit
Create api changeset comment visibility resource
authorAnton Khorev <tony29@yandex.ru>
Sun, 23 Feb 2025 01:59:26 +0000 (04:59 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 23 Feb 2025 22:27:03 +0000 (01:27 +0300)
commit84a0c76ab2a09a05e10b9057c9087a342db5f7e2
treed0633d63b37807fa87fb9f776053f5f011b28d2e
parent457cc99349972c4cfc52959aac317562c99e47d1
Create api changeset comment visibility resource
13 files changed:
app/abilities/api_ability.rb
app/controllers/api/changeset_comments/visibilities_controller.rb [new file with mode: 0644]
app/controllers/api/changeset_comments_controller.rb
app/controllers/api/changesets_controller.rb
app/views/api/changeset_comments/visibilities/create.json.jbuilder [new file with mode: 0644]
app/views/api/changeset_comments/visibilities/create.xml.builder [new file with mode: 0644]
app/views/api/changeset_comments/visibilities/destroy.json.jbuilder [new file with mode: 0644]
app/views/api/changeset_comments/visibilities/destroy.xml.builder [new file with mode: 0644]
app/views/changesets/show.html.erb
config/routes.rb
test/abilities/api_capability_test.rb
test/controllers/api/changeset_comments/visibilities_controller_test.rb [new file with mode: 0644]
test/controllers/api/changeset_comments_controller_test.rb