andrei
|
06b1244ca5
|
Fixed flush_tarantool_db Function.
|
2022-06-09 13:57:59 +03:00 |
|
Lorenz Herzberger
|
350364fccc
|
Merge pull request #136 from roninx991/tarantool
Fixes some test cases in tendermint/test_lib.py
|
2022-06-09 11:39:01 +02:00 |
|
Sangat Das
|
4ca2c53cb7
|
Fixes some test cases in tendermint/test_lib.py
|
2022-06-09 01:41:42 -07:00 |
|
andrei
|
09efa319c0
|
Small fixes in .upsert() functions for tarantool_db
|
2022-06-09 10:41:46 +03:00 |
|
Lorenz Herzberger
|
cfc401e5f4
|
Merge pull request #11 from planetmint/planetmint-tarantool
Planetmint tarantool
|
2022-06-08 21:45:04 +02:00 |
|
Lorenz Herzberger
|
36d9b41d0e
|
Merge pull request #135 from andreitricolici/planetmint-tarantool
Fixed test_txlist.py
|
2022-06-08 16:45:00 +02:00 |
|
andrei
|
78ef40d1b3
|
Fixed test_txlist.py by improving flush_db_tarantool
|
2022-06-08 17:24:54 +03:00 |
|
Lorenz Herzberger
|
7759625511
|
Merge pull request #10 from planetmint/planetmint-tarantool
Planetmint tarantool
|
2022-06-08 15:20:08 +02:00 |
|
Lorenz Herzberger
|
02eee46e08
|
Merge pull request #134 from andreitricolici/planetmint-tarantool
Fixed tendermint/test_core.py
|
2022-06-08 15:17:56 +02:00 |
|
andrei
|
4a5d925e6a
|
removed unused print (2)
|
2022-06-08 16:05:22 +03:00 |
|
andrei
|
9f1089bb68
|
removed unused print
|
2022-06-08 16:04:57 +03:00 |
|
andrei
|
d44a9132ac
|
fixed upsert() functions, incorrect behaviour
|
2022-06-08 16:04:08 +03:00 |
|
Lorenz Herzberger
|
55921c6b9f
|
Merge pull request #133 from andreitricolici/planetmint-tarantool
Fixed tests/test_core.py
|
2022-06-08 14:36:04 +02:00 |
|
andrei
|
1da29c44e3
|
Cleaned up test_core.py
|
2022-06-08 14:47:42 +03:00 |
|
Lorenz Herzberger
|
77132c5b97
|
Merge pull request #129 from andreitricolici/planetmint-tarantool
Fixing test cases in tests/backend/tarantool/test_queries.py
|
2022-06-08 12:11:35 +02:00 |
|
andrei
|
d56e734560
|
Fixed SystemExit error by inversing sorting of array
|
2022-06-08 12:51:14 +03:00 |
|
andrei
|
4f880ce66f
|
Fixed test_queries.py PASSED
|
2022-06-08 12:18:37 +03:00 |
|
andrei
|
a94946ef66
|
Fixed flush_db_tarantool, not it removes also from blocks spaces
|
2022-06-08 12:18:01 +03:00 |
|
andrei
|
717d5af8be
|
Removed comments
|
2022-06-07 15:33:26 +03:00 |
|
andrei
|
c4921737f6
|
Fixed list has no attribute .data
|
2022-06-07 14:03:21 +03:00 |
|
andrei
|
cd21f26be5
|
Fixed no atribute .data
|
2022-06-07 13:58:44 +03:00 |
|
andrei
|
b36c17dcb8
|
Fixed no attribute .run(). Fixed | Fixed no attribute .data
|
2022-06-07 13:56:28 +03:00 |
|
Lorenz Herzberger
|
c87e7f392e
|
Merge pull request #127 from ArpitShukla007/planetmint-tarantool
made rollback db agnostic
|
2022-06-07 11:59:25 +02:00 |
|
ArpitShukla007
|
7de2efbee7
|
resolved comments and clean-up of unused code
|
2022-06-07 09:42:13 +00:00 |
|
ArpitShukla007
|
014847828c
|
Added assign for pre_commit
|
2022-06-07 08:16:26 +00:00 |
|
ArpitShukla007
|
cb10c5468f
|
made rollback db agnostic
|
2022-06-02 14:11:48 +00:00 |
|
Lorenz Herzberger
|
b69ca92c3c
|
fixed run_command_without_output config and removed faulty error handling
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
|
2022-06-02 00:51:24 +02:00 |
|
Lorenz Herzberger
|
f424f4f175
|
removed .data from select queries
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
|
2022-06-01 13:47:22 +02:00 |
|
Lorenz Herzberger
|
e239368c66
|
resolved merge conflicts
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
|
2022-06-01 13:17:07 +02:00 |
|
Lorenz Herzberger
|
6f8219e581
|
adjusted _group_transaction_by_ids and store_transactions for connection.run
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
|
2022-06-01 13:08:36 +02:00 |
|
andrei
|
d0644c02df
|
fixed Lazy() has no len
|
2022-06-01 13:02:22 +03:00 |
|
andrei
|
1ea17b0987
|
putted from new line
|
2022-06-01 12:58:16 +03:00 |
|
andrei
|
41234a75a7
|
Changed from .space() method to .get_space()
|
2022-06-01 12:57:13 +03:00 |
|
andrei
|
c0d5b088e0
|
store_transactions changed to use new format of query
|
2022-06-01 12:32:38 +03:00 |
|
Lorenz Herzberger
|
b5c495aedb
|
Merge pull request #8 from liviu-lesan/planetmint-tarantool
fix for flush function (freezing of pytest) + NoneType error
|
2022-06-01 10:48:36 +02:00 |
|
andrei
|
2cc2796c34
|
fix for flush function (freezing of pytest) + NoneType error
|
2022-06-01 11:26:09 +03:00 |
|
Lorenz Herzberger
|
784bb9c51e
|
Merge pull request #7 from liviu-lesan/planetmint-tarantool
Planetmint tarantool
|
2022-05-31 16:44:37 +02:00 |
|
andrei
|
2087c81f91
|
Merge branch 'planetmint-tarantool' of github.com:liviu-lesan/planetmint into planetmint-tarantool
got new updates, now planetmint work.
|
2022-05-31 17:33:38 +03:00 |
|
andrei
|
4819fccb59
|
fixes for error NoneType
|
2022-05-31 17:33:33 +03:00 |
|
andreitricolici
|
a1b21aae63
|
Merge pull request #8 from LaurentDeMontBlanc/planetmint-tarantool
Planetmint tarantool
|
2022-05-31 17:08:47 +03:00 |
|
Lorenz Herzberger
|
2cc59f1198
|
adjusted some function calls, and connection calls
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
|
2022-05-31 15:43:51 +02:00 |
|
andrei
|
4d1815c4c4
|
queries from tarantool/query.py was adjusted to not get NonType error
|
2022-05-31 16:40:39 +03:00 |
|
Lorenz Herzberger
|
7385c429b8
|
resolved merge conflicts
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
|
2022-05-31 15:34:54 +02:00 |
|
andrei
|
3d44b50a54
|
tarantool/query.py changed for using Lazy() implementation + little changes
|
2022-05-31 16:22:39 +03:00 |
|
andrei
|
f1e4e386b6
|
Added run() method to TarantoolDBConnection Class.
|
2022-05-31 15:31:48 +03:00 |
|
andrei
|
79f4dd4c7e
|
get_space method is the same as old space method.
|
2022-05-31 15:27:30 +03:00 |
|
andrei
|
1e00abcf4e
|
removed unecessary comments from connection class
|
2022-05-31 15:22:31 +03:00 |
|
andrei
|
69c3c93ae6
|
added query() method, that will return Lazy Object
|
2022-05-31 15:21:50 +03:00 |
|
andrei
|
dc8138f649
|
added new requirement to setup.py
|
2022-05-31 15:13:16 +03:00 |
|
Lorenz Herzberger
|
862d275961
|
fixed some imports, refactored TarantoolDBConnection.conn handling
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
|
2022-05-31 12:07:01 +02:00 |
|