Uh oh!
There was an error while loading. Please reload this page.
[stable27] fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english - #42172
Conversation
marcelklehr
commented
Dec 12, 2023
/compile |
b16eb6c to
fced4c9Comparemarcelklehr
commented
Dec 12, 2023
/compile |
marcelklehr
commented
Dec 12, 2023
/backport fced4c9 to stable26 |
| class="menu-entry__loading-icon" | ||
| :size="18" /> | ||
| <img v-else :src="cachedIcon" alt="" /> | ||
| <img v-else :src="cachedIcon" alt=""> |
There was a problem hiding this comment.
In future let's not add unrelated changes in backports @marcelklehr ;)
blizzz
commented
Jan 15, 2024
new conflicts |
fced4c9 to
f0d8dbdComparemarcelklehr
commented
Jan 15, 2024
/compile |
marcelklehr
commented
Jan 15, 2024
/backport f0d8dbd to stable26 |
marcelklehr
commented
Jan 15, 2024
/compile |
1 similar comment
marcelklehr
commented
Jan 15, 2024
/compile |
blizzz
commented
Jan 15, 2024
I have questions 😅 |
f0d8dbd to
6cfcdedCompareblizzz
commented
Jan 17, 2024
CI is not satisfied |
…runcated in locales other than english fixes#18468 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
6cfcded to
fa2cf8dComparemarcelklehr
commented
Jan 18, 2024
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
marcelklehr
commented
Jan 18, 2024
Cypress failure seems to be unrelated |
The backport to stable26 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable26
git pull origin stable26
# Create the new backport branch
git checkout -b fix/foo-stable26
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26Error: Unknown error More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
marcelklehr
commented
Jan 18, 2024
/skjnldsv-backport fa2cf8d to stable26 |
| @@ -44,7 +44,7 @@ | |||
| "@nextcloud/capabilities": "^1.0.4", | |||
| "@nextcloud/dialogs": "^4.2.2", | |||
| "@nextcloud/event-bus": "^3.0.2", | |||
| "@nextcloud/files": "^3.0.0-beta.8", | |||
There was a problem hiding this comment.
@marcelklehr there are HUGE breaking changes between 3.0 beta and final. This is why we never upgrade for old versions. This change broke 27.1.6.
I would have been asked for review, this PR would have been blocked imho.
The great amount of changes in the dist folder is not a proof of a stable fix for an old stable branch. Please avoid this in the future 🙏
There was a problem hiding this comment.
I'm sorry for breaking v27.1.6. I only do what I think is reasonable, obviously, so I cannot promise to avoid something like this in the future. As you say, this should have been caught in the review process. Since it hasn't been, maybe the process is flawed.
There was a problem hiding this comment.
Not promising to not create bugs is perfectly fine, I did a good one for 28 last week too 😁
I was mostly referring to breaking-change upgrades for old stable branches 😉
marcelklehr
commented
Jan 30, 2024
Can we revert just the package.json change? I'm afraid I will mess up the package-lock.json |
skjnldsv
commented
Jan 30, 2024
We need to discuss this with @susnux, because other areas might be broken 🤔 |
susnux
commented
Jan 30, 2024
There are some behavior changes in |
marcelklehr
commented
Jan 30, 2024
I think we should revert to nextcloud/files beta if that's how it was supposed to be in 27. I was mostly concerned about the other changes in this PR, as they are fixing a bug. |
Checklist