Versions: Is there a way to get an unpaginated list?
We're in the unfortunate position where we have to manually migrate changes from our dev environment to a QA environment. Presently it can take up to 7 hours as we need to make sure every component, layout, page, endpoints, etc. is copied and pasted between environments.
Ideally we would love to have Lithium generate a list of changed components, pages, layouts, etc. between a data range. However if this is not possible, we could run an algorithm against the Versions section in Studio and parse out the information we needed. However, even though we can set a date range, the results are paginated and would take too much time to gather the data by hitting each page (we have a lot of devs working with lots of changes so the number of pages would be too great).
So is there a way to turn pagination off on Versions? Or another way to accomplish the goal of gathering just what items have been changed in a period of time. This would greatly expedite our QA pushes. Is there an api call to get this information?
Thanks,
Mike