go-admin

A golang framework helps gopher to build a data visualization and admin panel in ten minutes

APACHE-2.0 License

Stars
7.9K
Committers
54

Bot releases are hidden (Show)

go-admin - v1.2.6

Published by chenhg5 over 4 years ago

Strongly recommend users who downloaded the v1.2.5 update to v1.2.6 now.

Recommendation Index: ⭐⭐⭐⭐

BUG Fixes

  • Fixed custom data source edit operation error
  • Fixed table filter form radio/switch components display error
  • Fixed multi-file form component display error
  • Fixed edit/new form return URL error
  • Fixed menu edit/new form root menu retrieve error
  • Fixed custom form component type retrieve value error
  • Fixed table raw action button display error
  • Fixed table pre query error
  • Fixed join table fields filter error

Improvement

  • DB: add GroupByRaw/OrderByRaw API
  • Add user acceptance tests
  • Add mssql ci test
  • Limit login in different session #185
go-admin - v1.2.5

Published by chenhg5 over 4 years ago

BUG Fixes

  • Fixed RichText components display error

Improvement

  • Change framework echo version to v4 #179
  • Improve API NewDefaultTable
  • A lot of refactors
  • Add engine.HTML & engine.Data APIs which make customing content easier
  • Add table filter form multi selections support
  • Add FieldOptionsFromTable API which supports load option data from the database
  • Add support for linkage loading of the table filter form
go-admin - v1.2.4

Published by chenhg5 over 4 years ago

BUG Fixes

  • Mssql query error

Improvement

  • Add page animation support
  • Add form layout
  • Support table info edit component switch
  • Make table component more easier to use
  • Improve CLI adm
  • Improve translate #178
go-admin - v1.2.3

Published by chenhg5 over 4 years ago

BUG Fixes

  • DB module error
  • Mssql query error
  • Detail page custom data source error

Improvement

  • Add Extra info to global Config
  • Support form selection fields linkage display
  • Add selection ajax load data APIs
  • Add the form selection object
  • Improve Japanese translations
  • Add checkbox for update/new form which can set the jump URL
  • Support multi-filter form fields with same field and different operator
go-admin - v1.2.2

Published by chenhg5 over 4 years ago

BUG Fixes

  • Fixed new operation form select default value error
  • Fixed table Copy API error
  • Fixed table generator error
  • Update table operation permission check APIs

Improvement

  • Update language module
  • Add HTML constructor
  • Add update/insert PreProcessFn API
go-admin - v1.2.1

Published by chenhg5 over 4 years ago

BUG Fixes

  • Fixed session lifetime error
  • Fixed table filter form input order error
  • Fixed Postgres DB driver field type error
  • Fixed parameter error
  • Fixed show table permission check error after edit/new

Improvement

  • Add route manager
  • Add more constant variables
go-admin - v1.2.0

Published by chenhg5 over 4 years ago

Highly recommended updating ⭐⭐⭐⭐⭐

BUG Fixes

  • Fixed error of getting table data from URL
  • Fixed user permission check error
  • Fixed action JumpInNewTab error
  • Fixed API AddActionButton error
  • Fixed table export function error #165
  • Fixed table info update error new/edit operation
  • Fixed error of row action button popup be covered #162
  • Fixed table data filter error when joining tables #151 #143

Improvement

  • Add configuration and APIs for customizing page
  • Update detail page setting for description and title
  • Update data SQL file
  • Add SetGetDataFn API for loading data of table from the custom logic function
  • Improve Jump Action
  • Add custom table sort field support
  • Add context for the data model
  • Add field filter form value process function API
  • Support update/insert row value as NULL into database
  • Improve table info pre query API #164
  • Add table button action: Ajax
  • Improve Popup Action API
  • Add BindJSON API for context
  • Add API SetTableFixed for info panel which allows set table-layout
go-admin - v1.1.9

Published by chenhg5 over 4 years ago

BUG Fixes

  • Fixed label component default value error.
  • Fixed session lifetime set error.
  • Fixed SQL object of DB module recycles error.
  • Fixed roles of admin user display error.
go-admin - v1.1.8

Published by chenhg5 over 4 years ago

