Commit Graph

2182 Commits

Author SHA1 Message Date
alin104n
291b6b6e23 ExtraFields fixes 2017-03-22 19:57:00 +02:00
alin104n
89a163b23c *exists filter on ExtraFields 2017-03-22 17:37:03 +02:00
Dan Christian Bogos
d0b7b0accf Merge pull request #652 from alin104n/tmp
Mongo counter fix
2017-03-20 17:56:14 +01:00
alin104n
d461cfd75a Mongo counter start param 2017-03-20 20:47:28 +02:00
alin104n
5dd96f2a09 Mongo counter fix 2017-03-20 20:39:55 +02:00
alin104n
ce2dfabf03 Mongo counter private 2017-03-20 18:49:44 +02:00
alin104n
a4148c1476 OrderID counter 2017-03-20 18:32:26 +02:00
Dan Christian Bogos
23ea10f0ba Merge pull request #651 from alin104n/tmp
OrderID counter
2017-03-20 15:51:56 +01:00
DanB
0563a4c6b2 Account concurrency fixes for debit, maxDebit and GetMaxSessionDuration 2017-03-20 15:37:14 +01:00
alin104n
815d25959e RunID,OriginID SMCosts index 2017-03-15 00:42:27 +02:00
DanB
0c18943c45 Disable parallel test for CD for now 2017-03-14 15:08:46 +01:00
DanB
3a48f5534b Guardian test improvements to avoid race, parallel debit tests for calldesc 2017-03-14 15:04:54 +01:00
DanB
e1b772b714 Adding AccountActionPlan ids reload in mongo 2017-03-09 12:21:33 +01:00
DanB
9a37c384cf Various improvements for the new StorDB code to work 2017-03-02 18:56:57 +01:00
alin104n
c0defaf8ef RemoveSMCost Fix 2017-02-27 01:15:49 +02:00
alin104n
359fbc7224 Merge branch 'master' of https://github.com/cgrates/cgrates 2017-02-27 00:50:25 +02:00
alin104n
22c47cf61b StorDB fixes and additions 2017-02-27 00:49:11 +02:00
DanB
f69086e612 Adding database handling for accounts migration 2017-02-26 18:30:35 +01:00
DanB
7f75d2bad2 Initialize config defaults if missing for NewMapStorage 2017-02-26 13:38:12 +01:00
DanB
82d46c04f3 Merge branch 'master' of git://github.com/Edwardro22/cgrates into Edwardro22-master 2017-02-26 12:57:12 +01:00
DanB
8aaebceda0 Reverting to dial via url for mongo connections so we can support cluster 2017-02-23 18:45:24 +01:00
DanB
567a13a7c9 Enabling authentication handling in mongo driver 2017-02-22 13:42:57 +01:00
DanB
b0184b4113 PubSubS parsing RSR rules on start 2017-02-21 18:58:11 +01:00
DanB
aca12543c9 RSRField - add Rule string so we can retrieve the rule after creation 2017-02-21 15:58:14 +01:00
Edwardro22
39e82d4a20 Merge branch 'master' of https://github.com/cgrates/cgrates 2017-02-20 14:42:57 +02:00
DanB
f648fbdc51 Storage.DataDB exporting Marshaller to be later used in migrator, mongodb exporting CloneSession, migrator improvements 2017-02-19 14:59:39 +01:00
DanB
dcbe8b1882 ApierV1.ExportCDRs API 2017-02-17 15:28:39 +01:00
DanB
58b01aa672 Merge branch 'master' of https://github.com/cgrates/cgrates 2017-02-16 10:50:19 +01:00
DanB
50440f5490 CDRS using goroutines for rating to release the CDR faster, tests improvements 2017-02-16 10:50:08 +01:00
DanB
ea84d8b6c5 CDRS with online replication capabilities 2017-02-15 19:23:12 +01:00
DanB
d27dc06e7d CDRExporter redesign, modified configuration parameters, CDRS replication -> online_cdr_exports 2017-02-14 17:41:30 +01:00
alin104n
b95835392c Redundant pointer parentheses removed 2017-02-14 12:26:22 +02:00
alin104n
6e88ae409d StorDB interface tests 2017-02-14 08:57:54 +02:00
Edwardro22
1b8ab0b192 Merge branch 'master' of https://github.com/cgrates/cgrates
Conflicts:
	engine/actions_test.go
2017-02-13 15:34:17 +02:00
DanB
393c1acbd0 Adding FieldMultiplyFactor so we can clone it centralized 2017-02-12 19:19:47 +01:00
DanB
fc1789a4e5 Small fix error handling in removeAccount action 2017-02-10 20:48:35 +01:00
DanB
29d09ed57d Fix *remove_account action for recaching AccountActionPlan index 2017-02-09 20:37:13 +01:00
Edwardro22
cab13a2d3a Fixed storage_map 2017-02-09 16:08:43 +02:00
DanB
c6d07d6701 ApierV1.ReplayFailedPosts with support for *amqp, fix default replication teplate 2017-02-08 17:06:34 +01:00
DanB
64b7bca995 Make sure ExtraInfo is cleared on re-rating, only query CDRs different from *raw in case of re-rating 2017-02-07 13:49:49 +01:00
Edwardro22
14b2a4faf4 Populating 2017-02-07 14:38:01 +02:00
DanB
775bc810bd AMQP connection restarts 2017-02-06 16:04:36 +01:00
DanB
7a6c68ded5 Support for queue_id in AMQPPoster 2017-02-03 14:29:53 +01:00
DanB
d4493a3dc9 AMQPCachedPosters caching AMQPPosters for connections, *amqp_json_cdr and *amqp_json_map as replication transports for CDRS 2017-02-02 20:42:02 +01:00
DanB
b8bafdbecf AMQPPoster with connection and channel caching 2017-02-01 18:47:54 +01:00
DanB
66f4f9a46e Tests for ApierV1.ReplayFailedPosts, various fixes 2017-01-31 16:22:03 +01:00
DanB
54f4bdee05 Config changes: httpposter_attempts -> poster_attempts, failed_requests_dir -> failed_posts_dir 2017-01-31 12:48:01 +01:00
DanB
0fd4ae8b36 ApierV1.ReplayFailedPosts 2017-01-30 20:40:39 +01:00
DanB
55980e0536 Configuration change - http_failed_dir -> failed_requests_dir 2017-01-29 20:53:11 +01:00
DanB
6281bf09ff Merge branch 'master' of https://github.com/cgrates/cgrates 2017-01-27 18:56:22 +01:00