Commit Graph

53 Commits

Author SHA1 Message Date
TeoV
e87b0c8e20 Add API methods (GetThresholdProfileIDs , GetAttributeProfileIDs,..) +test for them 2018-08-02 19:05:11 +02:00
TeoV
0d318cc8b9 Update test in apier/v1 and model_helpers in engine 2018-07-13 19:32:11 +02:00
TeoV
c5f61e8727 Active start engine in threshold_it_test.go 2018-07-06 17:46:23 +02:00
TeoV
3a70ba1d46 Add locking for matchItemIDForEvent fixes #1128 2018-07-06 17:46:23 +02:00
TeoV
8b9a5f4e4f Update test after filter indexing 2018-07-05 13:06:15 +02:00
TeoV
49b0343dbb Rename tutorial in oldtutorial 2018-06-25 15:10:50 +02:00
Anevo
01156be0c7 Updated integration tests after recent update 2018-05-30 20:05:18 +03:00
TeoV
c3130e509f Add test for Threshold MaxHits 2018-05-22 14:39:46 +02:00
TeoV
8c860eec0d Replace Reccurent with MaxHits for Thresholds 2018-05-22 14:39:46 +02:00
TeoV
e55d6629dc Update Threshold ProcessEvent in Stats and Resource 2018-05-17 12:57:10 +02:00
TeoV
94363df4d6 ThresholdSv1.ProcessEvent return now ids [tenant:thresholdID:EventID] 2018-05-17 12:57:10 +02:00
TeoV
d687c98b3a Update integration test 2018-03-28 16:54:46 +02:00
TeoV
e1443b625c Update apier/v1 instegration test for stats and thresholds 2018-03-26 14:31:09 +02:00
Anevo
60c9a8661f Renamed RemThresholdProfile to RemoveThresholdProfile 2018-03-07 06:44:27 -05:00
TeoV
67b621e456 Renaming RequesFilter -> FilterRule and ReqFilterIndexer -> FilterIndexer 2018-01-31 18:31:07 +01:00
TeoV
09a5712c15 Update Mongo Driver 2018-01-22 18:30:40 +01:00
edwardro22
e567a1b6d1 Renaming utils.ACCID -> utils.OriginID 2018-01-08 18:44:36 +01:00
TeoV
40f027495e Renaming utils.DIRECTION -> utils.Direction 2018-01-08 15:47:50 +01:00
TeoV
6269ec20fc Renaming utils.SUBJECT -> utils.Subject 2018-01-08 15:47:50 +01:00
TeoV
55872d572a IndexFilter Ready for mongo and redis 2017-12-19 09:01:36 +01:00
TeoV
644e9637ba Renaming utils.CATEGORY -> utils.Category 2017-12-19 09:01:36 +01:00
TeoV
07a17d2087 Renaming utils.REQTYPE -> utils.RequestType 2017-12-19 09:01:36 +01:00
TeoV
e91e49736b Renaming utils.CDRSOURCE -> utils.Source 2017-12-19 09:01:36 +01:00
TeoV
dd72830660 Renaming utils.CDRHOST -> utils.OriginHost 2017-12-19 09:01:36 +01:00
TeoV
5a306d1cea Renaming utils.TENANT -> utils.Tenant 2017-12-13 20:03:12 +01:00
TeoV
e0cfc54233 Renaming utils.ANSWER_TIME -> utils.AnswerTime 2017-12-13 20:03:12 +01:00
TeoV
db08e9c5b8 Renaming utils.SETUP_TIME -> SetupTime 2017-12-13 20:03:12 +01:00
TeoV
a3adcc1702 Renaming utils.USAGE -> utils.Usage 2017-12-13 20:03:12 +01:00
TeoV
278a930b18 Renaming utils.DESTINATION -> utils.Destination 2017-12-13 20:03:12 +01:00
TeoV
684566d442 Renaming utils.ACCOUNT -> utils.Account 2017-12-13 20:03:12 +01:00
edwardro22
8f0a3b50b8 fixed failing integration tests 2017-12-05 10:30:10 +01:00
edwardro22
3c45d8ba18 Fixing integration tests 2017-12-05 10:30:10 +01:00
edwardro22
0118c7f1d4 Replaced ThresholdEvent with CGREvent 2017-12-05 10:30:10 +01:00
TeoV
411d453ded Methods from service with utils (utils.StatSv1ProcessEvent,utils.ResourceSv1.ProcessEvent,...) 2017-11-23 14:44:24 +01:00
DanB
f375a52e53 CDRS with thresholds for *raw CDRs 2017-10-27 19:44:44 +02:00
DanB
c66269898f Sample Thresholds.csv to be used with CDR events 2017-10-27 18:32:39 +02:00
TeoV
c16ce4ba29 Add FilterIDs in StatQueue and FilterS in StatS 2017-10-27 12:52:55 +02:00
DanB
881310f01c ThresholdS running with common filters, Thresholds.MinHits implementation, integration tests 2017-10-26 17:51:22 +02:00
TeoV
ab7b060c64 Replace Filter with FilterIDs in Thresholds 2017-10-23 18:13:54 +02:00
DanB
19a811fc5f StatEvent.Fields -> StatEvent.Event 2017-10-22 17:44:33 +02:00
DanB
6980e177d1 StatS with ThresholdS, ThresholdEvent.Fields -> ThresholdEvent.Event 2017-10-22 13:31:17 +02:00
DanB
3c6b016a77 ThresholdS support in balance updates 2017-10-21 21:23:59 +02:00
DanB
29f8ae8fca Adding sample AccountUpdate event sent to ThresholdS 2017-10-21 13:29:11 +02:00
DanB
d6bb574e65 Adding time comparison in GreaterThan 2017-10-20 21:04:50 +02:00
DanB
74cef080ea Test fixes 2017-10-14 21:23:40 +02:00
DanB
755f599234 Integration tests for ApierV1.Set/Remove ThresholdProfile 2017-10-14 21:10:33 +02:00
DanB
8af75e98db ApierV1.SetThreshods recaching, SetResourceProfile recaching with integration tests 2017-10-14 17:21:05 +02:00
DanB
be9539836b Thresholds automatic backup 2017-10-14 16:28:31 +02:00
DanB
e1b793e801 Add account data into threshold tests 2017-10-14 09:08:02 +02:00
DanB
ad3eb76102 Threshold FilterableEvent, integration tests for thresholds 2017-10-13 21:02:25 +02:00