Releases: ansibleguy76/ansibleforms
Releases · ansibleguy76/ansibleforms
v4.0.17
Fixed
- AzureAD only returned first 100 groups.
- Constants with arrays now work correctly
- Little ldap test bug
- model bug, bad merging and weird caching
Added
- Expression field can now have property
value
for manual data assignment - Added form property ansibleCredentials, allowing to pass ansible_user and ansible_password
v4.0.16
Changed
- Ansible has now default yaml stdout
- fn.fnCredentials can have regex and a second ballback
Added
- New formfield type 'file' to upload files prior to job execution
- New Database property in credentials, needed for postgres, and can be used for mysql and mssql
- credentials property on forms => array of credentials to add
- awxCredentials property on forms => array of awxCredentials to add
- executionEnvironment property on forms => choose awx executionEnvironment
Fixed
- Int64 issues in rest results, new rest parameter 'hasBigInt'
- Issue with null values in enum fields
v4.0.15
Added
- Installation video to documentation
- add fnGetNumberedName as local function
Fixed
- Table expression issue fixed
v4.0.14
Added
- New documentation, the website ansibleforms is now generated on github pages using jekyll
Changed
- Removed environment variable from reference guide (find it in documentation now)
Fixed
- Scheme creation bug fixed
- Typos in help
- Vue2 bug number fields fall back to emptry string when empty. fixed to set to undefined.
v4.0.13
Added
- New dependency mechanism isValid
you can show/hide a field based if another field is valid or not
v4.0.12
Changed
- Modals are now 1024px
Added
- Allow enum array-of-objects values.
- New alias local_out (=> hidden local expression)
- New alias credential (=> hidden local expression with asCredential true)
v4.0.11
Added
- Allow users in roles
Fixed
- app crash on bad rest body
- errors were not shown in output
v4.0.10
Fixed
- help added
- fixed sql init
- set a few columns to utf8mb4 for emoticon issues
- add interval to cleanup 1 day old running jobs
- better database check error handling, if the database is offline, no create schema button will be shown
Added
- Added alias type 'local' => expression, runLocal, hide, noOutput
v4.0.9
Added
- model can now be an array
- html field
Fixed
- form could be executed while non-required fields were being evaluated
Changed
- expression field can have newlines, they will be removed.
v4.0.8
Added
- new function fn.fnCidr // core implementation of ip.subnet() https://www.npmjs.com/package/ip
- new function fn.fnTime // core implementation of dayjs() https://day.js.org
- background image on login screen (that you can overwrite)