Improvement

  • Support load table data from API or custom data source. #128 #108 #150
  • Support custom auth model, like OAuth. #152
  • Add collection module, optimized query efficiency.
  • Add new component: Link.
  • Support add a callback to button action.
go-admin - v1.1.7

Published by chenhg5 almost 5 years ago

BUG Fixes

  • Fixed edit/detail URL error. #135 #138
  • Fixed permission check and button(delete/edit/view) display check.
  • Fixed detail page edit URL button error.
  • Fixed form file upload error. #129

Improvement

  • Add more return type support for API FieldDisplay
  • Add support for non-auto-increment UUID primary key. #119
  • Add compress support for the return frontend assets. #139
  • Add detail button display control.
  • Add table row action support.
  • Add require attributes to built-in table fields.
  • Add detail page custom support.
  • Add the ids parameter for AddButton API.
  • Add support for filter of the join table field.
go-admin - v1.1.6

Published by chenhg5 almost 5 years ago

BUG Fixes

  • Primary key, which not auto-increment causes insert/update error.
  • Local file uploader error.
  • Fixed admin.pgsql error.
  • Fixed logout permission check error.
  • Fixed single select/radio components update/insert error.

Improvement

  • Add Close API for database connection.
  • Add detail page support.
  • Add mssql support.
  • Add GroupBy API for database connection.
  • Add GetDB API for database connection.
go-admin - v1.1.5

Published by chenhg5 almost 5 years ago

BUG Fixes

  • Service component error
  • Pagination error
  • Failed to get client IP
  • Prevent normal manager from modifying own permissions and roles
  • Update row on table info page error
  • Add updated_at field update operation
  • Select component bug fixed
  • Table info of join table display error

Improvement

  • Support hide row selector button
go-admin - v1.1.4

Published by chenhg5 almost 5 years ago

BUG Fixes

  • Assets URL error when the URL prefix is empty.
  • Filter for join fields error.

Improvement

  • Add INI/YAML config file format support.
  • Support more form layouts.
  • Support pre query of the info table.
go-admin - v1.1.3

Published by chenhg5 almost 5 years ago

BUG Fixes

  • Fixed global hander display error
  • Auth user API error
  • Filter empty display problem
  • Menu edit form display error

Improvement

  • Update framework examples
  • Add APIs to the image component
go-admin - v1.1.2

Published by chenhg5 almost 5 years ago

v1.1.2 is highly recommended updating ❗❗

BUG Fixes

  • Fixed some security issues.
  • Fixed permission check error.
  • Fixed form panel display error.
  • Fixed display error when finish editing.

Improvement

  • Add more form components: date-time range, number range
  • Make table filter functions friendlier.
go-admin - v1.1.1

Published by chenhg5 almost 5 years ago

Fixed deadly typo.

go-admin - v1.1.0

Published by chenhg5 almost 5 years ago

BUG Fixes

  • Fixed gf adapter errors, add unit tests.
  • Fixed login logic error.

Improvement

  • Add fasthttp unit tests.
  • Add aggregation methods to db modules.
  • Add UpdateFn/InsertFn, which support customizing update/insert logical method.
  • Support add buttons to the table box header.
  • Add label component apis.
  • Modify update/insert methods of internal manager&role, which allow to be rewritten.
  • Improve display details.
go-admin - v1.0.10

Published by chenhg5 almost 5 years ago

BUG Fixes

  • A quick fix of gf adapter.
go-admin - v1.0.9

Published by chenhg5 almost 5 years ago

BUG Fixes

  • Catch errors of form update&insert operation.
  • Context trie bug.
  • Radio selected bug.
  • Avoid XSS attack❗️(NOTE: important update)

Improvement

  • Add gf adapter and example.
  • Add form help message support.
  • Add form component - Switch.
  • Optimize adapter and table sql query logic code.
go-admin - v1.0.8

Published by chenhg5 almost 5 years ago

BUG Fixes

  • admin plugin: radio/single select display error
  • admin plugin: join table display error
  • adm generate file error
  • mysql decimal field display error
  • add custom form type

Improvement

  • support table inline edit
  • add database driver dsn config
  • update iris adapater to Iris version 12
  • add captcha module
  • support custom page size and sort type
Package Rankings
Top 0.95% on Proxy.golang.org
Related Projects