Commit graph

485 commits

Author SHA1 Message Date
Joxit
1031034bc4
feat(branching): add configuration for catalog arborescence 2023-05-30 07:49:18 +02:00
Joxit
398fa65fa1
test(branching): add new test for custom branching 2023-05-29 15:38:38 +02:00
Joxit
03157d841e
test(branching): start new configurable branching repository system 2023-05-25 07:01:50 +02:00
Joxit
e7e762d6d9
ci: generate custom version name for dev + main tags 2023-05-24 23:38:06 +02:00
Joxit
8e98c1c63b
ci: add test step and create PR workflow 2023-05-23 05:19:51 +02:00
Joxit
aca633720a
fix: docker registry >=2.8.2 sets catalog max entries to 1000 (#306)
fixes #306
2023-05-22 21:35:04 +02:00
Joxit
5a340291c2
feat(catalog): add CATALOG_DEFAULT_EXPANDED to expand repositories by default (#302)
closes #302
2023-05-21 10:13:59 +02:00
Joxit
9ebbbc3518
fix: buildx multiarch image date and history not shown (#309)
Support images created with buildx and `--provenance true`

fixes #309
2023-05-20 02:04:22 +02:00
Jones Magloire
d2222bef05
feat(taglist-order): add new option TAGLIST_ORDER (#307)
Create new option named `TAGLIST_ORDER` that will order tags using user defined configuration.

Available values are:
| value | description |
| --- | --- |
| `num-asc;alpha-asc` | Numbers come first in **ascending** order then alphabet in **ascending** order |
| `num-desc;alpha-asc` | Numbers come first in **descending** order then alphabet in **ascending** order |
| `num-asc;alpha-desc` | Numbers come first in **ascending** order then alphabet in **descending** order |
| `num-desc;alpha-desc` | Numbers come first in **descending** order then alphabet in **descending** order |
| `alpha-asc;num-asc` | Alphabet come first in **ascending** order then numbers in **ascending** order |
| `alpha-asc;num-desc`  (default) | Alphabet come first in **ascending** order then numbers in **descending** order |
| `alpha-desc;num-asc` | Alphabet come first in **descending** order then numbers in **ascending** order |
| `alpha-desc;num-desc` | Alphabet come first in **descending** order then numbers in **descending** order |

Some examples in [test/taglist-order.test.js](8bbfc5c390/test/taglist-order.test.js)


closes #294
2023-05-19 12:46:54 +02:00
Joxit
c6dee14d79
fix(taglist-order): improve error handler when the order does not exists 2023-05-18 07:28:07 +02:00
Joxit
92584fc3da
docs(taglist-order): update entrypoint and add documentation for TAGLIST_ORDER 2023-05-17 20:32:34 +02:00
Joxit
78606e07f1
feat(taglist-order): change default value to alpha-asc;num-desc 2023-05-16 06:28:35 +02:00
Alexander Wolz
bc80050a44
docs: added missing CORS headers for regular keycloak access via AJAX (#304) 2023-05-13 10:02:56 +02:00
Joxit
8bbfc5c390
feat(taglist-order): add new option taglist-order 2023-05-12 07:23:59 +02:00
Joxit
fbab517a17
feat(utils): add support to alpha first order 2023-05-11 22:15:06 +02:00
Joxit
34d1ed90ad
feat(utils): add getTagComparator that generate comparator, only numFirst supported 2023-05-10 05:16:57 +02:00
Joxit
a135c00866
feat(utils): add splitTagToArray that will transform a tag into an array alpha and num splited 2023-05-09 22:34:59 +02:00
Joxit
ba322e076f
docs(token-auth-keycloak): update nginx configuration (#303) 2023-05-08 14:42:32 +02:00
Joxit
a77103a2d4
fix(token-auth): always send withCredentials in token auth request 2023-05-07 10:42:32 +02:00
Joxit
b0ea4e5fb8
fix(utils): rename talgistOrderParser to taglistOrderParser 🤦 2023-05-06 22:55:33 +02:00
Joxit
edb5aa97e8
feat(utils): add talgistOrderParser will parse the order string into object 2023-05-05 00:07:29 +02:00
xcaliburinhand
ca7202d1f5
feat: support for the docker spec oauth2 token (#300) 2023-05-03 02:54:07 +02:00
Joxit
a3e987482e
fix(utils): taglistOrderVariants improved format 2023-05-02 01:26:11 +02:00
Joxit
2b63fb725c
feat(utils): add taglistOrderVariants function to format taglist order 2023-05-01 23:22:48 +02:00
Joxit
b0811086fd
fix: hide empty repositories when SHOW_CATALOG_NB_TAGS is active (#299)
fixes #299
2023-04-30 23:06:42 +02:00
Joxit
43a242312c
fix(taglist): align creation date to the left
fixes #297
2023-04-29 20:05:30 +02:00
silverwind
bfc901eb0b
docs: fix typo in README (#298) 2023-04-27 19:43:29 +02:00
Joxit
f984633bc3
docs: rename home title 2023-04-17 19:47:45 +02:00
Joxit
ea508e6a1d
chore: add some code format 2023-04-16 18:33:22 +02:00
Joxit
4f452207c4
docs: add links on badges in README 2023-04-15 22:18:27 +02:00
Joxit
b2590115a7
fix: upgrade riot-mui dependency firefox switch fix 2023-03-20 00:10:01 +01:00
Joxit
e2f2850f41
build: release 2.4.0 🚀 2023-03-18 15:13:17 +01:00
Joxit
a8227d9cba
feat(theme): should have auto behaviour when theme option is empty 2023-03-17 07:58:45 +01:00
Steffen Butzer
6a8d984315
fix(tag-table): sorting of images w/o date. (#288)
E.g. OCI build-cache doesn't have a created date available, which leads to an error due to `creationDate` being undefined.
2023-03-16 20:54:22 +01:00
Joxit
564bc4b0b4
docs: refactoring main README and change license dates
Change Features to Hidden Features to highlight only features you may not see
Update Available Options and add linked PR/Issue and the version added
2023-03-15 23:02:31 +01:00
Jones Magloire
5db01a9fbb
feat: add switch to manually change theme from light to dark (#291)
This requires `auto` default theme
2023-03-14 06:04:53 +01:00
Joxit
a9fd1a2a23
feat(theme): use localstorage to save the switch state at refresh 2023-03-14 06:01:48 +01:00
Joxit
8b377aee79
feat(theme): add icons to the switch (sun and moon) and use accent-text color 2023-03-10 04:02:38 +01:00
Joxit
8c3189b57f
feat(theme): add switch to select light/dark mode when the default theme is auto 2023-03-08 22:14:51 +01:00
Jones Magloire
2dce587840
feat(delete): add support to shift + click for multi delete in a row (#287) 2023-02-06 06:50:06 +01:00
Joxit
dc64f72483
feat(shift-key): add support to shift + click for multi delete in a row 2023-02-04 21:56:32 +01:00
Joxit
959af86333
docs: add name in contributors list 2023-02-02 21:09:04 +01:00
Joxit
6314e8b11e
feat(error-page): add a full page for specific errors
This may help people to save their issues

fixes #230
2023-02-01 21:54:37 +01:00
Jones Magloire
b9a157c943
feat(dockerfile): show dockerfile in history page (#286) 2023-01-29 09:30:20 +01:00
Joxit
c3fa2c91d7
feat(dockerfile): create dockerfile dialog with styled content 2023-01-26 00:13:08 +01:00
Joxit
b3278511fb
feat(dockerfile): add button for Dockerfile dialog 2023-01-25 22:00:02 +01:00
Jones Magloire
347e201f79
feat(theme): add support for Dark Mode and Custom Theme (#283) 2023-01-24 00:20:50 +01:00
Joxit
c9b2415d1e
docs: add documentation for theme options 2023-01-23 23:38:15 +01:00
Joxit
0a6d08bfdd
ci: disable proxy request buffering (#282)
fixes #282
2023-01-22 20:53:12 +01:00
Joxit
1bfbcbf59f
fix: styling for small screens 2023-01-21 02:37:50 +01:00