ansible-community / ara-web

Stateless web client for the ARA Records Ansible API.
https://ara.recordsansible.org
GNU General Public License v3.0
37 stars 8 forks source link

ara-web broken by API changes in ara 1.5 #29

Open dmsimard opened 3 years ago

dmsimard commented 3 years ago

Unfortunately I do not have the bandwidth to take care of this right now but ara-web will be broken by the upcoming API changes in 1.5, notably: https://github.com/ansible-community/ara/issues/158

Because the API no longer returns everything from a single API call, we'd need to adjust ara-web to query individual resources filtered by playbook id, a bit like this: https://github.com/ansible-community/ara/commit/74defc22734439cb0be563a4fbc647f02a8f7575#diff-a0f3bffe342d0693f6c3074d5303e67aR71-R89