Commit Graph

3307 Commits

Author SHA1 Message Date
navjot
0fd677242f
added libcap-dev into requirements 2020-11-24 19:28:36 +05:30
navjot
bd238bee55
added script in travis.ynl file 2020-11-24 17:12:23 +05:30
navjot
7b6959a03b
put the checks for package is installed or not 2020-11-24 17:05:40 +05:30
navjot
54f56cc605
removed scripts from travis.yml module 2020-11-24 02:49:31 +05:30
navjot
ddd5ce741e
removed checkdeps 2020-11-24 01:28:17 +05:30
navjot
e37ce5a756
added libcap-dev in checkdeps module 2020-11-24 00:01:17 +05:30
navjot
6da14318ca
installing prctl externally 2020-11-23 22:46:38 +05:30
navjot
0208d5440f
added prctl and removed libcap 2020-11-23 22:46:38 +05:30
navjot
cfd4ca418d
remove some of the checks 2020-11-23 22:46:38 +05:30
navjot
b828c86d62
removed prctl 2020-11-23 22:46:38 +05:30
navjot
6e7a81e776
fixed the prctl version 2020-11-23 22:46:38 +05:30
navjot
9439517b17
removed libcap-dev 2020-11-23 22:46:38 +05:30
navjot
2cf459277d
change requirements 2020-11-23 22:46:38 +05:30
navjot
3640a86725
reset .yml file 2020-11-23 22:46:38 +05:30
navjot
44959a00b8
added some installation packages 2020-11-23 22:46:38 +05:30
navjot
3da7247754
added prctl in .yml file 2020-11-23 22:46:38 +05:30
navjot
edb7ccc4f1
added packages and requirements 2020-11-23 22:46:38 +05:30
navjot
2a48cdde7c
remove all package from .yml file 2020-11-23 22:46:38 +05:30
navjot
42ea413840
updated travis.yml file for only running checkdeps module 2020-11-23 22:46:38 +05:30
navjot
9265235053
fixed network issue when it is set offline 2020-11-23 17:52:20 +05:30
navjot
124e6d9b32
fix for #1656 issue 2020-11-23 17:52:20 +05:30
navjot
1c304125e8
fixed CQ issues 2020-11-21 13:53:10 +05:30
navjot
4681d37377
validate address in insert method and improve test cases 2020-11-21 13:53:10 +05:30
navjot
360539b320
Fixed CQ of class_objectProcessor, bitmessagecurses and bitmessageqt module 2020-11-21 13:53:10 +05:30
navjot
61f7f32dfc
removed unused code and return ackdata from inset method insted of msgid 2020-11-21 13:53:10 +05:30
navjot
beaece254c
omitted unused code and optimized it 2020-11-21 13:53:10 +05:30
navjot
89254064f6
fixed default variables in insert method 2020-11-21 13:53:10 +05:30
navjot
5eff9d6a04
Fixed CQ for tests.core module 2020-11-21 13:53:10 +05:30
navjot
a9e9f25b5d
change helper_sent.insert methods 2020-11-21 13:53:10 +05:30
navjot
0ec15d1d4d
Test case for insert method default values 2020-11-21 13:53:10 +05:30
navjot
1bc3fe7b42
added checks in helper_sent module 2020-11-21 13:53:10 +05:30
navjot
b7d920d529
Fixed CQ for test/core.py module 2020-11-21 13:53:10 +05:30
navjot
0023fc4b3d
Written test case for helper_sent.insert method 2020-11-21 13:53:10 +05:30
navjot
e60d12ddbf
Refactord the uuid creation code and placed it in helper_sent.insert method
refactored on the bases of comments

Fixed CQ of src.helper_sent module

fixed CQ for helper_sent module
2020-11-21 13:53:10 +05:30
navjot
881351033f
replaced insert into sent query with helper_sent.insert method and also replaced empty msgid with uuid 2020-11-21 13:53:10 +05:30
813492291816
601158f6fb
add pendingDownload to return of API clientStatus 2020-11-21 01:00:11 +00:00
cb0710e454
Fix updateStatusBar wrong args order 2020-11-04 16:24:58 +02:00
caf3a3fbbc
A test for updateStatusBar command 2020-11-04 16:24:58 +02:00
695140d57d
Save exceptions in the main thread in excQueue 2020-11-04 16:24:52 +02:00
citizenaspirant
93bf7ad62c
Add apparmor config to data_files for Debian and Ubuntu 2020-11-04 15:47:46 +02:00
84b5f2982c
Allow running pybitmessage -t without tests package 2020-11-04 14:25:21 +02:00
8be89e9a25
Remove deb building overdocumentation 2020-11-04 14:25:21 +02:00
d3fbf17acf
Remove unmaintained debian package 2020-11-04 14:25:20 +02:00
d410cad4b6
stdeb config for building deb 2020-11-04 14:25:15 +02:00
db11d6331f
Optimize setUpClass() and tearDownClass() in test_process 2020-11-03 17:14:00 +02:00
96a784b58b
Merged PeterSurda/teardown-test1:
- reset BMConfigParser before reading config file
  - enable threads name check on posix systems
  - check singleton.lock in TestProcessProto.setUpClass()
2020-11-03 17:14:00 +02:00
b65f2d154a
Common basic cleanup procedure 2020-11-03 17:14:00 +02:00
1bcffd2853
Make TestLogger a subclass of TestProcessProto 2020-11-02 18:01:51 +02:00
cf4e812334
Allow TestProcess subclasses set home dir, use mkdtemp for test_config 2020-11-02 18:01:51 +02:00
affdb2fdc0
Solve problem with subprocess.call() on windows:
- uncomment console_scripts (only for windows) to get exe
 - replace call() with Popen() to avoid blocking
2020-11-02 18:01:50 +02:00