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
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
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
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
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
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
Nikolas Rimikis
a9a2504d6f
feat(dynamite): support yaml specs
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.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
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
ed6502697a
perf(nextcloud): use stream based body decoding
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
962102407d
refactor(dynamite,neon,nextcloud): use dart 3.1 utf8.encode as Uint8List
...
While the entire utf8 converter has been switched to Uint8List the type annotation still remains List<int> for this release.
Adding the downcast as this behavior is what we need.
A future dart release should also change the type annotations triggering a linter rule.
see: https://github.com/dart-lang/sdk/issues/52801
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
jld3103
c9ad9648eb
feat(dynamite): Support application/javascript response
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
768f8edaf9
fix(dynamite): Fix conflicting variables
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
e2ba362baf
chore(dynamite,neon,neon_files,neon_news,nextcloud): Fix linter complaints
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
19b3b9260c
fix(dynamite,neon_files,neon_news,neon_lints): fix lints
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
70d7cefa9d
fix(dynamite,nextcloud): unnecessary_breaks
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
jld3103
e32b3a8f45
fix(dynamite): Ignore more coverage
2 years ago