by Lucas Patingre | Jun 18, 2024 | Developer Help
Relations between documents can be a pretty important part of an AODocs library implementation. When aiming to enforce cardinality or even make those relations conditionally available, a bit of extra work is required and some understanding of when custom scripts get...
by Lucas Patingre | Jul 27, 2023 | Developer Help
When dealing with large amounts of data, it is important for APIs to offer the ability to retrieve the results that are queried in chunks (aka pages). This allows the requester to receive a timely answer that they can preview while also making sure the request doesn’t...
by Lucas Patingre | Dec 7, 2020 | Developer Help
Zia recently started a Spring Boot project where the deliverables are Docker images. Automating the building and storing of images for each of our releases obviously followed as a requirement. With our code already in Bitbucket, we decided on Quay.io for storing our...
by Lucas Patingre | Jan 27, 2020 | Alfresco, Developer Help
Introduction When upgrading a customer from Alfresco enterprise 5.0.2 to 5.2.5, we noticed that when an exception is thrown by a behavior, it is not always properly bubbled to the CMIS Client. Instead, the client might receive a more cryptic error that doesn’t list...
by Lucas Patingre | Dec 10, 2019 | Developer Help
While Ansible doesn’t guarantee idempotency, it is something you should strive for in your playbooks. It will not only allow you to smoothly re-run a playbook that failed half way through, but will also allow you to ensure at a glimpse that your playbook ran as...