Compare commits

3 Commits
0.x ... prod

Author SHA1 Message Date
6dbc50171c Merge branch '0.x' into prod
All checks were successful
CI / testsuite (mysql, 8.2, ) (push) Successful in 6m25s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m41s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 15m14s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m23s
CI / Coding Standard & Static Analysis (push) Successful in 3m57s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 21m46s
CI / testsuite (mysql, 8.4, ) (push) Successful in 21m55s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 17m11s
2026-01-23 20:14:51 -08:00
3e943993f3 Merge branch '0.x' into prod
Some checks failed
CI / testsuite (pgsql, 8.4, ) (push) Successful in 8m21s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 14m36s
CI / testsuite (mysql, 8.2, ) (push) Successful in 14m37s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m51s
CI / testsuite (mysql, 8.4, ) (push) Successful in 20m6s
CI / Coding Standard & Static Analysis (push) Failing after 3m30s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 14m24s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 20m24s
2026-01-23 03:03:43 -08:00
0f176ea6a0 Merge pull request '0.x' (#1) from 0.x into prod
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Has been cancelled
CI / testsuite (mysql, 8.4, ) (push) Has been cancelled
CI / testsuite (pgsql, 8.2, ) (push) Has been cancelled
CI / testsuite (pgsql, 8.4, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
CI / Coding Standard & Static Analysis (push) Has been cancelled
Reviewed-on: #1
2026-01-23 07:34:54 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2

View File

@@ -15,8 +15,8 @@ jobs:
- name: Webhook - name: Webhook
uses: zzzze/webhook-trigger@master uses: zzzze/webhook-trigger@master
with: with:
data: "{\"text\":\"${{ gitea.repository }} build succeeded 🎉\"}" data: "{\"text\":\"cake-addresses build succeeded\"}"
webhook_url: ${{ secrets.BUILD_STATUS_NOTIFY_WEBHOOK_URL }} webhook_url: "https://chat.ops.hipowered.dev/hooks/697436db05042b4dd9cce240/hZCMq7jCPqHprKFcWp3v49wsf4MaN6caWdh7F8iXiSyr6Ts9"
options: "-H \"Content-Type: application/json\"" options: "-H \"Content-Type: application/json\""
on-failure: on-failure:
@@ -26,6 +26,6 @@ jobs:
- name: Webhook - name: Webhook
uses: zzzze/webhook-trigger@master uses: zzzze/webhook-trigger@master
with: with:
data: "{\"text\":\"${{ gitea.repository }} build failed 🔎\"}" data: "{\"text\":\"cake-addresses build failed\"}"
webhook_url: ${{ secrets.BUILD_STATUS_NOTIFY_WEBHOOK_URL }} webhook_url: "https://chat.ops.hipowered.dev/hooks/697436db05042b4dd9cce240/hZCMq7jCPqHprKFcWp3v49wsf4MaN6caWdh7F8iXiSyr6Ts9"
options: "-H \"Content-Type: application/json\"" options: "-H \"Content-Type: application/json\""