Commit Graph

255 Commits

Author SHA1 Message Date
TeoV
a2dbb15935 Update Metrics for stats 2018-06-13 13:56:04 +02:00
TeoV
fdfc9fb7cf Add sessions methods into dispatcher 2018-06-07 11:02:52 +02:00
TeoV
ebc419771d Add APIKey authentification 2018-06-06 16:41:34 +02:00
TeoV
c143488ecb Add new subsystems to dispatcher and use const in some console commands 2018-06-04 11:25:29 +03:00
DanB
795b69a242 Merge fixes 2018-05-28 17:53:03 +02:00
DanB
d9f0e43a33 CDR.Rated -> CDR.PreRated, CDR exporter using better RSR parsing 2018-05-28 13:43:06 +02:00
Anevo
6451bdd63d New console API: stats_metrics 2018-05-23 18:02:53 +02:00
TeoV
dbff560dfb Stats Process Event return now StatQueueIDs 2018-05-22 14:39:46 +02:00
TeoV
94363df4d6 ThresholdSv1.ProcessEvent return now ids [tenant:thresholdID:EventID] 2018-05-17 12:57:10 +02:00
Anevo
28e1d22de1 Added new API SessionSv1.InitiateSessionWithDigest + test for it 2018-05-04 17:25:24 +02:00
Anevo
0fe58993e8 Renamed lower service names, renamed LoaderConfig to LoaderSConfig, added configuration file and test for cgr-loader 2018-04-25 16:52:46 +02:00
Carlos Cruz
d08fc21b72 Fix Overwrite for ratingprofile_set console command
This commit fixes rpcParams type so that Overwrite attribute gets
usable through ratingprofile_set command.
2018-04-24 18:59:55 +02:00
Anevo
76dd752e06 Updated ping method to accept all strings format 2018-04-23 11:27:33 +02:00
Anevo
1703277205 Changed ping strings to lower case, added sessionSv1 commands to console. 2018-04-23 11:27:33 +02:00
Anevo
35ae3e937f Used consts for ping command and completed test for loaders 2018-04-17 12:53:27 +02:00
Anevo
8f0ef9de9c Add single ping command for all subsystems 2018-04-14 11:24:45 +02:00
TeoV
6dce7c66eb Add *filters and *resource to loaderS 2018-04-12 14:04:52 +02:00
TeoV
ee90c1f0d1 Active Dispatcher Service 2018-04-12 14:04:52 +02:00
Anevo
e30d15ce36 Renamed console files 2018-03-27 18:47:38 +02:00
Anevo
a2ca4ef7e3 Renamed console files and tested functions from utils/struct.go 2018-03-26 17:43:34 +02:00
Anevo
e81a3ae10b Added Status API all for each subsystem 2018-03-23 17:32:34 +01:00
DanB
b43ffcd7be Corrected help maxusage in console 2018-03-19 17:30:54 +01:00
DanB
f92ea30eee Cache commands using StringSliceWrapper 2018-03-18 18:01:05 +01:00
Anevo
7eb7586c48 Console cache_stats command 2018-03-13 16:16:52 +01:00
Anevo
a4694509bf cache_stats command 2018-03-12 16:42:50 +01:00
Anevo
8f8b821f17 Added time.Now() as CGREvent time for all console commands using it 2018-03-12 16:42:50 +01:00
Anevo
0516168877 Renamed RemSupplierProfile to RemoveSupplierProfile 2018-03-07 08:47:37 -05:00
Anevo
60c9a8661f Renamed RemThresholdProfile to RemoveThresholdProfile 2018-03-07 06:44:27 -05:00
DanB
53cd99a578 Console suppliers command - adding default time *now if none defined 2018-03-07 10:08:54 +01:00
Anevo
30400e4c9c Renamed RemResourceProfile to RemoveResourceProfile 2018-03-06 17:19:18 +01:00
Anevo
de26500138 Renamed RemAttributeProfile to RemoveAttributeProfile 2018-03-05 17:52:11 +01:00
Anevo
01badb9625 Changed name from RemFilter to RemoveFilter 2018-03-02 18:02:45 +01:00
TeoV
3b3e0cbd72 Renaming threshold_for_event -> thresholds_for_event (console command) 2018-02-27 16:36:44 +01:00
TeoV
4b94372be1 Add threshold_for_event command in console 2018-02-27 14:26:32 +01:00
TeoV
b3084d13b1 Remove unnecessary fields from suppliers (console command) 2018-02-27 14:26:32 +01:00
TeoV
3b41a175ff Renaming suppliers methods from console 2018-02-27 14:26:32 +01:00
TeoV
e55b984e1a Add console command filter_indexes and filter_reverse_indexes 2018-02-22 12:22:47 +01:00
TeoV
a49621e0c1 Update console commands and sync storage map with others(indexes problem) 2018-02-16 13:30:44 +01:00
DanB
1a85fa64b2 Renaming sessionmanager package into sessions 2018-01-28 12:27:25 +01:00
TeoV
b6bbc65e49 Update AttributeProfile struct 2018-01-26 18:40:02 +01:00
edwardro22
3fafb01290 Added GetPassiveSessions API 2018-01-24 12:09:18 +01:00
edwardro22
73db1aeff4 Fixed command executer test 2018-01-22 17:46:21 +01:00
edwardro22
89a181bf12 Console active_sessions API update 2018-01-22 17:46:21 +01:00
edwardro22
04d81b5334 Updated filter indexes and updated client args to handle RpcParams as interface{} properly 2018-01-04 16:30:48 +01:00
edwardro22
5ad2a1753d Added compile indexes for threshold with test 2018-01-03 12:07:31 +01:00
edwardro22
bd8ba22ca7 Added StatSum and StatAverage to stats service 2017-12-27 12:16:40 +01:00
edwardro22
1456405b36 Renamed cgr-console Apis 2017-12-19 12:00:15 +01:00
edwardro22
496c354bc3 Formatted code and removed some comments 2017-12-19 12:00:15 +01:00
edwardro22
b02e77978c Adding cgr-console resources related APIs 2017-12-19 12:00:15 +01:00
edwardro22
1e40457f6e Fixed failing api call 2017-12-19 12:00:15 +01:00