Skip to content

Releases: ansibleguy76/ansibleforms

v4.0.17

07 Nov 08:49
1ea20d0
Compare
Choose a tag to compare

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

07 Oct 14:04
7ca4237
Compare
Choose a tag to compare

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

09 Aug 20:23
1e990c5
Compare
Choose a tag to compare

Added

  • Installation video to documentation
  • add fnGetNumberedName as local function

Fixed

  • Table expression issue fixed

v4.0.14

03 Aug 09:14
3ccf599
Compare
Choose a tag to compare

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

24 Jul 08:19
c137e78
Compare
Choose a tag to compare

Added

  • New dependency mechanism isValid
    you can show/hide a field based if another field is valid or not

v4.0.12

15 Jul 14:57
e180462
Compare
Choose a tag to compare

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

08 Jun 17:07
992dd8c
Compare
Choose a tag to compare

Added

  • Allow users in roles

Fixed

  • app crash on bad rest body
  • errors were not shown in output

v4.0.10

23 May 08:49
12350dc
Compare
Choose a tag to compare

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

07 May 16:47
bdde059
Compare
Choose a tag to compare

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

03 May 18:19
d8e347d
Compare
Choose a tag to compare

Added