You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/KnownIssues.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
* Some imports (such as .scss) are flagged as errors because TS does not recognize them as modules. Method to fix this exists (see `declarations.d.ts`). However, implementing this causes build issues, since TS now checks for all errors on build. Best solution would be to fix errors that appear.
8
8
* Still no Kubernetes monitoring metrics. More specifically, no clear solution to replace current workaround of manually starting and port-forwarding Kubernetes (i.e. Minikube) to extension (see `docs/DevGettingStarted.md` for manual instructions). Was originally an MVP, but would not recommend future groups to tackle this as an MVP, as the purpose was more for a development environment rather than user experience. Ideally, user would spin up their own cluster for monitoring, as opposed to some template Minikube cluster.
9
9
* Snapshots for Metrics do successfully save and load from SQL database. However, when selecting a date to retrieve, text does not appear after selection.
10
+
* Refreshing while on the Volumes page causes volumes to disappear. Will reappear when going to another tab and coming back.
10
11
11
12
***Pre Docketeer 19.0 Issues***
12
13
* Container metrics in browser does not appear due to CLI configurations from a previous group (see DevGettingStarted).
Copy file name to clipboardExpand all lines: docs/changelogs/docketeer19.notes.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
-**PostgreSQL to MongoDB for Prometheus:** Previously implemented SQL database for was initialized with dummy data and did not actually grab Prometheus configurations. Migrated Prometheus database to existing MongoDB and added functionality in Configuration page to save modified Prometheus configurations.
8
8
-**Network and ListReducer Tests:** Revamped `Network` and `ListReducer` tests with updated endpoints and various bug fixes. Tests are now functional and pass.
9
9
-**Updated Vulnerability Color Themes:** Updated color gradient to make vulnerability severity levels more intuitive.
10
+
-**Standardized card styles:** Standardized styles across pages for a more professional look.
10
11
-**High Contrast Mode:** Added the ability to toggle high contrast mode on and off for vulnerability scan snapshot to increase accessibility for users with red-green color deficiency.
11
12
-**Expanded Vulnerability Info:** Added Fixed in version and link to more information to each Grype scan vulnerability.
12
13
-**Loading Messages/Graphics** Adding loading messages as well as MUI CircularProgress component to 'Containers' and 'Images' pages on UI to indicate ongoing fetch request and avoid perceived inactivity.
com.docker.extension.detailed-description=" <h3>What's New In Version 18.0.0?</h3> \
63
+
com.docker.extension.detailed-description=" <h3>What's New In Version 19.0.0?</h3> \
63
64
<ul> \
64
65
<li><strong>New updated UI and utilities.</strong></li> \
65
-
<li>More vulnerability info such as packages name & CVE ID with link.</li> \
66
-
<li>Data visualization graph for each image.</li> \
67
-
<li>Users can now <strong>Rescan</strong> to bypass Redis Caching from Version 17.</li> \
68
-
<li>Ability to <strong>Save Scan</strong> and retrieve history scans to compare on a time series graph.</li> \
66
+
<li>Continued functionality of vulnerability caching via Memcached.</li> \
67
+
<li>Configuration page to read, modify, apply, and save Prometheus configurations.</li> \
68
+
<li>Vulnerability info on package fix versions and links for both CVE and GHSA vulnerabilities.</li> \
69
+
<li>New color scheme for readability, and high contrast mode for color-deficient users.</li> \
70
+
<li>Bug fixes and standardize styling for a more consistent user experience.</li> \
69
71
</ul> \
70
72
<h3>Description</h3> \
71
73
<p>Greetings, fellow space traveler! We're thrilled that you've chosen our application to help you navigate and explore the vast universe of Docker infrastructure. As a Docketeer, you know that real-time tracking of metrics and logs is essential for staying ahead of potential issues and optimizing your workflows. Our extension provides you with the tools you need to take control of your Docker images, containers, volumes, and logs. With an intuitive interface, you can easily make the necessary adjustments to ensure a smooth journey through the cosmos of your Docker environment.</p> \
0 commit comments