Zen Voich
8506f6123e
feat: group containers by dev.dozzle.group label ( #4043 )
2025-07-19 06:09:31 -07:00
Amir Raminfar
d98000b35a
feat: adds the ability to show a specific log from the past with a permanent link ( #3958 )
2025-06-11 23:23:48 +00:00
Amir Raminfar
9db559c9ce
chore: refactors code by moving loader to a log entry ( #3951 )
2025-06-06 16:28:57 +00:00
Amir Raminfar
f6f1b5207e
feat: adds a button to fetch logs when skipping happens ( #3920 )
2025-05-28 08:47:01 -07:00
Amir Raminfar
b70c2da290
fix: fixes search and urls in detail panel ( #3907 )
2025-05-21 19:59:00 -07:00
Amir Raminfar
f363b6f366
feat: adds limit to docker containers ( #3766 )
2025-04-08 15:57:33 +00:00
Amir Raminfar
46fb09e2f7
feat: handles container exits better and uses the real time when container has exited ( #3504 )
2025-01-03 13:09:36 -08:00
Amir Raminfar
65ef1d3c68
fix: shows container and host name correctly for events. ( #3494 )
2024-12-31 17:07:52 +00:00
Amir Raminfar
c032f788fb
feat: supports container rename ( #3390 )
2024-11-14 21:54:56 +00:00
Amir Raminfar
cce2e8a8b5
fix: fixes toggle all when fields have not been set for JSON ( #3349 )
2024-10-27 14:16:20 +00:00
Amir Raminfar
c1d31313b2
fix: unfound fields are shown by default instead of hidden ( #3342 )
2024-10-26 15:15:29 +00:00
Amir Raminfar
1e5264a00b
feat: adds support for levels ( #3306 )
2024-10-04 13:47:12 -07:00
Amir Raminfar
9f2f8b8245
feat!: moves search to backend for better experience. It does remove show search results in context. ( #3245 )
2024-09-03 08:02:09 -07:00
Amir Raminfar
85271a595a
feat: adds a side panel for complex logs that enables reordering and enabling fields ( #3237 )
2024-08-29 00:37:04 +00:00
Amir Raminfar
082bed2382
perf: fixes an issue with too many containers ( #3144 )
2024-07-24 06:58:21 -07:00
Amir Raminfar
4de9c775ba
feat!: implements swarm mode with agents ( #3058 )
2024-07-05 13:38:10 -07:00
Amir Raminfar
220218d44d
feat: show start event for containers ( #3014 )
2024-06-06 08:26:03 -07:00
Amir Raminfar
3a30c27c9a
feat!: adds services and stacks to fuzzy search. Note labels will no longer be searchable due to a bug on sorting. ( #2999 )
2024-05-30 09:47:20 -07:00
Amir Raminfar
beb95c2f87
fix: improves the loading of stats between page changes ( #2985 )
2024-05-26 17:29:26 +00:00
Amir Raminfar
c268fa4e8b
fix: bug when a new container in service mode is created ( #2982 )
2024-05-24 13:04:50 -07:00
Amir Raminfar
ba0206a903
feat: supports swarm mode with stacks and services on remote hosts 🙌🏼 ( #2961 )
2024-05-23 10:17:16 -07:00
Amir Raminfar
0a2248dfe3
feat: makes host cards more responsive on mobile ( #2949 )
2024-05-12 19:45:54 -07:00
Amir Raminfar
8677a34087
feat: collects all stats like cpu and mem in background for up to 5 minutes ( #2740 )
2024-02-01 12:43:44 -08:00
Amir Raminfar
72a580574a
feat: adds preview for settings ( #2669 )
2024-01-08 12:21:37 -08:00
Amir Raminfar
a4026e16e8
feat: adds labels to fuzzy search dialog ( #2649 )
2024-01-04 07:47:51 -08:00
Amir Raminfar
eb31b46e6f
fix: fixes a potential rare edge case that log entry has no payload. see #2451 . ( #2471 )
2023-11-04 13:51:29 -07:00
Amir Raminfar
40d02d993b
chore: code clean up
2023-09-25 11:37:07 -07:00
Amir Raminfar
66738313c8
fix: improves styles for redirect alert
2023-09-25 09:44:48 -07:00
Amir Raminfar
34ad45c64e
feat: improves host labels and respects configurations for labels ( #2369 )
...
* feat: improves host labels and respects configurations for labels
* fixes tests
2023-08-25 13:42:00 -07:00
Amir Raminfar
076f62bac7
feat: allows containers to be pinned ( #2350 )
...
* feat: allows containers to be pinned
* adds animation
* clean up
* updates int test
* fixes tests
2023-08-15 14:16:32 -07:00
Amir Raminfar
44e21cba83
chore: cleans up types in typescript ( #2335 )
2023-08-03 09:23:58 -07:00
Amir Raminfar
11487003f2
fix(performance): remove table component and uses own table component to improve performance ( #2326 )
...
* fix: remove table component and uses own table component to improve performance
* adds id
2023-07-28 02:20:23 +00:00
Amir Raminfar
1b056346c0
feat: adds exponential average and a new dashboard showing all containers ( #2317 )
...
* chore: updates modules
* feat: adds support for exponential moving average
* feat: add expoentital moving avg
* adds index page
* cleans up table
* fixes typecheck
* adds bar chart
* updates dashboard to orgua table
* wip
* cleans up ui
* remove screenshot tests for playwright
* adds more tests
* fixes icon
* fixes default sort
* removes unused var
* adds vscode settings
2023-07-24 15:06:42 -07:00
Amir Raminfar
e4ef784be7
chore(format): updates js files to updates prettier
2023-07-06 08:41:04 -07:00
Amir Raminfar
14fc1190a8
feat: supports multiple hosts in parallel and update hosts menu ( #2269 )
...
* feat: updates host menu to be part of side menu
* updates routes to be host/id
* fixes go tests
* fixes js tests
* fixes typescheck
* fixes int tests
* fixes mobile
* fixes bug in merging containers
* fixed minor bug with menu
2023-06-24 19:13:39 +00:00
Amir Raminfar
7477b1aecc
fix: fixes std stream when type is unknown. see #2243 ( #2247 )
...
* fix: fixes std stream when type is unknown. see #2243
* fixes tests
2023-06-08 10:23:02 -07:00
Amir Raminfar
5f92e84d9d
feat: adds support for different std out and err streams ( #2229 )
...
* feat: adds support for different std out and err streams
* feat: adds std to json
* fixes tests
* fixes deprecated code
* fixes download
* adds defineEmit as an option
* chore: updates modules
* adds ui elements
* fixes tests
* updates languages
2023-05-31 15:19:40 -07:00
Amir Raminfar
d4762908be
fix: fixes incorrect regex group match. fixes #2187 ( #2188 )
2023-05-11 18:36:45 +00:00
Amir Raminfar
b7d5229534
fix: fixes logic for extracing swarm ids. fixed #2184 ( #2185 )
2023-05-10 10:54:41 -07:00
Amir Raminfar
18c57066c7
fix: fixes colors on side menu to be less bold and updates the regex to support longer hashes. see #2144 ( #2177 )
2023-05-08 09:17:34 -07:00
Amir Raminfar
8116868669
feat: makes swarm id lighter ( #2145 )
...
* feat: makes swarm id lighter
* fix: add swarm to title id
2023-04-25 14:41:45 -07:00
Amir Raminfar
e84f0cdb97
Adds typechecking with typescript ( #2101 )
...
* Fixes all other vue errors
* Adds typescheck
* Fix pnpm
* Fix pnpm again for cache
2023-03-29 11:53:15 -07:00
Amir Raminfar
9ba1a0f76a
Adds health status by parsing the label from status ( #2099 )
...
* Adds healthcheck to status in menu
* Fixes bug with crated
* Moves colors to vars
* Updates icons
2023-03-29 08:58:12 -07:00
Amir Raminfar
0e5830df20
Makes changes to log streamer to guess the event level ( #2013 )
...
* Makes changes to log streamer to guess the event level
* Updates diff
* Adds log class for level
* Groups messages by level
* Fixes bugs for grouping
* Fixes tests
* Fixes json bug
* Updates logic to support other kind of levels
* Fixes mobile view
2023-01-25 10:39:21 -08:00
Amir Raminfar
afd37d3455
Add trending CPU and Memory usage ( #1896 )
...
* Refactors to stat history
* Uses markRaw
* Cleans up proxies
* Removes id from snapshots
* Adds d3
* Adds more d3 modules
* Fixes package
* Cleans up packages
* Updates modules
* Adds initital d3 chart
* Cleans up svg
* Fixes @types/d3-array
* Adds memory
* Moves charts around
2022-10-12 14:21:41 -07:00
Amir Raminfar
b97dd31c9d
Does localization
2022-09-13 14:39:39 -07:00
Amir Raminfar
8de492d16b
Trims top events depending on scroll status ( #1860 )
...
* Trims top events depending on scroll status
* Cleans up models and adds better OOP around logging events
* Adds log entries being skipped component
* Fixes type errors
* Fixes tets
* Styles skipping logs
2022-09-13 14:28:53 -07:00