Skip to content

Releases: ksnyder2452/cast

v1.2.0 Added User Credentials to access cast

01 Jan 18:06
8517b3a

Choose a tag to compare

Added support for Basic Authentication/User Login

  1. To enable set the parameter enable_login = true (in .\Execution_UI\Execution_UI\appsettings.json
  2. Set the User credentials in .\Execution_UI\Execution_UI\Properties\user.properties
  3. Any attempts to open Pages cast or cast_base should require a Login process
  4. Click the Logout link at the bottom of the page to Logout

v1.1.0 Updated Execution UI

01 Jan 13:54
a0dc2fb

Choose a tag to compare

  • Updated the Execution UI to reflect the same style as the Index page. (Because the original UI style is plain) it is still available as cast_base.cshtml to be used as a template
  • Unit Tests have been integrated and will run on PR Commits. Each Component has an independent set of Unit Tests

v1.0.9 Added new Execution UI

31 Dec 15:58
dbdb972

Choose a tag to compare

Pre-release

The new Execution UI page reflects the design elements of the index page. It can be reached via http://cast_server_ip/cast_new . Note that the index page link to Execution UI still points to cast (and cast is still considered the default UI).

Once we are happy with the design we will switch to the new page

v1.0.5 Integration of Unit Tests

30 Dec 15:13
a738afd

Choose a tag to compare

  • Added Unit Tests for all components
    • Unit Tests are triggered on Code Merge depending on folder
  • Added Schedule timestamp to Execution UI
  • Updated documentation
  • Added separate batch/shell script in Helpers to run all Unit Tests

Contact @ksnyder2452 and @yewu4ever for more information

Initial Release

25 Dec 14:12
922e3a7

Choose a tag to compare

This is the initial public release (v1.0.0). The following functionality is supported

  • Execution Service
  • Execution UI
  • Client DLL
  • Client JAR
  • File uploads
  • Result uploads
  • Client Actions
    • Start
    • Stop
    • Pause
    • Resume
    • Abort
    • Restart
    • Custom
  • REST Actions
    • Start
    • Stop
    • Pause
    • Resume
    • Abort
    • Restart
  • Scheduling of Client Start Actions
  • Health monitoring
  • .Net Playwright Demo
  • Java Playwright Demo

Contact @ksnyder2452 and @yewu4ever for details