Chris Drexler
|
727141b5e2
|
FIX(buku) ff json import folder w/o children
- fixes jarun/Buku#340
- replaced error with warning
- proper warning message added
- test added
|
2019-01-02 11:00:26 +01:00 |
|
Arun Prakash Jana
|
f316f9b980
|
Merge pull request #347 from rachmadaniHaryono/feature/fix-cleardb-test
Feature/fix cleardb test
|
2019-01-02 01:47:48 +05:30 |
|
rachmadaniHaryono
|
acc08c1ec8
|
chg: test: assert none
|
2019-01-02 03:41:24 +08:00 |
|
rachmadaniHaryono
|
d0ef116a0b
|
new: dev: fix test test_cleardb
|
2019-01-02 03:35:22 +08:00 |
|
Arun Prakash Jana
|
5874eafa4b
|
Fix build break
|
2019-01-02 00:24:51 +05:30 |
|
Arun Prakash Jana
|
2ada8c7215
|
Fix #346
|
2019-01-01 22:10:23 +05:30 |
|
Arun Prakash Jana
|
d994a51c38
|
Update copyright year
|
2019-01-01 09:29:26 +05:30 |
|
Arun Prakash Jana
|
41721f4597
|
Use the same string across imports
|
2018-12-31 21:23:56 +05:30 |
|
Arun Prakash Jana
|
122b1dabd2
|
Merge pull request #345 from sglavoie/master
Improve readability and fix minor typos.
|
2018-12-31 21:20:10 +05:30 |
|
Sébastien Lavoie
|
094f44b369
|
Improve readability and fix minor typos.
|
2018-12-30 20:49:38 -06:00 |
|
Arun Prakash Jana
|
d439b1c90a
|
Update ToDo list link
|
2018-12-29 15:47:49 +05:30 |
|
Arun Prakash Jana
|
3d528d303d
|
Fix build break
|
2018-12-29 05:29:40 +05:30 |
|
Arun Prakash Jana
|
c694417462
|
Fix #341
|
2018-12-29 05:12:49 +05:30 |
|
Arun Prakash Jana
|
cff8668858
|
Fix #342
|
2018-12-29 04:47:20 +05:30 |
|
Arun Prakash Jana
|
89c6578078
|
Remove blank lines
|
2018-12-28 18:21:54 +05:30 |
|
Arun Prakash Jana
|
940d3e1642
|
Merge pull request #338 from ckolumbus/feature/import-firefox-json
Feature/import firefox json
|
2018-12-28 18:05:38 +05:30 |
|
Chris Drexler
|
be551c60f8
|
Merge branch 'feature/import-firefox-json' of https://github.com/ckolumbus/Buku into feature/import-firefox-json
|
2018-12-28 10:51:05 +01:00 |
|
Chris Drexler
|
90237ea8bf
|
FIX(test) formatting errors in test for ff json
|
2018-12-28 10:50:03 +01:00 |
|
Chris Drexler
|
99f3f405a1
|
Merge pull request #1 from rachmadaniHaryono/feature/fix-test
fix: test: page title
|
2018-12-28 09:38:38 +01:00 |
|
Chris Drexler
|
315d9c475d
|
FIX(buku) review comments: clean up line formatting
|
2018-12-28 09:36:25 +01:00 |
|
rachmadaniHaryono
|
1354ea42b3
|
chg: test: exp res
|
2018-12-26 21:39:30 +08:00 |
|
rachmadaniHaryono
|
cc65ee5b82
|
fix: test: page title
|
2018-12-26 21:25:38 +08:00 |
|
Chris Drexler
|
5bc1ab63da
|
ADD(buku) simplify test & add docu for ff json imp
|
2018-12-26 11:25:22 +01:00 |
|
Chris Drexler
|
e6f3debdda
|
ADD(buku) more tests for import_firefox_json
|
2018-12-25 20:43:51 +01:00 |
|
Chris Drexler
|
61e4cdb7ea
|
FIX(buku) fix ValueError
- remove wrong ValueError reference (not from json.decoder
but builtin)
|
2018-12-19 20:03:13 +01:00 |
|
Chris Drexler
|
ccb40b5810
|
FIX(buku) JSONDecodeError only avail from py3.5 on
- replace exception handling with parent class ValueError
which is avail also prior to 3.5
|
2018-12-19 19:59:33 +01:00 |
|
Chris Drexler
|
830436d30d
|
FIX(buku) fix pylint errors
|
2018-12-19 19:54:20 +01:00 |
|
Chris Drexler
|
f4ef45f390
|
FIX(buku) fix flake8 for ff json import
|
2018-12-18 21:39:18 +01:00 |
|
Chris Drexler
|
3795978c07
|
FIX(test) flake8 fixes in ff json import tests
|
2018-12-18 21:17:21 +01:00 |
|
Chris Drexler
|
da7cd0b1a4
|
ADD(buku) tests for firefox json import
|
2018-12-18 21:11:29 +01:00 |
|
Chris Drexler
|
6931a91d17
|
FIX(buku) working version of firefox json import
- import works
- TODO: tests
|
2018-12-18 16:43:22 +01:00 |
|
Arun Prakash Jana
|
7232ff85a6
|
Indicate macOS along with Homebrew
|
2018-12-18 21:12:02 +05:30 |
|
Chris Drexler
|
b016db1d50
|
NEW(buku) add first attempt of firefox json import
- not working yet, only print outs should be done
- issues with iteration (worked with standalon python function)
|
2018-12-17 22:46:39 +01:00 |
|
Arun Prakash Jana
|
bdbdf0a995
|
Merge pull request #336 from ckolumbus/feature/dbfile-option
NEW(server) add db path option
|
2018-12-16 17:20:29 +05:30 |
|
Chris Drexler
|
47dd0b1967
|
UPD(bukuserver) refactor dbfile option
- create get_bukudb factory function
- rename option to DB_FILE
|
2018-12-15 18:30:48 +01:00 |
|
Chris Drexler
|
0634b62bdc
|
FIX flake8 errors
- visual indent
|
2018-12-14 17:56:56 +01:00 |
|
Chris Drexler
|
db13e3a894
|
FIX flake8 errors
- line length
- removed unused import
|
2018-12-14 17:34:41 +01:00 |
|
Chris Drexler
|
ba79c13ef1
|
NEW(server) add db path option
add environment variable to configure alternative
db-file path for bukuserver
|
2018-12-13 12:25:52 +01:00 |
|
Arun Prakash Jana
|
35f4620f55
|
Fix CVE-2018-18074, CVE-2018-20060
|
2018-12-13 00:17:56 +05:30 |
|
Arun Prakash Jana
|
d4d1373c6b
|
Fix typo
|
2018-12-11 19:16:20 +05:30 |
|
Arun Prakash Jana
|
835f0e256d
|
Update badges
|
2018-12-04 18:41:27 +05:30 |
|
Arun Prakash Jana
|
f58b49fd0a
|
Fix write to GNU Screen paste buffer
|
2018-12-02 21:59:28 +05:30 |
|
Arun Prakash Jana
|
ebb1205fd6
|
Fix lint issues
|
2018-12-02 19:58:25 +05:30 |
|
Arun Prakash Jana
|
0fc7741d88
|
Merge pull request #331 from invl/fix-autoimport-firefox
Fix autoimport for firefox
|
2018-12-02 19:44:43 +05:30 |
|
invlpg
|
661927c228
|
Fix autoimport for firefox
|
2018-12-02 11:44:57 +08:00 |
|
Arun Prakash Jana
|
2cd2e59fc9
|
Merge pull request #328 from rachmadaniHaryono/feature/fix-setup
fix setup script
|
2018-11-23 12:16:30 +05:30 |
|
rachmadaniHaryono
|
e6078a3241
|
chg: dev: copy when file exist
|
2018-11-23 14:06:17 +08:00 |
|
Arun Prakash Jana
|
abcb1db029
|
Update docs
|
2018-11-20 09:17:12 +05:30 |
|
Arun Prakash Jana
|
aa37efdd70
|
Fix build break
|
2018-11-12 18:58:16 +05:30 |
|
Arun Prakash Jana
|
32d7b57daa
|
Add note on required pip version
|
2018-11-12 09:13:06 +05:30 |
|