Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Require that ASTRO_STUDIO_REMOTE_DB_URL is defined at runtime
* Add changeset
* Fix build
|
|
transitions. (#10532)
* Fix DEV-mode-only style issue of client:only components during view transitions.
* reworded changeset
* fixed quotes
|
|
|
|
|
|
|
|
* chore: add issue triaging workflow
* Update CONTRIBUTING.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
* better disclaimer
* account for feature request
* Update CONTRIBUTING.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
* apply suggestion
* Update CONTRIBUTING.md
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
---------
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
|
|
|
|
* feat: scaffold basic proxy
* feat: setupDbServer util
* feat: ASTRO_INTERNAL_TEST_REMOTE bypass
* feat: basic --remote test
* chore: add port incrementer
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* Revert "Removing embedding appToken from CI (#10497)"
This reverts commit 2fc7231df28e5a3425ee47b871ba3766e0856bd8.
* Changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Ensure --force-reset drops previous tables
* Remove unused import
* Do suggestions
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* deprecation(vercel): `vercel-edge-middleware.js` file
* add changeset
* `Astro.locals.waitUntil()` -> `Astro.locals.vercel.edge.waitUntil()`
* export edge locals interface
|
|
* chore: update Babel version
* Create sharp-cobras-drive.md
|
|
|
|
* feat: expose isDbError
* test: foreign key constraint error detection
* fix(test); use isDbError
* chore: changeset
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* fix: remove transaction from db types
* fix: transaction() runtime error
* chore: changeset
|
|
|
|
* chore: add missing github-slugger dependency
* test: add column-queries data loss tests
* chore: remove unused vars
* test: assert length rather than message content
|
|
|
|
* fix: do not append traling slash to subresource urls
Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev>
* test: fix broken test
Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev>
* refactor: packages/integrations/node/src/serve-static.ts
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
---------
Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev>
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
|
|
* Fix void elements
HTML is not XML. It doesn't have self-closing tags, it has void element tags that don't need closing slashes.
Now generated void elements (e.g. link with path to style file) do not pass validation, which can be easily fixed by simply removing two characters.
* Add changeset
* Apply suggestions from code review
---------
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
|
|
* deps: drizzle 0.30
* feat: expose drizzle aggregation helpers
* chore: changeset
|
|
(#10487)
* fix(packages/create-astro): wait for writeFile to complete in updateFiles
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
* changeset
---------
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* qol(endpoints): helpful error message when a response is not provded
* add changeset
* add test
|
|
|
|
* fix(node): handle offshoot promise rejections
* add test
* add changeset
* Update packages/integrations/node/test/errors.test.js
|
|
|
|
|
|
|
|
|
|
* refactor: fix typo in index.ts
colum -> column
* Apply suggestions from code review
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
* Apply suggestions from code review
---------
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
|
|
Co-authored-by: matthewp <matthewp@users.noreply.github.com>
|
|
|
|
* Create new token when current has expired
* Add changeset
* Rename renew timer function:
* Handle creating a new token on renewal
|
|
|
|
* fix: move db type to base types for seed stub
* chore: changeset
* fix(test): bad NOW import
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|