-
Notifications
You must be signed in to change notification settings - Fork 104
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
[16.0][ADD] shopinvader_v2_app_demo #1364
base: 16.0
Are you sure you want to change the base?
Conversation
e3fabe2
to
f5d25d6
Compare
@sebastienbeau |
0a3dab1
to
312fed2
Compare
Can we continue your work with @lmignon ? |
yes, no problem :) |
818029a
to
3f77487
Compare
f48391f
to
a2ea147
Compare
dd0b933
to
aea4583
Compare
) | ||
auth_jwt_validator_id = fields.Many2one("auth.jwt.validator") | ||
|
||
@api.model |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't be an api.model
dbd3a7c
to
2da4d5c
Compare
84f6d15
to
02880ac
Compare
* Declares clientId * Uses a fixed version of base_rest supporting the oauth rediretion for swagger-ui
The simple case is to have 1 and only 1 backend
We should have everything we need in new API now.
981ba47
to
aeae920
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (code review)
I think we should merge this and then when need creating PR for improving it
Note: when auth_partner will be merged I think it will be better to move on it for the authentication instead of the keycloak one (the purpose of this module is to make a demo, so less tool, less external requirement is always better, but we can still have an extra module *_demo_jwt for demo with keycloak)
/ocabot merge nobump |
Demo, but also serve as a template for a new project so let's keep that in mind. |
This PR looks fantastic, let's merge it! |
@sbidoul your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-1364-by-sbidoul-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
Adds a demo application on fastapi endpoint for a demo shopinvader application that takes every router
Side note: when adding new routers, we should include them in this module