Changelog

gitGraph:
    branch hotfix1
    checkout hotfix1
    commit id: "6efba13"
    checkout main
    merge hotfix1
    branch hotfix2
    checkout hotfix2
    commit id: "db1f7c9"
    checkout main
    merge hotfix2
    commit id: "e3ba98d"
    branch feature3
    checkout feature3
    commit id: "c5e33e5"
    commit id: "1044c24"
    branch feature4
    checkout feature4
    commit id: "9387de4"
    branch feature5
    checkout feature5
    commit id: "1934035"
    commit id: "ae99c5d"
    branch feature6
    checkout feature6
    commit id: "55f3487"
    commit id: "5d8db18"
    branch hotfix7
    checkout hotfix7
    commit id: "02f8426"
    checkout main
    merge hotfix7
    commit id: "a04a183"
    commit id: "cf1ced4"
    branch feature8
    checkout feature8
    commit id: "ac09f5f"
    branch feature9
    checkout feature9
    commit id: "900c516"
    checkout main

Git History

gitGraph: branch hotfix1 checkout hotfix1 commit id: "6efba13" checkout main merge hotfix1 branch hotfix2 checkout hotfix2 commit id: "db1f7c9" checkout main merge hotfix2 commit id: "e3ba98d" branch feature3 checkout feature3 commit id: "c5e33e5" commit id: "1044c24" branch feature4 checkout feature4 commit id: "9387de4" branch feature5 checkout feature5 commit id: "1934035" commit id: "ae99c5d" branch feature6 checkout feature6 commit id: "55f3487" commit id: "5d8db18" branch hotfix7 checkout hotfix7 commit id: "02f8426" checkout main merge hotfix7 commit id: "a04a183" commit id: "cf1ced4" branch feature8 checkout feature8 commit id: "ac09f5f" branch feature9 checkout feature9 commit id: "900c516" checkout main

Recent Changes

14 ore fa

(17/10/2025)

Make `domain_id` addition in partitioned MVB conditional

900c5160

by "Y"

14 ore fa

(17/10/2025)

Fix signal handling in MatomoData command by adding spacing for code readability

ac09f5f0

by "Y"

15 ore fa

(17/10/2025)

Update MatomoData command: hardcode `type_id` as 22 for MatomoAnalytics service

cf1ced49

by "Y"

15 ore fa

(17/10/2025)

Enhance service management and scheduling logic

a04a183a

by "Y"

15 ore fa

(17/10/2025)

Fix signal handling and update MatomoData command logic

02f84266

by "Y"

16 ore fa

(17/10/2025)

Handle `domain_id` logic in materialized views more robustly

5d8db183

by "Y"

16 ore fa

(17/10/2025)

Add domain_id column conditionally when creating materialized views

55f34874

by "Y"

17 ore fa

(17/10/2025)

Handle missing bot tracking tables gracefully in `AggregateBotDataCommand` by skipping and returning 0 records instead of throwing an exception.

ae99c5d6

by "Y"

19 ore fa

(17/10/2025)

Add migration for bot_aggregate table and corresponding Laravel command

19340350

by "Y"

19 ore fa

(17/10/2025)

Add configuration for bot_aggregate in data-puddle settings

9387de4b

by "Y"

19 ore fa

(17/10/2025)

Round X-axis label values to integers for cleaner chart display

1044c244

by "Y"

20 ore fa

(17/10/2025)

Add datalabels formatter to round all chart values to integers

c5e33e5b

by "Y"

20 ore fa

(17/10/2025)

Round bounce rate values to integers instead of showing decimal places

e3ba98da

by "Y"

20 ore fa

(17/10/2025)

Fix JavaScript syntax error by removing Blade HTML comments from inline JS

db1f7c9e

by "Y"

20 ore fa

(17/10/2025)

Fix JavaScript syntax error in scales.y configuration for bounce rate charts

6efba135

by "Y"

21 ore fa

(17/10/2025)

Handle special_refresh materialized views with custom procedures

884f04a3

by "Y"

21 ore fa

(17/10/2025)

Fix JavaScript syntax error in bounce rate chart tooltip configuration

dd58acf5

by "Y"

22 ore fa

(17/10/2025)

Improve handling of peak detection dates and enhance logging for expected data issues

c6a7520c

by "Y"

22 ore fa

(17/10/2025)

Initialize annotation object in Signal Trend Chart to prevent uninitialized state handling issues

bb9cc559

by "Y"

22 ore fa

(17/10/2025)

Handle type mismatches in MVB column queries

f9683d55

by "Y"