This project is mirrored from https://gitee.com/linuxsuren/octant.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 21 Feb, 2020 2 commits
-
-
Milan Klanjsek authored
Signed-off-by:
Milan Klanjsek <mklanjsek@pivotal.io>
-
Milan Klanjsek authored
Signed-off-by:
Milan Klanjsek <mklanjsek@pivotal.io>
-
- 20 Feb, 2020 5 commits
-
-
Bryan Liles authored
Wait for plugin grpc client to be ready before use
-
Wayne Witzel III authored
Use default unstructured converter from k8s.io
-
Wayne Witzel III authored
Removed duplicate port forward component
-
Wayne Witzel III authored
fix bug in terminal exec for AKS virtual nodes
-
bryanl authored
Configure GRPC client functions to wait for server to be ready before attempting to send requests. This removes a whole class of `grpc` errors that users may get printed to their console. This change also removes some unused code and reformats errors. Fixes: #713 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 19 Feb, 2020 7 commits
-
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <foos@vmware.com>
-
Sam Foo authored
remove unused portForward handlers
-
Wayne Witzel III authored
Signed-off-by:
Wayne Witzel III <wayne@riotousliving.com>
-
Wayne Witzel III authored
Make filtering (including Regex) case sensitive (#702)
-
Milan Klanjsek authored
Signed-off-by:
Milan Klanjsek <mklanjsek@pivotal.io>
-
Wayne Witzel III authored
Signed-off-by:
Wayne Witzel III <wayne@riotousliving.com>
-
Milan Klanjsek authored
Widened Log timestamp to prevent breaking up to the second line [#700]
-
- 18 Feb, 2020 8 commits
-
-
Milan Klanjsek authored
Signed-off-by:
Milan Klanjsek <mklanjsek@pivotal.io>
-
Milan Klanjsek authored
Logs search and filter functionality #213
-
Bryan Liles authored
Do not show empty CRD versions
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <foos@vmware.com>
-
Sam Foo authored
Add apps/v1 replicaset gvk to queryer
-
Milan Klanjsek authored
Signed-off-by:
Milan Klanjsek <mklanjsek@pivotal.io>
-
Bryan Liles authored
Datagrid pagination causes octant to pause in debugger
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <foos@vmware.com>
-
- 17 Feb, 2020 2 commits
-
-
Milan Klanjsek authored
Signed-off-by:
Milan Klanjsek <mklanjsek@pivotal.io>
-
Milan Klanjsek authored
Signed-off-by:
Milan Klanjsek <mklanjsek@pivotal.io>
-
- 16 Feb, 2020 4 commits
-
-
Bryan Liles authored
Create persistent volume printer
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
This change returns the active status for a grid filter based on if there is any content to filter. Should fix the delay when showing pods #692 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 15 Feb, 2020 2 commits
-
-
Wayne Witzel III authored
Bump chocolatey version to 0.10.2
-
Sam Foo authored
Signed-off-by:
Sam Foo <sfoohei@gmail.com>
-
- 14 Feb, 2020 7 commits
-
-
Jordan Jensen authored
- Link to Persistent Volume on Persistent Volume Claim pages - Add navigation option for Persistent Volumes Signed-off-by:
Jordan Jensen <jj016u@att.com>
-
Sam Foo authored
Bump version and added 0.10.2 changelogs
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <foos@vmware.com>
-
Sam Foo authored
Fix Origin checking for websocket connections
-
Sam Foo authored
Add cordon and uncordon actions
-
Bryan Liles authored
Remove svg icon border
-
Wayne Witzel III authored
Signed-off-by:
Wayne Witzel III <wayne@riotousliving.com>
-
- 13 Feb, 2020 2 commits
-
-
Wayne Witzel III authored
Fix logs in multi-context environments
-
Jack Wink authored
Logging was broken for multi-cluster/multi-context environments. Everything else in the dashboard loaded fine, except the logs. It looks like passing the ClusterClient into the log handler ends up caching a pointer to the original cluster. Once the user has switched contexts from the UI, the underlying ClusterClient object is swapped out on the dashConfig object. However, the pointer is cached for the log handler and it still tries to read from the old cluster. The fix seems to be passing the dashConfig pointer to the log handler, and fetching the client on each call. Tested against our 5 EKS clusters, and observed that logs were now working after switching contexts. Signed-off-by:
Jack Wink <57678801+mothershipper@users.noreply.github.com>
-
- 12 Feb, 2020 1 commit
-
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <foos@vmware.com>
-