0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00
Commit graph

58 commits

Author SHA1 Message Date
bholmesdev
6f1941dab8 fix: bad context reference 2024-02-29 18:39:07 -05:00
bholmesdev
715b6796a9 chore: remove old TODO 2024-02-29 18:21:20 -05:00
bholmesdev
09f0a937f0 fix: foreign key empty error message 2024-02-29 18:16:30 -05:00
bholmesdev
985c48a8c0 core: remove unused integration file 2024-02-29 18:12:28 -05:00
bholmesdev
a3fcfdced8 chore: remove db.batch() for now 2024-02-29 18:10:38 -05:00
bholmesdev
21ef62cd35 feat: support all config file names 2024-02-29 17:40:20 -05:00
bholmesdev
275f28b22d feat: format migration file path 2024-02-29 17:35:46 -05:00
bholmesdev
be3fd922b5 chore: remove irrelevant glob/ example 2024-02-29 17:25:45 -05:00
bholmesdev
432775d9b6 fix: migration queries im,port 2024-02-29 17:25:39 -05:00
bholmesdev
146ece143c chore: remove unused link args 2024-02-29 17:22:56 -05:00
bholmesdev
f5b560511b Merge branch 'main' into feat/phil-collins-closing-song 2024-02-29 17:22:47 -05:00
bholmesdev
c1753721e9 fix: just use generic "seeding database" error 2024-02-29 17:14:39 -05:00
bholmesdev
88231082e3 fix: add config import to db client modules 2024-02-29 17:11:10 -05:00
bholmesdev
5abb5bfc37 feat: expose utils for integration seed files 2024-02-29 17:10:58 -05:00
bholmesdev
36a97e64d9 refactor: try/catch -> catch() 2024-02-29 16:58:58 -05:00
bholmesdev
63f042f631 feat: pretty error inserting into table 2024-02-29 16:56:10 -05:00
bholmesdev
868beb535c refactor: regexp -> endsWith 2024-02-29 16:27:50 -05:00
bholmesdev
dc0af089e6 chore: tidy up collection -> table error states 2024-02-29 16:26:12 -05:00
bholmesdev
0b9d9636e9 refactor: collectionToTable -> asDrizzleTable 2024-02-29 15:52:00 -05:00
bholmesdev
25cb455d45 chore: update tests to dev server 2024-02-29 15:50:07 -05:00
bholmesdev
217d5bb7f9 chore: update unit tests 2024-02-29 13:56:30 -05:00
bholmesdev
1e5e23525d fix: update recipes config and seed 2024-02-29 13:49:21 -05:00
bholmesdev
933c02f948 chore: remove async from localDatabaseClient 2024-02-29 13:48:45 -05:00
bholmesdev
258a946ef6 feat: parse config.ts from cli 2024-02-29 13:37:57 -05:00
bholmesdev
69277b9187 chroe: remove bad import 2024-02-29 13:08:30 -05:00
bholmesdev
89365064b4 feat: remove unsafeDisableStudio 2024-02-29 13:06:36 -05:00
bholmesdev
4f8e2754fa feat: file watching for db/config.ts dependencies 2024-02-29 13:02:52 -05:00
Fred K. Schott
3757a212c0 [ci] format 2024-02-29 05:27:46 +00:00
Fred K. Schott
c2e7b9847e
update login flow to support Brave (#10258) 2024-02-28 21:26:19 -08:00
Fred K. Schott
e86b81a671 [ci] format 2024-02-29 05:26:11 +00:00
Fred K. Schott
2ecead463d
improve link command (#10257) 2024-02-28 21:25:02 -08:00
bholmesdev
783c22d891 feat: move to db/config.ts 2024-02-28 19:20:55 -05:00
bholmesdev
fbc136ebce refactor: standardize migrations dir 2024-02-28 18:14:19 -05:00
bholmesdev
30854cd635 fix: disable foreign keys when recreating tables 2024-02-28 12:53:23 -05:00
bholmesdev
a0cebe3d08 fix: move ticketing-example to seed file 2024-02-28 12:49:10 -05:00
bholmesdev
f170997435 refactor: move migrations/ inside db/ 2024-02-28 12:43:31 -05:00
Bjorn Lu
f6fc18cc61
Update Vite to latest (#10259) 2024-02-28 23:20:17 +08:00
bholmesdev
0a3efac728 feat: db.batch! 2024-02-27 18:14:24 -05:00
bholmesdev
274504b383 chore: remove table config object 2024-02-27 18:14:12 -05:00
bholmesdev
56ea81d343 chore: stray comment 2024-02-27 17:14:16 -05:00
bholmesdev
8886b5cd39 refactor: remove integrations from test for now 2024-02-27 17:07:55 -05:00
bholmesdev
80154b4f8e feat: support local db with db execute 2024-02-27 17:02:37 -05:00
bholmesdev
6f0c5d3b3b chore: remove old readable error tests 2024-02-27 13:14:06 -05:00
bholmesdev
cbc4dc58c3 fix: test imports 2024-02-27 13:12:50 -05:00
bholmesdev
9c0139b86e feat: db execute command 2024-02-27 13:10:15 -05:00
bholmesdev
203dbe369f refactor: ensure precedence of file name 2024-02-27 12:13:48 -05:00
bholmesdev
2299a9c227 feat: data() -> seed file 2024-02-27 11:40:43 -05:00
bholmesdev
607664f231 chore: add scripts to basics 2024-02-27 11:39:41 -05:00
Emanuele Stoppa
6bf102aebe [ci] format 2024-02-27 11:16:47 +00:00
Emanuele Stoppa
2dd00a0024
chore: import sort source code, exception for the astro package (#10242)
* chore: import sort source code, exception for the `astro` package

* fix import sorting bug

* Update packages/integrations/lit/server.js

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-02-27 11:15:27 +00:00