summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-04-02[ci] release (#10603)astro@4.5.13@astrojs/vue@4.0.10@astrojs/vercel@7.5.1@astrojs/preact@3.1.2@astrojs/mdx@2.2.3@astrojs/markdown-remark@5.0.0@astrojs/markdoc@0.9.4@astrojs/db@0.9.9Gravatar Houston (Bot) 58-156/+155
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-02[ci] update lockfile (#10551)Gravatar Houston (Bot) 15-1051/+1165
Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-01[ci] formatGravatar Arsh 4-17/+19
2024-04-02community onboarding: codebase documentation around runtime (#10612)Gravatar Arsh 8-39/+150
* document runtime * apply suggestions from code review
2024-04-01[ci] formatGravatar Ben Holmes 3-3/+3
2024-04-01db: Better error messages when querying remote (#10636)Gravatar Ben Holmes 6-32/+69
* feat: clear error messages on remote db error * refactor: use AstroDbError for correct error name * refactor: errorMessage -> responseMessage * chore: changeset * fix: revert seed file change * fix: format seed errors as AstroDbError * fix: correctly log eager seed errors
2024-04-01Give proper error when seed missing default export (#10635)Gravatar Matthew Phillips 2-1/+6
2024-04-01[ci] formatGravatar Matthew Phillips 2-4/+4
2024-04-01Make ASTRO_DATABASE_FILE work with file paths (#10631)Gravatar Matthew Phillips 4-4/+43
* Make ASTRO_DATABASE_FILE work with file paths * Use pathToFileURL
2024-04-01Make `@astrojs/markdown-remark` a dep in `@astrojs/markdoc` (#10632)Gravatar Bjorn Lu 3-4/+9
2024-04-01[ci] formatGravatar Ben Holmes 1-2/+2
2024-04-01db: Seed on dev server startup (#10599)Gravatar Ben Holmes 3-11/+54
* feat: load seed file on dev server startup * feat: handle logging on dev server restart * chore: changeset * feat: support integration seed files * fix: only run when seed is present, ignore unlink * fix: load on startup for integration pkg paths
2024-04-01Remove deprecated APIs from `@astrojs/markdown-remark` (#10629)Gravatar Bjorn Lu 7-81/+23
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-01Lazy loaded shiki languages during syntax highlighting (#10618)Gravatar James Garbutt 16-110/+169
2024-04-01Move nft warnings behind verbose logging (#10609)Gravatar Matthew Phillips 2-2/+7
* Move nft warnings behind verbose logging * Update packages/integrations/vercel/src/lib/nft.ts Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * Update packages/integrations/vercel/src/lib/nft.ts Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-04-01Fixes issue with head content being pushed into body (#10608)Gravatar Matthew Phillips 3-7/+12
* Fixes issue with head content being pushed into body * Update snapshot version * Upgrade compiler version
2024-04-01feat: rework child rendering to use class (#10624)Gravatar James Garbutt 2-33/+51
2024-04-01refactor: Drop Preact compat hack, remove incorrect alias (#10585)Gravatar Ryan Christian 2-8/+7
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-04-01[ci] formatGravatar ktym4a 1-1/+1
2024-04-01fix(starlog): Correct layout syntax. (#10627)Gravatar ktym4a 2-7/+7
2024-04-01fix: use ReadableStream for response object if deno (#10495)Gravatar Satya Rohith 3-2/+13
2024-03-29Remove the ssr external for vue (#10601)Gravatar Tyler van der Hoeven 2-1/+5
* remove the ssr external for vue * Remove the external line vs comment it out * add a changeset
2024-03-29reset history title after push/replace but prior to assignment to location ↵Gravatar Martin Trapp 2-1/+6
(#10605) * reset history title after push/replace but prior to assignment to location * add changeset
2024-03-29fix: dont error on nullish prop values in jsx runtime (#10584)Gravatar duanwilliam 2-1/+6
* fix: prevent jsx runtime from erroring on nullish prop values when checking for slot props * chore: changeset
2024-03-28[ci] release (#10598)astro@4.5.12@astrojs/vercel@7.5.0@astrojs/markdoc@0.9.3@astrojs/internal-helpers@0.4.0@astrojs/db@0.9.8Gravatar Houston (Bot) 6-50/+52
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-28[ci] formatGravatar TK 1-2/+2
2024-03-28feat: allow dynamic route segments in isr.exclude array (#10513)Gravatar TK 5-3/+69
* Allow dynamic route segments in isr.exclude array * copy over eslint-disable as well * add test * update test: slashes dont need to be escaped * update changeset --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
2024-03-28[ci] formatGravatar Houston (Bot) 2-3/+3
2024-03-28[ci] release (#10597)Gravatar Houston (Bot) 37-66/+89
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-28db: Rework index config with generated index names (#10589)Gravatar Ben Holmes 6-68/+344
* feat: add indexes array config with name gen * fix: add _idx suffix, remove name from output * feat(test): new index config * chore: remove unused type * chore: changeset * chore: add sort() for consistent names * feat(test): consistent column ordering * feat(test): ensure no queries when migrating legacy to new
2024-03-28fix: bump internal-helpers (#10596)Gravatar Erika 1-0/+6
2024-03-28[ci] release (#10588)astro@4.5.11Gravatar Houston (Bot) 34-75/+67
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-28fix(types): Omit data types from polymorphic attributes (#10593)Gravatar Erika 2-3/+13
* fix(types): Omit data types from polymorphic attributes * chore: changeset
2024-03-28[ci] formatGravatar Matthew Phillips 3-3/+8
2024-03-28Fix inline stylesheets in content collection cache (#10543)Gravatar Matthew Phillips 5-22/+25
* Fix inline stylesheets in content collection cache * Refactor for better reusability * Update .changeset/tricky-cobras-mate.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-03-28fix(assets): Fixes assets generation when using custom paths and configs ↵Gravatar Erika 15-32/+272
(#10567) * fix(assets): Fixes assets generation when using custom paths and configs * fix: tests * fix: make sure remote files don't end up in nested folders by accident * test: add a whole bunch of tests * chore: changeset
2024-03-27[ci] formatfix/db-integration-with-missing-configGravatar Arsh 5-10/+7
2024-03-28fix(dev): consider pages' route priority when matching request to a page ↵Gravatar Arsh 10-108/+137
(#10582) * fix(dev): consider pages' route priority when matching request to a page * add test * add changeset
2024-03-27[ci] release (#10586)@astrojs/db@0.9.7Gravatar Houston (Bot) 4-11/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-27For --force-reset use conditional drop table query (#10587)Gravatar Matthew Phillips 3-2/+8
2024-03-27[ci] formatGravatar Ben Holmes 1-1/+1
2024-03-27chore(db): Rename all collection usage to tables (#10460)Gravatar Ben Holmes 11-154/+135
* chore: rename `collection` field to `table` * chore: remove deprecated ResolvedCollectionConfig type (only used by studio) * chore: collection -> table in migration-queries * chore: update tests * chore: last renames * chore: bump migration version * chore: remove deprecated collection field * chore: droptablequeries * chore(test): collection -> tables * chore: revert collection -> table change on migration file * chore: revert migration version change * chore: changeset
2024-03-27[ci] release (#10578)@astrojs/db@0.9.6Gravatar Houston (Bot) 4-13/+11
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-27[ci] formatGravatar Matthew Phillips 2-5/+10
2024-03-27Provide guidance when --remote is omitted (#10579)Gravatar Matthew Phillips 11-2/+156
* Provide guidance when --remote is omitted * Only restrict to server mode * Use an AstroError * Update code
2024-03-27qol(runtime): clarify message about unavailable headers (#10583)Gravatar Arsh 2-2/+2
* qol(runtime): clarify message about unavailable headers * update test assertion
2024-03-27[ci] formatGravatar Matthew Phillips 3-13/+13
2024-03-27Prevent importing db core from db runtime (#10568)Gravatar Matthew Phillips 6-34/+58
* Prevent importing db core from db runtime * Move runtime errors into runtime * Add changeset
2024-03-26[ci] release (#10556)astro@4.5.10@astrojs/sitemap@3.1.2@astrojs/mdx@2.2.2@astrojs/markdown-remark@4.3.2@astrojs/db@0.9.5Gravatar Houston (Bot) 44-100/+108
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-26Patch for Astro VS Code Plugin type errors (#10562)Gravatar apetta 5-13/+26
* Update Code.astro Adding 'as any' to suppress Astro VS Code extension complaining * Changes to Picture.astro to stop Astro VS Code extension complaining * Couple more changes for supressing type errors * fix(types): Fixes type errors in component properly * chore: changeset --------- Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>