Amir Raminfar
e4ef784be7
chore(format): updates js files to updates prettier
2023-07-06 08:41:04 -07:00
Amir Raminfar
6e394bad19
fix: fixes download link not working ( #2274 )
2023-06-27 13:25:51 -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
50f3c0b7a4
fix: fixes UI when no localhost is provided
2023-06-20 14:38:12 -07:00
Amir Raminfar
e59f9106cc
fix: fixes route update with hash
2023-06-18 13:35:04 -07:00
Amir Raminfar
38a6a99096
fix: fixes nested array displaying as object instead of actual value ( #2233 )
2023-06-02 15:33:59 -07:00
Amir Raminfar
d7710f736f
chore: fixes typing for emits
2023-06-01 15:24:41 -07:00
Amir Raminfar
c522a66d1a
fix: fixes stream colors by swapping ( #2231 )
2023-06-01 16:59:47 +00:00
Amir Raminfar
d0edc42d1b
feat: adds better icons for streams in the drop down ( #2230 )
2023-06-01 09:45:29 -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
3d93bb69cb
fix: fixes cpu monitor when all values are 0. fixes #2215 ( #2222 )
...
* fix: fixes cpu monitor when all values are 0. fixes #2215
* chore: remove unused imports
2023-05-26 12:07:41 -07:00
Amir Raminfar
cc7d834e35
feat: adds warning as possible level
2023-05-26 10:58:08 -07:00
Amir Raminfar
fc0c189e38
feat: adds a sub header to display stats on mobile view ( #2212 )
2023-05-23 12:07:19 -07:00
Agneev Mukherjee
d867c08aae
fix: use ui-monospace as the default font for log viewer ( #2200 )
...
* Use ui-monospace as the default font for log body
* Add SF Mono
2023-05-18 07:38:55 -07:00
Amir Raminfar
b7d5229534
fix: fixes logic for extracing swarm ids. fixed #2184 ( #2185 )
2023-05-10 10:54:41 -07:00
Amir Raminfar
4fc8109048
feat: respects fg color with css color using ansi ( #2180 )
2023-05-08 11:02:30 -07:00
Amir Raminfar
370e7b238e
fix: shows a message when all keys in json logs are hidden. see #2122 ( #2174 )
2023-05-05 14:54:37 -07:00
Amir Raminfar
17dfcf3d9a
chore(refactor): creates new popup component for containers
2023-04-27 12:31:43 -07:00
Amir Raminfar
818fec244a
chore(refactor): create docker health component
2023-04-27 12:23:13 -07:00
Amir Raminfar
e6efe6ff59
feat: adds on hover popup on the side menu
2023-04-27 11:07:08 -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
0e677bdee7
fix: correctly escape XML entities on client side
2023-04-12 09:47:27 -07:00
Amir Raminfar
63a0d544e4
Adds tooltip to healthcheck. Fixes #2104 ( #2110 )
2023-04-06 16:50:44 +00:00
Amir Raminfar
a30de127ca
Fixes spaces
2023-04-04 11:32:58 -07:00
Amir Raminfar
9c9f247e0c
cleans up typescript errors
2023-03-29 09:38:02 -07:00
Amir Raminfar
3417ec3e99
Cleans up icons
2023-03-29 09:16:38 -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
4450c2527f
node latest ( #2089 )
...
* Fixes tests
* Fixes tests
* Updates tests
* Updates node to latest
* Updates modules
2023-03-16 13:48:42 -07:00
Amir Raminfar
c2fcecaec0
Updates modules
2023-02-28 13:45:25 -08:00
Amir Raminfar
872729a93b
Adds support for multiple hosts ( #2059 )
...
* Adds support for multiple hosts
* Adds UI for drop down
* Adds support for TLS and remove SSH
* Changes dropdown to only show up with >1 hosts
* Fixes js tests
* Fixes go tests
* Fixes download link
* Updates readme
* Removes unused imports
* Fixes spaces
2023-02-24 09:42:58 -08:00
Amir Raminfar
f9f48c3f81
Updates npm modules and tests
2023-02-02 12:06:18 -08:00
Amir Raminfar
e133b59969
Updates tests
2023-01-30 08:54:46 -08:00
Amir Raminfar
61fea7afaa
Hide date when mobile
2023-01-29 13:39:53 -08:00
Amir Raminfar
af49e6fd6f
Does not center multiline
2023-01-27 12:40:05 -08:00
Amir Raminfar
36a03d91fc
Fixes error position to use flex instead ( #2019 )
2023-01-27 11:03:22 -08: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
4729e7f29e
Fixes tests
2023-01-25 09:50:07 -08:00
Amir Raminfar
d0af303d6f
Updates colors ( #1919 )
...
* Updates colors
* Updates colors int tests
2022-10-21 13:13:48 -07:00
Amir Raminfar
21fc2ce2fd
Adds on mouse over effect for stats ( #1914 )
2022-10-18 15:29:19 -07:00
Amir Raminfar
5b15a0b29d
stat cleanup ( #1910 )
...
* Updates modules
* Cleans up stats
2022-10-14 13:00:57 -07: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
James Cote
5850c319f2
Fix json log line still says "expand json" when expanded ( #1894 )
2022-10-01 15:06:59 -07:00
Amir Raminfar
5cb5cae113
Fixes spacing bug
2022-09-20 14:03:20 -07:00
Amir Raminfar
69c647336e
Cleans up log viewer and adds zigzag line for skipped logs ( #1885 )
...
* Cleans up log viewer and adds zigzag line for skipped logs
* Updates components
* Cleans up css
* Cleans up more css
* Fixes tests
* Fixes typing
* Fixes typescript errors
* Fixes selected color
2022-09-20 13:14:31 -07:00
Amir Raminfar
1a1dd74142
Updates snapshots
2022-09-19 10:32:35 -07:00
Amir Raminfar
06bde85e03
Removes hotkeyjs in favor of vueuse ( #1883 )
2022-09-16 09:09:21 -07:00
Amir Raminfar
4fe8964d66
Fixes search for test
2022-09-15 15:29:26 -07:00
Amir Raminfar
28c569ce2a
Fixes find in context bug
2022-09-15 15:21:15 -07:00
Amir Raminfar
89f7d21739
Adds nowrap for date
2022-09-14 13:15:10 -07:00
Amir Raminfar
70d72060d9
Cleans up define props with typescript and cleans up css ( #1879 )
...
* Tries to clean up defineprops
* Cleans up define props for all components
2022-09-14 12:00:36 -07:00