Commit Graph

117 Commits

Author SHA1 Message Date
DanB
296bf2346b Adding index for AccountActionPlans in mongo 2017-01-27 18:56:12 +01:00
DanB
736dda2da8 Storage - Adding SelectDatabase method 2017-01-17 16:13:01 +01:00
DanB
ad9019d12d Remove Storage.UpdateReverseAlias, various onstor integration tests fixes 2017-01-17 13:26:06 +01:00
DanB
a643c31567 StorageMongo.RemoveAlias not returning not found, integration test fixes 2017-01-16 19:40:39 +01:00
DanB
d3ffb0c9ed Fix DataDB.RemAccountActionPlans 2017-01-16 18:09:35 +01:00
DanB
0fcdaf017c Storage.mongo - fix GetLCR 2017-01-16 16:39:31 +01:00
DanB
d87705ed54 Fix StorageMongo.RemoveDestination 2017-01-16 13:14:15 +01:00
DanB
290e4b5830 Merge branch 'master' of https://github.com/cgrates/cgrates 2017-01-13 19:36:23 +01:00
DanB
e4de4a2e6c ApierV1.SetAccount and APierV1.GetAccountActionPlan using AccountActionPlans for indexing 2017-01-13 19:36:18 +01:00
Eduard Tamsa
462fd14976 Update storage_mongo_datadb.go 2017-01-13 16:03:24 +02:00
Edwardro22
d88120e9b8 Fix 2017-01-13 15:14:06 +02:00
DanB
158330d49c RemAccountActionPlans in storage 2017-01-10 18:00:00 +01:00
DanB
2c076c1abb Moving Guardian into it's own package so we can use it from other independent packages 2017-01-09 20:36:23 +01:00
DanB
305d13971d AccountActionPlans in stordb, cache/precache populating account action plans, tp_reader populating account action plans, tests related 2017-01-08 21:30:54 +01:00
DanB
5f4be49131 Get/Set AccountActions mapping in storage, renamed OnlineStor interface into DataDB, populate APIer cache methods with AcccountActionPlans 2017-01-06 20:12:07 +01:00
DanB
73014daa0c Fixes for db driver to avoid returning new values in case of errors 2016-12-30 19:48:09 +01:00
DanB
41b0e75e97 StorageMongo - add missing GetPrefixForKey methods 2016-12-28 14:37:36 +01:00
DanB
a9b10b7f65 PreloadCache -> LoadCache 2016-12-27 18:22:11 +01:00
DanB
7111bf239c Apierv1.PreloadCache, ApierV1.FlushCache with options, remove Responder.FlushCache, fixes at CacheDataFromDB for all keys 2016-12-23 19:30:14 +01:00
DanB
a2955efd83 Storage CacheDataFromDB fixes for nil ids 2016-12-21 20:33:31 +01:00
DanB
003e79beb6 Preload ActionTriggers 2016-12-21 17:27:40 +01:00
DanB
f3788bf810 CacheDataFromDB with ActionTriggers support 2016-12-21 17:05:01 +01:00
DanB
03a9569190 Preload data on start, properly handle reloads when loadFromFolder or stor, ApierV1.PreloadCache method 2016-12-21 16:01:10 +01:00
DanB
da7e75e013 Cache load management improved, fixes #615, fixes #619 2016-12-19 19:07:59 +01:00
DanB
3380c918ba CacheDataFromDB with ReverseAliases 2016-12-16 19:08:51 +01:00
DanB
16b51a7334 Storage CacheDataFromDB with ResourceLimit support 2016-12-15 20:47:03 +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
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
18e920c43f CacheDataFromDB method for mongo 2016-11-28 18:50:35 +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
DanB
62f4f14d55 Storage.GetActions using GetCloned 2016-11-25 20:24:00 +01:00
DanB
493bd89625 Storage revert GetActions without clone 2016-11-25 15:23:20 +01:00
DanB
ece5e0309c Fix cache key for GetActionPlan in mongo driver 2016-11-25 14:52:26 +01:00
rbarrabe
73d8147a56 Update storage_mongo_datadb.go 2016-11-25 10:18:26 +01:00
DanB
e657fb3ca8 GetActionPlan from cache with GetCloned 2016-11-22 18:13:35 +01:00
DanB
8f2379ed5c Mongo storage TPDestination format change, APierV2.SetTPDestination and GetTPDestination using Tag instead of DestinationId to have a common format before TP data 2016-11-22 12:55:43 +01:00
DanB
6170f8cbf4 TPDestination.DestinationId -> DestinationID 2016-11-17 17:03:01 +01:00
DanB
443c594edc StorageMongo creating indexes based on storDBType 2016-11-17 13:18:43 +01:00
DanB
6e535f11af MongoDB driver does not longer handle indexing on each connection 2016-11-16 20:58:01 +01:00
DanB
23693c2df2 SMGeneric - different tables for active and passive sessions, storage_mongo to avoid dropping system namespace on flushdb 2016-10-26 12:27:26 +02:00
DanB
36bc00ae77 Mongo MatchReqFilterIndex fix, added mongo integration tests for RequestFilterIndexes 2016-10-11 15:32:08 +02:00
DanB
b167aa00e4 ResourceLimit and ReqFilterIndexes implementation in mongo driver 2016-10-10 21:01:27 +02:00
DanB
f6ac392439 ReqFilterIndexes in storage_interface and implemented in redis driver 2016-10-08 21:42:00 +02:00