Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
permissions:
contents: read

env:
GNPM_VERSION: 0.1.0

jobs:
withoutpluginsLinux:
Expand Down Expand Up @@ -40,14 +42,14 @@ jobs:
${{ env.PNPM_HOME }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Install libreoffice
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
Expand Down Expand Up @@ -96,14 +98,14 @@ jobs:
${{ env.PNPM_HOME }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Install libreoffice
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
Expand Down Expand Up @@ -171,7 +173,7 @@ jobs:
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile --runtimeVersion="${{ matrix.node }}"
Expand Down Expand Up @@ -224,7 +226,7 @@ jobs:
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
- name: Install dependencies
run: gnpm install --runtimeVersion="${{ matrix.node }}"
- name: Build admin ui
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/build-and-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ concurrency:
group: "pages"
cancel-in-progress: false

env:
GNPM_VERSION: 0.1.0

jobs:
# Single deploy job since we're just deploying
deploy:
Expand All @@ -41,14 +44,14 @@ jobs:
${{ env.STORE_PATH }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install dependencies
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ on:
- 'v?[0-9]+.[0-9]+.[0-9]+'
env:
TEST_TAG: etherpad/etherpad:test
GNPM_VERSION: 0.1.0
permissions:
contents: read


jobs:
docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,14 +54,14 @@ jobs:
${{ env.PNPM_HOME }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Test
working-directory: etherpad
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/frontend-admin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
permissions:
contents: read # to fetch code (actions/checkout)


env:
GNPM_VERSION: 0.1.0

jobs:
withplugins:
env:
Expand Down Expand Up @@ -39,14 +43,14 @@ jobs:
${{ env.PNPM_HOME }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
- name: Cache playwright binaries
uses: actions/cache@v4
id: playwright-cache
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
permissions:
contents: read # to fetch code (actions/checkout)

env:
GNPM_VERSION: 0.1.0

jobs:
playwright-chrome:
env:
Expand All @@ -34,14 +37,14 @@ jobs:
~/.cache/ms-playwright
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
Expand Down Expand Up @@ -97,14 +100,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
- name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
- name: export GIT_HASH to env
Expand Down Expand Up @@ -159,13 +162,13 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/handleRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:

env:
PNPM_HOME: ~/.pnpm-store
GNPM_VERSION: 0.1.0

jobs:
create-release:
Expand All @@ -37,14 +38,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
- name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
- name: Build etherpad
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
env:
PNPM_HOME: ~/.pnpm-store
LOG_LEVEL: DEBUG
GNPM_VERSION: 0.1.0

jobs:
withoutplugins:
Expand All @@ -38,14 +39,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
Expand Down Expand Up @@ -81,14 +82,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Install etherpad-load-test
run: sudo npm install -g etherpad-load-test-socket-io
Expand Down Expand Up @@ -149,14 +150,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/perform-type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:

env:
PNPM_HOME: ~/.pnpm-store
GNPM_VERSION: 0.1.0

jobs:
performTypeCheck:
Expand All @@ -34,14 +35,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/rate-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:

env:
PNPM_HOME: ~/.pnpm-store
GNPM_VERSION: 0.1.0

jobs:
ratelimit:
Expand All @@ -37,14 +38,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}

-
name: docker network
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

env:
PNPM_HOME: ~/.pnpm-store
GNPM_VERSION: 0.1.0

jobs:
releases:
Expand Down Expand Up @@ -56,14 +57,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
- name: Install dependencies ether.github.com
run: gnpm install --frozen-lockfile
working-directory: ether.github.com
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/releaseEtherpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
PNPM_HOME: ~/.pnpm-store
GNPM_VERSION: 0.1.0

jobs:
release:
Expand All @@ -25,14 +26,14 @@ jobs:
${{ env.STORE_PATH }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: 0.0.12
version: ${{ env.GNPM_VERSION }}
- name: Install dependencies
run: gnpm install --frozen-lockfile
- name: Rename etherpad
Expand Down
Loading
Loading