Asim Aslam
a90a74c9e2
Change the store interface to remove variadic args ( #1095 )
2020-01-08 22:23:14 +00:00
Shu xian
31362bc331
prevent resource leak ( #1080 )
2020-01-03 13:31:47 +00:00
a1eaf9cc20
linting fixes
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-12-04 00:22:02 +03:00
Astone
29fb58db39
improve code quality
2019-12-03 20:59:02 +08:00
罗泽轩
64a251d69a
improve the syncMap.Iterate test to make it 100% reproducible ( #970 )
...
* improve the syncMap.Iterate test to make it 100% reproducible
* rename store/mocks/Store.go
* rename mocks/store to mock/store
2019-11-23 14:13:17 +00:00
罗泽轩
8579c8b321
avoid deadlock in syncMap.Iterate ( #909 )
...
Previously, when syncMap iterates a list of records which have the same
content in different order, a deadlock might happen. By enforcing a certain
order, the deadlock can be avoided.
2019-11-03 08:18:48 +00:00
罗泽轩
bd37e67839
fix a typo in sync/lock/memory package ( #910 )
2019-11-03 08:17:01 +00:00
Asim Aslam
fb3d729681
sync map uses store list
2019-10-23 22:35:28 +01:00
Asim Aslam
247249050b
move mutex to memory
2019-10-14 22:38:22 +01:00
Asim Aslam
854b01c20c
Add acquire/release to http path
2019-10-14 21:52:18 +01:00
Asim Aslam
745299bce5
add http lock implementation
2019-10-14 21:39:25 +01:00
Asim Aslam
a1342c23fb
add mutex lock implementation
2019-10-14 15:17:25 +01:00
Asim Aslam
a96f6adf07
store handler implementation
2019-10-11 14:08:50 +01:00
Asim Aslam
b1163b9dee
Fix breaking import
2019-10-03 11:26:24 +01:00
Asim Aslam
af5d7a3420
Move the remaining consul cruft to go-plugins
2019-10-03 11:22:35 +01:00
Asim Aslam
b5f33b2aaa
Rename Dump to Sync
2019-10-03 09:56:25 +01:00
Asim Aslam
b5ca40a91a
Move out consul sync/lock and store. Move data/store to store
2019-10-03 09:46:20 +01:00
Asim Aslam
4b4ad68eb9
Change Publication to Event
2019-07-07 12:44:09 +01:00
Asim Aslam
3f910038a3
Move store to data/store
2019-06-19 22:04:13 +01:00
Asim Aslam
7a1cef46b0
fix broken links
2019-06-12 07:50:04 +01:00
Asim Aslam
f81f66c98b
Move DB to Map
2019-06-11 18:21:33 +01:00
Asim Aslam
8e4e710e15
Move data to top level
2019-06-11 17:20:52 +01:00
Asim Aslam
a2fbf19341
Move sync deps, change uuid to google and update go.mod
2019-06-07 13:53:42 +01:00
Asim Aslam
fe060b2d0b
gofmt
2019-06-03 15:56:22 +01:00
Asim Aslam
2aba26d4d1
change logger
2019-05-31 16:03:50 +01:00
Asim Aslam
0f47569714
update go.mod
2019-05-31 12:35:43 +01:00
Asim Aslam
95d134b57e
Add sync => go-sync
2019-05-31 00:43:23 +01:00