|
4601eab864
|
update gradle scripts to improve performance of configuration
|
2024-08-27 18:57:59 +06:00 |
|
|
27f5549f56
|
improve tests of repos
|
2024-08-09 21:58:09 +06:00 |
|
|
b0569f8421
|
add tests for cruds
|
2024-08-09 19:22:32 +06:00 |
|
|
4f7f8abec4
|
improve exposed repos
|
2024-04-01 18:20:05 +06:00 |
|
|
7651388b5c
|
update exposed version
|
2024-01-11 23:09:17 +06:00 |
|
|
1afbf03606
|
improvements in AbstractExposedCRUDRepo
|
2023-12-12 00:01:58 +06:00 |
|
|
039aed2747
|
improvements in ExposedReadKeyValuesRepo
|
2023-09-08 02:59:53 +06:00 |
|
|
856e657f81
|
fixes in KeyValueRepo.clear
|
2023-07-23 13:47:20 +06:00 |
|
|
5f231c2212
|
ReadKeyValuesRepo#removeWithValue
|
2023-04-25 19:32:43 +06:00 |
|
|
eeebbff70d
|
getAll
|
2023-03-10 18:37:48 +06:00 |
|
|
2b76ad0aa9
|
improvements in selectByIds of CommonExposedRepo
|
2023-02-20 11:55:14 +06:00 |
|
|
592c5f3732
|
Column extensions eqOrIsNull and neqOrIsNotNull
|
2023-01-14 20:17:57 +06:00 |
|
|
217e977f0d
|
ids in crud repos
|
2022-12-02 13:46:06 +06:00 |
|
|
c1c33cceb1
|
remove deprecations
|
2022-11-08 14:17:45 +06:00 |
|
|
d56eb6c867
|
fixes
|
2022-11-08 12:47:59 +06:00 |
|
|
babbfc55e4
|
update default of AbstractExposedWriteCRUDRepo
|
2022-10-17 15:31:27 +06:00 |
|
|
2511e18d69
|
AbstractExposedWriteCRUDRepo#createAndInsertId now is optional and returns nullable value
|
2022-10-17 14:42:53 +06:00 |
|
|
1257492f85
|
changes in insert/update exposed methods and rewriting of read keyvalue(s) exposed repos to be extending abstract key value(s) repos
|
2022-10-11 12:55:25 +06:00 |
|
|
b165a76e62
|
fixes in selectPaginated
|
2022-08-30 15:20:45 +06:00 |
|
|
fa061f88e2
|
refactor
|
2022-08-22 01:42:04 +06:00 |
|
|
1d01b65b5f
|
fix
|
2022-08-22 01:26:28 +06:00 |
|
|
2c2b364167
|
add default unoptimized realization of selectByIds
|
2022-08-22 01:25:07 +06:00 |
|
|
7c5fc9bf7c
|
selectPaginated and abstract exposed keyvalue(s) repos
|
2022-08-22 01:11:09 +06:00 |
|
|
f33ada5396
|
deprecations handling
|
2022-08-04 10:59:04 +06:00 |
|
|
3bbde61f39
|
renames in crud repos and some little refactoring
|
2022-06-04 15:15:17 +06:00 |
|
|
8d955c4b9d
|
renames in kevalues repos
|
2022-06-04 15:00:23 +06:00 |
|
|
18593c530b
|
renames in key value repos
|
2022-06-04 14:42:16 +06:00 |
|
|
be4aa8daac
|
fixes in inheritance of interfaces
|
2022-04-20 23:14:06 +06:00 |
|
|
b5eac37782
|
improvements in ExposedCRUDRepo
|
2022-04-20 18:41:42 +06:00 |
|
|
caf9c821f3
|
fixes in AbstractExposedWriteCRUDRepo
|
2022-04-15 00:49:32 +06:00 |
|
|
223fed910f
|
fix for column name of table version in exposed standard versions repo proxy
|
2022-04-07 00:43:55 +06:00 |
|
|
4f1a663e75
|
fixes in ExposedOneToManyKeyValueRepo and includeWebsocketHandling
|
2022-02-19 16:06:33 +06:00 |
|
|
87a3f61ca6
|
fix in ExposedOneToManyKeyValueRepo
|
2022-02-07 20:43:43 +06:00 |
|
|
916f2f96f4
|
typealiases for exposed one to many
|
2022-01-08 14:35:28 +06:00 |
|
|
00cc214754
|
repo exposed updates
|
2022-01-08 14:14:44 +06:00 |
|
|
02c3d397ad
|
solution of #104
|
2021-10-29 13:40:53 +06:00 |
|
|
96e97d1691
|
ExposedOneToManyKeyValueRepo fixes
|
2021-06-16 13:22:40 +06:00 |
|
|
4dc27f4489
|
all deprecations were removed
|
2021-04-29 12:28:52 +06:00 |
|
|
6ac4149aa1
|
fixes in crud repos
|
2021-04-13 12:20:24 +06:00 |
|
|
b26a4f24d4
|
fix in AbstractExposedWriteCRUDRepo
|
2021-02-23 12:51:13 +06:00 |
|
|
091cb38339
|
WriteStandardKeyValueRepo#unsetWithValues
|
2020-12-05 17:52:37 +06:00 |
|
|
2d5304a770
|
BroadcastChannel -> MutableSharedFlow in repos
|
2020-12-02 16:39:04 +06:00 |
|
|
88f2c16c82
|
crud exposed realization open fun asObject
|
2020-12-02 16:28:08 +06:00 |
|
|
c40f0fdcb9
|
VersionsRepo
|
2020-11-22 19:07:37 +06:00 |
|
|
71ff0232aa
|
fix keyvalue exposed repo initiation
|
2020-11-16 20:05:22 +06:00 |
|
|
63921cd984
|
fix of shared flow size in ExposedKeyValueRepo
|
2020-11-16 19:48:28 +06:00 |
|
|
5a9cabc4bd
|
add ReadStandardKeyValueRepo#keys with value parameter
|
2020-11-14 17:27:26 +06:00 |
|
|
3ba630684a
|
new ReadOneToManyKeyValueRepo#keys
|
2020-11-14 16:44:28 +06:00 |
|
|
abfda3627c
|
repos rework
|
2020-11-09 00:46:26 +06:00 |
|
|
0fdb072385
|
update: Replace channels by sharedflows in exposed CRUD realization
|
2020-11-08 20:45:45 +06:00 |
|