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

7416 commits

Author SHA1 Message Date
bholmesdev
7002fcba79 fix: remove default(false) on unsafeWritable 2024-02-15 12:32:26 -05:00
bholmesdev
4f55cbb22e fix: apply defaults for all config values 2024-02-15 12:28:44 -05:00
bholmesdev
88e0b044d0 fix: use FieldsConfig for Table generic 2024-02-15 12:26:20 -05:00
Matthew Phillips
49f8fab4bf Add unsafeWritable option 2024-02-15 10:13:31 -05:00
bholmesdev
eea1264571 refactor: throw when seeding writable in prod 2024-02-14 17:51:57 -05:00
bholmesdev
e3ba7de572 feat: seed -> seedReturning 2024-02-14 17:31:03 -05:00
bholmesdev
998e2309c9 chore: unskip date test 2024-02-14 17:15:38 -05:00
bholmesdev
bacf458bdb refactor: remove unused coerce 2024-02-14 17:14:58 -05:00
bholmesdev
cb5682c0d2 refactor: clarify date coerce comment 2024-02-14 17:07:42 -05:00
bholmesdev
c1c0011e79 fix: use dateType for dates (oops) 2024-02-14 17:05:08 -05:00
bholmesdev
993920d3b5 chore: remove dead isJsonSerializable check 2024-02-14 16:58:41 -05:00
Matthew Phillips
bb4b11b200 Push skipped test 2024-02-14 16:38:30 -05:00
Matthew Phillips
30783e975f Seed the Themes in build too 2024-02-14 14:53:34 -05:00
bholmesdev
ff3816acc8 fix: better error message 2024-02-14 13:01:36 -05:00
Matthew Phillips
d5b794564a 0.3.4 2024-02-14 12:41:48 -05:00
Matthew Phillips
26de0b878e Improve the unauthorized error output 2024-02-14 12:41:09 -05:00
Matthew Phillips
e74c6445af 0.3.3 2024-02-14 10:55:55 -05:00
Matthew Phillips
54b82ca416 Add some color to the unauthorized message 2024-02-13 17:07:45 -05:00
Matthew Phillips
43a82bb04e Fix verbiage of unauthorized link warning 2024-02-13 16:57:10 -05:00
Matthew Phillips
168f3ae389 Handle unauthorized linking 2024-02-13 16:55:48 -05:00
Nate Moore
104f071b93 feat: allow verify to mock migration file 2024-02-13 15:28:29 -06:00
bholmesdev
30cf903fe0 fix: escape name on drop table 2024-02-13 14:23:56 -05:00
bholmesdev
bab9871dad fix: avoid dropping tables on production seed 2024-02-13 14:09:57 -05:00
bholmesdev
03277b81e1 fix: respect default in table types 2024-02-13 13:52:07 -05:00
Matthew Phillips
f3089c3652 0.3.2 2024-02-13 13:24:25 -05:00
bholmesdev
6638f3af88 fix: primaryKey type check 2024-02-13 11:36:08 -05:00
Matthew Phillips
d7e922cbfa Fix input types 2024-02-12 11:02:42 -05:00
Matthew Phillips
65bb0a85ca 0.3.1 2024-02-09 16:39:07 -05:00
Fred K. Schott
1be2a6ff18 add default URLs to db package 2024-02-09 13:19:45 -08:00
Matthew Phillips
ccc9363cf5 0.3.0 2024-02-09 16:02:31 -05:00
Matthew Phillips
85f8ca24c1 Fix references test 2024-02-09 15:40:36 -05:00
Matthew Phillips
1d42585f24 Move field schema only a schema object 2024-02-09 15:16:37 -05:00
Fred K. Schott
2a2539fbd2 seed on every push 2024-02-09 11:03:08 -08:00
bholmesdev
158061c8e2 refactor: store raw sql instead 2024-02-09 13:57:42 -05:00
bholmesdev
522f4f2c92 fix: handle serialized SQL object correctly 2024-02-09 13:57:42 -05:00
bholmesdev
377e086a2c chore: remove console log 2024-02-09 13:57:42 -05:00
bholmesdev
7a943d1ef1 refactor: reference tests 2024-02-09 13:57:42 -05:00
bholmesdev
6048c49217 refactor: _setMeta -> preprocess for table 2024-02-09 13:57:42 -05:00
bholmesdev
c503d8743a fix: transform collection config to be JSON serializable 2024-02-09 13:57:42 -05:00
bholmesdev
3c03c31a79 feat(test): foreignKeys 2024-02-09 13:57:42 -05:00
bholmesdev
981e1e92a2 feat: add pragma when pushing migrations 2024-02-09 13:57:42 -05:00
bholmesdev
06fec3dab1 feat: remove useForeignKey checks 2024-02-09 13:57:42 -05:00
bholmesdev
f477386423 feat: add references checks to migratiosn 2024-02-09 13:57:42 -05:00
bholmesdev
a052dad1ea feat(test): reference add and remove tests 2024-02-09 13:57:42 -05:00
bholmesdev
aa00edea81 chore: expose setMeta for unit testing 2024-02-09 13:57:42 -05:00
Fred K. Schott
452a3c8581 prepare to run seed on all db push commands 2024-02-09 10:21:25 -08:00
Nate Moore
ed4294abbe feat(db-cli): clean up CLI logging, support --json flag for astro db verify, extract shared logic to a utility 2024-02-09 08:51:46 -06:00
bholmesdev
1f719ffb6d fix: remove explicit AUTOINCREMENT on int pk 2024-02-08 17:02:16 -05:00
bholmesdev
05e7e0f2dd fix: add back textField multiline 2024-02-08 16:56:35 -05:00
itsMapleLeaf
f32bff3563 fix db URL import for windows 2024-02-08 14:02:04 -06:00