Commit Graph

733 Commits

Author SHA1 Message Date
Alessio Sergi
dc0b73ef0a Switch from PyCrypto to cryptography
PyCrypto is no longer maintained. Cryptography is an actively
developed library that provides cryptographic recipes and primitives.
See https://cryptography.io/.
2016-06-01 12:20:40 +02:00
Arun Prakash Jana
9d2a0cbd0f
Late commit (write once) in case of import bookmark. 2016-06-01 15:05:33 +05:30
Arun Prakash Jana
db816fb93d Merge pull request #33 from asergi/urandom
Use system RNG in crypto
2016-06-01 12:00:58 +05:30
Arun Prakash Jana
440bb512f7
Abort refreshdb() early if interrupted (SIGINT). 2016-06-01 11:40:12 +05:30
Arun Prakash Jana
7957a29e31
One commit sufficient for multiple updates.
ASC is the default.
Revert timeout to 30 secs.
2016-06-01 08:18:39 +05:30
poikjhn
d1f3ee993d rebuilding test_add_and_retrieve_bookmark
adding get_bookmark_by_id
2016-06-01 03:33:20 +02:00
poikjhn
a8d66282c4 minor changes 2016-06-01 00:11:03 +02:00
Alessio Sergi
2c4c95b40e Use system RNG in crypto
See https://cryptography.io/en/latest/random-numbers/.
2016-05-31 23:51:47 +02:00
Arun Prakash Jana
fef2775941
A more robust parse_args(). 2016-06-01 03:10:51 +05:30
Arun Prakash Jana
c0c26fa6a1
Remove append, huge optimization in list_tags. 2016-06-01 02:30:34 +05:30
Arun Prakash Jana
411ed0ac09
string concat optimization and other minor changes. 2016-06-01 00:20:46 +05:30
Arun Prakash Jana
ad802737bc Merge pull request #32 from asergi/flake8
Flake8 fixes
2016-05-31 23:50:37 +05:30
Alessio Sergi
961f8c97ae Flake8 fixes 2016-05-31 19:39:34 +02:00
Arun Prakash Jana
187f02161d
Add Mentions section. 2016-05-31 21:51:34 +05:30
Arun Prakash Jana
7be4af7277 Update help.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2016-05-31 11:23:01 +05:30
Arun Prakash Jana
b9716df0cd Update features.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2016-05-30 15:02:36 +05:30
Arun Prakash Jana
c0b0329e48 Update README.md 2016-05-30 12:31:16 +05:30
Arun Prakash Jana
f8c48d0415
Simplify tag parsing logic. No in-tag commas. 2016-05-30 07:48:59 +05:30
Arun Prakash Jana
2c4060ca88
Now we have a merge-able DB. 2016-05-29 21:14:58 +05:30
Arun Prakash Jana
359a5742d4
Move print to debug. 2016-05-29 21:10:15 +05:30
Arun Prakash Jana
7e5f057b3d
Update operational notes on tags.
Minor changes in printed messages.
Update features.
2016-05-29 20:44:43 +05:30
Arun Prakash Jana
391f9f6673
Replace string comma with DELIMITER. 2016-05-29 19:03:58 +05:30
Arun Prakash Jana
c6c4b8ea6e
Replace in-tag commas with spaces.
Operational note on tag delimiter.
2016-05-29 15:01:46 +05:30
Arun Prakash Jana
8556d61cf3
Update auto-completion files for --merge. 2016-05-29 14:12:50 +05:30
Arun Prakash Jana
3f1a268395
Help on --merge option. 2016-05-29 12:49:57 +05:30
Arun Prakash Jana
4ab8b43dd8
Wrap tags in commas in add_bookmark() if missing. 2016-05-29 12:49:57 +05:30
Arun Prakash Jana
612247ace7
Change order of arguments to update_bookmark(). 2016-05-29 12:15:07 +05:30
Arun Prakash Jana
57ffa0f8c9
Implement merge Buku dtabase. 2016-05-29 11:39:51 +05:30
Arun Prakash Jana
4196a04a47
Demo asciinema recording. 2016-05-28 23:43:25 +05:30
Arun Prakash Jana
54bdb9fe0b
Auto-completion script update for --noprompt. 2016-05-28 21:17:25 +05:30
Arun Prakash Jana
acd8f30056
Document noninteractive option, close conn-cur before exit. 2016-05-28 19:06:09 +05:30
Arun Prakash Jana
7741a1ef6d
Implement noninteractive option. 2016-05-28 18:45:03 +05:30
Arun Prakash Jana
e579906eb5 Update README.md 2016-05-28 12:39:57 +05:30
Arun Prakash Jana
26b3b86a9c Merge pull request #29 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-05-28 12:38:33 +05:30
Arun Prakash Jana
71b7f60fea Update README.md 2016-05-27 16:53:38 +05:30
The Gitter Badger
b53a952600 Add Gitter badge 2016-05-27 11:17:48 +00:00
Arun Prakash Jana
ad60c76435
Note that import is not released. 2016-05-27 08:24:52 +05:30
Arun Prakash Jana
d739e41f46
Fix help indentation. 2016-05-25 22:45:52 +05:30
Arun Prakash Jana
37526fd9cc Merge pull request #25 from toyg/dbdir_rename
moved main flow inside IF block, so that the module is importable
2016-05-25 20:16:27 +05:30
Arun Prakash Jana
4505b150e8 Merge pull request #26 from toyg/adding_tests
Adding tests
2016-05-25 20:14:18 +05:30
toyg
a28ee20828 3 initial tests, more to come 2016-05-25 13:57:33 +01:00
toyg
6be7324d4b Merge branch 'master' of https://github.com/jarun/Buku into adding_tests 2016-05-25 12:45:57 +01:00
toyg
a7644aa03f moved main flow inside IF block, so that the module is actually importable 2016-05-25 12:00:14 +01:00
Arun Prakash Jana
4f2ac096ae Merge pull request #24 from toyg/dbdir_rename
clarifying method name since we're getting a dir, not the actual file…
2016-05-25 16:29:15 +05:30
toyg
2a76b4e253 clarifying method name since we're getting a dir, not the actual file path. This is in preparation of upcoming tests. 2016-05-25 11:52:38 +01:00
Arun Prakash Jana
04bfc4cc57 Update requirements.txt 2016-05-25 14:55:37 +05:30
Arun Prakash Jana
c15c8a8e01 Merge pull request #23 from toyg/requirements_txt
added requirements.txt
2016-05-25 14:55:08 +05:30
toyg
bfc837e0a4 added requirements.txt 2016-05-25 10:09:41 +01:00
toyg
2196b6143c added testing infrastructure 2016-05-25 09:59:40 +01:00
Arun Prakash Jana
baaefc6b5d Revert auto completion installation attempt.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2016-05-25 09:55:00 +05:30