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

7249 commits

Author SHA1 Message Date
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
Matthew Phillips
9119753336 Implement defineWritableCollection 2024-01-24 16:29:46 -06:00
bholmesdev
9a7da994b9 docs: add join example 2024-01-24 16:29:46 -06:00
Matthew Phillips
bb46addb29 Runtime checking of writable 2024-01-24 16:29:46 -06:00
Matthew Phillips
2efa6b1db9 CLI sync command 2024-01-24 16:29:45 -06:00
bholmesdev
35cb85ea0b docs: add basic README 2024-01-24 16:29:45 -06:00
bholmesdev
99f8abd162 chore: remove seed file logic 2024-01-24 16:29:45 -06:00
bholmesdev
4e941af5fb refactor: move dev to use filesystem to run seed at right time 2024-01-24 16:29:45 -06:00
bholmesdev
6ad4e00cd0 fix: bad collectionSchema data type 2024-01-24 16:29:45 -06:00
bholmesdev
4633d37f8c wip: update from seed file to data() 2024-01-24 16:29:45 -06:00
bholmesdev
9e8fb5c388 feat: data() fn with basic type safety 2024-01-24 16:29:45 -06:00
Nate Moore
8d3ab37ac4 Squashed commit of the following:
commit acdddd728c56f25e42975db7f367ab8a998e8c41
Author: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
Date:   Wed Jan 10 14:06:16 2024 -0500

    fix: proper type augment for the config

commit b41ca9aacf291d1e5f0a27b6d6339ce4fc608ec3
Author: Nate Moore <nate@astro.build>
Date:   Tue Jan 9 14:33:42 2024 -0600

    wip: type augmentation
2024-01-24 16:29:45 -06:00
bholmesdev
22c6d96514 fix: ul test. It passes now! 2024-01-24 16:29:45 -06:00
bholmesdev
b253e6f344 feat: create db on filesystem for build 2024-01-24 16:29:45 -06:00
bholmesdev
aa1b66f5cf fix: load seed file separately for build 2024-01-24 16:29:45 -06:00
Nate Moore
93675795e1 fix: package.json merge 2024-01-24 16:29:45 -06:00
Nate Moore
a7e4d6b71c fix: add astro-scripts to db 2024-01-24 16:29:45 -06:00
bholmesdev
ce7479cd14 chore: remove CLI tests 2024-01-24 16:29:45 -06:00
bholmesdev
f86c37714e fix: test file paths 2024-01-24 16:29:45 -06:00
bholmesdev
05e1005c0b fix: test fixture paths 2024-01-24 16:29:45 -06:00
bholmesdev
395a8a1400 feat: MVP to use libsql in dev 2024-01-24 16:29:45 -06:00
bholmesdev
c6477107a2 chore: set tsconfig to monorepo defaults 2024-01-24 16:29:45 -06:00
bholmesdev
6a69af1c58 chore: astro/db scripts, exports, deps 2024-01-24 16:29:45 -06:00
bholmesdev
90048c9d10 deps: remove unused 2024-01-24 16:29:45 -06:00
Matthew Phillips
4b0829825a Add a very basic test 2024-01-24 16:29:45 -06:00
Matthew Phillips
c538999cde Small package change 2024-01-24 16:29:45 -06:00
Nate Moore
f6de8d2b23 feat: add db as top-level config value 2024-01-24 16:29:45 -06:00
Nate Moore
565abb4e62 chore: update lockfile 2024-01-24 16:29:45 -06:00
Nate Moore
ec6d7dc575 chore: update package.json 2024-01-24 16:29:45 -06:00
Matthew Phillips
062eb67238 Initial DB migration code 2024-01-24 16:29:45 -06:00
Florian Lefebvre
57ab578bc7 [ci] format 2024-01-24 22:25:03 +00:00
Florian Lefebvre
c820defe65
chore(alpinejs): add e2e test (#9812)
* fix(rss): rssSchema definition to allow calling standard zod object methods

* fix: condition

* chore(alpinejs): add e2e test

* Discard changes to .changeset/mighty-icons-try.md

---------

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-01-24 16:23:45 -06:00
Florian Lefebvre
54acb6aeb4 [ci] format 2024-01-24 22:21:53 +00:00