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

78 commits

Author SHA1 Message Date
Matthew Phillips
23eaa88192 0.1.7 2024-01-26 14:33:19 -05:00
Matthew Phillips
4a1a2f980b 0.1.6 2024-01-26 14:22:23 -05:00
Matthew Phillips
9f5e9bb4b2 Expose the database to the build output 2024-01-26 14:21:51 -05:00
Matthew Phillips
69a4d72025 0.1.5 2024-01-26 14:18:15 -05:00
Matthew Phillips
7536e18a68 Grab the dbUrl from the environment 2024-01-26 14:17:26 -05:00
Matthew Phillips
93100c6a7c 0.1.4 2024-01-26 13:16:52 -05:00
Matthew Phillips
26a326adcc Create a runtime version of createRemoteDatabaseClient 2024-01-26 13:16:17 -05:00
Matthew Phillips
aabb50afa9 0.1.3 2024-01-25 14:47:02 -05:00
bholmesdev
85358de062 fix: use Extract to narrow keyof to strings 2024-01-25 11:53:45 -05:00
bholmesdev
253ad9bc2d feat(test): recipes example 2024-01-25 11:49:44 -05:00
bholmesdev
4864057f39 feat: scrappy global data() prototype 2024-01-25 11:49:36 -05:00
Fred K. Schott
ebda4e913c cleanup old copy paste code 2024-01-25 03:33:37 -08:00
Fred K. Schott
d0102e6725 add simple db shell 2024-01-25 03:01:12 -08:00
Fred K. Schott
2c897aea2a cleanup primary key support, db push 2024-01-25 03:00:56 -08:00
Fred K. Schott
f249be392f improve snapshot parsing support 2024-01-24 16:41:19 -08:00
Fred K. Schott
7c786276f5 add primaryKey support 2024-01-24 16:30:30 -08:00
Fred K. Schott
65696de832 format 2024-01-24 16:07:35 -08:00
bholmesdev
bfd2706378 feat: better Table object for type inference 2024-01-24 18:40:09 -05:00
Nate Moore
76f8c76ea8 chore: temporarily remove Table type 2024-01-24 17:11:12 -06:00
bholmesdev
3da918166c wip: build a table type 2024-01-24 16:36:50 -06:00
Matthew Phillips
648b7708ba 0.1.2 2024-01-24 16:36:50 -06:00
Fred K. Schott
7a5876034e fix getPackage for db package 2024-01-24 16:36:50 -06:00
bholmesdev
2a105adf52 feat: db push --token for GitHub CI secrets 2024-01-24 16:36:50 -06:00
Matthew Phillips
2dc8331b59 Give a help message when no db command is provided 2024-01-24 16:36:50 -06:00
Matthew Phillips
603bc846aa Add a main field 2024-01-24 16:36:50 -06:00
bholmesdev
846088e7bf feat: basic glob fixture 2024-01-24 16:36:50 -06:00
bholmesdev
0e428df67a fix: support promise response from data() 2024-01-24 16:36:50 -06:00
Matthew Phillips
ebbbb64899 Add config-augment.d.ts to published artifacts" 2024-01-24 16:36:28 -06:00
Matthew Phillips
0c67236099 0.1.0 2024-01-24 16:36:28 -06:00
Matthew Phillips
acab415852 Removed unused deps 2024-01-24 16:36:28 -06:00
bholmesdev
1033ae5428 chore: remove blank README 2024-01-24 16:36:27 -06:00
bholmesdev
d81d5ef5a8 chore: delete README contents (now on Notion) 2024-01-24 16:36:27 -06:00
bholmesdev
674fae454d fix: warn writable collections when studio false 2024-01-24 16:36:27 -06:00
Fred K. Schott
10c434d257 fix remote db bugs 2024-01-24 16:36:27 -06:00
Fred K. Schott
622843f909 add migrations table to db 2024-01-24 16:36:27 -06:00
Fred K. Schott
f85e8cd897 migrate seed data to new db push command 2024-01-24 16:36:27 -06:00
Fred K. Schott
962c425ceb cleanup migration commands 2024-01-24 16:36:27 -06:00
Fred K. Schott
d54f47ca11 merge migration work into branch 2024-01-24 16:36:26 -06:00
bholmesdev
af22251367 wip: add seeding for readable collections (nonstable ids!) 2024-01-24 16:35:48 -06:00
bholmesdev
d7b76b9638 fix: vite warning on load-astro-config 2024-01-24 16:35:48 -06:00
bholmesdev
8ea2c8778d fix: remove invalid data() on writable collection 2024-01-24 16:35:48 -06:00
bholmesdev
72907e8f8c fix: bad types in astro config 2024-01-24 16:35:48 -06:00
bholmesdev
bed0b68a39 feat: add ticketing example 2024-01-24 16:35:48 -06:00
bholmesdev
283d8d0bd0 refactor: studio -> db cli 2024-01-24 16:35:48 -06:00
bholmesdev
e0c9f51259 fix: add drizzle import 2024-01-24 16:35:48 -06:00
bholmesdev
23cfda80fb chore: add error map 2024-01-24 16:35:48 -06:00
Nate Moore
b8d19f93a1 feat(db): add support for pass-through astro db command 2024-01-24 16:35:46 -06:00
bholmesdev
4b4954e890 refactor: use getTableName() util 2024-01-24 16:29:46 -06:00
bholmesdev
d4b57a5ca4 fix: add defineWritableCollection export 2024-01-24 16:29:46 -06:00
bholmesdev
4a51522beb feat: use studio connection for studio builds 2024-01-24 16:29:46 -06:00