Conversation
29d51f0 to
f0899ef
Compare
|
/backport to stable30 |
|
/backport to stable29 |
f0899ef to
2126aa7
Compare
|
/compile amend / |
Signed-off-by: Louis Chemineau <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
2126aa7 to
bdc057d
Compare
|
Makes sense, in general the current way with nc files is too broad, we need also for the files app not only one way of requesting props but to have standard props and only-per-request props. |
|
The backport to # Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/3030/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick bdc057d6
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/3030/stable29Error: Failed to check for changes with origin/stable29: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/3030/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick bdc057d6
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/3030/stable30Error: Failed to check for changes with origin/stable30: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
stable31 only as 32 got fixed in the modernisation work.