From c18b69441e24c57a3130e27356edc0b9395d78f8 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Thu, 11 Feb 2016 19:22:34 -0300 Subject: [feat] defer decrypt, gen_key and encrypt This commit put those gnupg operations to be run on external threads limited by the amount of cores present on user machine. Some gnupg calls spawn processes and communicating to them is a synchronous operation, so running outside of a reactor should improve response time by avoiding reactor locking. --- changes/async_gpg | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/async_gpg (limited to 'changes') diff --git a/changes/async_gpg b/changes/async_gpg new file mode 100644 index 0000000..59d4d41 --- /dev/null +++ b/changes/async_gpg @@ -0,0 +1 @@ +-- Defer encrypt, decrypt and gen_key operations from gnupg to external threads, limited by cpu core amount. -- cgit v1.2.3 From 64eaf2ee426623072bc2d9b1faf77ab831cb3be1 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 15 Dec 2015 13:29:44 +0100 Subject: [feat] move validation, usage and audited date to the active document - Resolves: #7485 --- changes/next-changelog.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 changes/next-changelog.txt (limited to 'changes') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt new file mode 100644 index 0000000..c6cdde8 --- /dev/null +++ b/changes/next-changelog.txt @@ -0,0 +1,29 @@ +0.5.0 - xxx ++++++++++++++++++++++++++++++++ + +Please add lines to this file, they will be moved to the CHANGELOG.rst during +the next release. + +There are two template lines for each category, use them as reference. + +I've added a new category `Misc` so we can track doc/style/packaging stuff. + +Features +~~~~~~~~ +- `#7485 `_: Move validation, usage and audited date to the active document. +- `#1234 `_: Description of the new feature corresponding with issue #1234. +- New feature without related issue number. + +Bugfixes +~~~~~~~~ +- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- Bugfix without related issue number. + +Misc +~~~~ +- `#1236 `_: Description of the new feature corresponding with issue #1236. +- Some change without issue number. + +Known Issues +~~~~~~~~~~~~ +- `#1236 `_: Description of the known issue corresponding with issue #1236. -- cgit v1.2.3 From 81232da09286f7f1812f6d3d182cd57665feaa1f Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 18 Dec 2015 19:37:44 +0100 Subject: [feat] Migrate soledad documents by adding versioning field - Resolves: #7713 --- changes/next-changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changes') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index c6cdde8..de837da 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -11,6 +11,8 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ - `#7485 `_: Move validation, usage and audited date to the active document. +- `#7713 `_: Update soledad documents by adding versioning field. + - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 3d544f4a85930c5d1611d193500744fc97f0aee1 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 18 Dec 2015 20:31:18 +0100 Subject: [feat] Use fingerprints instead of key ids - Resolves: #7500 --- changes/next-changelog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'changes') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index de837da..a53a5d2 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -12,6 +12,7 @@ Features ~~~~~~~~ - `#7485 `_: Move validation, usage and audited date to the active document. - `#7713 `_: Update soledad documents by adding versioning field. +- `#7500 `_: Use fingerprints instead of key ids. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. @@ -23,6 +24,8 @@ Bugfixes Misc ~~~~ +- This version includes changes in the Soledad Documents and minor modifications to the API. + - `#1236 `_: Description of the new feature corresponding with issue #1236. - Some change without issue number. -- cgit v1.2.3 From fdb6e285a97d5af21c7b3bdc02cba6fc21382f74 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 21 Dec 2015 19:26:55 +0100 Subject: [feat] Make EncryptionKey aware of the active address --- changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'changes') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index a53a5d2..be6da72 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -13,6 +13,7 @@ Features - `#7485 `_: Move validation, usage and audited date to the active document. - `#7713 `_: Update soledad documents by adding versioning field. - `#7500 `_: Use fingerprints instead of key ids. +- Make EncryptionKey aware of the active address. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From fbbed43d330b4e2a4499be086a857133ad93de97 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 21 Dec 2015 15:59:58 +0100 Subject: [doc] soledad docs fields - Resolves: #7712 --- changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'changes') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index be6da72..163c1ee 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -13,6 +13,7 @@ Features - `#7485 `_: Move validation, usage and audited date to the active document. - `#7713 `_: Update soledad documents by adding versioning field. - `#7500 `_: Use fingerprints instead of key ids. +- `#7712 `_: Document the soledad docs fields. - Make EncryptionKey aware of the active address. - `#1234 `_: Description of the new feature corresponding with issue #1234. -- cgit v1.2.3 From 288c775034d4c18846518a11677e4580a91cf437 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Sun, 20 Mar 2016 18:44:23 +0100 Subject: [bug] Return KeyNotFound Failure if not valid key is given to put_raw_key - Resolves: #7974 --- changes/next-changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changes') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index 163c1ee..2dd34d4 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -21,6 +21,8 @@ Features Bugfixes ~~~~~~~~ +- `#7974 `_: Return KeyNotFound Failure if not valid key is given to put_raw_key. + - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From 90a1df64f6a5df09a289eeb322a77e2e984569aa Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 18 Apr 2016 11:04:54 -0400 Subject: [pkg] Update changelog --- changes/next-changelog.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'changes') diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index 2dd34d4..c59c85a 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -1,4 +1,4 @@ -0.5.0 - xxx +0.5.1 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -10,26 +10,16 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ -- `#7485 `_: Move validation, usage and audited date to the active document. -- `#7713 `_: Update soledad documents by adding versioning field. -- `#7500 `_: Use fingerprints instead of key ids. -- `#7712 `_: Document the soledad docs fields. -- Make EncryptionKey aware of the active address. - - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes ~~~~~~~~ -- `#7974 `_: Return KeyNotFound Failure if not valid key is given to put_raw_key. - - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. Misc ~~~~ -- This version includes changes in the Soledad Documents and minor modifications to the API. - - `#1236 `_: Description of the new feature corresponding with issue #1236. - Some change without issue number. -- cgit v1.2.3