Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Releases: dmachard/extensiveautomation-server

v22.3.0

18 Aug 08:33
b7e78e3
Compare
Choose a tag to compare

What's Changed

  • Update to support Python 3.10 and more
  • Bump lxml from 4.9.1 to 4.9.2 in /src by @dependabot in #43
  • Bump requests from 2.28.1 to 2.28.2 in /src by @dependabot in #44
  • Bump wrapt from 1.14.1 to 1.15.0 in /src by @dependabot in #45
  • Bump requests from 2.28.2 to 2.31.0 in /src by @dependabot in #46

Full Changelog: v22.2.4...v22.3.0

v22.2.4

21 Aug 16:03
539d596
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v22.2.2...v22.2.4

v22.2.2

03 Oct 18:30
70f118e
Compare
Choose a tag to compare

(minor): dockerfile - update to python:3.9.7-alpine3.14
(minor): new dependabot.yml
(minor): new requirements.txt

v22.2.1

12 May 06:33
Compare
Choose a tag to compare

minor): update to MIT license
(minor): dockerfile - update to python3.9.5-alpine3.13
(minor): fix issue #23 - decode bytes properly

v22.1.0

29 Jul 06:53
Compare
Choose a tag to compare
  • new table agents in database
  • update cli usage arguments
  • remote agent provisionning is mandatory
  • agent type no more mandatory

v22.0.2

22 Jul 11:12
Compare
Choose a tag to compare
  • fix bad exception handle in testadapterlib

v22.0.1

18 Jul 20:10
Compare
Choose a tag to compare
  • fix bad support of windows

v22.0.0

17 Jul 20:54
Compare
Choose a tag to compare
  • (major): REST API: support test with yaml format
  • (medium): creation date removed from test model lib
  • (minor): new option in the cli to get apisecret
  • (major): no more support of python version 2
  • (medium): docker updated with python3.8
  • (minor): new option in the cli to get the path of the data storage
  • (minor): small update in ssh snippet; only display ssh output if verbose mode is activated
  • (minor): test library - step description no more mandatory
  • (minor): reserverd folders removed in tests storage
  • (minor): test libray - new function to clear the queue in adapter
  • (major): REST API: new ressources to handle jobs, executions and files
  • (major): all snippets and samples are marked as deprecated
  • (minor): add httponly flag on session cookie
  • (minor): force to install plugin with yum, missing flag -y in command
  • (medium): REST API: fix download file ressource

v21.4.0

27 Oct 19:58
Compare
Choose a tag to compare
  • (medium): test framework: info messages added on technical error
  • (minor): test framework: task duration added in raw event
  • (minor): some errors messages improved
  • (minor): new specific python module for variables management
  • (minor): fix bad json import in 03_Initialize snippet
  • (minor): fix swagger generation

v21.3.0

02 Oct 21:17
Compare
Choose a tag to compare
  • New function to get run details from REST API
  • New integration tests added in the github worflow
  • Project access granted to all projects for administrator