]> git.openstreetmap.org Git - rails.git/commit
Convert api element history actions to versions resources
authorAnton Khorev <tony29@yandex.ru>
Wed, 5 Feb 2025 14:39:26 +0000 (17:39 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 9 Feb 2025 16:18:47 +0000 (19:18 +0300)
commit98af87d1cbe59650bf4880c2e5d46a34230dc11e
tree44a54436f3a8ad6ddc067db19aa0209088c3b48d
parent974e404a6e21e953354c38fc71338deb259f13ed
Convert api element history actions to versions resources
16 files changed:
app/abilities/api_ability.rb
app/controllers/api/old_elements_controller.rb
app/controllers/api/old_nodes_controller.rb
app/controllers/api/old_relations_controller.rb
app/controllers/api/old_ways_controller.rb
app/views/api/old_nodes/index.json.jbuilder [moved from app/views/api/old_nodes/history.json.jbuilder with 100% similarity]
app/views/api/old_nodes/index.xml.builder [moved from app/views/api/old_nodes/history.xml.builder with 100% similarity]
app/views/api/old_relations/index.json.jbuilder [moved from app/views/api/old_relations/history.json.jbuilder with 100% similarity]
app/views/api/old_relations/index.xml.builder [moved from app/views/api/old_relations/history.xml.builder with 100% similarity]
app/views/api/old_ways/index.json.jbuilder [moved from app/views/api/old_ways/history.json.jbuilder with 100% similarity]
app/views/api/old_ways/index.xml.builder [moved from app/views/api/old_ways/history.xml.builder with 100% similarity]
app/views/old_elements/index.html.erb
config/routes.rb
test/controllers/api/old_nodes_controller_test.rb
test/controllers/api/old_relations_controller_test.rb
test/controllers/api/old_ways_controller_test.rb