-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added job scheduling page #23
base: main
Are you sure you want to change the base?
Commits on Mar 7, 2024
-
Signed-off-by: Med16-11 <[email protected]> resolved conflits
Configuration menu - View commit details
-
Copy full SHA for 20daee2 - Browse repository at this point
Copy the full SHA 20daee2View commit details -
Signed-off-by: Med16-11 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee23161 - Browse repository at this point
Copy the full SHA ee23161View commit details -
Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 564c1b9 - Browse repository at this point
Copy the full SHA 564c1b9View commit details -
src/pages/Schedule/index: UI facelift + improve logic
1. Rewrote the components with Material UI 2. Improved OnListener logics 3. Improved how we store data in useLocalStorage. Signed-off-by: Kamoltat Sirivadhna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aedaec8 - Browse repository at this point
Copy the full SHA aedaec8View commit details -
src/pages/Schedule: Connect pulpito-ng with teuthology-api for schedu…
…ling suites Use axios post request to for run, dry-run and force-priority Signed-off-by: Kamoltat Sirivadhna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9941df5 - Browse repository at this point
Copy the full SHA 9941df5View commit details
Commits on May 10, 2024
-
src/pages/Schedule: Added useMutation and CircularProgress
schedule feature uses useMutation to deal with cases like onSuccess, onError and isLoading. CircularProgress is added when button is clicked and mutation is in the state of isLoading. Signed-off-by: Kamoltat Sirivadhna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1a1300 - Browse repository at this point
Copy the full SHA e1a1300View commit details -
src/pages/Schedule: Display logs + Add Warning alerts
1. After a run is scheduled, user will be able to see the results including the logs from teuthology-suite. Only success runs will show all logs from teuthology-suite, failed runs will only return the exception with descriptive failure reasons. 2. Added Warning Alerts for 0 jobs scheduled in a run 3. Added more arguments that can be use to schedule run Signed-off-by: Kamoltat Sirivadhna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d876adc - Browse repository at this point
Copy the full SHA d876adcView commit details