Conversation
|
/backport to stable32 |
|
/backport to stable31 |
|
/backport to stable30 |
|
/backport to stable29 |
|
/backport to stable28 |
|
/backport to stable27 |
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
ae72891 to
33d1acd
Compare
|
The backport to # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b backport/56350/stable27
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 33d1acdd
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/56350/stable27Error: Failed to check for changes with origin/stable27: 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 stable28
git pull origin stable28
# Create the new backport branch
git checkout -b backport/56350/stable28
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 33d1acdd
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/56350/stable28Error: Failed to check for changes with origin/stable28: 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 stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/56350/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 33d1acdd
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/56350/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. |
Add a 64K char limit for text input in:
TranslationApiController::translate()TextToImageController::schedule()TextProcessingApiController::schedule()TaskProcessingApiController::schedule()