From a24303377fed0b38dff952c5d0715a0c232523cf Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:42:58 +0700 Subject: [PATCH 1/3] feat: disable issue document when no template is selected --- src/pages/08_request-list/FormIssue.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/08_request-list/FormIssue.vue b/src/pages/08_request-list/FormIssue.vue index e455b481..0d9d646a 100644 --- a/src/pages/08_request-list/FormIssue.vue +++ b/src/pages/08_request-list/FormIssue.vue @@ -72,6 +72,7 @@ async function formDownload() { color="207 96% 32%" class="full-width" style="grid-column: span 1" + :disabled="!templateForm" @click="formDownload" > {{ $t('general.designForm') }} From e2f8f3332a1f8a0634598964b6d94d35ccce3edc Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 27 Mar 2025 13:22:37 +0700 Subject: [PATCH 2/3] chore: update self-hosted ci/cd jobs name --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 86b83f01..6ed9d1b9 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -9,7 +9,7 @@ env: REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }} CONTAINER_IMAGE_NAME: ${{ vars.CONTAINER_REGISTRY }}/${{ vars.CONTAINER_IMAGE_OWNER }}/${{ vars.CONTAINER_IMAGE_NAME }}:latest jobs: - gitea-release: + build-deploy: runs-on: ubuntu-latest steps: - name: Checkout From 4fb26bf54b7ccb7354a0ed2a84bd5a317c51eaa4 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 27 Mar 2025 13:25:15 +0700 Subject: [PATCH 3/3] chore: update ci/cd notification text --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 6ed9d1b9..8a1b1d7d 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -51,7 +51,7 @@ jobs: "description": "**Details:**\n- Image: `${{ env.CONTAINER_IMAGE_NAME }}`\n- Deployed by: `${{ github.actor }}`", "color": 3066993, "footer": { - "text": "Gitea Local Release Notification", + "text": "Local Release Notification", "icon_url": "https://example.com/success-icon.png" }, "timestamp": "'$(date -u +%Y-%m-%dT%H:%M:%SZ)'" @@ -68,7 +68,7 @@ jobs: "description": "**Details:**\n- Image: `${{ env.CONTAINER_IMAGE_NAME }}`\n- Attempted by: `${{ github.actor }}`", "color": 15158332, "footer": { - "text": "Gitea Local Release Notification", + "text": "Local Release Notification", "icon_url": "https://example.com/failure-icon.png" }, "timestamp": "'$(date -u +%Y-%m-%dT%H:%M:%SZ)'"