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

7407 commits

Author SHA1 Message Date
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
bholmesdev
2ff473572e feat: prevent optional on text pk 2024-02-08 13:59:18 -05:00
bholmesdev
b29208e156 refactor: type false instead of type never 2024-02-08 13:58:46 -05:00
bholmesdev
6c22e8fcf1 feat: ignore optional and default when pk is present 2024-02-08 13:58:46 -05:00
bholmesdev
25393279c5 chore: todo 2024-02-08 13:57:47 -05:00
Matthew Phillips
8f7da6cc79 Add support for SQL defaults
You can now use sql`CURRENT_TIMESTAMP`, `NOW`, and a couple of other
helpers, to set defaults.
2024-02-08 13:32:56 -05:00
Fred K. Schott
25c09d3ef4 add shortcut link command from studio web ui 2024-02-07 23:18:57 -08:00
Fred K. Schott
c9ce9d2309 fix studio tests 2024-02-07 20:48:43 -08:00
Fred K. Schott
4c4ae2f470 add better token error logging 2024-02-07 20:05:27 -08:00
Fred K. Schott
39e29426aa add help output 2024-02-07 19:51:47 -08:00