Commit Graph

2054 Commits

Author SHA1 Message Date
DanB
f01fe40b8a Adding log for error when deriving CDR before store 2016-12-16 17:52:07 +01:00
DanB
16b51a7334 Storage CacheDataFromDB with ResourceLimit support 2016-12-15 20:47:03 +01:00
DanB
8a14355069 Merge branch 'master' of https://github.com/cgrates/cgrates 2016-12-15 16:54:04 +01:00
DanB
b11eda85ce GetCDRs properly dealing with Min/MaxUsage, updating gorm version 2016-12-15 16:53:59 +01:00
Dan Christian Bogos
c9762b36f4 Merge pull request #617 from rbarrabe/patch-2
Adding AccountSummary for CdrExporter
2016-12-15 16:15:33 +01:00
DanB
49924fc210 SMGeneric using cloning for replication to avoid concurrency 2016-12-15 12:54:41 +01:00
Regis
e71415908a Adding AccountSummary for CdrExporter 2016-12-14 17:44:51 +01:00
rbarrabe
3d1ae679b7 Update cdr.go 2016-12-14 17:14:44 +01:00
DanB
6bee1d387b New automated Migrator with partial *cost_details implementation 2016-12-08 12:03:25 +01:00
DanB
c021466643 RemoveVersions fix, tests improvements 2016-12-06 19:50:07 +01:00
DanB
0bd2c32f5c Get/Set/Remove Versions in StorDB/MySQL; new MySQL table - versions 2016-12-06 19:02:28 +01:00
DanB
ff6c38df1b CacheDataFromDB with aliases support 2016-12-05 14:09:44 +01:00
DanB
a4fe445bb4 LCR in CacheDataFromDB 2016-12-05 11:00:42 +01:00
DanB
ce27342942 CacheDataFromDB with DerivedCharging support 2016-12-05 10:31:56 +01:00
DanB
bb14494d6f SharedGroups in CacheDataFromDB 2016-12-04 19:30:11 +01:00
DanB
ea82801c30 ActionPlan caching into CacheDataFromDB 2016-12-04 18:01:53 +01:00
DanB
f7a3cea9a2 Support for Actions in CacheDataFromDB 2016-12-04 15:15:10 +01:00
DanB
de87d0f035 CDR fix for exporting CostDetails 2016-12-01 13:21:02 +01:00
DanB
82a7b3806c CDRS auto-generating missing CGRID in processCDR, rejecting SMCosts when CGRID is missing, adding export tests to tutorial integration tests 2016-11-30 20:48:33 +01:00
DanB
b1bdbfc5a7 CacheDataFromDB for RatingProfiles, various redis/mongo fixes 2016-11-29 21:22:45 +01:00
DanB
c1e4d46c9c Adding ReverseDestinations and RatingPlan to CacheDataFromDB, remove automatic caching for SetRatingPlan 2016-11-29 18:33:21 +01:00
DanB
9ed59f99cd Fix caching for empty RL in redis driver, tests 2016-11-29 13:13:43 +01:00
DanB
7919e3c253 New OnlineStorage interface for unifying rating and accounting database, unifying storage tests into onstor_it_test via subtests 2016-11-28 20:13:44 +01:00
DanB
18e920c43f CacheDataFromDB method for mongo 2016-11-28 18:50:35 +01:00
DanB
ba7e60c3fe PartialCDR integration test fix 2016-11-28 18:35:51 +01:00
DanB
7e49647ee4 Merge branch 'master' of https://github.com/cgrates/cgrates 2016-11-28 14:58:02 +01:00
DanB
b8529af350 Storage inteface CacheDataFromDB, implementation in redis with tests, fix for destination not being cached in redis 2016-11-28 14:57:58 +01:00
Edwardro22
048203a19e Refactoring of IT Tests 2016-11-28 14:17:56 +01:00
Edwardro22
916624f8b1 Small fix 2016-11-28 12:42:11 +01:00
Edwardro22
46c240bc8e Reformated integration tests 2016-11-28 03:49:53 +01:00
Edwardro22
f742970ddd Merge branch 'master' of https://github.com/Edwardro22/cgrates 2016-11-28 02:04:22 +01:00
DanB
62f4f14d55 Storage.GetActions using GetCloned 2016-11-25 20:24:00 +01:00
DanB
309878d418 Fix Actions.Clone(), activate test 2016-11-25 19:43:39 +01:00
DanB
f29def2577 Merge branch 'master' of https://github.com/cgrates/cgrates 2016-11-25 19:28:18 +01:00
DanB
9364546080 Small cleanups 2016-11-25 19:28:11 +01:00
Regis
d66fee8403 TestCacheGetClonedActions 2016-11-25 17:55:14 +01:00
Regis
0e306e59b8 Cloned actions 2016-11-25 17:31:44 +01:00
rbarrabe
21575ef782 Update action.go 2016-11-25 16:43:47 +01:00
DanB
493bd89625 Storage revert GetActions without clone 2016-11-25 15:23:20 +01:00
DanB
99827c51ff Redis and mongo driver using getCloned to retrieve actions 2016-11-25 15:07:08 +01:00
DanB
ece5e0309c Fix cache key for GetActionPlan in mongo driver 2016-11-25 14:52:26 +01:00
Dan Christian Bogos
b2f643be36 Merge pull request #599 from rbarrabe/patch-4
GetClone for actions
2016-11-25 14:38:12 +01:00
DanB
1d0011b6dc SMGeneric fix compute mechanism in getSessionIDsForPrefix 2016-11-25 14:23:32 +01:00
Regis
d3f71279c4 GetClone for actions 2016-11-25 13:56:16 +01:00
rbarrabe
73d8147a56 Update storage_mongo_datadb.go 2016-11-25 10:18:26 +01:00
DanB
596f19c8bc CDRC - allow RunID value on import 2016-11-24 15:39:56 +01:00
DanB
22038034cc CallDescriptor.AllowNegative -> DenyNegativeAccount, ApierV1.DebitUsageWithOptions modifications 2016-11-24 14:42:20 +01:00
DanB
99750d6098 Merge branch 'debitusage-respect-negative-bal' of git://github.com/shaneneuerburg/cgrates into shaneneuerburg-debitusage-respect-negative-bal 2016-11-24 13:12:27 +01:00
DanB
ea17c83172 CDRS - require content_fields only for *http_json_map and *http_post replication 2016-11-23 13:06:22 +01:00
DanB
9966f2bf19 TestCDRAsExportMap 2016-11-23 11:35:51 +01:00