Jason Frey
Jason Frey
I did a short spike on this locally trying to use Gitter's IRC bridge and the [cinch](https://github.com/cinchrb/cinch) gem and it was really simple to get started. However, I ran into...
- [x] Load models to build schema - [x] Add descriptions if a column has a comment - [ ] Detect and build parameters - [ ] Handle multiple post...
Similar to https://github.com/ManageIQ/manageiq-api/issues/1053, setting a custom button expression through the API is different than setting it on the backend (note the MiqExpression in the visibility expression below in the first...
When a user makes a power operations request to a global API, then response value has a task id in the remote region. For example, **Request from region 99** ```sh...
We intentionally decided to hide error messages in order to prevent security issues with respect to spelunking. However, I think we got a little too aggressive, and there is no...
Depends on ManageIQ/manageiq-api#717
While we have the [max_results_per_page](https://github.com/ManageIQ/manageiq-api/blob/master/config/settings.yml#L4), which can keep memory limits down, associations do not abide by that value, allowing for an unbounded query. So, for example, let's say you have...
See https://talk.manageiq.org/t/passing-data-between-ansible-playbooks-in-a-state-machine/4842 and https://talk.manageiq.org/t/introducing-service-vars-for-service-provisioning/4850 . @tinaafitz had a great write-up of some automate/ansible interactions, and we should extract it into the documentation proper.
Several new collections were added over the last few releases but have no examples in the API Docs->Reference section other than the general mention in the Reference->Primary Collections and the...