Releases: ksnyder2452/cast
Releases · ksnyder2452/cast
v1.2.0 Added User Credentials to access cast
Added support for Basic Authentication/User Login
- To enable set the parameter enable_login = true (in .\Execution_UI\Execution_UI\appsettings.json
- Set the User credentials in .\Execution_UI\Execution_UI\Properties\user.properties
- Any attempts to open Pages cast or cast_base should require a Login process
- Click the Logout link at the bottom of the page to Logout
v1.1.0 Updated Execution UI
- 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
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
- 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
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