From e36bd69843992116764fb3836c669f51463ed894 Mon Sep 17 00:00:00 2001
From: Alex Timmermann <alexander.timmermann@holi.social>
Date: Fri, 28 Mar 2025 08:30:57 +0000
Subject: [PATCH] NOISSUE: feat: add slack notifications for releases

---
 .gitlab-ci-mobile.yml | 22 +++++++++++++++++++++-
 .gitlab-ci-web.yml    | 12 ++++++++++++
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci-mobile.yml b/.gitlab-ci-mobile.yml
index 67d84e3c05..e7e0ddbe7c 100644
--- a/.gitlab-ci-mobile.yml
+++ b/.gitlab-ci-mobile.yml
@@ -249,6 +249,11 @@ mobile_release_candidate_publish:
   after_script: |
     if [ $CI_JOB_STATUS == 'success' ]; then
       curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'"$CI_COMMIT_REF_SLUG"'", "text":"The mobile release candidate \"'"$CI_COMMIT_BRANCH"'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and is available for testing via:\n'"$CI_ENVIRONMENT_URL"'"}' "https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER"
+
+      export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
+      curl -X POST -H "Content-Type: application/json" \
+        --data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The mobile release candidate \"'"$CI_COMMIT_BRANCH"'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and is available for testing via:\n'"$CI_ENVIRONMENT_URL"'"}' \
+        $SLACK_RELEASE_STATUS_WEBHOOK || true
     fi
 
 mobile_release_publish:
@@ -267,6 +272,11 @@ mobile_release_publish:
   after_script: |
     if [ $CI_JOB_STATUS == 'success' ]; then
       curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'"$CI_COMMIT_REF_SLUG"'", "text":"The mobile release \"'"$CI_COMMIT_BRANCH"'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and is published to the branch specific channel. You can find it at https://expo.dev/accounts/holistic-foundation/projects/projectholi/channels/\"'"$EXPO_PUBLISH_RELEASE_CHANNEL"'\" ."}' "https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER"
+
+      export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
+      curl -X POST -H "Content-Type: application/json" \
+        --data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The mobile release \"'"$CI_COMMIT_BRANCH"'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and is published to the branch specific channel. You can find it at https://expo.dev/accounts/holistic-foundation/projects/projectholi/channels/\"'"$EXPO_PUBLISH_RELEASE_CHANNEL"'\"."}' \
+        $SLACK_RELEASE_STATUS_WEBHOOK || true
     fi
 
 mobile_release_build_android:
@@ -323,6 +333,11 @@ mobile_release_submit_android:
   after_script: |
     if [ $CI_JOB_STATUS == 'success' ]; then
       curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The Android app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the Play Store."}' https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER
+
+      export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
+      curl -X POST -H "Content-Type: application/json" \
+        --data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The Android app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the Play Store."}' \
+        $SLACK_RELEASE_STATUS_WEBHOOK || true
     fi
 
 mobile_release_submit_ios:
@@ -342,5 +357,10 @@ mobile_release_submit_ios:
   interruptible: false
   after_script: |
     if [ $CI_JOB_STATUS == 'success' ]; then
-      curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The IOS app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the App Store."}' https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER
+      curl -X POST -H 'Content-Type: application/json' --data '{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The iOS app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the App Store."}' https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER
+
+      export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
+      curl -X POST -H "Content-Type: application/json" \
+        --data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The iOS app for the release candidate \"'$CI_COMMIT_BRANCH'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")' has been updated to \"'"$CI_COMMIT_TITLE"'\" and was submitted to the App Store."}' \
+        $SLACK_RELEASE_STATUS_WEBHOOK || true
     fi
diff --git a/.gitlab-ci-web.yml b/.gitlab-ci-web.yml
index f38d4ae372..50bf0d5ac6 100644
--- a/.gitlab-ci-web.yml
+++ b/.gitlab-ci-web.yml
@@ -308,6 +308,12 @@ web_release_candidate_deploy:
         --post-data='{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The web environment for the release candidate \"'$CI_COMMIT_REF_SLUG'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")'. has been updated to \"'"$CI_COMMIT_TITLE"'\". and is available and/or updated under:\nhttps://'"$(cat $UI_DOMAIN_PATH)"'\nIf the environment was deployed for the first time, availability might take 30 to 60 minutes due to SSL certificate rollout. Meanwhile, you will see a 'PR_END_OF_FILE_ERROR' in your browser.\nTo deploy this version to web production go to this Pipeline: '$CI_PIPELINE_URL'"}' \
         --output-document - \
         https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER
+
+      export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
+      wget --header="Content-Type: application/json" \
+        --post-data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The web environment for the release candidate \"'$CI_COMMIT_REF_SLUG'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")'. has been updated to \"'"$CI_COMMIT_TITLE"'\". and is available and/or updated under:\nhttps://'"$(cat $UI_DOMAIN_PATH)"'\nIf the environment was deployed for the first time, availability might take 30 to 60 minutes due to SSL certificate rollout. Meanwhile, you will see a 'PR_END_OF_FILE_ERROR' in your browser.\nTo deploy this version to web production go to this Pipeline: '$CI_PIPELINE_URL'"}' \
+        --output-document - \
+        $SLACK_RELEASE_STATUS_WEBHOOK || true
     fi
 
 web_release_candidate_smoketest:
@@ -344,6 +350,12 @@ web_release_deploy:
         --post-data='{"channel": "#release-status", "branch": "'$CI_COMMIT_REF_SLUG'", "text":"The production web environment has been manually released from \"'$CI_COMMIT_REF_SLUG'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")'. It has been updated to \"'"$CI_COMMIT_TITLE"'\" and is available and/or updated under https://app.holi.social"}' \
         --output-document - \
         https://projectholi.rocket.chat/hooks/$ROCKETCHAT_HOOK_RELEASE_NOTIFIER
+
+      export NOTIFICATION_AVATAR_COLOR=$(echo -n $CI_COMMIT_REF_SLUG | sha512sum | head -c 6)
+      wget --header="Content-Type: application/json" \
+        --post-data='{"username": "${CI_COMMIT_REF_SLUG}-notification", "icon_url": "https://placehold.co/72x72/${NOTIFICATION_AVATAR_COLOR}/white?text=$(git describe --tags --abbrev=0|sed "s|release/||")", "text": "The production web environment has been manually released from \"'$CI_COMMIT_REF_SLUG'\" for release '$(git describe --tags --abbrev=0|sed "s|release/||")'. It has been updated to \"'"$CI_COMMIT_TITLE"'\" and is available and/or updated under https://app.holi.social"}' \
+        --output-document - \
+        $SLACK_RELEASE_STATUS_WEBHOOK || true
     fi
 
 web_release_smoketest:
-- 
GitLab