-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Bump version #2613
Bump version #2613
Conversation
d490dfe
to
1b327e6
Compare
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
8b60ece
to
244c133
Compare
Signed-off-by: Vitor Mattos <[email protected]>
78cb00c
to
2d4766c
Compare
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
2d4766c
to
025b71d
Compare
Signed-off-by: Vitor Mattos <[email protected]>
affc45c
to
6c59ed2
Compare
Signed-off-by: Vitor Mattos <[email protected]>
SQLSTATE[42000]: Syntax error or access violation: 1055 'nextcloud.f.status' isn't in GROUP BY" Signed-off-by: Vitor Mattos <[email protected]>
22cc444
to
217e216
Compare
Signed-off-by: Vitor Mattos <[email protected]>
1cf5b76
to
cf15da8
Compare
cf15da8
to
80c20ee
Compare
Signed-off-by: Vitor Mattos <[email protected]>
80c20ee
to
e41ff2d
Compare
/backport to stable29 |
/backport to stable28 |
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/2613/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 c0288964 70b3d4af 78da5c43 1c20c3de 600be535 025b71dd 6c59ed20 6cc0264b 21b4b7d5 f40f5331 e41ff2d5
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2613/stable28 Error: Failed to push branch backport/2613/stable28: To https://github.com/LibreSign/libresign.git Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
No description provided.