revert: completely remove "edition" from capabilities#601
Conversation
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