-
Notifications
You must be signed in to change notification settings - Fork 130
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
New implementation of parser WIP #199
New implementation of parser WIP #199
Conversation
there is excessive logging in this presently for debugging purposes , will remove once approved . |
@xadahiya @chrizandr i am stuck with test_app.py on this , unable to get through that ,please review and let me know if you found any solution or recommend changes |
@vaibhavchellani Tests are working for me(test_app, test_auth) only one test if failing. See this |
you tried with the doc that was created by the parser ? @xadahiya |
hey @xadahiya thanks , however these are my test results , and i am unable to debug these . |
Show me your test_app file |
I'm doing the exact same thing see https://www.diffchecker.com/yvyAJW9p . Probably your hydrus installation is outdated. Do one thing |
okay yes , that did it , now ill try to debug and will let you know |
See test_crud you'll probably get errors in that. Also, please try to finish this in a day. I'll review your code then. Good luck :) |
@vaibhavchellani Can you update the code to follow |
Add |
Also, remove redundant print statements rest everything looks fine for now. |
@vaibhavchellani You haven't added any documentation to the wiki yet like we discussed in the call. Add a page expaining the parser structure to https://github.com/HTTP-APIs/hydra-ecosystem-wiki/. Also, finish the things I've mentioned above as soon as you can. We need to merge soon! |
@vaibhavchellani How are you tests passing? Mine are still failing.
Logs from test_crud.py
|
hey @xadahiya , yes i was unable to resolve this , i was able to take it to the one failure , the flock doc also had the same failure so i left it at that point as you suggested . |
That's fine. Please finish the rest |
@xadahiya done ! let me know if any more changes are to be made . |
@vaibhavchellani You need to add anything before merging? |
I dont think so @xadahiya |
Fixes #193
Checklist
Description
We are now able to parse the objects defined at variable locations , able to identify collections and present a more accurate conversion of open api spec to hydra spec
Test Logs
@xadahiya @Shekharrajak @kkoci @pcalcina @chrizandr