Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c01db15
WIP Dagger CU Replace earthly - redo the CI #1056
joepio May 21, 2025
a869a93
Dagger JS build working
joepio May 21, 2025
36886b9
Add lint and test for JS
joepio May 21, 2025
8b4f20f
Typedoc on Dagger
joepio May 22, 2025
1e9d59e
Publish docs
joepio May 23, 2025
e08d538
Add github action
joepio May 26, 2025
7c726fb
WIP dagger
joepio May 26, 2025
b256d38
Fix deploy, refactor
joepio May 26, 2025
2c6d731
Add token ci
joepio May 26, 2025
623caba
Typo token
joepio May 26, 2025
d7bb7c2
Fix vitest in CI
joepio May 26, 2025
5e8c0be
Improve cache
joepio May 26, 2025
84970e3
use built JS
joepio May 26, 2025
5bcc675
book build dir
joepio May 26, 2025
f512d97
More cache
joepio May 26, 2025
41d43a3
Try cache
joepio May 26, 2025
a9ac840
Unique test deploys #1067
joepio May 27, 2025
a3c6883
Fix CI token
joepio May 27, 2025
ef080cf
Don't do release build
joepio May 27, 2025
d17060a
WIP deploy
joepio May 27, 2025
1912ba8
Try cross build with target images
joepio May 27, 2025
5f43544
Some earthly cleanup
joepio May 27, 2025
b7891be
Cross iteration
joepio May 28, 2025
d4ba316
Working rustBuild with targets
joepio Jun 16, 2025
6c5d1fd
Remove some duplication
joepio Jun 17, 2025
5e60ade
Docker images
joepio Jun 17, 2025
90d39ca
Try CI
joepio Jun 17, 2025
e520639
netlify auth token
joepio Jun 17, 2025
888ae78
netlify token fix 2
joepio Jun 17, 2025
6080083
Get tests running
joepio Jun 18, 2025
f7ad04d
Cleanup earthly remains
joepio Jun 18, 2025
d25709c
Merge branch 'develop' into dagger
joepio Jun 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dagger/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/sdk/** linguist-generated
3 changes: 3 additions & 0 deletions .dagger/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/sdk
/**/node_modules/**
/**/.pnpm-store/**
7 changes: 7 additions & 0 deletions .dagger/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "module",
"dependencies": {
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading
Loading