openstreetmap-website/test/controllers/api
Andy Allan 15865b5a8d Remove node/way/relation Search API
This API clearly shows its age, having never been fully implemented
and simply returning 100 ways (or 2000 relations) at random matching
the provided tags.

It is, as far as I'm aware, completely unused. While it provides a
good amount of humour to anyone who reads the code, the time as come
for it to be retired.
2019-10-23 11:41:05 +02:00
..
amf_controller_test.rb Move the amf and swf controllers into the api namespace 2019-02-28 17:12:28 +01:00
capabilities_controller_test.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
changes_controller_test.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
changeset_comments_controller_test.rb Move the api methods from changeset_comments_controller into the api namespaced controller 2019-02-24 12:38:09 +01:00
changesets_controller_test.rb Fix numericality validation to use correct integer only constraint 2019-08-22 12:14:06 +01:00
map_controller_test.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
nodes_controller_test.rb Move node/way/relation/old_* controllers into the api namespace 2019-02-28 17:12:28 +01:00
notes_controller_test.rb When overriding setup make sure to call the superclass 2019-09-05 21:24:20 +01:00
old_nodes_controller_test.rb Fix new rubocop warnings 2019-04-23 09:33:34 +01:00
old_relations_controller_test.rb Move node/way/relation/old_* controllers into the api namespace 2019-02-28 17:12:28 +01:00
old_ways_controller_test.rb Move node/way/relation/old_* controllers into the api namespace 2019-02-28 17:12:28 +01:00
permissions_controller_test.rb Move the permissions call out of api_controller 2019-02-24 11:00:28 +01:00
relations_controller_test.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
tracepoints_controller_test.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
traces_controller_test.rb Merge remote-tracking branch 'upstream/pull/2207' 2019-06-26 14:30:30 +01:00
user_preferences_controller_test.rb Move the user preferences controller into the api namespace 2019-02-24 12:47:26 +01:00
users_controller_test.rb When overriding setup make sure to call the superclass 2019-09-05 21:24:20 +01:00
versions_controller_test.rb Add support for an unversioned 'versions' API call 2019-06-26 16:52:10 +02:00
ways_controller_test.rb Move node/way/relation/old_* controllers into the api namespace 2019-02-28 17:12:28 +01:00