Closed stasadev closed 4 months ago
For more generality we may want to move to using the router on gitpod/codespaces.
Hmmm ... not sure if If like the restart
in the health checks. I know it removes duplication, but personally, I prefer it in the test body. That way:
If you prefer it in the health check, I guess I'm OK with that.
If you prefer it in the health check, I guess I'm OK with that.
It was a simple copy-paste to match the code in ddev-phpmyadmin
.
I like your arguments, so I reverted this change.
Works great! Thank you.
Click "Open in GItpod" link in description.
Add PR via tarball.
ddev get https://github.com/ddev/ddev-xhgui/tarball/20240718_stasadev_norouter
Restart DDEV to apply addon.
ddev restart
Confirm site is working.
ddev launch
Configure Drupal umami following instructions in this repo's README.
Start profiling.
ddev xhprof
Navigate site to generate a couple of profile reports.
Confirm launch command opens xhgui.
ddev xhgui
The Issue
This add-on doesn't work in Gitpod.
How This PR Solves The Issue
In terms of functionality, this add-on is similar to https://github.com/ddev/ddev-phpmyadmin This PR contains recent fixes and improvements from
ddev-phpmyadmin
.Manual Testing Instructions
Test it locally and in Gitpod.
Automated Testing Overview
Related Issue Link(s)
Release/Deployment Notes