Commit Graph

241 Commits

Author SHA1 Message Date
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
Andrei Aaron
1cf9b3ca66
ci(releases): publish build results for every commit on main branch (#311)
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-02-27 15:47:58 +02:00
Raul Kele
1405a40a1c fix: redirect to home if data invalid on repo or tag page
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-27 12:25:15 +02:00
Raul Kele
f455e262ae fix: update dependencies
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-24 14:06:55 +02:00
Raul Kele
d73ac9fd19 fix: fix zap scan warnings
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-24 10:52:59 +02:00
Raul Kele
efc1f5d20d fix: fixed in tags not wrapping correctly
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-17 13:40:43 +02:00
Raul Kele
6db80e4700 patch: Implement pagination on ImageListWithCVEFixed query
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-16 15:37:34 +02:00
Raul Kele
c9c058a350 fix: fix saerch query change on explore
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-14 16:27:18 +02:00
Andrei Aaron
a40801f75e ci: publish zui build as part of the release workflow
Also update some of the plugins we use in the build-test.yml workflow.
Enable cache for npm dependencies in the build-test.yml workflow.

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-02-13 20:26:40 +02:00
Raul Kele
0312285edf fix: page sometimes being cut off before all content shown
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-10 19:32:07 +02:00
Raul Kele
f1aad5228f fix: cleanup unfinished implementations for RC
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-10 13:02:04 +02:00
Raul Kele
45a50bf6cd fix: background height for tag and repo page
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-03 15:03:22 +02:00
Raul Kele
9ecfcf1665 cleanup: restructued project folders
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>

Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-02-02 13:37:11 +02:00
Raul Kele
514475a33f fix: infinite loading bug
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-01-31 16:19:05 +02:00
Raul Kele
23416883c7 fix: infinite loading bug on cve fix
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-01-26 15:45:54 +02:00
Raul Kele
a4b25adb51 patch: integrated pagination in cve tab
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
2023-01-26 14:08:47 +02:00