- Upgrade to Node.js 20
- Fix password manager autocompletion for Docker Registry
- Improve auto pagination
- Upgrade dependencies
- Remove console.log
AWS CLI was dropped and now it uses the standard api with SDK. Intructions to use a local authentication with Docker are available in the readme. Now cache is built for every page client side to improve the experience when consulting data intensively
- Classic usage of AWS SDK with local authentication (awscli)
- Add cache everywhere in app, transitions are smoother
- Upgrade to the latest version of Nuxt.js (v3.4.3)
- Upgrage packages
Nuxt.js v3 is definitively coming. The bridge has been removed and the framework has been updated to the last current version (Nuxt.js v3-rc13).
Also, the project supports Amazon ECR but now it supports the authentication from the CLI.
aws
CLI with a child process to perform operations.
- You can authenticate yourself to ECR via aws CLI
- Upgrade to the latest version of Nuxt.js (v3-rc13)
- Upgrade dependencies
- Improve usage of Typescript, types and code architecture
- Compute the real endpoint for hitting the API
- Allow to connect to DockerHub
Allow passwordless auth for docker-registry v2 #28
Fix #25 by fixing the Dockerfile
On the way to Nuxt 3 π
This version brings a big refacto of the project and a step to migrate to Nuxt 3.
Welcome to Github Container registry!
- Now use Nuxt 3 Bride
- Refacto the API, love SPA π₯
- Skeleton of API tests with vitest
- Improve client navigation and speed
- Improve style of title of a repository
- Upgrade to Node.js v16
- Improve README
- Now display each architecture available for a an image
- Several improvements
- A page has been added to view the ten latest image which has been pushed to the registry π
- Upgrade dependancies
- Now supports AWS container registry ! ππ
- Upgrade tailwindCSS
- Allow docker image to contains a slash
- Empty repository (with no tag) are no longer displayed on the list view
- Add the feature to remove all the tag for a repository
- Add a default value for the localstorage (feature for hiding repositories)
- Repair url display in the list view
- Upgrade npm dependancies
- You can now hide repositories on the list to keep the most important repository you want in the list
- Add several color for the theme and improve icons
- Allow to connect to localhost repository (with http)
- CSS alignment when tag count is higher than 10
- Sort tag by created date on repository view
- Upgrade dependencies
- Add bottom margin on list view
docker pull tchoupinax/fuzzy-engine:v1.0.7
- On the view list, the count of tag for each repository is displayed
- Several little fixes
docker pull tchoupinax/fuzzy-engine:v1.0.6
- Add navigations button to return on the previous page
- Change yellow theme to orange
- Improve UX (text size, notification place)
- Upgrade package dependancies
docker pull tchoupinax/fuzzy-engine:v1.0.5
- Bad digest was used to delete so it broke the delete feature
docker pull tchoupinax/fuzzy-engine:v1.0.4
- Add tooltip for size and created date
- Fix default color and footer position
docker pull tchoupinax/fuzzy-engine:v1.0.3
- Add size and created date for each digest
- Add theme color
- Add Github link in the footer
- Improve credentials read from cookie
- Improve readme with FAQ
docker pull tchoupinax/fuzzy-engine:v1.0.2
- Fix typo in readme
- Start the roadmap part
- Do not forward headers from reverse proxy
- Deploy demo url
docker pull tchoupinax/fuzzy-engine:v1.0.1
Initial release of the project
- List all repositories present on your private registry
- List all digest for each repository and show available tag for each one
- Delete a digest with one click
- Provide and lock url, username or password from environment variable