Releases: typical-go/typical-rest-server
typical-rest-server - v0.8.29
typical-rest-server - v0.8.28
8f8ffba print bash command to run redis console
8d9dcc1 print bash command to run postgres console + add alias to run postgres console
769a227 add admin method at config to return admin versioned of configuration
eb7cf36 update to typical-go 0.9.52
2cc3d6f update to typical-go 0.9.51
533b136 add conString method in postgres config to return the connection string
7b0165a module return Redis type instead of module
88467b1 add constructor name
0ac3283 migration, rollback, seed and other task using variable from settings
8cc176e add postgres setting
a0f09fe add postgres to accomodate module, utility and docker compose and its default instance
d46a7ee move validation to service layer
3688040 add http error helper function to convert error
5207ea0 add mock utility
typical-rest-server - v0.8.27
65b0660 update to typical-go 0.9.50
347bba3 add context in database create, drop and seed + tidy up
88d8618 add compile find-option helper in dbkit
be36177 remove the cache store as not necessary
2295e7c remove DB type in postgres as dispensable
35e158f update api using url parameter for iD as most common restful practice + tidy up
d422f52 rename healthCheck to profiler to cover more function + tidy up
afee1f0 insert error return status 500 Internal Server Error instead of 422
d474ad4 tidy up repository
c2f2c1d where condition using interface{} as its type in where-find-option
e358905 book FindOne return error when no row instead of nil instance
typical-rest-server - v0.8.26
1f8b48b remove transaction db and json db type as not need it in this project
f5a7e07 update to typcial-go 0.9.49
ba7b1e1 add command alias for redis console + add context for console + tidy up
6dd35b1 remove typserver package for convenience
fc69dd0 remove configuration from typpostgres and typredis package as the module itself is now contain configuration
f856557 add rest-client script to run the the application
231b30c update to typical-go 0.9.48
55a47dc fix usage wording in postgres and redis module
ce8e9c6 using context when run postgres console to handle application signal + tidy up postgres utility using BuildContext
1ecfc52 remove typreadme as overbearing to generate the readme docs
typical-rest-server - v0.8.25
33ace8f update to typical-go 0.9.47 + bump to version 0.8.25
f86710d separate redis module and utility + tidy up
d05a223 change defaultMigrationSource and defaultSeedSource to public access
27b3bf0 separate between postgres module and utility
645e7ea update to typical-go 0.9.46 + create docker recipe for postgres and redis
568b767 update readme
c2f3d71 separate redis module and configuration
452cd6c using typapp.EntryPoint for server + separate postgres module and configuration
55ef4c6 update to typical-go 0.9.45
687627c update to typical-go 0.9.44 + temporary comment typrails due to package lost
typical-rest-server - v0.8.24
typical-rest-server - v0.8.23
e29c782 update to typcial-go 0.9.43
af48a2b rename typpostgres.Postgres to typpostgres.Module and typredis.Redis to typredis.Module
242c038 add newrelic module
27c8f45 update to typical-go 0.9.42
36c3a39 rename restserver package to server
b76ea64 add transactional handler to dbkit
a074d38 update to typical-go 0.9.41
typical-rest-server - v0.8.22
typical-rest-server - v0.8.21
typical-rest-server - v0.8.20
3d71426 update to typical-go 0.9.36
fd021f1 update to typical-go v0.9.35
dac1295 update to typical-go 0.9.34
e0af0da rename rest variable to server + tidy up
cfb1adc docker attribute to private access + tidy up
f25cc5a postgres attribute to private access + tidy up
5c31f15 docker attributes to private access + tidy up
dcacf99 rename Module type to RestServer for convinience
1db8663 create helper to create and shutdown echo server
b8c6aa8 rename railskit to serverkit package
f1d554d remove task from restserver as not used
3ddf4b7 remove typserver as dispensable
6602c04 update to typical-go 0.9.33 + tidy up
788918e readme description will get from build context when empty
00c75c1 cache store to simpler implementation for cache and move caching to service layer
f743006 add stringer to FindOption interface
8494240 remove repo in go filenames in repository package
83e919e update to typical-go 0.9.31
173717c move json to dbtype package + tidy up
a3d159e remove find option impl as dispensable
b09c192 remove music related as distracting for refactoring
918b06a readme object able to set from its module
b1ce3da refactor readme module and remove unnecessary code
247fd7f update to typical-go 0.9.31
23416bc add godoc comment for find option