0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/integrations/markdoc/test/fixtures
Matt Kane abf9a89ac1 Implement legacy collections using glob (#11976)
* feat: support pattern arrays with glob

* wip

* feat: emulate legacy content collections

* Fixes

* Lint

* Correctly handle legacy data

* Fix tests

* Switch flag handling

* Fix warnings

* Add layout warning

* Update fixtures

* More tests!

* Handle empty md files

* Lockfile

* Dedupe name

* Handle data ID unslug

* Fix e2e

* Clean build

* Clean builds in tests

* Test fixes

* Fix test

* Fix typegen

* Fix tests

* Fixture updates

* Test updates

* Update changeset

* Test

* Remove wait in test

* Handle race condition

* Lock

* chore: changes from review

* Handle folders without config

* lint

* Fix test

* Update wording for auto-collections

* Delete legacyId

* Sort another fixture

* Rename flag to `legacy.collections`

* Apply suggestions from code review

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Changes from review

* Apply suggestions from code review

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* lockfile

* lock

---------

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-10-04 16:13:51 +01:00
..
content-collections [ci] format 2024-04-17 08:38:53 +00:00
headings Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
headings-custom Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
image-assets Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
propagated-assets
render with-space Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
render-html Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
render-null Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
render-partials Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
render-simple Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
render-typographer Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
render-with-components Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
render-with-config Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
render-with-extends-components Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
render-with-indented-components Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
variables