Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZMS-[9x] Automatic API generation #535

Merged
merged 32 commits into from Nov 30, 2023
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e4c30ca
api.js added endpoint for generating openapi docs. added new info to …
NickOvt Sep 28, 2023
d2caad5
try to first generate json representation of the api docs
NickOvt Sep 28, 2023
a69c6ad
add initial Joi Object parsing
NickOvt Oct 2, 2023
e7a3c72
api.js make generation dynamic. messages.js add schemas from separate…
NickOvt Oct 3, 2023
f3fe6cb
add additions to schemas. Add new schemas to messages.js and also add…
NickOvt Oct 4, 2023
cccd2c0
add initial openapi doc yml file generation
NickOvt Oct 6, 2023
c58a969
remove manual yaml parsing with js-yaml JSON -> YAML parsing
NickOvt Oct 10, 2023
d57405c
fix replaceWithRefs and parseComponentsDecoupled functions, refactor,…
NickOvt Oct 12, 2023
e5e72cb
add support for another endpoint
NickOvt Oct 12, 2023
09632a5
move big code from api.js to tools
NickOvt Oct 12, 2023
dc3e7ee
fix array type representation, fix response objects, add necessary da…
NickOvt Oct 13, 2023
35f19d5
Merge branch 'master' into ZMS-87
NickOvt Oct 16, 2023
9ba060c
redo include logic into exclude login
NickOvt Oct 17, 2023
77bbe9e
Merge branch 'ZMS-87' of github.com:nodemailer/wildduck into ZMS-87
NickOvt Oct 17, 2023
d6aae5f
fix api generation in tools.js to accomodate new naming of objects
NickOvt Oct 18, 2023
06b9a45
fix messages.js, add structuredClone check in tools.js
NickOvt Oct 18, 2023
419e3ec
fix structured clone definition
NickOvt Oct 19, 2023
740ae00
Merge branch 'master' of github.com:nodemailer/wildduck into ZMS-87
NickOvt Oct 19, 2023
b5df32a
add one endpoint in messages.js to the api generation
NickOvt Oct 19, 2023
e8513d4
messages.js add one more endpoint to API generation
NickOvt Oct 27, 2023
73b96e0
add response to prev commit. Add new endpoint to API generation. Arch…
NickOvt Oct 27, 2023
417c093
finish with post endpoints in messages.js
NickOvt Oct 30, 2023
1db7528
added general request and response schemas. Also added req and res sc…
NickOvt Nov 2, 2023
71c6496
add multiple GET endpoints to API generation and changed them to new …
NickOvt Nov 2, 2023
00a5afb
fix incorrect import of successRes
NickOvt Nov 2, 2023
fd310ae
fix mailboxes.js
NickOvt Nov 2, 2023
2d31d2b
refactor general-schemas.js. Fix searchSchema in messages.js. Mailbox…
NickOvt Nov 2, 2023
5e4a20a
tools.js rename methodObj in API generation to operationObj
NickOvt Nov 2, 2023
9234b0d
tools.js api generation remove string fallbacks
NickOvt Nov 2, 2023
70ebdbc
messages.js finish with GET endpoints, addition to API doc generation
NickOvt Nov 3, 2023
f85fccc
Merge branch 'master' into ZMS-87
NickOvt Nov 20, 2023
4ac3072
remove yaml import
NickOvt Nov 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.