This repository was archived by the owner on Jan 10, 2022. It is now read-only.
Postgres support for uadmin + bunch of minor fixes.
·
83 commits
to master
since this release
For the last few days:
- added support for postgres
- small code improvements
- check user permissions now before opening any admin page
- updated documentation, added section: contributing: https://uadmindocs.sergeyg.me/docs/contribution
- mentioned in the docs how to use hot reloading of your go app on file changes
- added badges that related to new uadmin: ci-cd jobs, godoc, test coverage, license
- fixed 500 error when session expired
- added command: dbshell (opens database shell) for your database
- added command: shell which opens go interactive shell for you.
- humanize field names in admin panel for you.
- use html/template instead of text/template
- fixed some 404 errors in admin panel
13, added few middlewares to check for the session issues. - added ci-cd jobs.