ronahk
d0dbb42492
fix namespaces not updating when switching cluster ( #102 )
2022-11-16 09:59:38 +00:00
denganliang
1393b117cf
fixbug: ChartAndVersion did not handle chart version correct in some case ( #98 )
...
* fixbug: ChartAndVersion did not handle chart version correct in some case
https://github.com/komodorio/helm-dashboard/issues/95
* use regexp to get version
* add test case
2022-11-15 15:12:07 +00:00
Harshit Mehta
cf407c63a2
Fixes #91 ( #93 )
...
Co-authored-by: Harshit Mehta <harshitm@nvidia.com >
2022-11-11 08:43:55 +00:00
ronahk
3f00e8ef6d
Sort resources by interesting items ( #89 )
...
* sort resources by intersting items
* add body class
* reuse the name data
2022-11-10 16:51:14 +00:00
Harshit Mehta
76d55f8e44
Enhancement/show chart icon and description ( #70 )
...
* New API to fetch chart.yaml for an installec chart
* Show icon and description for installed chart list
Co-authored-by: Harshit Mehta <harshitm@nvidia.com >
2022-11-09 08:23:44 +00:00
Andrei Pohilko
b9392ab4c9
Merge branch 'main' of github.com:komodorio/helm-dashboard
2022-11-08 14:38:01 +00:00
Andrei Pohilko
dadf2d1bde
Cosmetics
2022-11-08 14:37:48 +00:00
Harshit Mehta
74c2a3d6e7
Few UI Enhancements ( #79 )
...
- Add Install/Upgrade keywork dynamically on popup
- Sort Repo list alphabetically
- Sort CLuster list alphabetically
Co-authored-by: Harshit Mehta <harshitm@nvidia.com >
2022-11-08 14:28:13 +00:00
Andrei Pohilko
2454fcf47c
Show better message for empty contexts
2022-11-08 10:10:19 +00:00
siddhikhapare
96a7a429e1
getCleanClusterName fixed ( #78 )
2022-11-08 10:07:30 +00:00
Bhargav Ravuri
f29800ed5b
CLI Flag --bind ( #77 )
...
* CLI Flag for Bind Address
Signed-off-by: Bhargav Ravuri <bhargav.ravuri@infracloud.io >
* Update Documentation for --bind
Signed-off-by: Bhargav Ravuri <bhargav.ravuri@infracloud.io >
Signed-off-by: Bhargav Ravuri <bhargav.ravuri@infracloud.io >
2022-11-07 16:05:01 +00:00
Andrei Pohilko
15ce9170f3
Don't take Helm's default namespace into account
2022-11-06 16:40:53 +00:00
Andrei Pohilko
f897c0f197
Display forced namespace in UI
2022-11-06 16:16:36 +00:00
Andrey Pokhilko
671fa949df
Improve resource scanning flow ( #68 )
...
* List supported resources for scanners
* Don't warn on scanner discovery commands
* Use scanner-to-resource map
* Save changes
* Scan result tabs
* Own table render for Checkov
* Scannable manifest flag for scanners
2022-11-06 15:56:34 +00:00
Duy Nguyen
612352d69f
Add namespace dropdown ( #67 )
...
* add get namespace endpoint
* add namespace dropdown
* misc fix
2022-11-06 13:19:32 +00:00
Andrei Pohilko
f64fbd4a2e
Fix analytics version
2022-11-01 21:59:16 +00:00
Harshit Mehta
dffb8a726b
Allow filtering on repository charts list ( #61 )
...
Fixes #46
Co-authored-by: Harshit Mehta <harshitm@nvidia.com >
2022-11-01 21:58:34 +00:00
Andrey Pokhilko
c0a1d31c8d
Make user analytics optional ( #59 )
...
* Make user analytics optional
* Mention analytics in README
* Use analytics flag
2022-10-31 15:33:18 +00:00
Harshit Mehta
329ae055ee
Add current cluster info to Install and Upgrade popup ( #58 )
...
Fixes #44
Co-authored-by: Harshit Mehta <harshitm@nvidia.com >
2022-10-31 08:34:51 +00:00
Andrei Pohilko
7ab0f33201
Transfer TODOs into GH issues
2022-10-28 19:10:53 +01:00
Andrei Pohilko
2e8ba39b8f
Attempt to reuse the application if it's already running
2022-10-28 18:28:08 +01:00
Harshit Mehta
c5f9f71e45
Remove version check for charts without repo ( #54 )
...
Co-authored-by: Harshit Mehta <harshitm@nvidia.com >
2022-10-28 15:22:20 +01:00
Andrei Pohilko
9bb597f366
Update project logo
2022-10-28 14:28:07 +01:00
Andrey Pokhilko
786bddc478
Force namespace via cmdline parameter ( #53 )
...
* Force name via cmdline parameter
* Use a library to parse CLI flags
* Use less env vars
* Document it
2022-10-28 12:39:19 +01:00
Andrei Pohilko
2262445b75
Don't offer to describe historical revisions
2022-10-27 15:31:57 +01:00
Andrei Pohilko
0c486e76c0
Change new version alert display
2022-10-27 15:30:52 +01:00
Andrei Pohilko
7d50f4e620
Recognize "Bound" status as normal
2022-10-26 16:14:10 +01:00
Andrei Pohilko
b2ec371709
Correct link to Slack community
2022-10-26 15:32:46 +01:00
Andrei Pohilko
549cdd9bfb
Release 0.2.3
2022-10-26 15:26:40 +01:00
Andrei Pohilko
e75e653c58
Fix version information field
2022-10-26 12:55:36 +01:00
Andrei Pohilko
3eae013286
Hide upgrade menu item by default
2022-10-26 12:44:06 +01:00
Andrey Pokhilko
de0024cd03
Check for newer version available ( #47 )
...
* Add helm version requirement notes
* Check for newer version and offer upgrade
* fix lint
2022-10-26 12:35:07 +01:00
Andrey Pokhilko
b0067e31ba
Improvements after release ( #45 )
...
* Add helm version requirement notes
* Create Help section, no charts placeholder
* Revive missed "user-defined" values
* Fix namespace undefined upon install
* cosmetics
2022-10-26 11:05:50 +01:00
Lior Noy
be6666373b
Add version information into UI ( #35 )
...
This commit adds the tool version into the UI in the top bar.
2022-10-25 14:08:28 +01:00
Dimas Yudha P
91df9392c0
adding unit test for GetQueryProps (utils). ( #39 )
...
* adding unit test for GetQueryProps (utils).
* add unit test chart and version
2022-10-25 14:02:48 +01:00
Dimas Yudha P
bd058ee912
removing else flow ( #38 )
2022-10-25 12:57:25 +01:00
Andrei Pohilko
997f951d0c
Fix error when no scanners are present
2022-10-24 15:42:19 +01:00
Andrey Pokhilko
0de0b5d0cb
Repository-related functions ( #19 )
...
* Roadmap item
* Start building repo view
* Section switcher
* Show repo list
* Adding chart repo works
* Showing the pane
* Couple of buttons
* Listing items
* Styling
* Enriching repo view
* Navigate from repo to installed
* Tuning install popup
* Working on install
* Cosmetics
2022-10-23 13:41:45 +01:00
Andrey Pokhilko
f86a4a93a7
Scanners Integration ( #18 )
...
* Research scanning
* Move files around
* Reports the list
* Scanner happens
* Commit
* Work on alternative
* refactorings
* Progress
* Save the state
* Commit
* Display trivy Results
* Checkov also reports
* Better display
* Correct trivy numbers
* Scan pre-install manifest
* Readme items
* Static checks
2022-10-17 13:41:08 +01:00
Andrei Pohilko
5cae4b5adf
Release 0.1.1
2022-10-12 12:23:03 +01:00
Andrey Pokhilko
d8afa3861d
Values editing ( #17 )
...
* Refactorings
* save
* REdesigning install dialog
* Display values editor
* Reconfigure flow
* Status handler and version
* error reporting
2022-10-07 17:01:19 +01:00
Andrei Pohilko
86c9f89acc
Release 0.0.8
2022-10-04 08:40:48 +01:00
Itiel shwartz
890994d70d
add datadog and heap ( #16 )
...
* add datadog
* also added heap
2022-10-04 08:32:41 +01:00
Itiel shwartz
35097fed45
Clean cluster name ( #15 )
...
* support GKE and AWS cluster name
* remove unused logs
Co-authored-by: Itiel Shwartz <itielshwartz@Itiels-MacBook-Pro.local >
2022-10-03 21:34:28 +01:00
Andrei Pohilko
11912e7b51
Use dry run instead of template
2022-10-02 16:06:31 +01:00
Andrey Pokhilko
1e3a706698
Restyle fixes ( #14 )
...
* Applying style fixes
* Implement more notes
* Improvements
* Applying v2 design
* flyout restyle
* fix spec rev
* Status icons
* Restyle top line and footer
* Shorter err msg
2022-10-02 11:50:28 +01:00
Andrei Pohilko
1b6dc4159a
Release 0.0.6
2022-09-29 09:01:05 +01:00
Andrei Pohilko
69609b1ee2
Fix wrapping and scrolls
2022-09-28 22:29:42 +01:00
Andrei Pohilko
bdd5b9b32e
Workaround the wrap
2022-09-28 20:52:37 +01:00
Andrei Pohilko
870a1196f0
Make k8s context a URL param
2022-09-28 15:00:10 +01:00