fix: show error when Nextcloud or OpenProject is unreachable in bashscript#1083
Conversation
0bc1c04 to
a519dbe
Compare
a519dbe to
753254c
Compare
6586a2c to
3e3b706
Compare
3e3b706 to
ea0c44c
Compare
ea0c44c to
bb2a9f3
Compare
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
bb2a9f3 to
e947f06
Compare
|
Port to other release branches |
|
/backport to release/2.11 |
|
The backport to # Switch to the target branch and update it
git checkout release/2.11
git pull origin release/2.11
# Create the new backport branch
git checkout -b backport/1083/release/2.11
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick dee05836 e947f06f
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1083/release/2.11Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport a09ec09 to release/2.11 |
|
/backport a09ec09 to release/3.1 |
…cript (#1083) * fix: show error when Nextcloud is unreachable in bashscript Signed-off-by: nabim777 <nabinalemagar019@gmail.com> * fix: condition Signed-off-by: nabim777 <nabinalemagar019@gmail.com> --------- Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
…cript (#1083) * fix: show error when Nextcloud is unreachable in bashscript Signed-off-by: nabim777 <nabinalemagar019@gmail.com> * fix: condition Signed-off-by: nabim777 <nabinalemagar019@gmail.com> --------- Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
…cript (#1083) * fix: show error when Nextcloud is unreachable in bashscript Signed-off-by: nabim777 <nabinalemagar019@gmail.com> * fix: condition Signed-off-by: nabim777 <nabinalemagar019@gmail.com> --------- Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Description
This change improves in bash script for error handling when checking the Nextcloud or openproject instance status. If the nextcloud or openproject instance is unreachable or returns an error, the script now logs a error message.
Related Issue or Workpackage
Screenshots (if appropriate):
Types of changes
Checklist:
CHANGELOG.mdfile