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 |
Nikolas Rimikis
|
30adf3ca31
|
feat(dynamite): fully support mimeType application/octet-stream
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
f8c24139dc
|
fix(dynamite_runtime): remove unused dependency
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
279bcc2d13
|
docs(dynamite): document operations with parameters
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
dd185cdd06
|
feat(dynamite,dynamite_runtime): generate DynamiteRawResponses for all endpoints
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
a4c0b26325
|
style(dynamite,dynamite_runtime,nextcloud): unify responses and exceptions
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
3fed82339a
|
style(dynamite,dynamite_runtime,nextcloud): externalize pattern check
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
701be33fa6
|
style(dynamite,dynamite_runtime,nextcloud): externalize auth check
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
4cd65a0d01
|
feat(dynamite,nextcloud): use serializer for serializing base types
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
4248e3909c
|
refactor(dynamite): refactor models structure
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
renovate[bot]
|
01148bc189
|
chore(deps): update dependency dart to >=3.1.3 <4.0.0
|
1 year ago |
Nikolas Rimikis
|
cdb9fa0588
|
docs(dynamite_runtime): document content string
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
renovate[bot]
|
fba6a65619
|
fix(deps): update dependency code_builder to ^4.7.0
|
1 year ago |
renovate[bot]
|
7fa59399bd
|
fix(deps): update built_value to ^8.6.3
|
1 year ago |
jld3103
|
9b6f912e76
|
feat(dynamite): Support decoding booleans
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
d6c75b4219
|
refactor: enable analyzer option strict-inference
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
5b88e58687
|
fix(dynamite): supported file extensions
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
renovate[bot]
|
304ab489a9
|
chore(deps): update dependency dart to >=3.1.2 <4.0.0
|
1 year ago |
Nikolas Rimikis
|
a9a2504d6f
|
feat(dynamite): support yaml specs
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
aacefd312c
|
test(dynamite_runtime): test serialization failure
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
jld3103
|
e45f65bce8
|
fix(dynamite,neon_files,neon_news,neon_notes,neon_notifications,nextcloud): Correct dependencies
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
8905a96464
|
refactor(dynamite): Use built_value for OpenAPI specification models
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
5056f43f1d
|
feat(app,dynamite,neon,neon_files,neon_news,neon_notes,neon_notifications,neon_lints,nextcloud): enable strict-raw-types
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
renovate[bot]
|
ed1d79b984
|
chore(deps): update dependency dart to >=3.1.1 <4.0.0
|
1 year ago |
jld3103
|
033e1088e9
|
feat(dynamite): Support multiple status codes with same schema
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
jld3103
|
aa9a24be0e
|
feat(dynamite): Override equality operators
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
3d0508edc0
|
feat(dynamite): use inheritance for allOf
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
jld3103
|
5228006260
|
chore(dynamite,dynamite_runtime,neon,neon_files): Fix typos
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
1 year ago |
Nikolas Rimikis
|
6fbe413105
|
refactor(dynamite): unify code generation
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
9c00357218
|
refactor(dynamite): further use source_gen
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
94c1dee279
|
refactor(dynamite): externalize client generation
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
52e02c07a1
|
refactor(dynamite): deduplicate built_value code generation and split out more type/object resolving
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
04a080f28c
|
refactor(dynamite): cleanup valueToEscapedValue api
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
64b8e9e026
|
refactor(dynamite): split code
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
383c0be59a
|
refactor(dynamite): restructure package
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
75e9013a4f
|
refactor(dynamite): cleanup _descriptionToDocs
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
e10d03fecd
|
refactor(dynamite): cleanup isPrameterNullable
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
24b173679d
|
refactor(dynamite): cleanup required checks
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
4efd57b72c
|
refactor(dynamite): remove unnecessary toList
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
b171de8c22
|
refactor(dynamite): cleanup tags handling
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
d65cff6e2d
|
refactor(dynamite): iterate over Map.entries where possible
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
c65521f041
|
feat(dynamite): make models immutable
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
46b275457c
|
refactor(dynamite): improve code readability
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
77bb7dbd48
|
refactor(app,dynamite,dynamite_runtime,neon,nextcloud): use Uri to represent the serverUrl
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
Nikolas Rimikis
|
dac919fb66
|
refactor(dynamite,neon_files,nextcloud): make webdav client use Uri objects for paths
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
|
1 year ago |
renovate[bot]
|
3d33049c91
|
fix(deps): update dependency code_builder to ^4.6.0
|
1 year ago |
renovate[bot]
|
87f3ba84cf
|
fix(deps): update dependency built_value to ^8.6.2
|
1 year ago |