-
Notifications
You must be signed in to change notification settings - Fork 974
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6022 from Countly/release.24.12
Release.24.12 -> master
- Loading branch information
Showing
463 changed files
with
27,107 additions
and
6,989 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ jobs: | |
|
||
services: | ||
mongodb: | ||
image: mongo:6.0 | ||
image: mongo:8.0 | ||
options: >- | ||
--health-cmd mongosh | ||
--health-interval 10s | ||
|
@@ -105,7 +105,7 @@ jobs: | |
- name: ESLint | ||
shell: bash | ||
run: | | ||
npm install [email protected] | ||
npm install [email protected] [email protected] @stylistic/[email protected] | ||
npx eslint . | ||
- name: NPM install | ||
|
@@ -126,7 +126,7 @@ jobs: | |
|
||
services: | ||
mongodb: | ||
image: mongo:6.0 | ||
image: mongo:8.0 | ||
options: >- | ||
--health-cmd mongosh | ||
--health-interval 10s | ||
|
@@ -160,6 +160,11 @@ jobs: | |
shell: bash | ||
run: "sed -i 's/port: 3001,/port: 3001, workers: 1,/' /opt/countly/api/config.js" | ||
|
||
- name: NPM install | ||
shell: bash | ||
working-directory: /opt/countly | ||
run: npm install | ||
|
||
- name: Run tests | ||
shell: bash | ||
working-directory: /opt/countly | ||
|
@@ -173,7 +178,7 @@ jobs: | |
|
||
services: | ||
mongodb: | ||
image: mongo:6.0 | ||
image: mongo:8.0 | ||
options: >- | ||
--health-cmd mongosh | ||
--health-interval 10s | ||
|
@@ -207,6 +212,11 @@ jobs: | |
shell: bash | ||
run: "sed -i 's/port: 3001,/port: 3001, workers: 1,/' /opt/countly/api/config.js" | ||
|
||
- name: NPM install | ||
shell: bash | ||
working-directory: /opt/countly | ||
run: npm install | ||
|
||
- name: Install plugins | ||
shell: bash | ||
run: | | ||
|
@@ -226,7 +236,7 @@ jobs: | |
|
||
services: | ||
mongodb: | ||
image: mongo:6.0 | ||
image: mongo:8.0 | ||
options: >- | ||
--health-cmd mongosh | ||
--health-interval 10s | ||
|
@@ -260,6 +270,11 @@ jobs: | |
shell: bash | ||
run: "sed -i 's/mongosh --quiet/mongosh --host mongodb --quiet/' /opt/countly/bin/backup/import_events.sh && sed -i 's/mongoimport --db/mongoimport --host mongodb --db/' /opt/countly/bin/backup/import_events.sh" | ||
|
||
- name: NPM install | ||
shell: bash | ||
working-directory: /opt/countly | ||
run: npm install | ||
|
||
- name: Prepare environment | ||
shell: bash | ||
working-directory: /opt/countly | ||
|
@@ -287,7 +302,7 @@ jobs: | |
cd ui-tests | ||
npm install | ||
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" \ | ||
npm run cy:run:dashboard --headless --no-sandbox --disable-gpu --disable-dev-shm-usage | ||
npm run cy:run:dashboard | ||
- name: Upload UI tests artifacts | ||
if: ${{ failure() }} | ||
|
@@ -304,7 +319,7 @@ jobs: | |
|
||
services: | ||
mongodb: | ||
image: mongo:6.0 | ||
image: mongo:8.0 | ||
options: >- | ||
--health-cmd mongosh | ||
--health-interval 10s | ||
|
@@ -338,6 +353,11 @@ jobs: | |
shell: bash | ||
run: "sed -i 's/mongosh --quiet/mongosh --host mongodb --quiet/' /opt/countly/bin/backup/import_events.sh && sed -i 's/mongoimport --db/mongoimport --host mongodb --db/' /opt/countly/bin/backup/import_events.sh" | ||
|
||
- name: NPM install | ||
shell: bash | ||
working-directory: /opt/countly | ||
run: npm install | ||
|
||
- name: Prepare environment | ||
shell: bash | ||
working-directory: /opt/countly | ||
|
@@ -361,7 +381,7 @@ jobs: | |
cd ui-tests | ||
npm install | ||
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" \ | ||
npm run cy:run:onboarding --headless --no-sandbox --disable-gpu --disable-dev-shm-usage | ||
npm run cy:run:onboarding | ||
- name: Upload UI tests artifacts | ||
if: ${{ failure() }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.