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

H-2959, H-3368: Implement a Value data type and make all data types inherit from it #5240

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    6ea8be6 View commit details
    Browse the repository at this point in the history
  2. Remove const in arrays

    TimDiekmann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6ff022c View commit details
    Browse the repository at this point in the history
  3. Ensure parent data types

    TimDiekmann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    81e502e View commit details
    Browse the repository at this point in the history
  4. Fix test data

    TimDiekmann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0d5ebff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2a2ac7 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Ciaran Morinan <[email protected]>
    TimDiekmann and CiaranMn committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2e7e6e2 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    TimDiekmann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d0f1011 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3295316 View commit details
    Browse the repository at this point in the history
  9. Fix TSC

    TimDiekmann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    58138df View commit details
    Browse the repository at this point in the history
  10. Fix unit tests

    TimDiekmann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f7b04ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da88074 View commit details
    Browse the repository at this point in the history
  12. Another attempt to fix CI

    TimDiekmann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    177e17f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    565ff17 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge branch 'refs/heads/main' into t/h-2959-implement-a-value-data-t…

    …ype-and-make-all-data-types-inherit
    
    # Conflicts:
    #	apps/hash-graph/libs/graph/src/store/validation.rs
    TimDiekmann committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    70f2db1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into t/h-2959-implement-a-value-data-type-and-mak…

    …e-all-data-types-inherit
    TimDiekmann committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5acbafd View commit details
    Browse the repository at this point in the history
  3. Attempt to fix tests

    TimDiekmann committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0ea6f50 View commit details
    Browse the repository at this point in the history
  4. Fix benchmarks

    TimDiekmann committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    882b224 View commit details
    Browse the repository at this point in the history