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

5490 commits

Author SHA1 Message Date
bholmesdev
de79f2bba0 wip: logs 2024-03-01 09:26:37 -05:00
bholmesdev
1e245eda40 Merge branch 'main' into feat/phil-collins-closing-song 2024-03-01 09:23:59 -05:00
bholmesdev
a3d88a7f53 wip: logs 2024-03-01 09:16:26 -05:00
bholmesdev
918d607daf refactor: use normalizePath 2024-03-01 09:15:06 -05:00
bholmesdev
48dca901bc refactor: seed within create local db client 2024-03-01 09:09:42 -05:00
bholmesdev
ec4730a82d chore: remove logs 2024-03-01 09:02:51 -05:00
bholmesdev
b21543feeb refactor: avoid resolution when not seeding 2024-03-01 09:00:27 -05:00
bholmesdev
c6031b1c00 refactor: only seed when loaded within srcDir 2024-03-01 08:57:55 -05:00
bholmesdev
ce30dd1977 wip: use anything in db/ 2024-03-01 08:41:55 -05:00
bholmesdev
30aa333b84 wip: avoid seeding astro:db imported by seed file 2024-03-01 08:39:32 -05:00
bholmesdev
7c21b964e0 wip: throw some console logs at github 2024-03-01 08:15:19 -05:00
bholmesdev
a738346e1c refactor: seedDev -> seedLocal 2024-03-01 08:13:59 -05:00
Houston (Bot)
87a3d51f2c
[ci] release (#10286)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-01 12:10:51 +00:00
Erika
5e3e74b61d
fix(audits): Don't warn about loading on data URIs (#10275) 2024-03-01 11:41:43 +01:00
Erika
d5277df5a4
fix(node): Safely create requests (#10285)
* fix(node): Wrap request creation in try catch

* chore: changeset
2024-03-01 10:26:28 +00:00
Houston (Bot)
afd41cc28b
[ci] release (#10265)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-01 10:31:12 +01:00
Erika
a3ebfad0cc [ci] format 2024-03-01 09:24:22 +00:00
Erika
07f89429a1
fix(assets): Solidify Node endpoint (#10284)
* fix(assets): Solidify Node endpoint

* chore: changeset
2024-03-01 10:23:07 +01:00
Satanshu Mishra
df05138ebe [ci] format 2024-03-01 08:33:27 +00:00
Satanshu Mishra
b47dcaa259
fix(node): listen on 0.0.0.0 if server.host is set to true (#10282)
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
Co-authored-by: Kevin Zuniga Cuellar <46791833+kevinzunigacuellar@users.noreply.github.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-03-01 09:32:22 +01:00
bholmesdev
6f1941dab8 fix: bad context reference 2024-02-29 18:39:07 -05:00
bholmesdev
715b6796a9 chore: remove old TODO 2024-02-29 18:21:20 -05:00
bholmesdev
09f0a937f0 fix: foreign key empty error message 2024-02-29 18:16:30 -05:00
bholmesdev
985c48a8c0 core: remove unused integration file 2024-02-29 18:12:28 -05:00
bholmesdev
56e6c5785b chore: remove db object 2024-02-29 18:12:22 -05:00
bholmesdev
a3fcfdced8 chore: remove db.batch() for now 2024-02-29 18:10:38 -05:00
bholmesdev
21ef62cd35 feat: support all config file names 2024-02-29 17:40:20 -05:00
bholmesdev
275f28b22d feat: format migration file path 2024-02-29 17:35:46 -05:00
bholmesdev
be3fd922b5 chore: remove irrelevant glob/ example 2024-02-29 17:25:45 -05:00
bholmesdev
432775d9b6 fix: migration queries im,port 2024-02-29 17:25:39 -05:00
bholmesdev
146ece143c chore: remove unused link args 2024-02-29 17:22:56 -05:00
bholmesdev
f5b560511b Merge branch 'main' into feat/phil-collins-closing-song 2024-02-29 17:22:47 -05:00
bholmesdev
c1753721e9 fix: just use generic "seeding database" error 2024-02-29 17:14:39 -05:00
bholmesdev
88231082e3 fix: add config import to db client modules 2024-02-29 17:11:10 -05:00
bholmesdev
5abb5bfc37 feat: expose utils for integration seed files 2024-02-29 17:10:58 -05:00
bholmesdev
36a97e64d9 refactor: try/catch -> catch() 2024-02-29 16:58:58 -05:00
bholmesdev
63f042f631 feat: pretty error inserting into table 2024-02-29 16:56:10 -05:00
bholmesdev
868beb535c refactor: regexp -> endsWith 2024-02-29 16:27:50 -05:00
bholmesdev
dc0af089e6 chore: tidy up collection -> table error states 2024-02-29 16:26:12 -05:00
bholmesdev
0b9d9636e9 refactor: collectionToTable -> asDrizzleTable 2024-02-29 15:52:00 -05:00
bholmesdev
25cb455d45 chore: update tests to dev server 2024-02-29 15:50:07 -05:00
bholmesdev
217d5bb7f9 chore: update unit tests 2024-02-29 13:56:30 -05:00
bholmesdev
1e5e23525d fix: update recipes config and seed 2024-02-29 13:49:21 -05:00
bholmesdev
933c02f948 chore: remove async from localDatabaseClient 2024-02-29 13:48:45 -05:00
Arsh
560a593418 [ci] format 2024-02-29 18:39:09 +00:00
Arsh
e556151603
fix(dev): cosider base when special-casing /_image (#10274)
* fix(dev): cosider `base` when special-casing `/_image`

* add changeset

* adjust tests

* Apply suggestions from code review

* add test
2024-03-01 00:08:01 +05:30
bholmesdev
258a946ef6 feat: parse config.ts from cli 2024-02-29 13:37:57 -05:00
bholmesdev
69277b9187 chroe: remove bad import 2024-02-29 13:08:30 -05:00
bholmesdev
89365064b4 feat: remove unsafeDisableStudio 2024-02-29 13:06:36 -05:00
bholmesdev
4f8e2754fa feat: file watching for db/config.ts dependencies 2024-02-29 13:02:52 -05:00