1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Alex Andreev
b393315fca Remove mention about dialog
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-16 11:38:56 +03:00
Alex Andreev
e2324aebe2 Hide JumpToBottom btn on error
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-16 10:59:23 +03:00
Alex Andreev
05bb346e7b
Adding pod and namespace data to log controls panel (#1083)
* Move log controls into separate file

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Changing prev container logs icon

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Removing 'Logs' from the tab title

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Remove unused string template quotes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-15 16:04:53 +03:00
Alex Andreev
0aee5554b0 Remove excessive join('\n\)s
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-15 14:41:42 +03:00
Alex Andreev
dd8efbc7de Clean up
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-15 14:32:21 +03:00
Alex Andreev
e85f975e4b Transform logs into array in store
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-15 14:04:16 +03:00
Alex Andreev
d1ea027798 Move newLogSince from storage data to observable
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-14 10:31:10 +03:00
Alex Andreev
f16845b21f Moving newLogsSince determination out of component
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-14 10:00:50 +03:00
Alex Andreev
725cd8fc48 Adding old/new logs separator
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-13 14:36:13 +03:00
Alex Andreev
0b5f410d67 Adding JumpToBottom button
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-13 11:41:33 +03:00
Alex Andreev
366ee4495d Preload logs when scrolled to top
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-13 10:32:18 +03:00
Alex Andreev
83b8fa9d98
Ability to show previous terminated container logs (#1074)
* Show previous terminated container logs

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fix for parsing error object

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-12 15:58:18 +03:00
Alex Andreev
f4f0cba6ca
Moving Pod logs into Dock panel (#1043)
* Moving pod logs into Dock

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Always set up default container

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Open existent tab if fount

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Moving logs load and properties into store

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Setting a refresher

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Adding showButtons prop to InfoPanel

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Hiding sequence number in log tabs

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Removing PodLogsDialog

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Removing unused PodLogsDialog import

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Tiny cleaning

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* A bit of cleaning up

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Hiding drawer when opening logs

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-11 19:36:19 +03:00