-
-
Notifications
You must be signed in to change notification settings - Fork 438
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
[15.0][MIG] auth_jwt: Migration to 15.0 #316
Conversation
@sbidoul can we proceed here? |
eb5fcda
to
d7b4c03
Compare
Oh, and same for the re-licensing to LGPL. I agree to do it but this should be in a separate commit or PR for easier backporting - this is not a migration commit. |
Ah and can you migrate auth_jwt_demo in the same PR so we have all the tests at once ? |
d7b4c03
to
9b5c2ce
Compare
@sbidoul having error:
Tried to change |
@yankinmax could you try renaming app.js to app.esm.js (also in index.html) |
ed55cc5
to
b0c954e
Compare
@sbidoul pre-commit check is twice canceled. What can we do here to continue? |
@simahawk can you take a look pls here? |
@yankinmax what I would do:
While doing so, use separated commits for improvements like #316 (comment) |
license updated on v14 here #319 |
@sbidoul can we proceed here? |
I'm confused. What is the difference between #320 and this one ? |
/ocabot migration auth_jwt |
/ocabot migration auth_jwt_demo |
b0c954e
to
3b4cbe1
Compare
3b4cbe1
to
97be8c7
Compare
@sbidoul I rebased this PR. Get too many |
@yankinmax IMO we should ignore the file - repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.32.0
hooks:
- id: eslint
verbose: true
args:
- --color
- --fix
exclude: auth_jwt_demo/tests/spa/js/oidc-client.esm.js |
let's try like this to speed up migrations 😃 |
There is already a |
9b48472
to
55c8bb6
Compare
@@ -1,4 +1,5 @@ | |||
import {Oidc} from "./oidc-client.js"; | |||
/* eslint-disable */ |
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.
this doesn't work here, any ideas?
I tried also:
/* eslint-disable-line */
/* eslint-disable-next-line */
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. |
@yankinmax any update? |
@simahawk I couldn't solve pre-commit issues. |
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 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. |
Superseded by: |
Syncing from upstream OCA/server-auth (16.0)
No description provided.