Amir Raminfar
70acaa64d8
feat: adds ability to support labels with | delimeter ( #2276 )
...
* feat: adds ability to support labels with | delimeter
* fixes tests
* updates docs
2023-06-28 12:14:17 -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
31063fa1b4
feat: removes localhost as a required client. fixes #2259 ( #2263 )
...
* feat: removes localhost as a required connection
* refactors code
* fixes tests
* adds more tests
* adds more tests
* refactors
* cleans up logs
2023-06-20 17:43:47 +00:00
Amir Raminfar
a019705bae
fix: downgrade json parsing errors to warn. see #2260
2023-06-19 08:32:32 -07:00
Amir Raminfar
b3357e9843
chore(logs): prints the original log when json unmarshalling fails
2023-06-18 13:25:26 -07: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
cc7d834e35
feat: adds warning as possible level
2023-05-26 10:58:08 -07:00
Amir Raminfar
ce63996954
chore: remove debug statement
2023-05-25 11:35:48 -07:00
Amir Raminfar
ad46d53ef2
feat: removes colors to find the level ( #2218 )
2023-05-25 10:21:07 -07:00
Amir Raminfar
8c625a3113
fix: fixes healthcheck when containers are stopped
2023-04-09 13:47:03 -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
0521f343e3
Also checks for level between []
2023-03-28 16:04:56 -07:00
Amir Raminfar
839afd8fcf
Fixes bug for level
2023-03-20 13:06:31 -07:00
Amir Raminfar
202b07bfb4
Updates logic to find ERROR in logs
2023-03-20 11:13:53 -07:00
Amir Raminfar
1350895676
Updates logic when no TLS certs are found to use plan HTTP. See #2066 ( #2067 )
2023-02-25 12:57:35 -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
bb14f9121e
Properly handles casting of string. Fixes #2041 ( #2042 )
2023-02-09 09:46:46 -08:00
Amir Raminfar
4ea19f97da
Adds more tests
2023-02-02 12:23:46 -08:00
Amir Raminfar
4c5bd9a7be
Reverts back previous fix and uses proper error handeling ( #2029 )
...
* Reverts back previous fix and uses proper error handeling
* Adds more tests and refactors existing tests
2023-01-31 12:03:41 -08:00
Amir Raminfar
d330ca4746
Fixes error when paginating ( #2027 )
2023-01-30 12:51:39 -08:00
Amir Raminfar
c6c24aaf9f
Changes minimum ms to 10ms
2023-01-30 09:00:53 -08:00
Amir Raminfar
143246237d
Fixes prefix bug
2023-01-25 13:02:33 -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
155757dd74
Removes tail size ( #1981 )
...
* Removes tail size
* Removes tail from analytics
2022-12-12 09:14:29 -08:00
Altynbek Kaliakbarov
d083430c73
Change calculation of memory usage. ( #1892 )
2022-09-28 12:23:24 -07:00
Amir Raminfar
db01579f04
Fixes tests and returns millis too ( #1854 )
2022-08-19 12:10:18 -07:00
Amir Raminfar
40f5cb1301
Simplifies schema
2022-08-17 10:39:22 -07:00
Amir Raminfar
c835f51cc4
Support for JSON logs ( #1759 )
...
* WIP for using json all the time
* Updates to render
* adds a new component for json
* Updates styles
* Adds nesting
* Adds field list
* Adds expanding
* Adds new composable for event source
* Creates an add button
* Removes unused code
* Adds and removes fields with defaults
* Fixes jumping when adding new fields
* Returns JSON correctly
* Fixes little bugs
* Fixes js tests
* Adds vscode
* Fixes json buffer error
* Fixes extra line
* Fixes tests
* Fixes tests and adds support for search
* Refactors visible payload keys to a composable
* Fixes typescript errors and refactors
* Fixes visible keys by ComputedRef<Ref>
* Fixes search bugs
* Updates tests
* Fixes go tests
* Fixes scroll view
* Fixes vue tsc errors
* Fixes EOF error
* Fixes build error
* Uses application/ld+json
* Fixes arrays and records
* Marks for json too
2022-08-16 13:53:31 -07:00
Amir Raminfar
85eafc9c40
Tries to add 1 mircosecond to skip first log event ( #1838 )
2022-08-04 13:24:21 -07:00
Amir Raminfar
5eca19840e
Fixes cpu count using online cpus. Fixes #1829
2022-08-01 13:32:48 -07:00
Amir Raminfar
5cffa287d5
Adds a simple healthcheck every 2s ( #1814 )
...
* Adds a simple healthcheck every 5s
* Fixes bugs for healthcheck
2022-07-20 11:56:42 -07:00
Amir Raminfar
ba1ccc92a8
Cleans up code
2021-12-01 09:44:49 -08:00
Amir Raminfar
2246b58aa9
Adds more logging for fetching logs between dates
2021-11-30 18:48:32 -08:00
Amir Raminfar
4a26753ce8
Should fix #1317 by making sure a valid actor.id is present
2021-06-27 19:09:20 -07:00
Amir Raminfar
8238620360
Adds seperate options for filter. See https://github.com/alexflint/go-arg/issues/155 and should fix bug in #293 ( #1200 )
2021-05-05 11:50:02 -07:00
Amir Raminfar
8be95f4359
Only sends events for containers. Should fix #1162
2021-04-20 14:06:16 -07:00
Amir Raminfar
0b3493c646
Adds better debugging for #1162
2021-04-20 13:16:27 -07:00
Amir Raminfar
7f6a6a03c0
Fixes possible goroutine leak
2021-01-21 10:50:09 -08:00
Amir Raminfar
de15fcd74f
Tries to user readers instead of channels ( #915 )
2021-01-02 19:25:52 -08:00
Amir Raminfar
1739a03780
Cleans up logs
2020-12-16 16:43:25 -08:00
Amir Raminfar
7ce29eae21
Cleans up events and js layer ( #895 )
2020-12-15 13:13:35 -08:00
Amir Raminfar
8fe4f6bbd4
fmt code
2020-12-14 11:52:22 -08:00
Amir Raminfar
84fb187449
Cleans up stats worker routine
2020-12-14 11:51:53 -08:00
Amir Raminfar
e269cc4f63
Keep spaces. Maybe fixes #838 ( #840 )
2020-11-21 17:58:34 -08:00
Amir Raminfar
220722deaa
Work in progress to show live stats ( #671 )
...
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-06 15:32:27 -07:00
Amir Raminfar
74273b8bf7
Updates index page to a dashboard
2020-07-09 13:03:56 -07:00
Amir Raminfar
42d2b57814
Adds not found pages
2020-07-06 12:05:41 -07:00
Amir Raminfar
d31a1ccea9
Uses lower to sort. Fixes #452
2020-05-14 10:00:37 -07:00
Amir Raminfar
1e4763c450
Adds Last-Event-ID ( #449 )
2020-05-12 10:25:21 -07:00