-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat(task db): implement a task DB #208
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34e0946 - Browse repository at this point
Copy the full SHA 34e0946View commit details -
task-manager: SQL tables+views+triggers success - but arguments passe…
…d in execute are 'NULL'
Configuration menu - View commit details
-
Copy full SHA for b418922 - Browse repository at this point
Copy the full SHA b418922View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0928796 - Browse repository at this point
Copy the full SHA 0928796View commit details -
task-manager: cleanup - ease copy pasting to SQL script, Registered s…
…tatus, persistent views, remove debug print
Configuration menu - View commit details
-
Copy full SHA for bd06c13 - Browse repository at this point
Copy the full SHA bd06c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf63839 - Browse repository at this point
Copy the full SHA bf63839View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ce7a1 - Browse repository at this point
Copy the full SHA b7ce7a1View commit details -
task-manager: change DB schema - allow multiple provers and status fo…
…r same task in case of failures-retry
Configuration menu - View commit details
-
Copy full SHA for e707bc7 - Browse repository at this point
Copy the full SHA e707bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0402e6a - Browse repository at this point
Copy the full SHA 0402e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1302ec - Browse repository at this point
Copy the full SHA a1302ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 881f174 - Browse repository at this point
Copy the full SHA 881f174View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0362da - Browse repository at this point
Copy the full SHA f0362daView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6709048 - Browse repository at this point
Copy the full SHA 6709048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2099196 - Browse repository at this point
Copy the full SHA 2099196View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6567615 - Browse repository at this point
Copy the full SHA 6567615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c4add1 - Browse repository at this point
Copy the full SHA 2c4add1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9390f0b - Browse repository at this point
Copy the full SHA 9390f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f492d - Browse repository at this point
Copy the full SHA f1f492dView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fed8e82 - Browse repository at this point
Copy the full SHA fed8e82View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4433772 - Browse repository at this point
Copy the full SHA 4433772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 544763a - Browse repository at this point
Copy the full SHA 544763aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1fb8c - Browse repository at this point
Copy the full SHA ee1fb8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f6010 - Browse repository at this point
Copy the full SHA 26f6010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b402e8 - Browse repository at this point
Copy the full SHA 3b402e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e127031 - Browse repository at this point
Copy the full SHA e127031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4279519 - Browse repository at this point
Copy the full SHA 4279519View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24f23e2 - Browse repository at this point
Copy the full SHA 24f23e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for caa4714 - Browse repository at this point
Copy the full SHA caa4714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 291a299 - Browse repository at this point
Copy the full SHA 291a299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d41651 - Browse repository at this point
Copy the full SHA 5d41651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e53b2b - Browse repository at this point
Copy the full SHA 5e53b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 405459e - Browse repository at this point
Copy the full SHA 405459eView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e37ee75 - Browse repository at this point
Copy the full SHA e37ee75View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e5fc6d - Browse repository at this point
Copy the full SHA 3e5fc6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4326cb - Browse repository at this point
Copy the full SHA d4326cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be8774 - Browse repository at this point
Copy the full SHA 4be8774View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a38b0a - Browse repository at this point
Copy the full SHA 5a38b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c01e59 - Browse repository at this point
Copy the full SHA 0c01e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0d2c4 - Browse repository at this point
Copy the full SHA dc0d2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f91887 - Browse repository at this point
Copy the full SHA 7f91887View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33d7173 - Browse repository at this point
Copy the full SHA 33d7173View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1101421 - Browse repository at this point
Copy the full SHA 1101421View commit details -
feat(raiko): abstract task manager and impl a mem db for easy integra…
…tion (#296) * impl a mem db for easy integration Signed-off-by: smtmfft <smtm@taiko.xyz> * fix clippy and unit test Signed-off-by: smtmfft <smtm@taiko.xyz> * fix fmt Signed-off-by: smtmfft <smtm@taiko.xyz> --------- Signed-off-by: smtmfft <smtm@taiko.xyz>
Configuration menu - View commit details
-
Copy full SHA for ca1c7b0 - Browse repository at this point
Copy the full SHA ca1c7b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e48839 - Browse repository at this point
Copy the full SHA 7e48839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15044af - Browse repository at this point
Copy the full SHA 15044afView commit details
Commits on Jul 2, 2024
-
feat(task_db): sqlite and in memory abstraction (#301)
* enable sqlite db by feature Signed-off-by: smtmfft <smtm@taiko.xyz> * debug lifetime Signed-off-by: smtmfft <smtm@taiko.xyz> * resolve lifetime issue and make all tests pass Signed-off-by: smtmfft <smtm@taiko.xyz> * refactor(task_db): simplify structure for sqlite and use cached statements * feat(task_db): abstract task db implementation into wrapper * fix(task_db): add await to test call * fix(task_db): fix import declaration * fix(task_db): add async and mutable variables * fix(host): fix task manager usage * fix(task_db): fix test for async * Update Cargo.toml use in-mem as default. --------- Signed-off-by: smtmfft <smtm@taiko.xyz> Co-authored-by: smtmfft <smtm@taiko.xyz> Co-authored-by: smtmfft <99081233+smtmfft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9e905ed - Browse repository at this point
Copy the full SHA 9e905edView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb57b50 - Browse repository at this point
Copy the full SHA bb57b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec40dfc - Browse repository at this point
Copy the full SHA ec40dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7edf6 - Browse repository at this point
Copy the full SHA ff7edf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5817837 - Browse repository at this point
Copy the full SHA 5817837View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d31091 - Browse repository at this point
Copy the full SHA 5d31091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 867cc55 - Browse repository at this point
Copy the full SHA 867cc55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b767d - Browse repository at this point
Copy the full SHA 52b767dView commit details