Commit Graph

20 Commits

Author SHA1 Message Date
ionutboangiu
a7c785d925 Upgrade MongoDB driver to v1.12
- Set (but comment) serverAPI options (currently distinct api and
create.size BSON field are deprecated + possible others that are untested)
- Rename and refactor 'TimeDecodeValue1' to 'decodeTimeValue', add
nil case handling
- Implement 'buildURL' function to connect to mongo (can also be
used for mysql and postgres)
- Update function names, variable names, and comments for clarity
- Replace 'bsonx.Regex' with the Regex primitive for v1.12 compatibility
- Use simple concatenation instead of Sprintf
- Declare 'timeType' locally, replace global 'tTime'
- Use 'RegisterTypeDecoder' to replace deprecated 'RegisterDecoder'
- Simplify several functions without altering functionality
- Remove redundant 'storageType' field in 'mongoStorage',
use 'isDataDB' instead
2023-07-04 13:19:31 +02:00
Trial97
db3bf9f40d Updated build tags 2021-08-30 17:55:51 +03:00
Trial97
e1086b099a Added runtime.Gosched for context switching 2020-09-29 15:47:21 +02:00
TeoV
b3f7769cb7 Add support for Mongo for different Marshaler 2020-03-01 17:28:31 +01:00
adragusin
3eaf3232a1 Renamed ApierV1 to APIerSv1/ ApierV2 to APIerSv2 2020-01-30 14:06:48 +01:00
adragusin
35e5fb2f9d renamed dbType *sql to *mysql 2020-01-29 16:54:54 +01:00
adragusin
d7a5fc7ebf Updated IT tests in engine 2020-01-15 03:05:02 -05:00
Trial97
e548ebc073 Renamed config folders for gob 2019-12-04 11:34:17 +02:00
Trial97
28cc543389 Updated NewInternalDB 2019-12-02 11:07:48 +02:00
Trial97
49a88987f4 Updated engine integration tests for gob RPC 2019-11-29 17:06:27 +02:00
adragusin
d1787cb3fa Replaced hardcoded strings with consts in RPC.Call methods 2019-11-22 17:30:10 +01:00
adragusin
c03be590a2 Replaced hardcoded strings with consts in RPC.Call methods 2019-11-21 18:45:26 +01:00
Trial97
71fe3a2813 Replaced methods names with constants in accountd_it_test 2019-11-20 14:55:09 +01:00
Trial97
c718f90b89 Updated engine integration tests 2019-10-30 12:19:31 +01:00
Trial97
8d655d8b57 Added sslmode for storDB config. Fixes#1715 2019-10-28 18:00:32 +01:00
Trial97
61fc8c98a3 Added DataManager as Service 2019-10-28 12:17:15 +01:00
TeoV
53018880b8 Move Constants from engine/action.go to utils 2019-08-07 21:37:58 +02:00
TeoV
9470060e65 Change time as we discuss ( time.Sleep(1)) 2019-07-18 02:57:55 -10:00
TeoV
54a6639b67 Add test for Update Blocker flag for balance 2019-07-18 02:57:55 -10:00
Trial97
9f0c6cd6bb Updated and added integration tests for *remove_session_costs action 2019-03-25 19:11:44 +01:00