Matthew Casperson
a010aab777
Combine all the Math.max calls
2019-03-19 10:10:25 +10:00
Matthew Casperson
8356058b6d
Fixed comment
2019-03-19 09:47:11 +10:00
Matthew Casperson
585c78f8a5
Removed menu reference
2019-03-19 09:46:19 +10:00
Matthew Casperson
02a101ff99
Removed unnecessary reassignment
2019-03-19 09:45:47 +10:00
Matthew Casperson
a1fcd1c623
Added space for unprovisioned pods only if there are no master nodes
2019-03-19 09:29:06 +10:00
Tomasz Święcicki
d6f39ef2fb
Scale masters separately
2019-03-12 18:33:02 +01:00
Tomek Święcicki
d257337a5a
Add filter by namespace #160 ( #215 )
2019-03-08 19:44:28 +01:00
Nils Ketelsen
b3952a2d73
Fixed Scaling in case used ressource is >request AND >limit ( #214 )
2019-03-07 16:57:37 +01:00
Henning Jacobs
a6b212f378
v0.10
2019-03-06 21:39:40 +01:00
Henning Jacobs
036f1c356c
#203 fix dashboard=true UI option
2019-03-06 21:26:18 +01:00
Henning Jacobs
c1af718c71
update Docker base images ( #212 )
2019-03-06 20:57:59 +01:00
Tomek Święcicki
8efc01d640
Dynamic sizing nodes ( #208 )
...
* dynamic sizing nodes
* remove whitespaces
2019-03-06 20:29:16 +01:00
Henning Jacobs
c352bc444e
add badge for docker pulls
2019-03-04 23:33:49 +01:00
Tomek Święcicki
0c320061f8
Generate more real data ( #207 )
...
* try to generate more real data
* remove blank line
2019-02-27 21:09:42 +01:00
Tomek Święcicki
fc8bd6b89d
Fix a problem regarding EOL on macOS ( #202 )
...
Here's more information: https://help.github.com/articles/dealing-with-line-endings/
After cloning this repository if someone does not set `core.autocrlf` properly may encounter a problem with EOL.
2019-01-30 23:36:14 +01:00
jarik2995
e265ca4d79
Add support for OAuth2 scope parameter ( #199 )
...
* Add support for OAuth2 scope parameter
* Add description for OAuth2 scope parameter
* Update docs with OAuth2 scope parameter
* Make request params None if no scope
2019-01-30 19:58:50 +01:00
Tomek Święcicki
34bb4d6917
Add sorting by status ( #201 )
...
* add sorting by status
* bump pixi.js to 4.8.5
2019-01-27 23:07:04 +01:00
Henning Jacobs
a169563d7d
#193 fix Redis security context (user id)
2019-01-11 23:14:28 +01:00
Matthew Casperson
b7d1522ea1
Added space for unassigned pods when there are no master nodes
2019-01-08 07:40:36 +10:00
Matthew Casperson
5a1fa0f1c4
Windows build fixes ( #192 )
...
* Forced checkouts to use LF line endings and added NPM cripts for windows
* Updated the readme
* Removed verbose logs
2018-12-27 11:11:26 +01:00
Matthew Casperson
355401deeb
Don't create a new tooltip, as existing pods have a reference to the old tooltip ( #191 )
2018-12-26 23:15:52 +01:00
Henning Jacobs
c14adcc8b3
v0.9.1
2018-12-19 21:05:21 +01:00
Henning Jacobs
4d073a76d1
Fix resource parsing ( #188 )
...
* fix resource factors ("k" -> 1000)
* prevent long pod resource bars breaking layout
2018-12-19 21:00:07 +01:00
Henning Jacobs
68dc334234
#184 add Pod securityContext
2018-12-11 20:10:31 +01:00
Henning Jacobs
a942e64d70
change RBAC for Metrics API
2018-12-11 20:03:54 +01:00
Henning Jacobs
ff2ac3fe83
v0.9
2018-12-11 19:56:51 +01:00
Henning Jacobs
9c9dbf0364
fix NPM vulnerabilities ( #186 )
2018-12-11 19:51:48 +01:00
Henning Jacobs
e4d925e101
update dependencies ( #185 )
...
* update dependencies
* fix Travis build (NPM cache path)
2018-12-11 19:37:06 +01:00
Warren Seymour
384ea8f06d
Replace Heapster with Metrics API ( #177 )
...
* Replace Heapster with Metrics API call
* Add `n` factor
Metrics API likes to report CPU usage in `n`-suffixed units, so make
sure its represented correctly.
2018-11-03 12:03:07 +01:00
Henning Jacobs
1fdf205dbf
#173 fix proxy URL
2018-11-03 11:33:41 +01:00
Nils Ketelsen
7369c10d50
Handle Pods were memory.request > memory.limit ( #180 )
2018-10-24 23:47:05 +02:00
Henning Jacobs
d2ff097254
update to v0.8.1
2018-05-03 09:37:27 +02:00
Henning Jacobs
933b8fc226
#164 fix in-cluster config ( #165 )
2018-05-03 09:30:35 +02:00
Henning Jacobs
1107003569
use v0.8
2018-05-01 20:55:37 +02:00
Henning Jacobs
07df4e81c3
Update dependencies ( #163 )
...
* update dependencies
* fix kubeconfig loader
* use pipenv
* add missing pipenv shell
* tox-pipenv
* pipenv on Travis
* add cache files to gitignore
2018-05-01 14:46:37 +02:00
Drew Rapenchuk
74bf801bc3
Filter out "Evicted" pods ( #158 )
...
* Update kubernetes.py
* add failed pod phase
- Add mock data for failed pods
- Failed pods do not get a 'ready' or 'state' key in api. ( see issue #157 )
2018-03-26 18:36:08 +02:00
Henning Jacobs
b724994070
Merge branch 'gites-master'
2018-01-15 22:36:30 +01:00
Tomasz Pawelczak
e020a802de
Respect new node role label to detect master nodes ( #149 )
2018-01-15 18:25:20 +01:00
Tomasz Adamski
3a2459e771
Labels filtering ( #154 )
...
* filtering by labels
* a little bit of polishing
* user-guide doc update
2018-01-13 18:48:03 +01:00
Henning Jacobs
a95c4268aa
Merge branch 'tmszdmsk-random-pod-labels'
2018-01-10 18:25:59 +01:00
Henning Jacobs
5a21433375
ignore flake8 E722 "base except"
2018-01-10 18:24:02 +01:00
Tomasz Adamski
f4dd7e68de
codestyle fix
2018-01-09 22:43:35 +01:00
Tomasz Adamski
eb01d4f53c
Random pod labels in 'mock' mode
2018-01-09 22:36:56 +01:00
Anthony Stanton
581ed635b9
Add run-locally instructions for MacOS ( #152 )
...
Fixes #150
2017-12-10 03:09:53 +01:00
Henning Jacobs
a8cd17227a
bump dependency versions (node modules) ( #144 )
2017-08-30 21:02:37 +02:00
aermakov-zalando
35b9207b73
scm-source: output full SHA, not the short one ( #143 )
2017-08-20 19:02:25 +02:00
Henning Jacobs
92baceb184
use fixed Docker image tag 0.7.1 and add comments
2017-06-11 15:58:28 +02:00
Henning Jacobs
88ab2d922f
remove obsolete SSL cert annotation
2017-06-11 14:44:14 +02:00
Henning Jacobs
a91404ca36
Bump JS versions ( #140 )
...
* bump JS library versions
* enable debug for webpack loaders again
2017-05-11 22:47:16 +02:00
Henning Jacobs
40eac4531e
stable Helm Chart
2017-04-27 16:52:25 +02:00