jld3103
|
6fd43290c4
|
fix(dynamite,dynamite_runtime): Fix security schemes
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
6cd3fdfe0d
|
feat(dynamite_end_to_end_test): Add request body test
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
fe6bf418cf
|
fix(dynamite): Fix application/octet-stream encoding
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
49abaec6d1
|
fix(dynamite,nextcloud): fix generics in nested built_collection build factories
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
jld3103
|
d93a679e38
|
chore(dynamite_runtime,sort_box): Relicense as BSD-3-Clause
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
432d5e0fd1
|
chore: Move license file
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
d414214d36
|
feat(dynamite): allow to configure the pageWidth for the dart formatter
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
bd8d4fcb98
|
test(dynamite_end_to_end_test): test problematic ofs
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
34957f1839
|
fix: fix various documentation errors
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
da50d369ba
|
test(dynamite_end_to_end_test): test top level non object definitions
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
cc79f07052
|
fix(dynamite): re introduce generation of top level non object schemas
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
renovate[bot]
|
f0fa1c3114
|
chore(deps): update dependency built_value_generator to ^8.7.0
|
1 year ago |
jld3103
|
ef7ff10728
|
test(dynamite_end_to_end_test): Add test for responses
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
798c3e1960
|
feat(dynamite): Support default responses
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
ec77029c28
|
fix(dynamite,nextcloud): make oneOf and anyOf throw at build time rather then on deserialization
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
d74f8df528
|
feat(dynamite): introduce dynamite config to set ignore directives
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
jld3103
|
3b18a1f35d
|
feat(ci): Validate code generation
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
16eb212e08
|
refactor(dynamite): remove unused typedef generation
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
3b6cbd94c5
|
fix(dynamite): fix header part_file generation
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
79e2f5e1c0
|
fix(dynamite): fix header name generation with empty operationID
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
7ef11c7a60
|
fix(dynamite_end_to_end_test): fix spec generation timeout
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
jld3103
|
d990e98594
|
fix(dynamite_runtime): Require cookie_jar ^4.0.7 for web support
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
4c219d90a0
|
chore(deps): update dependency test to ^1.24.9
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
d11e0d0ca8
|
refactor(dynamite): supply a full version for the minimum supported openapi version
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
jld3103
|
79b39f9153
|
feat(dynamite_end_to_end_test): Add parameters spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
5b2cff8cd7
|
fix(dynamite): Fix generating part directive and serializers conditionally
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
1429cdece5
|
feat(dynamite): Support content in parameters
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
fae7e7b1b1
|
fix(dynamite,dynamite_runtime,nextcloud): don't deserialize integers into double
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
bfcc126524
|
feat(dynamite,nextcloud): add number format support
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
001bf14067
|
refactor(dynamite,nextcloud): change path parameter construction.
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
renovate[bot]
|
48b54068dd
|
chore(deps): update dependency built_value_generator to ^8.6.3
|
1 year ago |
Nikolas Rimikis
|
f4a29619d5
|
refactor(dynamite,nextcloud): add default parameter documentation
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
a4a8792268
|
test(dynamite_end_to_end_test): test all possibilities of nested ofs
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
399d5d532e
|
fix(dynamite): do not add someOf.data to the interface
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
jld3103
|
f369b732aa
|
refactor(dynamite,dynamite_runtime): Separate injecting base values when executing requests
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
7bae1ab83d
|
refactor(dynamite): add default values as described by openapi
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
801e1f83f3
|
fix(dynamite): fix license nullability
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
jld3103
|
c3783c3666
|
refactor: Unify package .gitignores
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
0c99594be5
|
fix(dynamite,nextcloud): fix nested ofs
Also generate interfaces for ofs so they can be used in other allOfs
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
renovate[bot]
|
4568bb71cb
|
chore(deps): update dependency test to ^1.24.8
|
1 year ago |
jld3103
|
1a1a5ac495
|
refactor(dynamite): Remove class prefixes
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
203bbc6df1
|
refactor(dynamite): Stop exporting dynamite_runtime
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
0da1805e6d
|
refactor(deps): Pin dependency versions to the lowest possible versions
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
3e98f808ba
|
refactor(deps): Pin dart/flutter versions to the lowest possible versions
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
a1ed0647fd
|
refactor: Cleanup ignore_for_file's
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
renovate[bot]
|
b3eaf6a28c
|
chore(deps): update dependency test to ^1.24.7
|
1 year ago |
jld3103
|
fbdc9866a6
|
fix(dynamite_runtime): Skip empty query parameters
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
1ff6d0ec9b
|
fix(dynamite_runtime): Fix array query parameters
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
d0af01067b
|
feat(dynamite): gracefully handle multiple mimeTypes and default responses
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
2711469968
|
feat(dynamite): support all openapi specs v3
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |