7e6853ed63
feat: with base
2023-03-19 01:03:56 +01:00
0f816b5e29
chore(WIP): working on fixing macos cross compile
2023-03-19 01:03:56 +01:00
46208d5681
fix: setup with colima instead
2023-03-19 01:03:56 +01:00
1570e01ff9
fix: longer docker timemout
2023-03-19 01:03:56 +01:00
7d3fc5e3e2
fix: setup docker
2023-03-19 01:03:56 +01:00
c56370182f
fix: with target
2023-03-19 01:03:56 +01:00
6858ee74cd
fix: with proper ''
2023-03-19 01:03:55 +01:00
84bcf10809
fix: permissions for macos
2023-03-19 01:03:55 +01:00
59b42fc273
feat: fix macos
2023-03-19 01:03:55 +01:00
1e10149522
feat: reorder tasks
2023-03-19 01:03:55 +01:00
cb66d99088
feat: with docker buildx
2023-03-19 01:03:55 +01:00
2d171249d9
feat: test other way around
2023-03-19 01:03:55 +01:00
8ad390f813
fix: with proper disable of windows
2023-03-19 01:03:55 +01:00
6dd6a47131
fix: without windows support for now
...
'see #47 '
2023-03-19 01:03:55 +01:00
e194a01893
fix: native-tls-vendored
2023-03-19 01:03:54 +01:00
9599e6f484
feat: with multi platform ci
2023-03-19 01:03:54 +01:00
11d20935c6
feat: extract client ( #48 )
...
This extracts the client (strategy pattern), this is so that it is will be possible to test the actual querier, without hitting / requiring the dagger-engine running.
2023-03-19 00:01:24 +00:00
384294b390
feat: rename projects to point to github/kjuulh/dagger-sdk
2023-03-18 15:33:14 +01:00
79d931e908
feat: with loggers
2023-03-14 23:21:14 +01:00
756a080533
fix: stable input fields and args
2023-03-14 22:21:35 +01:00
ea27fa8168
chore: fmt
2023-03-14 22:21:35 +01:00
71f98d0293
fix: stable enum entries
2023-03-14 22:21:35 +01:00
6ef4bdf587
refactor: add basic cargo make gen command
2023-03-14 22:01:20 +01:00
b55bcc159f
refactor: move dagger-rs and adopt workspace.deps
2023-03-14 22:01:20 +01:00
76fab3f466
Release dagger-sdk v0.2.19
2023-03-14 15:00:47 +01:00
6629d2db4f
chore: fix release version
2023-03-14 15:00:43 +01:00
8fd6bb983e
fix: serialization of enum args for graphql ( #34 )
2023-03-14 13:56:49 +00:00
1b31331765
feat: update readme
2023-03-13 23:57:32 +01:00
a8e6dde615
Release dagger-sdk v0.2.17
2023-03-13 21:09:18 +01:00
1bfd084cd2
fix: make sure tests have a command to execute
2023-03-13 21:07:14 +01:00
5593fce2e1
fix: remove unused imports
2023-03-13 21:07:14 +01:00
2cc0231c5f
refactor: remove export and instead use exitcode
2023-03-13 21:07:14 +01:00
9ba01396cb
refactor: move issues to actual tests and refactor
2023-03-13 21:07:14 +01:00
c025d17424
fix: add support for String as well
2023-03-13 21:07:14 +01:00
e9e35edb1c
refactor: move issues to another folder
2023-03-13 21:07:14 +01:00
d7317e5cf3
fix: add public tuple field and into func
2023-03-13 21:07:14 +01:00
f67928155f
replication(issue-30): initial issue
2023-03-13 21:07:14 +01:00
Renovate Bot
44fa0240f8
fix(deps): update rust crate futures to 0.3.27
2023-03-11 18:21:37 +01:00
62de24153a
docs: add basic contributing
2023-03-10 23:49:26 +01:00
9513bb5653
docs: add architecture
2023-03-10 23:46:12 +01:00
6b43d5bc36
fix: proper readme
2023-03-10 23:44:36 +01:00
f390eac29f
Release dagger-core v0.2.8, dagger-sdk v0.2.16
2023-03-10 23:40:02 +01:00
e642778d90
chore: fix tasks
2023-03-10 23:39:23 +01:00
7133bfae95
feat: with dagger-engine v.0.4.0
2023-03-10 23:27:15 +01:00
41b20b6268
feat: bump version
2023-03-10 23:27:15 +01:00
13b7805e7e
docs(sdk): fix missing await in connect
2023-02-25 02:42:34 +01:00
4381af0295
feat: add tests to sdk
2023-02-25 02:33:30 +01:00
5f9b3a19c0
feat: set internal warnings as errors
2023-02-25 02:01:13 +01:00
f9e7af931d
feat: introduce tests again
2023-02-25 01:47:57 +01:00
ecca036bc6
fix(sdk): fix builder pattern to actually work with default values
...
In previous versions the builder pattern required all values to be set.
This has not been fixed, so that default values are allowed.
2023-02-25 01:47:57 +01:00