ionutboangiu
b7d172f78a
Fix misspellings
2023-06-21 11:02:39 +02:00
ionutboangiu
3935a72605
Remove executable bit from .go files
2023-06-16 10:24:13 +02:00
ionutboangiu
62619ba3a5
Replace interface{} with any
2023-06-05 10:55:32 +02:00
ionutboangiu
cb7ea790de
Update rpcclient library to latest version
...
Replace all instances of rpcclient.ClientConnector with birpc.ClientConnector.
Pass context, maxReconnectInterval, delayFunc and birpcClient to rpcclient
constructors.
Remove redundant time.Duration conversions (e.g. time.Duration(1*time.Second)
now becomes time.Second.
Add context where needed (context.Background() for tests, context.TODO()
for places where it should be passed from somewhere else).
Implement that functionality of the SessionSv1.Sleep call, in sessions/sessions
instead of apier/v1.
Make changes in utils/server.go (replacing the old rpc2 library with github.com/cgrates/birpc).
Change the way we register birpc methods for sessions in services, using a helper function
defined in engine/libengine.go.
2023-05-03 10:02:15 +02:00
ionutboangiu
01556a299f
Revise it tests
2023-03-10 14:07:59 +01:00
adi
c9a9857152
Added relevant paratheses
2022-12-02 18:39:29 +02:00
ionutboangiu
1436bac61c
Remove unnecessary paranthesis
2022-12-02 14:24:18 +02:00
ionutboangiu
a748ab629e
Apply gofmt simplify code
2022-12-02 14:24:18 +02:00
ionutboangiu
758a94280a
Apply project wide fmt
2022-11-16 10:13:44 +01:00
Trial97
a5b70850b5
Small tweaks
2021-12-23 10:08:54 +01:00
Trial97
0dd7a37f9b
Updated EventCost Rounding. Fixes #3018
2021-09-23 11:49:17 +02:00
Trial97
db3bf9f40d
Updated build tags
2021-08-30 17:55:51 +03:00
Trial97
96ee351888
Updated integration tests
2021-06-08 12:05:51 +02:00
Trial97
ca50dd2f73
Updated actionplan cache tests
2021-06-08 12:05:51 +02:00
Trial97
95a6398207
Updated thresholds dispatcher methods. Fixes #2981
2021-05-25 21:11:02 +02:00
Trial97
92a9f7446d
Updated Responder methods
2021-05-21 10:24:24 +02:00
Trial97
fd5b8774ab
Added all Responder Methods to DispatacherS.Fixes #2954
2021-05-19 19:30:18 +02:00
porosnicuadrian
fe506d48d4
Fixed panic for ping methods in dispatchers
2021-04-01 16:38:21 +02:00
TeoV
7a93429198
Add test for Unreachable host
2020-05-28 15:34:53 +02:00
TeoV
f14a704691
Add lazy connect when get dispatcher host from database
2020-05-28 15:34:53 +02:00
Trial97
ab4944dc1a
Removed config.NavigableMap
2020-05-18 12:43:13 +02:00
Trial97
3d952d23f6
Updated DispatcherS integration test
2020-05-04 19:46:34 +02:00
adragusin
3eaf3232a1
Renamed ApierV1 to APIerSv1/ ApierV2 to APIerSv2
2020-01-30 14:06:48 +01:00
adragusin
35e5fb2f9d
renamed dbType *sql to *mysql
2020-01-29 16:54:54 +01:00
adragusin
7a135cb433
Updated IT tests in dispatchers
2020-01-22 17:56:50 +02:00
Trial97
999aabdf9f
Updated FieldName for attributes
2020-01-20 14:44:36 +02:00
Trial97
ae56de5cf9
Updated tests
2020-01-17 08:28:52 +02:00
Trial97
363a191d31
Updated OK in tests
2020-01-15 16:22:47 +02:00
Trial97
6da56c095b
Updated GetRatingPlansCost and SupplierService.costForEvent
2020-01-13 14:38:58 +02:00
Trial97
47fee04b2e
Added in-line Attributes
2020-01-10 14:56:04 +02:00
Trial97
ff8a7f23f0
Added nested_fields config
2020-01-10 08:04:45 +02:00
Adrian Drăguşin
44158d6a41
Merge branch 'master' into master
2020-01-09 12:32:44 +02:00
Trial97
d60ac504b1
Updated ConfigSv1.ReloadSections to ConfigSv1.ReloadConfigFromJSON
2020-01-09 08:05:20 +02:00
adragusin
63548e049e
updated integration tests in apier
2020-01-08 17:51:47 +02:00
TeoV
e565370c50
Add sanity check for Session Replicate Connection
2020-01-08 10:07:25 -05:00
Trial97
11b362c0f3
Uniformized SetBalance and AddBalance parameters
2020-01-06 17:35:42 +02:00
TeoV
cc14c1e25a
Add Attribute connection from DispatcherS through ConnManager
2019-12-18 08:13:21 -05:00
Trial97
5ec7c6ec1f
Updated gob integration tests
2019-12-17 11:43:44 +02:00
Trial97
e5c97a94ab
Renamed META_DEFAULT to MetaDefault
2019-12-13 15:04:34 +02:00
Trial97
1df6f3be46
Replaced DEFAULT_RUNID with META_DEFAULT
2019-12-13 10:57:40 +02:00
Trial97
bceed9102b
Updated cache integration tests
2019-12-12 18:16:48 +02:00
Trial97
58eddbc9d1
Updated dispatchers sessions integration tests
2019-12-12 18:16:48 +02:00
Trial97
49489be7a2
Updated integration tests
2019-12-11 16:56:54 +02:00
Trial97
bbcfc6de42
Updated integration tests
2019-12-11 08:00:38 +02:00
Trial97
d22151861d
Updated integration tests and replaced *none with *remove in attributes
2019-12-11 08:00:38 +02:00
adragusin
f8bcf0de42
Updated GetAccountsCount
2019-12-10 13:54:48 +02:00
Trial97
b4fe82c6d7
Updated rpcclient library
2019-12-09 18:04:26 +02:00
Trial97
8f07c5029d
Updated dispatcher integration tests for gob RPC
2019-12-04 11:34:17 +02:00
Trial97
b3887584b5
Updated dispatcher integration tests
2019-12-04 11:34:17 +02:00
Trial97
28cc543389
Updated NewInternalDB
2019-12-02 11:07:48 +02:00