sergeyglazyrindev

Results 114 comments of sergeyglazyrindev

So, I propose you to merge our efforts in developing this uadmin project.

Here are some updates: 1. added full support for postgres 2. also now tests in uadmin framework executed with isolation level "repeatable read", this allows us to forget about test...

Added two ci-cd tests for the project: it's necessary to make sure future pull requests wouldn't break anything in the core. https://github.com/sergeyglazyrindev/uadmin/actions One action for sqlite and one for postgres

Hey guys! Huge updates for uadmin project: For the last few days: 1. added full support for postgres 2. small code improvements 3. check user permissions now before opening any...

Hey guys! Now uadmin supports also elasticsearch, not only databases. https://uadmindocs.sergeyg.me/docs/elasticsearch/intro https://github.com/sergeyglazyrindev/uadmin/commit/8c95e757ab31bda400d4b84026aa4381517e6ed6 It let you to power your admin interface with UI to edit/add data to your elastic search index...

Added way to easily customize templates for the project. Now we can embed overriden template directory for uadmin. An example here: https://github.com/sergeyglazyrindev/uadmin/blob/master/examples/proofit-example/app.go#L14 For this you have to use version 1.1.5...

Small updates for uadmin, which I believe one of the best go-admin frameworks that use gorm: https://github.com/sergeyglazyrindev/uadmin/commit/81bb7a244db87d71fa7d5d0bc38aee40242c76de 1. Some blueprint interface changes 2. Improved how we create random strings in...

Hello guys Added today to my uadmin version: 1. Full support for multilanguage, on backend and web 2. fixed postgres tests 3. small interface improvements https://github.com/sergeyglazyrindev/uadmin/commit/47e783b329e74c45b347ec2057df82f248c4cdea

Here is an example of usage: For example I open my local url: http://localhost:8083/?saveToFileEndpoint=/spec and in this changeset I store/load spec from the fs. https://github.com/sergeyglazyrindev/uadmin/commit/2d7b445ba225e9d32291f8fdb53c303c1129c9dc

This is first step of improvements, I am gonna move all code into typescript and cover with tests, etc.