Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Releases: sergeyglazyrindev/uadmin

Bunch of changes

24 Oct 03:18
Compare
Choose a tag to compare
  1. Some blueprint interface changes
  2. Improved how we create random strings in the project, now function accepts alphabet, so we can use the same function but with different alphabet characters will be choosed for string from
  3. Added S3 AWS image uploader.
  4. Added way to add fields to the admin form with ability to search using autocomplete endpoint which connected to the admin page that belongs to the model we search data in.
  5. Bunch of fixes for inlines. Now we properly clone widgets for the inline forms.
  6. Added way to preload data for the admin page queryset. By default it preloads only 1 level of dependencies.
  7. Added way to customize in the same FormFieldOptions widget for the edit page and for the list page.
  8. Fixed search for the dependencies, now we can specify StructField in the model as tag uadmin:"search" and page we configured for the model we want search in, would be used to build sql queries for the proper search

Fixed how we create blueprints: determine current go module

17 Oct 10:11
Compare
Choose a tag to compare
v1.1.6

determine current module to create blueprint for

Release to use in my project

14 Oct 17:30
Compare
Choose a tag to compare
v1.1.5

added ability to customize templates

Release to use in my project

14 Oct 17:09
Compare
Choose a tag to compare
v1.1.4

minor fixes

Minor fix for elastic search package dependency

11 Oct 16:01
Compare
Choose a tag to compare
v1.1.3

fixed version of elastic search package

Added ElasticSearch support for uadmin

11 Oct 15:58
Compare
Choose a tag to compare

Here we added full support of Elastic Search for admin panel.

Postgres support for uadmin + bunch of minor fixes.

20 Sep 21:30
Compare
Choose a tag to compare

For the last few days:

  1. added support for postgres
  2. small code improvements
  3. check user permissions now before opening any admin page
  4. updated documentation, added section: contributing: https://uadmindocs.sergeyg.me/docs/contribution
  5. mentioned in the docs how to use hot reloading of your go app on file changes
  6. added badges that related to new uadmin: ci-cd jobs, godoc, test coverage, license
  7. fixed 500 error when session expired
  8. added command: dbshell (opens database shell) for your database
  9. added command: shell which opens go interactive shell for you.
  10. humanize field names in admin panel for you.
  11. use html/template instead of text/template
  12. fixed some 404 errors in admin panel
    13, added few middlewares to check for the session issues.
  13. added ci-cd jobs.

First official release.

13 Sep 13:48
Compare
Choose a tag to compare

First official release.

more improvements

08 Sep 19:03
Compare
Choose a tag to compare
v1.0.5

more improvements

small fixes.

07 Sep 16:39
Compare
Choose a tag to compare
small fixes. Pre-release
Pre-release
v1.0.4

minor fixes