Bruno Parmentier
995458d035
Use init when running in Docker to avoid zombie process
...
When the `start-docker` script is executed, some process is not properly
cleaned up and ends up in a zombie state.
Using the `init` flag when launching the container runs an init process
inside the container that will forward signals to node and reap
processes.
Fixes : #1428
2024-08-22 14:26:01 +02:00
Mike Cao
b006747a45
Merge pull request #2819 from mommocmoc/master
...
Update ko-KR.json
2024-06-27 20:04:56 -07:00
mommocmoc
a124b698be
Update ko-KR.json
...
Update Korean translation
2024-06-28 01:57:44 +09:00
Mike Cao
d7141e626e
Merge pull request #2815 from umami-software/dev
...
v2.12.1
2024-06-25 09:31:52 -07:00
Mike Cao
05e4555334
Bump version v2.12.1.
2024-06-25 09:31:02 -07:00
Mike Cao
0b0cd9e272
Fixed overflowing journey label.
2024-06-25 09:30:26 -07:00
Mike Cao
7342d52c68
Fixed team settings not found.
2024-06-23 21:59:50 -07:00
Mike Cao
2109d3225e
Fixed team data not refreshing.
2024-06-22 16:23:06 -07:00
Mike Cao
b0c9197f2d
Fixed teams settings.
2024-06-21 12:49:57 -07:00
Francis Cao
9104332623
Merge branch 'dev' of https://github.com/umami-software/umami into dev
2024-06-20 23:26:42 -07:00
Francis Cao
32f0d23de4
fix null toString event data bug
2024-06-20 23:26:36 -07:00
Mike Cao
d2658458aa
Merge branch 'dev'
2024-06-20 21:12:22 -07:00
Mike Cao
bfe494f507
Fixed chart labels.
2024-06-20 21:10:42 -07:00
Mike Cao
87a03785de
Merge pull request #2794 from umami-software/dev
...
v2.12.0
2024-06-20 13:18:25 -07:00
Francis Cao
29694352e7
add timestamp column to prisma realtime queries
2024-06-20 12:11:49 -07:00
Mike Cao
8a4fe95a72
Remove revenue report from release.
2024-06-20 09:43:20 -07:00
Mike Cao
fedbb50950
Updated lang files.
2024-06-20 09:30:47 -07:00
Mike Cao
1da05b8a20
Merge pull request #2791 from frantic/uk-UA-translations
...
Update Ukrainian translations
2024-06-20 09:29:41 -07:00
Mike Cao
3217ef3df3
Fixed chart.
2024-06-19 22:22:18 -07:00
Mike Cao
90c690fe5d
Merge branch 'dev' into uk-UA-translations
2024-06-19 22:18:38 -07:00
Mike Cao
b1024c71de
Update types.
2024-06-19 22:12:35 -07:00
Mike Cao
19d5ac0a4c
Merge remote-tracking branch 'origin/dev' into dev
...
# Conflicts:
# src/lib/constants.ts
2024-06-19 21:48:49 -07:00
Mike Cao
5108b91f80
Refactored realtime.
2024-06-19 21:47:27 -07:00
Brian Cao
f3efe0c9c3
Add revenue.
2024-06-19 21:41:45 -07:00
Alex Kotliarskyi
5bad3b63af
Update Ukrainian translations
2024-06-19 19:36:00 -07:00
Francis Cao
3f477c5d50
fix host filtering
2024-06-19 09:50:39 -07:00
Mike Cao
cda3ba345b
Build new lang files.
2024-06-18 23:12:12 -07:00
Mike Cao
74a3cb6dac
Only show hosts in expanded view.
2024-06-18 23:09:29 -07:00
Mike Cao
0626a33d75
Merge pull request #2689 from giuseongit/hosts-support
...
add host to visualization
2024-06-18 23:02:27 -07:00
Mike Cao
d1559c3a98
Merge branch 'dev' into hosts-support
2024-06-18 23:02:14 -07:00
Mike Cao
e11c2e452c
Merge branch 'master' into hosts-support
2024-06-18 23:01:09 -07:00
Mike Cao
f56849a431
Fixed path counts. Updated number display.
2024-06-18 22:38:36 -07:00
Francis Cao
45d6b16b0d
fix journeys path counts bug
2024-06-17 14:20:33 -07:00
Francis Cao
3c259109aa
fix insights column name bug
2024-06-17 11:17:28 -07:00
Mike Cao
8955c3d30d
Merge pull request #2784 from umami-software/dependabot/npm_and_yarn/braces-3.0.3
...
Bump braces from 3.0.2 to 3.0.3
2024-06-16 22:27:18 -07:00
Francis Cao
9aff134368
fix bigint conversion error
2024-06-16 22:16:36 -07:00
dependabot[bot]
02e5dfb901
Bump braces from 3.0.2 to 3.0.3
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 12:49:18 +00:00
Mike Cao
263e92c888
Updated language. Fixed CSS.
2024-06-15 22:48:14 -07:00
Mike Cao
2eed78783e
Merge pull request #2781 from krzysztofrewak/patch-1
...
Update 🇵🇱 Polish translations
2024-06-15 22:45:36 -07:00
Mike Cao
6f182fe5a0
Fixed toggle button positioning.
2024-06-15 02:53:23 -07:00
Mike Cao
d765f5f1a0
Added toggle button to report menu.
2024-06-15 02:28:52 -07:00
Mike Cao
21ff3d1280
Fix flickering in journey nodes.
2024-06-14 20:49:29 -07:00
Mike Cao
2204ffa9c3
Refactored journey rendering.
2024-06-14 20:44:47 -07:00
Mike Cao
b97ac23432
Merge remote-tracking branch 'origin/dev' into dev
2024-06-14 18:34:04 -07:00
Mike Cao
84548a669e
Added drop-off info to journey.
2024-06-14 18:33:54 -07:00
Francis Cao
dd47ca9e33
fix filterlink logic for entry / exit
2024-06-14 13:06:32 -07:00
Francis Cao
8493db1402
fix scroll and expanded view items
2024-06-14 12:41:05 -07:00
Francis Cao
117229f9f1
Add entry / exit filters
2024-06-14 12:35:12 -07:00
Mike Cao
499392c110
Merge remote-tracking branch 'origin/dev' into dev
2024-06-13 22:15:48 -07:00
Mike Cao
1463482e89
Updated journey counts.
2024-06-13 22:15:31 -07:00