Commit Graph

206 Commits

Author SHA1 Message Date
LaurentiuNiculae
5bf7d5652c
feat: add cve summary in vulnerability tab (#416)
Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
2024-01-18 22:00:19 +02:00
Andreea Lupu
12f9229320
fix(export vuln): change sheet name and download options name (#417)
Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
2024-01-18 15:41:18 +02:00
Andreea Lupu
df19fa811c
feat: add expand/collapse view list buttons for vulnerabilities (#409)
Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
2024-01-17 15:38:39 +02:00
Andreea Lupu
6cda89c710
fix: change 'csv' to 'CSV' in the vulnerabilities download options list (#413)
Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
2024-01-17 14:16:46 +02:00
Andrei Aaron
12b474e126
fix: update zot documentation urls (#411)
resolves #410

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2024-01-12 13:47:16 +02:00
Doug Rabson
a9db66bd34
feat: add freebsd as an OS filter (#407) (#408)
Signed-off-by: Doug Rabson <dfr@rabson.org>
2023-12-28 14:52:27 +02:00
Andreea-Lupu
f4600b8b79 feat: export vulnerabilities list
Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
2023-12-20 09:23:47 -08:00
Petu Eusebiu
c375c0697a feat: added button to delete tag
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2023-12-15 15:32:28 -08:00
Andreea-Lupu
2e1e2e92b7 fix: show a loading message while waiting for a response
Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
2023-12-11 13:14:30 -08:00
Andreea Lupu
d9370fb9c1
feat: starred repos implementation (#399)
Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
2023-12-07 16:36:54 +02:00
Andrei Aaron
e97e04eee5
ci: dco job should run only on PRs (#396)
See also message in b919279eef

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-11-28 11:23:15 +02:00
Andreea Lupu
a288523a3f
feat: vulnerability chips - show icon before string (#392)
Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
2023-11-28 10:51:23 +02:00
Andrei Aaron
fad5572db4
feat: add prefix zot to /auth urls (#389)
See: https://github.com/project-zot/zot/issues/1883

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-10-20 13:17:24 +03:00
Ramkumar Chinchani
19e366ee1f fix: use the official icon
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
2023-10-11 19:56:02 -07:00
Raul-Cristian Kele
b41fb2f841 patch: update nodata display on homepage
Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-10-02 14:16:15 -07:00
Raul Kele
b787273b84
fix: fixed display of new signature tooltips in some cases (#379)
Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-08-29 19:46:13 +03:00
Andrei Aaron
9ecd46e4d0
ci(end-to-end): Fix a few issues with the workflow (#380)
- free up disk space before running tests
- remove uneeded call to /v2/_catalog.
- add a check to make sure the images are scanned for CVEs before tests start

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-08-29 19:09:52 +03:00
Raul Kele
845726cd08
feat: Update signature integration to display extra info (#378)
Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-08-28 18:03:32 +03:00
Damien Degois
ac84c375c0 feat: add customizable generic oidc login button
Rebased and modified to reflect https://github.com/project-zot/zot/pull/1691 conclusion

Signed-off-by: Damien Degois <damien@degois.info>
2023-08-28 15:15:17 +03:00
Raul-Cristian Kele
96008d67be feat: Implement no data component
- Implement customizeable component for no data display
- Added component to homepage

Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-08-18 20:09:28 +03:00
Raul-Cristian Kele
087b42693f patch: update integration tests
Signed-off-by: raulkele <raulkeleblk@gmail.com>
Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-08-15 20:12:30 +03:00
Raul-Cristian Kele
8f4c23bf40 fix: Update tooltip for vulnerability chips
Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-08-08 21:33:22 +03:00
Raul-Cristian Kele
54c764c996 patch: update cve api usage
- updated CVEListForImage api calls
- updated ImageListWithCVEFixed api calls
- now cves are shown for specific tag
- fixed tags now only shows tags that match platform with current digest
- moved platform selector on tagdetails page

Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-07-27 08:51:27 +03:00
Raul-Cristian Kele
44289c751f fix: fixed login page refresh bug
Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-07-19 17:44:44 +03:00
Raul-Cristian Kele
8086f6880d feat: Update auth flow and add third party auth
Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-07-17 10:21:26 -07:00
Raul-Cristian Kele
a55248774c fix: login bug when both anonymous and auth is enabled
Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-06-16 13:46:55 +03:00
Raul-Cristian Kele
936590d822 feat:Integration tests
Signed-off-by: Raul-Cristian Kele <raulkeleblk@gmail.com>
2023-05-30 10:54:24 +03:00
Raul Kele
05d5f744b0 feat: bookmark implementation
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-05-12 15:59:40 +03:00
Raul Kele
769ffdc60d fix: change login page logic
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-05-08 17:22:19 +03:00
Raul Kele
70a870a616 fix: fixed layer history not updating for multiarch images
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-05-04 09:15:38 +03:00
Andrei Aaron
c09a12facc
test(test-data): add layers information to the image metadata json (#347)
* test(test-data): add layers information to the image metadata json

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>

* fix(tests): fix username userd as password, fix prerequisite validation

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>

* fix(tests): auto-confirm cosign upload to private registry

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>

---------

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-04-27 18:06:52 +03:00
Andrei Aaron
415973e23c
build(go): upgrade go version used in end-to-end tests to 1.20 (#346)
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-04-27 14:08:59 +03:00
Raul Kele
cb2d8795f5 patch: followup dependency cleanup
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-04-27 10:38:34 +03:00
Raul Kele
ac9d023272 patch: updated vulnerability design, styling cleanup
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-04-27 10:03:28 +03:00
Raul Kele
6a2fc8d867 patch: tag page design updates
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-04-26 10:07:09 +03:00
Raul Kele
ba73af24b3 patch: cleanup peer dependencies in lockfile
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-04-24 14:24:22 +03:00
Raul Kele
c1a51afede patch: ux update for repo page
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-04-20 15:33:44 +03:00
Raul Kele
ecd584c4e2 patch: explore page ux updates
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-04-19 14:10:48 +03:00
Raul Kele
e0d4417bf7 patch: updated usage of fonts, self hosting from assets
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-04-13 11:05:24 -07:00
Andrei Aaron
63ff8dabc0
test(end-to-end): provide CVE information for the tests to consume (#330)
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-04-12 14:43:39 +03:00
Raul Kele
f9cafd0b90 patch: homepage and header ux updates
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-04-12 13:38:24 +03:00
Raul Kele
089d79087f patch: update placeholder image logic
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-04-03 11:53:32 +03:00
Raul Kele
2f94cc30ae patch: referrers from image query
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-03-22 14:12:15 +02:00
Raul Kele
ddf1d9224b feat: cve list filtering
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-03-21 12:51:16 +02:00
Andrei Aaron
7471fb58a8
ci(tests): some updates to the scripts to make them work better on macos (#324)
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-03-20 16:51:50 +02:00
Andrei Aaron
2b3058fb14
ci(tests): add a new workflow for running integration tests against a zot server (#322)
Integration tests will use the latest zot on main
The test data consists of images:
- downloaded from dockerhub
- converted to OCI format
- having all needed annotations
- having a logo as an OCI artifact

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-03-17 09:54:08 +02:00
Raul Kele
ecff33fe01 fix: homepage incorrect data
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-03-10 12:53:27 +02:00
Raul Kele
60ca6d21d5 fix: fixed the bugs present in explore page
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-03-09 16:54:36 +02:00
Raul Kele
9029b97b47 feat: multi-arch image features
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-03-09 10:44:43 +02:00
Raul Kele
4db0c2ee8b patch: Update API usage for multi-arch support
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-03-06 17:25:07 +02:00