-
-
Notifications
You must be signed in to change notification settings - Fork 305
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
[17.0][MIG] fastapi_auth_jwt: update version to 17.0 #481
base: 17.0
Are you sure you want to change the base?
Conversation
74e9848
to
919ecaf
Compare
it's because it's not migrated and the branch 17.0 has been created from the 16.0 one. (not from an empty branch). If you need to use this addon, you need to migrate it. |
no problem, can we merge it so that this issues will vanish... |
Tests and runboat are 🔴 Therefore it can't be merged. |
wonderful, could you guide me on how to make it 🟢 so that everybody in the community can benefit, and I in person am learning from you 🤍 |
could you guide me on how to fix this error in tests if I have to or should I add this fix to version 16.0 instead? Downloading contextvars-2.4.tar.gz (9.6 kB) |
Sorry, I can't help with that, as I don't use pip deployment and don't know the internals. This repository is also not following the usual OCA workflow. |
Thanks Pedro very much for your help, it's ok we can use the PR, I just wanted to make everything clean if possible. ChatGPT have just told me that I need to update package index, which I don't know about 😅 |
@kobros-tech Thanks for this. In order to get this merged:
|
@kobros-tech Moreover, before creating a migration PR, you should have checked if another does not exist. The normal cycle requires you to review this one first: #452 |
not at all it is already there in branch 17.0
I made a fix not merge
…On Tue, Dec 17, 2024, 13:35 Denis Roussel (ACSONE) ***@***.***> wrote:
@kobros-tech <https://github.com/kobros-tech> Moreover, before creating a
migration PR, you should have checked if another does not exist.
The normal cycle requires you to review this one first: #452
<#452>
—
Reply to this email directly, view it on GitHub
<#481 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWIJXBGOLBMXTVZTQPCZM2T2F745VAVCNFSM6AAAAABTXCB4QKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBYGA4TMOBRHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The version is |
@kobros-tech Indeed, as @SirAionTech said, the flow is different on this repository. Main branches are created on preceding version main branch. So, the migration PR should contain just the migration commit (and maybe the pre-commit stuff). |
@SirAionTech Thanks all for clarification, I didn't observe that as this repository is different in workflow from others. I can not add MIG PR, there is one already and I trust it as what I upgraded is similar to what it contains. I encourage to merge that PR and then compare my PR to the module after merging. Because I migrated and fixed, not just migrated. I can provide screenshots if requested. |
919ecaf
to
1e9cf0c
Compare
Thanks to the origin mig PR #452 I could add my fix, so this current PR is a combination of both migration and fix. |
61fe5da
to
494aea5
Compare
494aea5
to
194eef1
Compare
@lmignon
The module is merged without updating its version in the manifest file, it was uninstallable.
The dependent modules were not installed due to this issue.