-
Notifications
You must be signed in to change notification settings - Fork 158
revert: completely remove "edition" from capabilities #601
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
Conversation
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.
Codewise this looks fine. But I am uncertain about the test. Can we wait with merging this until the reva part is merged and add a reva bump to this PR?
Update: Ah, it doesn't even build without the reva bump :-)
Ahh that makes sense. I converted the PR to a draft for now. How's your reva release schedule these days? I guess it's not urgent now that v2.30.0 has just been released and this won't be part of the upcoming release anyway. So I'll just wait for the next reva release. |
You can even bump to the latest commit in main. No need to wait for a release. |
Could you please give me a hint on the steps necessary here? I remember appending the commit hash to reva in the |
should do the trick. Though I just learned that the next reva release is just around the corner. So maybe we should just wait for that. Sorry for the confusion. |
Just tried locally, that does the trick - thanks. I agree through, let's wait for the release, then I'll rebase (or bump as second commit of not done already). |
This reverts commit 0c2da6e.
431a859 to
8290d8b
Compare
|
@JammingBen I guess we can move forward with this now? |
Yeah I'm trying to find out why https://ci.opencloud.eu/repos/3/pipeline/1078/197 fails now. It checks if |
Before 08bba95 the edition was never empty (AFAIK this was done before all tests where actually running). Then tests where enabled which caused the failure you're just seeing. Then I added the commit you're currently reverting. I guess we need to adapt the test expectations now. (Or remove tests which no longer make sense). |
This check doesn't make sense anymore since the edition is empty in the capabilities if not set manually.
Reverts commit 0c2da6e after speaking with @tbsbdr since we want to keep the functionality to manually set a version string.
Reva part of this change: opencloud-eu/reva#167