diff --git a/.github/ISSUE_TEMPLATE/bug_resolution.yml b/.github/ISSUE_TEMPLATE/bug_resolution.yml index 2d6e98cb5..100176d93 100644 --- a/.github/ISSUE_TEMPLATE/bug_resolution.yml +++ b/.github/ISSUE_TEMPLATE/bug_resolution.yml @@ -89,10 +89,9 @@ body: label: Version description: What version of CryptPad are you running? options: + - 2025.6.0 + - 2025.3.1 - 2025.3.0 - - 2024.12.0 - - 2024.9.1 - - 2024.9.0 - Other validations: required: true diff --git a/.github/workflows/test-trigger.yml b/.github/workflows/test-trigger.yml new file mode 100644 index 000000000..3182e7807 --- /dev/null +++ b/.github/workflows/test-trigger.yml @@ -0,0 +1,28 @@ +# SPDX-FileCopyrightText: 2025 2023 XWiki CryptPad Team and contributors +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +name: Trigger E2E tests + +on: + push: + branches: [ staging ] + +jobs: + trigger: + runs-on: ubuntu-latest + + steps: + - name: Trigger E2E test run - local and remote + run: | + repo_owner="cryptpad" + repo_name="e2e-test-suite" + event_type="trigger-e2e-tests" + + curl -L \ + -X POST \ + -H "Accept: application/vnd.github+json" \ + -H "Authorization: Bearer ${{ secrets.TEST_PAT }}" \ + -H "X-GitHub-Api-Version: 2022-11-28" \ + https://api.github.com/repos/cryptpad/e2e-test-suite/dispatches \ + -d "{\"event_type\": \"$event_type\", \"client_payload\": {\"service\": \"$service\", \"version\": \"$version\", \"unit\": false, \"integration\": true}}" diff --git a/docs/rc.d-cryptpad b/docs/rc.d-cryptpad index b32539d51..411a59bbe 100644 --- a/docs/rc.d-cryptpad +++ b/docs/rc.d-cryptpad @@ -1,4 +1,4 @@ -!/bin/sh +#!/bin/sh # $FreeBSD$ # PROVIDE: cryptpad # REQUIRE: DAEMON nginx