Releases: ansibleguy76/ansibleforms
Releases · ansibleguy76/ansibleforms
v3.1.0
Added
- Search functionality forms
- Full with html
- Allow "notIn" and "in" validation in tablefields
- Add nested categories
v3.0.9
Fixed
- Allow password type in tablefield
- Fixed sql connection problems
- Fixed filterColumns bug
Added
- Added fnArray runLocal functions (filterBy,distinctBy,sortBy)
v3.0.7
Added
- Allow secure connection for mysql
Changed
- Updated nodejs packages
v3.0.6
Fixed
- Fixed multiselect bug
v3.0.5
Added
- Add object-like default value for dropdowns
- Add email notifications
- Allow custom git user/email per repo
Fixed
- Allow selfsigned certificates in mailserver
- Auto qdd repo hosts to known_hosts + add gui for manually
v3.0.4
Fixed
- Forgot fs-extra in package
Added
- Added 'ansibleforms_user' as object to extravars
v3.0.3
Changed
- Improved gui management (table format with paging and filtering)
- Updated all packages and no-cache build
Fixed
- You cannot remove a group with users
v3.0.2
Added
- More form validations
- Show expression and query form warnings
- Allow for expression references to have full object placeholder .e.g. $(settings.servers[0].name)
Changed
- Rewrote all callbacks to promises
- Query filter in dropdown
Fixed
- Remove query filter on values change
- Reset query value when "no data"
v3.0.1
Added
- Syslog integration (use env variables to tune)
- Relaunch and abort from joblog
- Override repo clone command
- Add log filtering and auto refresh
- Approvals and rejections (using new approval property)
Changed
- Logger levels changed (error, warning, notice, info, debug) / debug is lowest (silly is deprecated)
- Completely reworked job launch process (neater code and more reusable)
- Swagger job launch is now at job level
Fixed
- Allow non rsa ssh key
- Add job access to own jobs in joblog
- Repo runs silent
Removed
- Ansible launch api (see job post now)
- Awx launch api (see job post now)
- Multistep launch api (see job post now)
v3.0.0
Added
- About + GPL License
- Added new type : push to git
- Added property
key
: allow extravars to be specific key - Added extravars to joblog
- Added awx to joblog
- Added new type : multistep
- Added LogViewer
- Added SSH key autogen + update
- Added Git repo gui
Fixed
- Allow local expressions for query
- Wrong timezone timestamp in joblog
- Referencing (placeholder) multi select will now return array
Removed
- Awx and ansible get job api => is now native job api
- Awx and ansible joboutput => is now native job output
- Ansible and awx job aboort => is now native job abort