Commit Graph

45 Commits

Author SHA1 Message Date
5825356f2e [firefox] partially working places.sqlite copy strategy
- when file change is detected on places.sqlite* the
sqlite files are copied to a tmp directory and bookmark
parsing happens from there.

This commit covers the base functionnality, the bookmark parsing seems
broken from the sqlx side but new bookmarks are effectivly detected.
2020-09-09 14:07:29 +01:00
cc78ea5fff WIP: gomark broke again against exclusive vfs lock 2020-09-01 22:54:21 +01:00
98429f52f3 working build, firefox sqlite3 lock 2020-09-01 13:43:01 +01:00
dc795166c3 wip migrate to module 2020-08-12 19:13:01 +01:00
69585c2b3a move base browser to its own package 2019-03-01 19:41:44 +01:00
8130ed9ee2 refactored logging and browsers init 2019-03-01 19:03:48 +01:00
509af26a61 browser init refactoring 2019-03-01 18:30:50 +01:00
8512987de9 fix firefox profile loading 2019-02-28 17:55:34 +01:00
d12c881a91 better config management 2019-02-27 11:47:06 +01:00
023f99dfb1 wip cli option management 2019-02-26 19:41:02 +01:00
cba4bbaec9 list profiles + check vfs cmds 2019-02-26 11:23:00 +01:00
0c069a3c39 firefox profiles loading, todo CLI 2019-02-22 19:50:26 +01:00
3513f747c4 detect if multiprocess not set and ff is running 2019-02-13 20:45:07 +01:00
1f6db4c4aa wip unlocking locked db 2018-12-04 18:06:30 +01:00
bd5b8ee815 unit-test return the right errors for locked DBs 2018-12-04 05:02:47 +01:00
77a48ca9cb wip unlocking locked db 2018-12-04 04:34:30 +01:00
f40de3bf8d Refactoring and interfaces for unit testing 2018-12-01 18:16:46 +01:00
80a1edc7bc wip testing DB.Init() for blocking files 2018-11-30 20:04:54 +01:00
c582337f53 wip start UnitTest and handle sqlite file lock 2018-11-30 04:15:08 +01:00
98a0079d69 WIP use sqlx and refactor 2018-11-23 04:40:10 +01:00
2cd45617cb fix WAL journal mode after go-sqlite update 2018-11-21 11:01:15 +01:00
81798d3393 wip firefox places disk I/O bug 2018-11-20 18:33:37 +01:00
31d771997c Less verbose 2018-11-13 19:54:51 +01:00
92fcb6fbc1 Fix bug on watcher 2018-11-13 19:54:20 +01:00
56b597a600 Doc and refactoring 2018-11-13 18:21:02 +01:00
0982d0fb6a Firefox bookmark syncing to cache 2018-11-13 17:11:16 +01:00
6604c2fd7b wip firefox parse new/modified bookmarks 2018-11-10 13:24:25 +01:00
5a0d93cd38 Better constants FF 2018-11-10 13:22:07 +01:00
083ac7537a wip refactoring in packages 2018-11-09 18:25:50 +01:00
f548cde8ea Firefox watcher done 2018-11-05 02:40:11 +01:00
17e370be39 Wip firefox watch process 2018-11-02 18:21:18 +01:00
95791ade34 Non working sqlite update hook + refactor 2018-11-01 17:00:58 +01:00
7c55312390 updated TODO 2018-10-28 20:35:28 +01:00
3877268508 Cleaner error handling 2018-10-28 20:19:12 +01:00
6dc2deff2b WIP sync buffer to cache and chrome to ff 2018-10-28 16:54:47 +01:00
2370500250 wip incremental sync, fixed chrome watcher
- Refactoring
- Inserting bookmarks to DBs now merges the tags
- WIP sync strategy between buffer and cache
- TODO: firefox index/buffer sync
2018-10-26 18:25:07 +02:00
0f591addcd fix firefox bookmark retrieval 2018-10-26 03:04:26 +02:00
936d0014d4 refactor 2018-10-25 18:22:51 +02:00
040d88b807 Add concurency where possible in tree 2018-10-25 18:19:15 +02:00
dab486fefd debug and print trees, wip firefox 2018-10-25 18:09:03 +02:00
09dea0b655 milestone, firefox initial parsing of bookmarks 2018-10-24 18:16:42 +02:00
4b2b1d5f95 Wip firefox tag parsing with a single sql command 2018-10-23 22:14:54 +02:00
18446527c0 wip recursive for firefox from root 2018-06-14 16:42:54 +02:00
8ca1a2097d wip need to use queue for firefox watcher 2018-06-14 02:30:30 +02:00
90f1b0d494 wip firefox file watching 2018-06-08 18:27:33 +02:00