Floris Bruynooghe
4637a28bf6
doc comment
2023-02-20 13:08:43 +01:00
Floris Bruynooghe
d0638c1542
typo
2023-02-20 13:05:11 +01:00
Floris Bruynooghe
788d3125a3
Do not save svg to file, just print qr text
2023-02-20 13:02:16 +01:00
Floris Bruynooghe
3c4ffc3550
Some fixes
2023-02-20 12:58:23 +01:00
Floris Bruynooghe
ada858f439
Improve comments, mostly ffi. and some renames
2023-02-20 12:48:43 +01:00
Floris Bruynooghe
f2570945c6
Don't reimplement qr::format_backup
2023-02-16 18:18:18 +01:00
Floris Bruynooghe
8072f78058
Do not emit ImexEvent From BlobDirIter
...
We no longer need that in the transfer case, that would give very
weird results. This also means there is nothing imex-specific about
this anymore so move it to blobs.rs
2023-02-16 18:05:09 +01:00
Floris Bruynooghe
8ae0ee5a67
Merge branch 'master' into flub/send-backup
2023-02-16 17:19:31 +01:00
Floris Bruynooghe
a75d2b1c80
Create a blocking call for jsonrpc
2023-02-16 17:15:54 +01:00
Floris Bruynooghe
c48c2af7a1
Allow retrieval of backup QR on context
...
This enables being able to get the QR code without needing to have
access to the BackupProvider itself. This is useful for the JSON-RPC
server.
2023-02-16 16:49:20 +01:00
Floris Bruynooghe
490a14c5ef
Remove the need for a directory for db export
...
Plus on import use the context directory. We can actually write there
just fine.
2023-02-16 16:06:41 +01:00
link2xt
c9db41a7f6
python: build Python 3.11 wheels
2023-02-16 14:36:23 +00:00
Floris Bruynooghe
dcce6ef50b
Some docs
2023-02-16 15:19:44 +01:00
Floris Bruynooghe
7cf0820d2b
diff
2023-02-16 14:56:18 +01:00
Floris Bruynooghe
0bae3caaff
dear CI masters: i regret every trying to be clever
2023-02-16 14:55:24 +01:00
Floris Bruynooghe
bca0b256c9
goodness ci?
2023-02-16 14:52:05 +01:00
Floris Bruynooghe
a53d30c459
fixed another bug, try main again
2023-02-16 14:49:48 +01:00
Floris Bruynooghe
7a9f497aa7
why can't i see this action now?
2023-02-16 14:49:04 +01:00
link2xt
7a6bfae93b
Fix typo
2023-02-16 11:42:59 +00:00
Floris Bruynooghe
f9f9bc3efb
yaml
2023-02-16 09:10:47 +01:00
Floris Bruynooghe
904990bf91
ugh, yaml syntax
2023-02-16 09:08:14 +01:00
Floris Bruynooghe
b2266ffca1
make the have a valid on spec at least so gh doesn't complain too much
2023-02-16 09:06:40 +01:00
Floris Bruynooghe
bb9a3d4b8e
more bug hunting: disable most ci, point to branch
2023-02-16 09:00:27 +01:00
link2xt
ae19c9b331
Add more documentation
2023-02-15 21:56:33 +00:00
link2xt
7d2cca8633
sql: enable auto_vacuum on all connections
2023-02-15 18:59:47 +00:00
link2xt
c52b48b0f5
sql: update version first in migration transactions
...
In execute_migration transaction first update the version, and only
then execute the rest of the migration. This ensures that transaction
is immediately recognized as write transaction and there is no need
to promote it from read transaction to write transaction later, e.g.
in the case of "DROP TABLE IF EXISTS" that is a read only operation if
the table does not exist. Promoting a read transaction to write
transaction may result in an error if database is locked.
2023-02-15 18:58:44 +00:00
link2xt
893794f4e7
accounts: retry filesystem operations in migrate_account()
2023-02-15 18:57:37 +00:00
link2xt
032da4fb1a
python: add py.typed file
...
It marks the package as supporting typing according to PEP 561 <https://peps.python.org/pep-0561/ >
Also remove zip-safe option from setuptools configuration for deltachat-rpc-client.
It is deprecated in setuptools and not used for wheel package format according to <https://setuptools.pypa.io/en/latest/deprecated/zip_safe.html >
2023-02-15 18:56:34 +00:00
Simon Laux
0de5125de8
jsonrpc: get_messages now returns a map with MessageLoadResult instead of failing completely if one of the requested messages could not be loaded. ( #4038 )
...
* jsonrpc: `get_messages` now returns a map with `MessageLoadResult`
instead of failing completely if one of the requested messages could not be loaded.
* add pr number to changelog
* format errors with causes instead of debug output
also for chatlistitemfetchresult
2023-02-15 18:46:34 +00:00
link2xt
cd3f1fe874
python: autoformat with black
2023-02-15 17:15:43 +00:00
link2xt
4f68e94fb3
python: use f-strings instead of percent-encoding
2023-02-15 16:33:05 +00:00
link2xt
b3ecbbc8b3
python: do not import print function in tests
2023-02-15 16:32:19 +00:00
link2xt
01653a881a
python: do not import print function
2023-02-15 16:28:16 +00:00
link2xt
e021a59b87
python: do not inherit from object
2023-02-15 16:27:34 +00:00
Floris Bruynooghe
e565e19b42
fix msrv in sendme
2023-02-15 16:01:39 +01:00
Floris Bruynooghe
41319c85c7
patch in previous revision of sendme
...
main broke rust 1.63 support :'(
2023-02-15 15:12:14 +01:00
Floris Bruynooghe
daf56804a5
use correct branch
2023-02-15 14:57:26 +01:00
Floris Bruynooghe
6f7a43804d
Add changelog
2023-02-15 14:48:17 +01:00
Floris Bruynooghe
0ca76d36ef
Merge branch 'master' into flub/send-backup
2023-02-15 14:46:57 +01:00
Floris Bruynooghe
ec5789997a
back to master
2023-02-15 14:45:52 +01:00
Floris Bruynooghe
7a0d61bbb0
hey
2023-02-15 13:50:39 +01:00
link2xt
243f28f8a5
python: use dataclasses to reduce boilerplate
2023-02-15 12:35:52 +00:00
link2xt
78577594d0
deltachat-rpc-server: spawn request handlers
2023-02-15 12:19:03 +00:00
link2xt
d3e2f38da0
deltachat-jsonrpc: fix "prettier" arguments
...
**.ts finds .ts files only in the current directory and no *.js files.
2023-02-15 11:18:58 +00:00
link2xt
05f0fe0a88
Derive Default where possible
2023-02-14 21:33:02 +00:00
link2xt
e11d7c0444
Remove unnecessary .into_iter()
2023-02-14 21:04:29 +00:00
Floris Bruynooghe
1c2461974d
better way
2023-02-14 18:29:15 +01:00
Floris Bruynooghe
2a754744fe
char, not chat
2023-02-14 18:03:39 +01:00
Floris Bruynooghe
b413593c43
hi
2023-02-14 17:39:58 +01:00
Floris Bruynooghe
c73edd7e21
oh
2023-02-14 17:20:25 +01:00