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

Support Metadata like Threadid #40

Merged
merged 14 commits into from
Nov 16, 2023
Merged

Support Metadata like Threadid #40

merged 14 commits into from
Nov 16, 2023

Commits on Nov 2, 2021

  1. Support Meta

    vchuravy committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    300b82e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    74f8298 View commit details
    Browse the repository at this point in the history
  2. Fix off-by-one bug in meta calculation; use builtin offsets, so we ca…

    …tch any future changes
    NHDaly committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f3c1e6f View commit details
    Browse the repository at this point in the history
  3. Add test that we enforce meta

    NHDaly committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    46b02bf View commit details
    Browse the repository at this point in the history
  4. Half-finished attempt at allowing older, non-meta profiles too

    I'm not sure it's worth the complexity
    NHDaly committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7b1f044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e8413c View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "Half-finished attempt at allowing older, non-meta pro…

    …files too""
    
    This reverts commit 7e8413c.
    NHDaly committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1fc51c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d72715 View commit details
    Browse the repository at this point in the history
  8. Add corner-cases tests for manually constructed profiles; ensure we c…

    …atch every sample
    
    Fix the bugs in handling those cases :)
    NHDaly committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b3c5763 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2ffe7c View commit details
    Browse the repository at this point in the history
  10. Fix v1.6

    NHDaly committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    64148cb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Try to flaky failing test

    NHDaly committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    47b92a3 View commit details
    Browse the repository at this point in the history
  2. Fixup test typo

    NHDaly committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    2a789ae View commit details
    Browse the repository at this point in the history
  3. Disable meta test for v1.6

    NHDaly committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    f8f1de9 View commit details
    Browse the repository at this point in the history