contest
contest copied to clipboard
Run continuous and on-demand system testing for real and virtual hardware
Added a flag to define a log file that saves the log seperatly.
An arguable proposal (feel free to just reject it without any explanation). Mitigating problems like this one: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...
Hi Guys, My name is Nitay Yakoby. I'm a student for software and information engineering from Israel. I'm using contest as part of my project and I would like to...
New feature: for usage in the test descriptor template json, add a new userfunc that takes the current server timestamp and renders it in the given format spec, as a...
there's some stale sections on the readme, fix badges and other links needs a general overhaul
Currently log entries only have job_id and run_id as fields coming from core. It would make debugging easier if the step label would be in the fields set. Other fields...
After feedback from multiple parties, it's not clear that the "name" in steps, targets managers, etc has to match with a plugin name from codebase. Should switch all "name" references...
Signed-off-by: Mohamed Abokammer Goal: - to make the filters in the frontend rendered dynamically based on the backend entity (in this case log) that we are applying the filters on,...
Previously each TestStep operated on targets using channels inside TestStepChannels. Which introduced an ability to close output channel as well as it didn't allow to override behaviour when TestStep obtains...
Current state: the serialization/deserialization of JSON is done with the golang "encoding/json" package which only understands the standard ECMA flavor. It has proven useful to have comments in the input...