Skip to content

Commit d60d76e

Browse files
committed
Merge branch 'master' into next
# Conflicts: # CHANGELOG.md
2 parents 90d9353 + 226c171 commit d60d76e

File tree

106 files changed

+6685
-3790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+6685
-3790
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}
5555

5656
- name: Build and push Docker image
57-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
57+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
5858
with:
5959
push: true
6060
file: ./Dockerfile-core

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
3333

3434
- name: Build and push Docker image
35-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
35+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
3636
with:
3737
context: .
3838
push: true
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}
6464

6565
- name: Build and push Docker image
66-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
66+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
6767
with:
6868
push: true
6969
file: ./Dockerfile-api
@@ -94,7 +94,7 @@ jobs:
9494
password: ${{ secrets.DOCKERHUB_TOKEN }}
9595

9696
- name: Build and push Docker image
97-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
97+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
9898
with:
9999
push: true
100100
file: ./Dockerfile-frontend
@@ -125,7 +125,7 @@ jobs:
125125
password: ${{ secrets.DOCKERHUB_TOKEN }}
126126

127127
- name: Build and push Docker image
128-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
128+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
129129
with:
130130
push: true
131131
file: ./Dockerfile-core

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
node bin/scripts/test.connection.js
244244
npx grunt mochaTest
245245
ui-test-dashboard:
246-
runs-on: ubuntu-latest
246+
runs-on: ubuntu-22.04-4core
247247

248248
services:
249249
mongodb:
@@ -331,7 +331,7 @@ jobs:
331331
curl -o /tmp/uploader.log -u "${{ secrets.BOX_UPLOAD_AUTH }}" ${{ secrets.BOX_UPLOAD_PATH }} -T "$ARTIFACT_ARCHIVE_NAME"
332332
333333
ui-test-onboarding:
334-
runs-on: ubuntu-latest
334+
runs-on: ubuntu-22.04-4core
335335

336336
services:
337337
mongodb:

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,38 @@
1-
## Version 25.03.x
1+
## Version 25.03.6
2+
Enterprise Features:
3+
- [journey_engine] Publish toggle is converted into button and rearranged
4+
- [journey_engine] Record Event block added
5+
- [llm interaction] Add LLM interaction event
6+
- [oidc] PKCE Flow support added
7+
8+
Fixes:
9+
- [core] Fix auto refresh frontend component
10+
- [core] Unifying alphabetical order for dropdowns with dashboard apps
11+
- [formulas] Fix loading state when selecting event count
12+
- [hooks] Added null check for incoming data
13+
- [push] Fix external drawer initialization
14+
- [times-of-day] Fix chart component
215
Enterprise Fixes:
316
- [content] Asset URL was wrongly constructed when user switches between apps
417
- [ab-testing] Updates
518
- Do not wait for result calculation when requesting experiments
619
- Do not calculate result for completed experiments
20+
- [drill] [license] Shorten warning period from 14 days to 3 days
21+
- [drill] Fix query for users in drill that leads to severe server slowdown
22+
- [license] Fix chart legend
723

824
Dependencies:
25+
- Bump eslint-plugin-vue from 9.33.0 to 10.1.0
926
- Bump lint-staged from 15.5.2 to 16.0.0
27+
- Bump moment-timezone from 0.5.48 to 0.6.0
28+
- Bump mongodb from 6.16.0 to 6.17.0
1029
- Bump nodemailer from 6.10.1 to 7.0.3
11-
- Bump puppeteer from 24.8.0 to 24.8.2
12-
- Bump sass from 1.87.0 to 1.88.0
30+
- Bump puppeteer from 24.8.0 to 24.10.0
31+
- Bump sass from 1.87.0 to 1.89.0
1332
- Bump semver from 7.7.1 to 7.7.2
33+
- Bump sharp from 0.33.5 to 0.34.2
1434
- Bump supertest from 7.1.0 to 7.1.1
35+
- Bump tar-fs
1536

1637
## Version 25.03.5
1738
Fixes:

api/utils/countly-request/package-lock.json

Lines changed: 15 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)