-
Notifications
You must be signed in to change notification settings - Fork 41
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
scheduling frontend #700
scheduling frontend #700
Commits on Mar 17, 2023
-
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfe2164 - Browse repository at this point
Copy the full SHA cfe2164View commit details -
add recurring ui to create task form
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 074a920 - Browse repository at this point
Copy the full SHA 074a920View commit details -
disable scheduling for batch upload; pass schedule to submitTasks cb
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5725273 - Browse repository at this point
Copy the full SHA 5725273View commit details -
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50584fa - Browse repository at this point
Copy the full SHA 50584faView commit details -
add start_from; remove next_run
next_run is removed because schedule does not support starting from certain time, the workaround used prevent us from finding out the next_run Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a396394 - Browse repository at this point
Copy the full SHA a396394View commit details -
convert recurring days to api schedule
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82aa49f - Browse repository at this point
Copy the full SHA 82aa49fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac0c78 - Browse repository at this point
Copy the full SHA 8ac0c78View commit details -
use once schedule when it is not recurring
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 772f38b - Browse repository at this point
Copy the full SHA 772f38bView commit details -
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7072567 - Browse repository at this point
Copy the full SHA 7072567View commit details
Commits on Mar 23, 2023
-
allow schedule if at least 1 job can be run
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f350824 - Browse repository at this point
Copy the full SHA f350824View commit details -
Merge remote-tracking branch 'origin/main' into kp/scheduling-frontend
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfc7168 - Browse repository at this point
Copy the full SHA bfc7168View commit details -
add start_from and until query
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fb8962 - Browse repository at this point
Copy the full SHA 6fb8962View commit details -
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b75b68d - Browse repository at this point
Copy the full SHA b75b68dView commit details -
change start_from and until to start_before and until_after
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e319844 - Browse repository at this point
Copy the full SHA e319844View commit details -
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a2a35c - Browse repository at this point
Copy the full SHA 8a2a35cView commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26d7fbf - Browse repository at this point
Copy the full SHA 26d7fbfView commit details -
use old task dispatch for immediate tasks
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ec5a1e - Browse repository at this point
Copy the full SHA 3ec5a1eView commit details
Commits on Mar 27, 2023
-
first successful sending schedule from frontend
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1695f97 - Browse repository at this point
Copy the full SHA 1695f97View commit details
Commits on Mar 28, 2023
-
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f36d64b - Browse repository at this point
Copy the full SHA f36d64bView commit details
Commits on Mar 29, 2023
-
calendar working but not refreshing when tasks are created/deleted
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b72b66a - Browse repository at this point
Copy the full SHA b72b66aView commit details
Commits on Mar 30, 2023
-
workaround lack of refresh by remounting new instance
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73a25ae - Browse repository at this point
Copy the full SHA 73a25aeView commit details
Commits on Apr 20, 2023
-
options for scheduling is now on 2nd view
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91631e0 - Browse repository at this point
Copy the full SHA 91631e0View commit details
Commits on Apr 21, 2023
-
Merge remote-tracking branch 'origin/main' into kp/scheduling-frontend
Signed-off-by: Teo Koon Peng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bf6076 - Browse repository at this point
Copy the full SHA 3bf6076View commit details
Commits on Jun 6, 2023
-
Merge branch 'main' into kp/scheduling-frontend
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85c37b7 - Browse repository at this point
Copy the full SHA 85c37b7View commit details -
Separate queue and calendar to be sub tabs under Task microapp
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d02736 - Browse repository at this point
Copy the full SHA 8d02736View commit details -
Fix unsubscribe access vs call
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7db4f32 - Browse repository at this point
Copy the full SHA 7db4f32View commit details
Commits on Jun 14, 2023
-
Resolved conflicted use of Dialog vs ConfirmationDialog
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40bb50e - Browse repository at this point
Copy the full SHA 40bb50eView commit details
Commits on Jun 16, 2023
-
Use Chip instead of Button, refactored submission
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62ae8c6 - Browse repository at this point
Copy the full SHA 62ae8c6View commit details
Commits on Jun 19, 2023
-
Refreshing task queue table after tasks have been submitted
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a513037 - Browse repository at this point
Copy the full SHA a513037View commit details -
Minimal scheduling dialog created
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5730a9f - Browse repository at this point
Copy the full SHA 5730a9fView commit details
Commits on Jun 20, 2023
-
Debugging scheduling range errors
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b51df94 - Browse repository at this point
Copy the full SHA b51df94View commit details -
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49bb405 - Browse repository at this point
Copy the full SHA 49bb405View commit details -
Using startOfMinute and endOfMinute for schedule start and end time t…
…o ignore effects of milliseconds Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6a7bdb - Browse repository at this point
Copy the full SHA b6a7bdbView commit details -
Time of scheduled tasks seem to be fixed
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6cfd7e - Browse repository at this point
Copy the full SHA f6cfd7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5678cc3 - Browse repository at this point
Copy the full SHA 5678cc3View commit details -
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9190e7d - Browse repository at this point
Copy the full SHA 9190e7dView commit details -
Unified task app refresh counter to be used for queue table and sched…
…uler Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a841b8e - Browse repository at this point
Copy the full SHA a841b8eView commit details
Commits on Jun 27, 2023
-
Add job tag and fix delete job bug
Signed-off-by: angatupyry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d156b20 - Browse repository at this point
Copy the full SHA d156b20View commit details -
Add return data type in get function
Signed-off-by: angatupyry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c165fc5 - Browse repository at this point
Copy the full SHA c165fc5View commit details -
Signed-off-by: angatupyry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d452d7a - Browse repository at this point
Copy the full SHA d452d7aView commit details
Commits on Jun 30, 2023
-
Adding getter for protected id member
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17d1201 - Browse repository at this point
Copy the full SHA 17d1201View commit details -
Revert use of single global client for tests, as concurrency with cli…
…ent context fails Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31c250f - Browse repository at this point
Copy the full SHA 31c250fView commit details -
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3189fca - Browse repository at this point
Copy the full SHA 3189fcaView commit details -
Adding aria-label to submit button for e2e test
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc3cd88 - Browse repository at this point
Copy the full SHA dc3cd88View commit details