Skip to content
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

Merged
merged 13 commits into from
Jan 19, 2024
Merged

Commits on Dec 20, 2023

  1. 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.
    dbutenhof authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1d37d24 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. PBENCH-1306 (distributed-system-analysis#3588)

    Sort datasets by uploaded time
    MVarshini authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e894edb View commit details
    Browse the repository at this point in the history
  2. End time column update (distributed-system-analysis#3587)

    * PBENCH-1307
    End time column update
    MVarshini authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2a1223b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    010037d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. PBENCH-1311 (distributed-system-analysis#3590)

    Undable to update date
    MVarshini authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b7e6a5f View commit details
    Browse the repository at this point in the history
  2. Visualization Page Pagination (distributed-system-analysis#3591)

    * PBENCH-1300
    Visualization Page Pagination
    MVarshini authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6161099 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. PBENCH-1313 (distributed-system-analysis#3592)

    Display metadata modal is empty
    MVarshini authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    314ded3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. PBENCH-1309

    Overview page displays Public datasets
    MVarshini authored and webbnh committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    442026c View commit details
    Browse the repository at this point in the history
  2. review comments

    MVarshini authored and webbnh committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5d9ce4d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. 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.
    dbutenhof authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3db0cf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Update TOC page (distributed-system-analysis#3580)

    * PBENCH-1216
    TOC page update
    MVarshini authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    aaa842a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. 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.
    dbutenhof authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    58acfe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf04036 View commit details
    Browse the repository at this point in the history