holger krekel
f97538a399
slightly refine increation tests wrt to ordering
2020-05-22 12:46:12 +02:00
holger krekel
7c8758dc26
fix ordering issues with test_forward_increation
2020-05-22 12:24:52 +02:00
dignifiedquire
da7db04c0e
example: happy clippy
2020-05-22 11:48:40 +02:00
dignifiedquire
28ef5164ce
happy clippy
2020-05-22 11:37:12 +02:00
dignifiedquire
d1f9563e1f
remove tracking of current sql query
...
this will not work like this anymore with async
2020-05-22 11:37:03 +02:00
dignifiedquire
70a2dbb4bb
back to stable async-std + use surf instead of reqwest
...
removes tokio from our dependency tree, now only one async executor
2020-05-22 11:10:26 +02:00
holger krekel
c43e7cdbdc
fix lint and a typo
2020-05-22 10:31:41 +02:00
dignifiedquire
931967353e
Merge remote-tracking branch 'origin/master' into feat/async-jobs
2020-05-21 16:26:26 +02:00
dignifiedquire
69f095687d
check correct running flag in scheduler stop
2020-05-21 15:50:56 +02:00
dignifiedquire
7b10ec26a3
improve connection management
2020-05-21 15:38:04 +02:00
dignifiedquire
82c85566dc
fix securejoin cancelation
2020-05-21 15:09:32 +02:00
dignifiedquire
c89d7b5b18
fix and improve load_next job logic
2020-05-21 14:48:55 +02:00
dignifiedquire
e8e82d9760
improve error handling and fix sleeps
2020-05-21 14:35:07 +02:00
dignifiedquire
9817ccebcf
improve logging
2020-05-21 12:00:34 +02:00
holger krekel
ad522cd798
simplify and speedup configuration handling
...
refactor conftest.py away
2020-05-20 22:15:27 +02:00
holger krekel
fedc946886
fix online configure tests
2020-05-20 19:44:06 +02:00
holger krekel
c3458ec59f
fix test
2020-05-20 19:17:48 +02:00
holger krekel
2f09bb468e
fix configure_canceled test
2020-05-20 19:10:36 +02:00
holger krekel
2279e18329
fix logging and docstrings
2020-05-20 18:57:51 +02:00
dignifiedquire
16e519430a
fix(job): avoid double insertion
2020-05-20 18:38:53 +02:00
holger krekel
0ec5b8d6dd
fix --ignored handling
2020-05-20 18:10:13 +02:00
holger krekel
1029c63a20
python fixes
2020-05-20 17:21:57 +02:00
holger krekel
9e43540dfa
fix docs, some renames
2020-05-20 17:05:00 +02:00
dignifiedquire
3c7b3faa7f
unify deps and more strict start and stop
2020-05-20 16:42:59 +02:00
holger krekel
4855584de9
rename eventlogger to events
2020-05-20 16:37:27 +02:00
holger krekel
f67c86cb39
refactor callback thread handling
2020-05-20 16:32:12 +02:00
B. Petersen
779a906d97
move standards.md here
...
the document standards.md exist since a long time
to get an overview but also a nice reference to get some links.
however, its placement in the android-repo is a bit unlogical,
probably comes from a time where there was only one implementation :)
as ios and desktop use the same standards and as
all acutal implementations are in the core,
we move it to the core repo.
android can have a link to the new place.
2020-05-20 15:48:13 +02:00
holger krekel
b91d7f314b
progress
2020-05-20 14:52:17 +02:00
holger krekel
3703a1c36c
refinement startup
2020-05-20 13:31:45 +02:00
dignifiedquire
03fd311bfe
log shutdown msg
2020-05-20 13:04:44 +02:00
B. Petersen
7e78d6a92b
fix link
2020-05-19 22:52:11 +03:00
dignifiedquire
71f7a3e902
avoid clone
2020-05-19 18:07:04 +02:00
dignifiedquire
84abe257f1
bring back intermediate job fetching
2020-05-19 17:44:37 +02:00
dignifiedquire
133ff4914d
first pass at resolving CR
2020-05-19 17:26:22 +02:00
dignifiedquire
ba4df23bff
python: remove unused start_threads calls
2020-05-19 15:47:20 +02:00
dignifiedquire
14c9161268
python: fix basic start and stop
2020-05-19 15:45:08 +02:00
dignifiedquire
236e9562fd
python: run and shutdown
2020-05-19 15:31:28 +02:00
holger krekel
a6409dcd27
attempt to fix cb/python event handling
2020-05-19 15:02:05 +02:00
dignifiedquire
cfd68f9f2e
python: remove unused queue
2020-05-19 14:40:59 +02:00
dignifiedquire
2cfd5754ca
python: start integration of get_next_event
2020-05-19 14:29:47 +02:00
dignifiedquire
f81c1afde7
bring back busy_timeout
2020-05-19 13:30:15 +02:00
dignifiedquire
f7a7debd9d
update dependencies
2020-05-19 12:18:47 +02:00
dignifiedquire
af56ebb04e
Merge remote-tracking branch 'origin/master' into feat/async-jobs
2020-05-19 12:07:34 +02:00
B. Petersen
6483b8c138
change to WAL only on one handle.
...
journal_mode is persisted, it is sufficient to change it only for one handle.
with_init() is called for a bunch of handles directly on pool-creation,
so changing to WAL here easily results in busy-errors.
2020-05-18 18:19:08 +02:00
B. Petersen
9702647044
enable sqlite's WAL-mode unconditionally
2020-05-18 06:55:06 +02:00
B. Petersen
3b2192a046
make clippy happy
2020-05-18 06:55:06 +02:00
B. Petersen
b864911e18
return current journal_mode in dc_get_info()
...
values are either 'delete' or 'wal';
having this info in debug reports is useful for debugging anyway,
if we switch to WAL or not.
2020-05-18 06:55:06 +02:00
bjoern
9e0506cb48
Merge pull request #1488 from deltachat/fix-get-sent-folder
...
improve finding out the sent-folder
2020-05-17 03:01:39 +02:00
B. Petersen
a0000b9489
update provider-db
2020-05-16 23:26:53 +02:00
Hocuri
df3fac4e5e
Make clear that dc_set_chat_mute_duration() and dc_chat_is_muted() belong together.
2020-05-16 22:32:07 +02:00