Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Allow passing into the crypto key via ASTRO_KEY
* Add a changeset
* Add test
* Use the node package
* omg
* Create a new create-key command
* linting
* lint again
* Update the changeset
|
|
|
|
|
|
|
|
* fix: explicitly check for null props in `serializeSignals`
* chore: add changeset
|
|
* fix(add): Use proper export names when adding adapters
* chore: changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
* Provide an error message when Actions throws in setup
* Update .changeset/many-turtles-tie.md
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
---------
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
|
|
|
|
* fix: don't keep data store in node_modules during dev
* Lint
* Fix test
* Wait for data store
* Use helper for data store file
* Fix data store file helper
* Lint
* Handle case where Vite already knows about save
|
|
|
|
* Fix mixed DB token env vars
* Test env combinations
* Fix linter issues
* Fix linter issues
---------
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* docs: rework docs around errors
* Update packages/astro/src/core/errors/README.md
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
* docs: expand deprecation description
---------
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
|
|
|
|
* fix: separate image extraction from schema parsing in content layer
* rm unused imports
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* wip: allow integrations to refresh contel layer
* Use queue for sync jobs
* Remove integration-specific code
* Fix type
* changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
* feat: baseline experimental actions
* feat(test): remove experimental config
* feat: remove getActionProps()
* feat: make actions file non-break
* feat: detect actions usage
* chore: changeset
* feat: improve actions usage check
* refactor: remove define action symbol now that we check server exp
* fix: remove old import
* chore: move actionsIntegration to top import
* fix: warn only when actions are used
* fix: srcDir check
* refactor: split out action plugins to simplify integration
* feat: new integration and plugins
* chore: update error hints
* fix(test): pass default src dir
* feat: add ActionNotFoundError
* fix: handle json parse errors in deserializer
* chore: unused import
* 500 -> 404
* New `astro:schema` module (#11810)
* feat: expose zod from astro:schema
* chore: changeset
* chore: update release strategy in changeset
* fix: move deprecated notice to type def
* fix: update config doc reference
* chore: remove z from astro:actions
* edit: changeset with minor release note remove
* wip: increase button click timeouts
* Revert "wip: increase button click timeouts"
This reverts commit a870bc2dc4bdfd77b8b4fc54b62d8bde01d20c14.
* chore: remove content collections disclaimer
* fix: undo biome change
* agh tabs
* agh newlines
* fix: bad docs merge
* wip: add back timeout extension
* fix(test): astro schema import
* refactor: move static output error to config done
* refactor: usesActions -> isActionsFilePresent
* fix: check whether startup and current value disagree
* chore: unused import
* edit: sell actions a little more
* changeset nit
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
|
|
* fix: pass config instead of settings to content layer loaders
* lint
* changes to changeset from review
|
|
|
|
|
|
|
|
|
|
|
|
* feat(i18n): expand fallback system
* rebase
* apply feedback
* better changeset
* update tests too
* apply feedback
* Update .changeset/blue-pens-divide.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
* update docs
* nitpick
* Apply suggestions from code review
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/blue-pens-divide.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Apply suggestions from code review
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/blue-pens-divide.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* fix regression
---------
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
* feat: add `sync` variant
* fix build
* Update .changeset/afraid-apricots-develop.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
* Add support for remote LibSQL
* Add support for local memory DB
* Add some tests
* Add push support
* Fix switch cascading
* Update .changeset/healthy-boxes-poke.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/db/src/runtime/db-client.ts
[skip ci]
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
* Use independent env vars for LibSQL and Studio backends
* Expand comment regarding missing table
* Apply suggestions from code review
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
|
|
|
|
* extend virtual module astro:transitions/client to exports swapFunctions
* use virtual module in e2e tests
* Update .changeset/new-monkeys-sit.md
* Update .changeset/new-monkeys-sit.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update new-monkeys-sit.md
* Update swap-functions.ts
restoreFocus() bindings are now returned by saveFocus() and do not make sense anymore as a member of the swapFunctions object
* take over suggestion
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/new-monkeys-sit.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
* feat: support setting timeout for `client:idle`
* tst: add client:idle timeout e2e test
* Update .changeset/clever-emus-roll.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/clever-emus-roll.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* nit: we wait for times, not values!
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* fix: handle preact signals in array correctly
* feat: serialize signals in object
|