Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
Co-authored-by: matthewp <matthewp@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
|
|
|
|
* document runtime
* apply suggestions from code review
|
|
|
|
* 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
|
|
|
|
|
|
* Make ASTRO_DATABASE_FILE work with file paths
* Use pathToFileURL
|
|
|
|
|
|
* 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
|
|
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
|
|
|
|
* 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>
|
|
* Fixes issue with head content being pushed into body
* Update snapshot version
* Upgrade compiler version
|
|
|
|
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
|
|
|
|
|
|
|
|
* remove the ssr external for vue
* Remove the external line vs comment it out
* add a changeset
|
|
(#10605)
* reset history title after push/replace but prior to assignment to location
* add changeset
|
|
* fix: prevent jsx runtime from erroring on nullish prop values when checking for slot props
* chore: changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* 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>
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* 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
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* fix(types): Omit data types from polymorphic attributes
* chore: changeset
|
|
|
|
* 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>
|
|
(#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
|
|
|
|
(#10582)
* fix(dev): consider pages' route priority when matching request to a page
* add test
* add changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
* 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
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Provide guidance when --remote is omitted
* Only restrict to server mode
* Use an AstroError
* Update code
|
|
* qol(runtime): clarify message about unavailable headers
* update test assertion
|
|
|
|
* Prevent importing db core from db runtime
* Move runtime errors into runtime
* Add changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* 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>
|