Commit Graph

165 Commits

Author SHA1 Message Date
Minuk Song
9965665290 Feature: Add cluster name in text field (#271)
* Add cluster name in text field

* Change double quote to single quote
2020-08-29 12:05:59 +02:00
Khachatur Ashotyan
89c143d3aa Add ROUTE_PREFIX parameter for working with reverse proxies. (#256)
* Add ROUTE_PREFIX parameter for working with reverse proxies.

* [flake8/E304] remove blank line after function decoder

* Add APPLICATION_ROOT and use route_prefix in requests.

* [black/code-styling] use double quotes instead of single.

* handle right events url depending route path

* properly handle redirects

* [flake8] remove unused module, fix styling issues

Co-authored-by: Henning Jacobs <henning@jacobs1.de>
2020-08-23 15:27:34 +02:00
dependabot[bot]
3c6056dac3 Bump elliptic from 6.5.2 to 6.5.3 in /app (#267)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-30 09:42:57 +02:00
jochen weber
0002ca9236 need's to be a function 2020-07-26 12:40:35 +02:00
jochen weber
758e0f9e34 fix whitespaces 2020-07-26 12:32:34 +02:00
jochen weber
b905db0c22 remove unnecessary code 2020-07-26 12:31:42 +02:00
jochen weber
f901a7fe0b add filter for pods with non-ready containers 2020-07-24 18:51:59 +02:00
dependabot[bot]
468f3a2b00 Bump lodash from 4.17.15 to 4.17.19 in /app (#265)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 21:00:26 +02:00
Henning Jacobs
0b38b4e979 package lock update from build run 2020-04-26 14:19:10 +02:00
Henning Jacobs
f38f72cede update npm dependencies (#260) 2020-04-26 14:13:39 +02:00
Henning Jacobs
76a498bacc pre-commit linting (#259)
* pre-commit linting

* fix pydocs
2020-04-25 21:01:21 +02:00
dependabot[bot]
b0211d66bc Bump mixin-deep from 1.3.1 to 1.3.2 in /app (#245)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-11 20:21:17 +02:00
dependabot[bot]
45cb680059 Bump lodash from 4.17.10 to 4.17.15 in /app (#244)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-11 20:21:06 +02:00
Henning Jacobs
07d5e6e2bc --node-link-url-template and --pod-link-url-template for external links 2019-08-09 22:37:45 +02:00
Tomek Święcicki
dcf1fcc2d4 #229 Scale clusters properly (#230) 2019-05-31 15:56:26 +02:00
Henning Jacobs
3c472a3dd2 add CRT filter (#216)
* add CRT filter

* animate CRT filter
2019-03-23 13:07:12 +01:00
Henning Jacobs
4045355feb Merge branch 'fix-no-masters' of git://github.com/mcasperson/kube-ops-view into mcasperson-fix-no-masters 2019-03-23 12:17:35 +01:00
Henning Jacobs
36d0af6eb4 Merge branch 'sort-localstorage' of git://github.com/tomislater/kube-ops-view into tomislater-sort-localstorage 2019-03-23 12:12:46 +01:00
Tomasz Święcicki
1922d5b57a Save info about sorting to localStorage 2019-03-22 18:46:32 +01:00
Matthew Casperson
b740119532 Merge branch 'upstream-master' into fix-no-masters
# Conflicts:
#	.gitattributes
2019-03-20 07:03:02 +10:00
Matthew Casperson
0b3b327b71 combined math.max some more 2019-03-19 10:11:52 +10:00
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
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
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
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
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
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
Nils Ketelsen
7369c10d50 Handle Pods were memory.request > memory.limit (#180) 2018-10-24 23:47:05 +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
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
a8cd17227a bump dependency versions (node modules) (#144) 2017-08-30 21:02:37 +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
a75201fa86 #120 show pod namespace 2017-02-23 17:51:52 +01:00
Henning Jacobs
ea27747666 #121 show and honor node allocatable 2017-02-12 14:11:33 +01:00
Henning Jacobs
09c07ee3de allow panning with first mouse button too 2017-01-31 15:02:05 +01:00
Henning Jacobs
0b8ab2ce03 #103 assume empty pod name if undefined 2017-01-24 17:31:44 +01:00