Commit Graph

16 Commits

Author SHA1 Message Date
8496d105c0 fix auth generation and blocked https->http requests 2022-01-21 03:06:51 +03:00
5d72852420 add status endpoint 2022-01-17 22:26:48 +03:00
ced781bba2 migrate to anorm
I'm tired of ORM and would like to write clear sql requests. The
following wrappers were checked:
* doobie - cats api which is useless in this project
* scalike - can't work with sqlite at all
* anorm - awful api
* something also

Anorm fits more than any other my criteria so I migrated to it with
native hikaricp usage
2022-01-17 05:10:01 +03:00
eeb5178efc migrate to bootstrap (#14) 2022-01-15 23:15:24 +03:00
5ec372be87 add item cache 2022-01-07 15:24:29 +03:00
8d516cdb15 use typed actors (#12)
* initial typed actor impl
* fix sending response on ask
2020-12-04 11:45:23 +03:00
25b05aa289 identify url in runtime 2020-11-26 23:43:14 +03:00
534ed98459 etro support 2020-11-26 23:27:33 +03:00
666a1b8b7a fix api urls in swagger 2019-12-29 03:47:43 +03:00
9faceb4f61 some fixes 2019-11-18 23:00:54 +03:00
65b9e53b66 additional methods to types endpoint 2019-11-17 16:23:43 +03:00
0a71a98482 postgres config update 2019-11-03 15:48:05 +03:00
50acecd97e party cache impl, fix reject handling, correct party creation api 2019-11-02 14:41:36 +03:00
2a1eb9430e even more tests 2019-10-27 04:23:06 +03:00
b228595a1b some tests 2019-10-24 08:20:03 +03:00
49fd33fffc Scala (#3)
* initial migration to scala
2019-10-16 03:06:58 +03:00