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

Implement legacy collections using glob #11976

Merged
merged 58 commits into from
Oct 4, 2024
Merged

Implement legacy collections using glob #11976

merged 58 commits into from
Oct 4, 2024

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    6cfa42d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. wip

    ascorbic committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c2f48aa View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    dd20f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e9b54c View commit details
    Browse the repository at this point in the history
  3. Fixes

    ascorbic committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1ff97b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    305a756 View commit details
    Browse the repository at this point in the history
  5. Lint

    ascorbic committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9585b5a View commit details
    Browse the repository at this point in the history
  6. Correctly handle legacy data

    ascorbic committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    181c950 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    ascorbic committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f47c6ba View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    b4f14ea View commit details
    Browse the repository at this point in the history
  2. Switch flag handling

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3967012 View commit details
    Browse the repository at this point in the history
  3. Fix warnings

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    072dd7e View commit details
    Browse the repository at this point in the history
  4. Add layout warning

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    75c7181 View commit details
    Browse the repository at this point in the history
  5. Update fixtures

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9d371a1 View commit details
    Browse the repository at this point in the history
  6. More tests!

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1a27f35 View commit details
    Browse the repository at this point in the history
  7. Handle empty md files

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e14090a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77b7815 View commit details
    Browse the repository at this point in the history
  9. Lockfile

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bb15ef5 View commit details
    Browse the repository at this point in the history
  10. Dedupe name

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e42c4b0 View commit details
    Browse the repository at this point in the history
  11. Handle data ID unslug

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8b7dc59 View commit details
    Browse the repository at this point in the history
  12. Fix e2e

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ab7918a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    57127ff View commit details
    Browse the repository at this point in the history
  14. Clean build

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5d1684e View commit details
    Browse the repository at this point in the history
  15. Clean builds in tests

    ascorbic committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    032ce4f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Test fixes

    ascorbic committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f48be22 View commit details
    Browse the repository at this point in the history
  2. Fix test

    ascorbic committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f337838 View commit details
    Browse the repository at this point in the history
  3. Fix typegen

    ascorbic committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ec2fcb0 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    ascorbic committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0aebf32 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    b0cb038 View commit details
    Browse the repository at this point in the history
  2. Fixture updates

    ascorbic committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8f2e3fe View commit details
    Browse the repository at this point in the history
  3. Test updates

    ascorbic committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a7cccef View commit details
    Browse the repository at this point in the history
  4. Update changeset

    ascorbic committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a030814 View commit details
    Browse the repository at this point in the history
  5. Test

    ascorbic committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    67a4253 View commit details
    Browse the repository at this point in the history
  6. Remove wait in test

    ascorbic committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e1b9491 View commit details
    Browse the repository at this point in the history
  7. Handle race condition

    ascorbic committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5200a5d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    7add932 View commit details
    Browse the repository at this point in the history
  2. Lock

    ascorbic committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    869dc3a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    505b426 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    850c3e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    81be579 View commit details
    Browse the repository at this point in the history
  2. chore: changes from review

    ascorbic committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5339675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8280450 View commit details
    Browse the repository at this point in the history
  4. lint

    ascorbic committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3da71b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99c823a View commit details
    Browse the repository at this point in the history
  6. Fix test

    ascorbic committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5c6e428 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce2c486 View commit details
    Browse the repository at this point in the history
  8. Delete legacyId

    ascorbic committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9d0d306 View commit details
    Browse the repository at this point in the history
  9. Sort another fixture

    ascorbic committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c8e19ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f4bab0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8bf7aa View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Apply suggestions from code review

    Co-authored-by: Sarah Rainsberger <[email protected]>
    ascorbic and sarah11918 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0e310e9 View commit details
    Browse the repository at this point in the history
  2. Changes from review

    ascorbic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5fb9247 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Sarah Rainsberger <[email protected]>
    ascorbic and sarah11918 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    266da4d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    e0b211e View commit details
    Browse the repository at this point in the history
  2. lockfile

    ascorbic committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7ebcf58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7318f1c View commit details
    Browse the repository at this point in the history
  4. lock

    ascorbic committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bd9a5f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4eae23f View commit details
    Browse the repository at this point in the history