-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use adminerevo docker image instead of the deprecated adminer image, fixes #27 #30
Conversation
Your testing instructions are not correct as they point to a release on your fork. Instead, they should be
|
This PR was created with the branch https://github.com/M-arcus/ddev-adminer/tree/adminerevo, not with main. |
What edited contents are meant? |
Your manual testing instructions say to use ddev add-on get M-arcus/ddev-adminer That will get a released version of the fork, not the current branch. Sorry I didn't read your branch correctly, I edited my suggestion for the testing instructions, which will get your actual branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
The Dockerfile is obsolete, so you can remove the build
section of the docker-compose.adminer.yaml and instead add an image
statement.
I have updated the manual testing instructions in the initial comment. |
Co-authored-by: Randy Fay <randy@randyfay.com>
In its current state, after you add the |
Are you confident that adminerevo is the most likely successor to adminer? |
The tests (https://github.com/ddev/ddev-adminer/blob/main/tests/test.bats) look pretty limited, it's worth considering looking at them in this or a followup PR. |
Yes, it is often recommended and supports a wide range of technologies. |
Hey @M-arcus , thanks for the initiative and the work on updating this! I honestly was unaware of the changes in the adminer world. The new version of the add-on works ok for me. I am only wondering if we can set a predefined DB. |
Oh, the usage of And normally we encourage people to use a |
Co-authored-by: Bill Seremetis <bill@seremetis.net>
Co-authored-by: Bill Seremetis <bill@seremetis.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and everything works well.
It's ready to merge after addressing my suggestion for cleanup.
Co-authored-by: Stanislav Zhuk <stasadev@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
The Issue
How This PR Solves The Issue
It uses the adminerevo docker image
Manual Testing Instructions
For DDEV v1.23.5 or above run
For earlier versions of DDEV run
Afterwards run
ddev restart
Then you can just
ddev adminer
or useddev describe
to get the URL (https://<project>.ddev.site:9101
).Automated Testing Overview
See the GitHub Action https://github.com/M-arcus/ddev-adminer/actions/runs/11956882733
Related Issue Link(s)
Release/Deployment Notes