Commit Graph

39 Commits

Author SHA1 Message Date
ionutboangiu
db301f7901 Remove StorDB service param from service constructors
Use ServiceIndexer instead.
Remove CDRs ListenAndServe method.
Pass the storDB connection directly to constructors instead of the
channel.
2024-12-12 11:55:14 +01:00
ionutboangiu
e5ab21def5 Implement AdminSv1 Get/RemoveCDRs APIs for CDRs
Addition of storDB to AdminSv1 was required.
2023-11-09 20:50:36 +01:00
ionutboangiu
113e2a2bdf Replace interface{} with any 2023-05-31 10:22:28 +02:00
ionutboangiu
e98f230f04 Change type name from Blockers to DynamicBlockers 2022-05-10 17:05:31 +02:00
porosnicuadrian
b16b44732e Modified blocker into Blockers for attributes 2022-04-21 15:27:27 +02:00
ionutboangiu
2a432620dd Add filterS field for AdminSv1 service 2022-04-06 11:17:50 +02:00
ionutboangiu
76c9194ace Update APIAttributeProfile converter function to take into account the Blocker as well 2022-03-23 17:17:06 +01:00
ionutboangiu
53807032a0 Add cover tests in apis 2022-03-18 11:58:16 +01:00
ionutboangiu
5996c6ae83 Add cover tests in apis 2022-03-11 11:22:30 +01:00
andronache98
ecdf5e54ea Changed headers 2022-03-09 14:14:30 +01:00
andronache98
9ec56f5155 Changed headers 2022-03-09 14:14:30 +01:00
porosnicuadrian
c7092cc0df Renamed AteredFields + updated uniqueALteredFields method 2022-03-01 15:51:07 +02:00
porosnicuadrian
75fc37db2c renamed into Filters + uniqueAlteredFields 2022-02-25 14:38:26 +01:00
porosnicuadrian
bf5c694ecd Combined matchedProfile and alteredField for attributes 2022-02-24 17:28:38 +01:00
ionutboangiu
c6ca3573ae Add APIAttributeProfile and structs related to it 2022-02-17 21:14:48 +02:00
andronache98
6cddc10b00 Renaming count APIs 2022-02-13 15:09:53 +02:00
ionutboangiu
d1716ec7dc Remove APIAccount and all structs related to it 2022-02-08 12:30:20 +01:00
ionutboangiu
6612b461c4 Remove APIAttributeProfile and all structs related to it 2022-02-07 20:05:36 +01:00
ionutboangiu
526dcf3608 The Get*Count functions now take into consideration the ItemsPrefix 2022-01-09 14:48:18 +01:00
ionutboangiu
8fe9805592 The Get*IDs functions now use the new paginate function and include an additional prefix 2022-01-06 17:06:30 +01:00
Trial97
cb809f976e Updated internal datadb 2021-10-28 18:03:43 +03:00
Trial97
0ed0b0e7a6 Updated more services 2021-09-13 16:08:39 +02:00
ionutboangiu
a2829a3f1a Add AttributeIDs to opts struct 2021-09-12 13:23:08 +02:00
porosnicuadrian
c178c25a4d Fixed indetation 2021-08-24 20:19:53 +02:00
Trial97
fbdac6f42c Added tenant to the MatchedProfiles reply in attributes 2021-07-09 16:32:49 +02:00
ionutboangiu
bfa3fb7a4c Fix integration tests in apis after changing GetAttrForEvent reply type 2021-06-08 11:54:23 +02:00
ionutboangiu
12fca69f24 Fix cover test in apis/attributes_test.go 2021-06-08 11:54:23 +02:00
ionutboangiu
6d504a5454 Fix failing tests from apis 2021-06-08 11:54:23 +02:00
porosnicuadrian
faaf19d806 Updated tests for path sanitizations 2021-06-01 20:36:06 +03:00
porosnicuadrian
817c923b91 Removed IDs from count Apis + fixed all unit/integrations tests in engine 2021-06-01 20:36:06 +03:00
ionutboangiu
de4101c2dc Add tests to check for cache clear/reload after filter update 2021-05-28 12:42:50 +03:00
ionutboangiu
50ab1f594e Modify test names to have consistent prefix 2021-05-27 10:17:13 +02:00
andronache
244ea3d366 Cover tests for rates and attributes in apis 2021-05-21 14:12:29 +02:00
ionutboangiu
8984f1167c Remove Contexts from Attributes 1.0 2021-05-19 19:27:43 +02:00
andronache
6ffae42a2f 100% Coverage in Dispatchers 1.0 2021-04-27 16:17:10 +02:00
porosnicuadrian
69692ede55 Test + context in fields 2021-04-20 17:16:17 +02:00
porosnicuadrian
f3b1843b42 Test for attributes in apis 2021-04-20 17:16:17 +02:00
Trial97
2da495af19 Starting adding back AttributesSv1 APIs 2021-04-13 13:35:03 +02:00
Trial97
3406d3c7c9 Updated based on new rpc library 2021-04-13 13:35:03 +02:00