0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
Commit graph

7347 commits

Author SHA1 Message Date
Fred K. Schott
54a981cd5c make it more clear when remove vs. local db is in use 2024-02-03 22:04:39 -08:00
Fred K. Schott
3799970607 improve error messaging around studio config missing 2024-02-03 21:52:02 -08:00
Fred K. Schott
e4aca2de5f improve conflict and dataloss handling
- moved prompts to db push
- moved prompt logic out of lower-level functions
- improved logic overall
- improved user-facing prompt messages
2024-02-03 21:03:42 -08:00
bholmesdev
e863632ebf fix: mark data keys as optional until we have type inference 2024-02-02 16:08:58 -05:00
bholmesdev
ded1e0f0b6 fix: respect primaryKey from hasDefault 2024-02-02 16:08:43 -05:00
bholmesdev
95140bc64c fix: correct type Config reference 2024-02-02 16:08:31 -05:00
bholmesdev
cbc2b99292 fix: correct hasDefault inference 2024-02-02 15:59:20 -05:00
bholmesdev
5fcf4a9bd6 refactor: objShallowEqual -> deep diff 2024-02-01 18:40:23 -05:00
bholmesdev
06f96661af chore: enable foreign keys in local mode only 2024-02-01 18:07:45 -05:00
bholmesdev
feed9ea0bd chore: lint 2024-02-01 18:07:18 -05:00
bholmesdev
338a1afb5c feat: add foreignkeys to create table 2024-02-01 17:01:35 -05:00
bholmesdev
a016e67a3c chore: unused imports 2024-02-01 16:49:09 -05:00
bholmesdev
02e582514b fix: foreignKeys references signature 2024-02-01 16:46:01 -05:00
bholmesdev
4aaf393318 refactor: move to arrow function signature 2024-02-01 16:42:31 -05:00
bholmesdev
b1b69e18d4 feat: FINALLY collection and name attached 2024-02-01 16:09:07 -05:00
bholmesdev
d0abf2c763 feat: API shape 2024-02-01 16:09:07 -05:00
Matthew Phillips
1b2941c909 0.2.2 2024-02-01 11:50:47 -05:00
Nate Moore
1421ebd449 add keywords 2024-02-01 10:48:48 -06:00
Matthew Phillips
94646fd41e 0.2.1 2024-02-01 08:37:41 -05:00
Matthew Phillips
295a91e510 0.2.0 2024-02-01 08:33:07 -05:00
bholmesdev
656b0c2f94 fix(ex): add id col to ticketing 2024-02-01 08:09:37 -05:00
bholmesdev
a44c20afef chore: remove AstroId type 2024-02-01 08:07:01 -05:00
bholmesdev
7bd8240180 fix: remove id column from Table type 2024-02-01 08:06:20 -05:00
Nate Moore
587765dc4d chore: disable console linting for CLI 2024-01-31 15:17:03 -06:00
bholmesdev
33d0e5b2ab chore: remove optional: true from pk 2024-01-31 16:13:28 -05:00
Matthew Phillips
15cd141261 0.1.23 2024-01-31 16:08:22 -05:00
Matthew Phillips
c503cd602b Remove content database from the static build 2024-01-31 16:07:53 -05:00
Matthew Phillips
1e21aeee13 0.1.22 2024-01-31 15:42:02 -05:00
Matthew Phillips
4e55fd0f56 Make work in webcontainer 2024-01-31 15:36:09 -05:00
Matthew Phillips
e0545d0cf3 0.1.20 2024-01-31 12:52:08 -05:00
Matthew Phillips
396a7205ed 0.1.19 2024-01-31 10:51:27 -05:00
Matthew Phillips
82c69ceef4 Upgrade to latest libsql 2024-01-31 10:48:54 -05:00
Matthew Phillips
e8ce0ca479 Make the DB_URL be root relative 2024-01-31 08:34:20 -05:00
bholmesdev
c2a2e4b592 refactor: reorganize the rats nest of files 2024-01-30 17:50:03 -05:00
bholmesdev
9e3ff8b462 feat: index query tests 2024-01-30 14:25:08 -05:00
bholmesdev
d2b9cb3cf5 refactor: move field queries to field-queries.test 2024-01-30 14:25:04 -05:00
bholmesdev
3d9ff264f5 feat: add queries unit tests and fix related bugs 2024-01-30 12:55:47 -05:00
Fred K. Schott
69cdf029ec move migration logic to turso, add back sync support 2024-01-30 09:14:37 -08:00
bholmesdev
84e5bd0830 feat: index migrations 2024-01-30 11:58:54 -05:00
Matthew Phillips
8f342b0db7 0.1.18 2024-01-30 10:37:13 -05:00
Matthew Phillips
2f792b93cc Rename to ?fileurl 2024-01-30 10:35:59 -05:00
Matthew Phillips
660667c783 Remove unused import 2024-01-30 10:31:08 -05:00
Matthew Phillips
b8a152074f 0.1.17 2024-01-30 10:23:26 -05:00
Matthew Phillips
e951f00959 Use an import statement to grab the database file 2024-01-30 10:22:10 -05:00
bholmesdev
a2d88545a4 fix: remove unique constraint on recipeId 2024-01-29 18:20:49 -05:00
bholmesdev
8439766ae2 feat: add indexes to setupDbTables 2024-01-29 18:20:40 -05:00
bholmesdev
67a68e737d feat: add indexes from collectionToTable 2024-01-29 18:05:02 -05:00
bholmesdev
bda07ec94e feat: config design 2024-01-29 17:50:15 -05:00
Matthew Phillips
915ed7ac0b 0.1.16 2024-01-29 11:57:59 -05:00
Fred K. Schott
46904a1dcb expose relevant types 2024-01-29 00:29:39 -08:00