Commit Graph

108 Commits

Author SHA1 Message Date
Roman Vynar
e712ae59d2 Release 0.10.4: update all deps 2025-06-11 19:32:45 +03:00
Enrique Hernández Bello
7e1cff804f
Include a default config file into the container to simplify setup (#83)
* Include the default config file into the Docker image

* Add a quick start section in the README file
2024-12-08 19:48:06 +02:00
Roman Vynar
c4a70ba1df Add more error logging 2024-09-18 11:42:05 +03:00
Roman Vynar
b8faa4b9b1 Update readme 2024-08-19 10:16:13 +03:00
Roman Vynar
628d28398f Release 0.10.3 2024-08-15 14:58:14 +03:00
Roman Vynar
674562d8d7 Upgrade go, alpine, deps 2024-08-15 14:58:00 +03:00
Roman Vynar
920e4132f0 Store IPv6 addresses correctly 2024-08-15 14:56:51 +03:00
KanagawaNezumi
6dc1408576
Add 'insecure' option to enforce use of HTTP protocol for registry requests (#78) 2024-08-15 13:17:21 +03:00
Roman Vynar
1af4694889 Fix concurrent map iteration and map write 2024-06-11 14:23:39 +03:00
Roman Vynar
bbefd03dbd Release 0.10.2 2024-05-31 18:35:42 +03:00
Roman Vynar
f7e40bece8 Allow to override any config option via environment variables using SECTION_KEY_NAME syntax 2024-05-21 17:01:44 +03:00
Roman Vynar
b49076db7c Fix repo tag count when a repo name is a prefix for another repo name(s) 2024-05-06 16:47:37 +03:00
Roman Vynar
c7c3a815fb Bump github.com/docker/docker to 26.0.2 to fix 1 Dependabot alert 2024-04-19 18:10:16 +03:00
Roman Vynar
929daf733f Release 0.10.1 2024-04-19 18:07:40 +03:00
Roman Vynar
86ee1d56bd Rename -purge-from-repos to -purge-include-repos, add -purge-exclude-repos 2024-04-19 18:07:22 +03:00
Roman Vynar
d29c24a78f Make image column clickable in Event Log 2024-04-19 18:06:28 +03:00
Roman Vynar
e334d4c6c7 Major rewrite with just breaking changes 2024-04-16 13:54:18 +03:00
Roman Vynar
f91c3b9aca Add -purge-from-repos="repo1,repo2,..." and -disable-count-tags options 2024-02-22 18:15:18 +02:00
Roman Vynar
8a48bd4e8b Fix timezone support for mysql 2024-02-21 13:37:11 +02:00
Roman Vynar
37bcc85cab Release 0.9.7 2024-02-21 12:27:20 +02:00
Roman Vynar
e9efdcf94a Fix timezone support 2024-02-21 11:28:40 +02:00
Roman Vynar
88072140ca Upgrade dependencies 2024-02-21 11:22:11 +02:00
yurenchen000
017c31e2a1
Update templates/tag_info.html: fix td long line wrap; improve td col 0 style (#71) 2024-02-20 16:55:10 +02:00
Roman Vynar
b89d180f52 Remove example/ 2024-02-20 16:45:51 +02:00
guangwu
5e3db83656
chore: remove refs to deprecated io/ioutil (#72) 2023-08-31 14:55:38 +03:00
Roman Vynar
a41bc10f8a Add SECURITY.md 2023-04-25 14:50:30 +03:00
Roman Vynar
dc1caa7451 Upgrade Go version to 1.20.2, alpine to 3.17 and other dependencies 2023-03-30 15:47:06 +03:00
Roman Vynar
901beb5c9b Fix dep version github.com/mattn/go-sqlite3 2022-09-08 14:34:52 +03:00
Roman Vynar
102e9ae154 Release version to 0.9.5 2022-09-05 13:05:58 +03:00
Roman Vynar
e538d4c3f1
Implement purge_tags_keep_from_file option. Refactoring. (#63)
* Implement purge_tags_keep_from_file option.
* main.go refactoring.
* Refactor user permissions.
* Update changelog.
2022-09-02 18:05:45 +03:00
Rob Best
b5e11aae10
Add anyone_can_view_events option (#59)
Makes it possible to restrict access to the event log to the configured
list of admins.
2022-09-02 16:52:59 +03:00
Dieter Maes
2aa58fc9ba
reverse sort tags on name if equal dates (#62) 2022-09-01 18:13:22 +03:00
Roman Vynar
ad41aca4e5 Upgrade go version and dependencies 2022-08-29 18:57:08 +03:00
Dieter Maes
76f380d3c2
Keep tags based on regex (#61)
* Ignore tags from purging by regexp
2022-04-08 17:21:36 +03:00
Roman Vynar
31b16bb17a Merge branch 'master' of github.com:Quiq/docker-registry-ui 2022-04-06 16:48:04 +03:00
Roman Vynar
a1bef247e0 Bump version, upgrade dependencies 2022-04-06 16:47:52 +03:00
jonny08152
905e8f793b
use temporary map to prevent UI disruption during tags calculation (#60) 2021-12-22 11:07:31 +02:00
Roman Vynar
19d15065ed Bump version 2021-04-26 16:41:14 +03:00
Roman Vynar
811c9d7da0 Update dependencies 2021-04-26 16:36:18 +03:00
Steven Beverly
a84e06443a
Support deleting manifest.list.v2 (#55)
Co-authored-by: Steven Beverly <steven@rigel.gopes>
2021-04-26 15:48:55 +03:00
Roman Vynar
828a5b72e3 Update changelog 2020-07-10 16:14:39 +03:00
Roman Vynar
2d3e770e6f Bump go version and dependencies 2020-07-10 15:43:01 +03:00
Roman Vynar
88964cb46e Use deffault logging level for PurgeOldTags() 2020-07-10 15:42:44 +03:00
Roman Vynar
c022edba0f Update README and screenshots. 2020-02-20 18:44:42 +02:00
Roman Vynar
f9899cb785 Minor amendments for the tag info page to account the cache type of sub-image. 2020-02-20 14:53:12 +02:00
Roman Vynar
e1cd96ef12 Update changelog 2020-02-19 12:42:22 +02:00
Roman Vynar
65c9978bd1 Compatibility fix with docker_auth v1.5.0 2020-02-19 12:36:55 +02:00
Roman Vynar
b6398fa33c Hide repositories with 0 tags count 2020-02-19 11:29:54 +02:00
Roman Vynar
67d82c7d59 Amend tag info page, change logging.
* Amend representation of the tag info page
* Change logging library, add "-log-level" argument and put most of the logging into DEBUG mode
2020-02-18 23:31:56 +02:00
Roman Vynar
dc7b2e42fc Update the link of Quiq website 2020-02-17 13:23:58 +02:00