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

Commit

Permalink
release 21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Oct 27, 2019
1 parent d1225db commit 5c29865
Show file tree
Hide file tree
Showing 19 changed files with 951 additions and 482 deletions.
14 changes: 14 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
21.3.0
Date: 02/10/2019
What's new
1. (medium): REST API - new feature to read test logs line by line (/results/details)
2. (minor): docker image updated, curl command added by default
3. (medium): REST API - new feature to get a listing of all runs
4. (minor): new integration tests for github worflow
5. (medium): info messages added in Send_SSH snippet
6. (medium): info messages added in Send_HTTP_CURL snippet
7. (minor): test framework - duration added in result folder
8. (medium): project access granted to all projects for administrator
Issues Fixed
1. (minor): fix bad python3 support (Unicode-objects must be encoded before hashing) on REST API /rest/results/listing/by/id/datetime

21.2.0
Date: 20/09/2019
What's new
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ To use the server from the rich application, please to read the following [docum

### Adding reverse proxy

Adding a reverse proxy the from of server enables to expose only one tcp port (8080)
and to have a tls link between the client and the server.
Adding a reverse proxy in the front of server enables to expose only one tcp port (8080)
and to have a TLS link between the client and the server.
Also, the default behaviour of the QT client and toolbox is to try to connect
on the tcp/8080 port (can be modifed).
on the tcp/8080 port with ssl (can be modifed).

If you want to install a reverse proxy, please to follow this procedure.

Expand Down
2 changes: 1 addition & 1 deletion src/ea/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.3.9
21.4.0
19 changes: 8 additions & 11 deletions src/ea/releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@

21.3.0
Date: 02/10/2019
21.4.0
Date: 25/20/2019
What's new
1. (medium): REST API - new feature to read test logs line by line (/results/details)
2. (minor): docker image updated, curl command added by default
3. (medium): REST API - new feature to get a listing of all runs
4. (minor): new integration tests for github worflow
5. (medium): info messages added in Send_SSH snippet
6. (medium): info messages added in Send_HTTP_CURL snippet
7. (minor): test framework - duration added in result folder
8. (medium): project access granted to all projects for administrator
1. (medium): test framework: info messages added on technical error
2. (minor): test framework: task duration added in raw event
3. (minor): some errors messages improved
4. (minor): new specific python module for variables management
Issues Fixed
1. (minor): fix bad python3 support (Unicode-objects must be encoded before hashing) on REST API /rest/results/listing/by/id/datetime
1. (minor): fix bad json import in 03_Initialize snippet
2. (minor): fix swagger generation
48 changes: 24 additions & 24 deletions src/ea/scripts/swagger/admin_restapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: Control your test server with Extensive Automation API
version: 21.1.0
version: 21.4.0
title: Swagger Admin - Extensive Automation
contact:
email: [email protected]
Expand Down Expand Up @@ -50,7 +50,7 @@ paths:
{
"cmd": "/adapters/directory/remove/all",
"message": "all directories successfully removed"
}
}
'400':
description: Bad request provided
'403':
Expand Down Expand Up @@ -85,7 +85,7 @@ paths:
application/json: |
{
"cmd": "/administration/configurationg/listing"
}
}
'403':
description: Access refused
/rest/administration/configuration/reload:
Expand Down Expand Up @@ -119,7 +119,7 @@ paths:
{
"cmd": "/administration/configuration/reload",
"status": "reloaded"
}
}
'403':
description: Access refused
/rest/administration/projects/add:
Expand Down Expand Up @@ -161,7 +161,7 @@ paths:
{
"cmd": "/administration/projects/add",
"message: "project successfully added"
}
}
'400':
description: Bad request provided
'403':
Expand Down Expand Up @@ -199,7 +199,7 @@ paths:
{
"cmd": "/administration/projects/listing",
"projects: "...."
}
}
'400':
description: Bad request provided
'500':
Expand Down Expand Up @@ -243,7 +243,7 @@ paths:
{
"cmd": "/administration/projects/remove",
"message: "project successfully removed"
}
}
'400':
description: Bad request provided
'403':
Expand Down Expand Up @@ -291,7 +291,7 @@ paths:
{
"cmd": "/administration/projects/rename",
"message: "project successfully renamed"
}
}
'400':
description: Bad request provided
'403':
Expand Down Expand Up @@ -361,7 +361,7 @@ paths:
{
"cmd": "/administration/users/add",
"message: "user successfully added"
}
}
'400':
description: Bad request provided
'404':
Expand Down Expand Up @@ -407,7 +407,7 @@ paths:
{
"cmd": "/administration/users/channel/disconnect",
"message: "user successfully disconnected"
}
}
'400':
description: Bad request provided
'404':
Expand Down Expand Up @@ -451,7 +451,7 @@ paths:
{
"cmd": "/administration/users/duplicate",
"message: "user successfully duplicated"
}
}
'400':
description: Bad request provided
'404':
Expand Down Expand Up @@ -488,7 +488,7 @@ paths:
application/json: |
{
"cmd": "/administration/users/listing"
}
}
'403':
description: Access refused
'500':
Expand Down Expand Up @@ -532,7 +532,7 @@ paths:
{
"cmd": "/administration/users/password/reset",
"message: "password successfully reseted"
}
}
'400':
description: Bad request provided
'404':
Expand Down Expand Up @@ -577,7 +577,7 @@ paths:
application/json: |
{
"cmd": "/administration/users/profile"
}
}
'403':
description: Access refused
'404':
Expand Down Expand Up @@ -623,7 +623,7 @@ paths:
{
"cmd": "/administration/users/remove",
"message: "user successfully removed"
}
}
'400':
description: Bad request provided
'403':
Expand Down Expand Up @@ -669,7 +669,7 @@ paths:
application/json: |
{
"cmd": "/administration/users/search"
}
}
'400':
description: Bad request provided
'403':
Expand Down Expand Up @@ -719,7 +719,7 @@ paths:
{
"cmd": "/administration/users/status",
"message: "probe successfully disconnected"
}
}
'400':
description: Bad request provided
'404':
Expand Down Expand Up @@ -767,7 +767,7 @@ paths:
{
"cmd": "/results/reset",
"message": "xxxxxxxx"
}
}
'400':
description: Bad request provided
'403':
Expand Down Expand Up @@ -803,7 +803,7 @@ paths:
{
"message": "tasks successfully cancelled",
"cmd": "/tasks/cancel/all"
}
}
'403':
description: Access refused
/rest/tasks/history/clear:
Expand Down Expand Up @@ -835,7 +835,7 @@ paths:
{
"message": "tasks successfully reseted",
"cmd": "/tasks/history/clear"
}
}
'403':
description: Access refused
'500':
Expand Down Expand Up @@ -869,7 +869,7 @@ paths:
{
"message": "tasks successfully killed",
"cmd": "/tasks/kill/all"
}
}
'403':
description: Access refused
/rest/tests/directory/remove/all:
Expand Down Expand Up @@ -912,7 +912,7 @@ paths:
{
"cmd": "/tests/directory/remove/all",
"message": "all directories successfully removed"
}
}
'400':
description: Bad request provided
'403':
Expand Down Expand Up @@ -963,7 +963,7 @@ paths:
{
"cmd": "/rest/tests/snapshot/remove/all",
"message": "all snapshots removed"
}
}
'400':
description: Bad request provided
'403':
Expand Down Expand Up @@ -1009,7 +1009,7 @@ paths:
{
"message": "variables successfully reseted",
"cmd": "/variables/reset"
}
}
'400':
description: Bad request provided | Bad project id provided | Bad json provided in value
'403':
Expand Down
Loading

0 comments on commit 5c29865

Please sign in to comment.