Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cmu-db/optd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cmu-db/optd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: yuchen/memo-store
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 44 files changed
  • 1 contributor

Commits on Jan 15, 2025

  1. rename crate to optd

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    7330310 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

  1. feat: add core object storage

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    a7462f8 View commit details
    Browse the repository at this point in the history
  2. add initial rust structs

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    303fc9b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. add new type ids

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    1758709 View commit details
    Browse the repository at this point in the history
  2. add new subgroup table; more docs

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    edc8d2a View commit details
    Browse the repository at this point in the history
  3. remove old migration folders

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    f860056 View commit details
    Browse the repository at this point in the history
  4. add setup scripts

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    4639522 View commit details
    Browse the repository at this point in the history
  5. add newlines

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    49fabe5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. contributor docs on diesel

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    5d9199b View commit details
    Browse the repository at this point in the history
  2. rename crate to optd-storage for now; modify CI

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    797b315 View commit details
    Browse the repository at this point in the history
  3. edit places that use optd crate name

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    1aef3f5 View commit details
    Browse the repository at this point in the history
  4. bundle libsqlite3-sys to avoid build issues

    Signed-off-by: Yuchen Liang <[email protected]>
    yliang412 committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    8007668 View commit details
    Browse the repository at this point in the history
Loading