-
Notifications
You must be signed in to change notification settings - Fork 108
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
Update b1.0 #3601
Update b1.0 #3601
Commits on Dec 20, 2023
-
Clean up (distributed-system-analysis#3586)
This combines a few issues: first, I've wanted to filter based on the unpacked tarball size, but some tarballs are beyond the range of the SQL `INTEGER` type and cause SQL cast errors -- change the interpretation of the `int` filter and sort type to `BigInteger`. Also cleans up the logging around retried Sync transaction errors, only logging warnings when it can't determine that the error is a PostgreSQL serialization error. (I hope: this is hard to provoke in casual testing.) Finally, clean up the logging of cached unpacked size by avoiding two separate logs (without dataset name) on unpack, and adding a log of the final unpacked size when we compute it.
Configuration menu - View commit details
-
Copy full SHA for 1d37d24 - Browse repository at this point
Copy the full SHA 1d37d24View commit details
Commits on Jan 2, 2024
-
PBENCH-1306 (distributed-system-analysis#3588)
Sort datasets by uploaded time
Configuration menu - View commit details
-
Copy full SHA for e894edb - Browse repository at this point
Copy the full SHA e894edbView commit details -
End time column update (distributed-system-analysis#3587)
* PBENCH-1307 End time column update
Configuration menu - View commit details
-
Copy full SHA for 2a1223b - Browse repository at this point
Copy the full SHA 2a1223bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 010037d - Browse repository at this point
Copy the full SHA 010037dView commit details
Commits on Jan 3, 2024
-
PBENCH-1311 (distributed-system-analysis#3590)
Undable to update date
Configuration menu - View commit details
-
Copy full SHA for b7e6a5f - Browse repository at this point
Copy the full SHA b7e6a5fView commit details -
Visualization Page Pagination (distributed-system-analysis#3591)
* PBENCH-1300 Visualization Page Pagination
Configuration menu - View commit details
-
Copy full SHA for 6161099 - Browse repository at this point
Copy the full SHA 6161099View commit details
Commits on Jan 4, 2024
-
PBENCH-1313 (distributed-system-analysis#3592)
Display metadata modal is empty
Configuration menu - View commit details
-
Copy full SHA for 314ded3 - Browse repository at this point
Copy the full SHA 314ded3View commit details
Commits on Jan 5, 2024
-
Overview page displays Public datasets
Configuration menu - View commit details
-
Copy full SHA for 442026c - Browse repository at this point
Copy the full SHA 442026cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d9ce4d - Browse repository at this point
Copy the full SHA 5d9ce4dView commit details
Commits on Jan 9, 2024
-
Another tweak to intake metadata problems (distributed-system-analysi…
…s#3595) * Another tweak to intake metadata problems Make sure we can't end up with undefined `metadata`. Record details of `metadata.log` access to `run.controller` without adding a ton of separate messages.
Configuration menu - View commit details
-
Copy full SHA for 3db0cf9 - Browse repository at this point
Copy the full SHA 3db0cf9View commit details
Commits on Jan 15, 2024
-
Update TOC page (distributed-system-analysis#3580)
* PBENCH-1216 TOC page update
Configuration menu - View commit details
-
Copy full SHA for aaa842a - Browse repository at this point
Copy the full SHA aaa842aView commit details
Commits on Jan 18, 2024
-
Minor logging cleanup (distributed-system-analysis#3598)
* Minor logging cleanup Minimize cache logging: details were useful when cache management first went in, but are now disruptive during ops review.
Configuration menu - View commit details
-
Copy full SHA for 58acfe9 - Browse repository at this point
Copy the full SHA 58acfe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf04036 - Browse repository at this point
Copy the full SHA bf04036View commit details