Commit Graph

222 Commits

Author SHA1 Message Date
056debeb7c doc 2023-01-31 22:25:33 +01:00
1102df001c generic profile commands, modules need to implement ProfileManager
- no need to implement profile management commands for each module
- [todo] profile commands available when ProfileManager interface implemented
2023-01-31 22:21:39 +01:00
7aedcc7ee7 WIP detect modified folders + various bug fixes to folder scanning
- correctly handle spaces in folders
- better node tree traversal to build URL tags from folders/tags
- WIP detect changes in folder names and update that in local bk
2023-01-26 21:54:58 +01:00
7d355383d2 update todos, plan for using user.js for vfs lock 2023-01-11 13:44:12 +01:00
97aa76288a test fixes 2023-01-11 13:29:35 +01:00
29fb93c98a handle modified folder names 2023-01-11 12:45:56 +01:00
6112e4094b firefox modified bookmarks tests 2023-01-11 12:14:10 +01:00
83aeb079f2 wip test finding changed bookmarks and Run() 2023-01-05 22:33:01 +01:00
30034d097c add test queries for modified bookmarks 2023-01-05 22:02:39 +01:00
f549e3d90c Merge branch 'master' into parse-firefox-bookmarks 2023-01-03 15:07:07 +01:00
e05afb421b update 2023-01-03 15:06:52 +01:00
91676f533e add optimized test moz databases 2023-01-03 14:59:01 +01:00
f8e7e5d7b8 wip load modified bookmarks 2023-01-03 14:33:02 +01:00
53d31f433e make a separate places copy for each Load/Run job, missing tests 2022-12-27 13:24:41 +01:00
b03160e02a some cleaning when adding tags 2022-12-26 21:08:30 +01:00
45befebb76 fix parsing of bookmark tags 2022-12-26 20:56:28 +01:00
d0817797c2 ff scan bookmarks DONE 2022-12-26 19:15:00 +01:00
9a152edd8c [refactor] more logic moved to shared mozilla package
- embedding sql query files
- dotsqlx loader helper from embedded files
2022-12-15 22:15:11 +01:00
45afbfdc56 helper dotsql loding from embedded queries 2022-12-15 22:13:48 +01:00
84edf35494 ff fix parent folder in bookmarks 2022-12-15 20:16:11 +01:00
a538541303 wip load ff bookmarks to tree 2022-12-15 03:22:54 +01:00
2cffc9fed6 add clean Makefile command 2022-12-11 23:41:11 +01:00
70e6ecc137 test scan urls into nodes + tag nodes 2022-12-11 23:06:49 +01:00
762414ce20 ff scan folders into tree + tests 2022-12-10 02:49:30 +01:00
3cfe7581ca extra tree utils 2022-12-10 02:49:04 +01:00
0fcc4a61f1 silent log when testing 2022-12-10 02:48:50 +01:00
5857f7e711 wip ff scan folders 2022-12-05 23:21:23 +01:00
161ec6a8a9 use generics with utils 2022-12-05 23:21:01 +01:00
4acef801f8 test bookmark scanning queries 2022-12-05 03:59:22 +01:00
3c317c0a8a wip testing queries 2022-12-04 21:01:53 +01:00
e63fc24289 wip testing sql quries 2022-11-24 21:25:05 +01:00
022e72c976 doc update 2022-11-24 14:50:15 +01:00
a1677301f3 update sql 2022-11-24 03:48:55 +01:00
435baebccf dot sqlx use Select - wip test loading bookmarks 2022-11-22 00:05:24 +01:00
4e7ef2110b better debug/logging usinc cli flag and env variables 2022-11-17 23:03:18 +01:00
71ef7cb991 hide auto exported fields in initial config.toml 2022-11-17 22:59:02 +01:00
d03cbaee50 ff: use sqlx struct scan and enhanced merged table query
- use a single query on places.sqlite to retrieve all necessary info to
  organize and parse bookmarks

- orangized queries using dotsql(x)
- test loading query using dotsql
- Parse bk last modified timestamp + test from places.sqlite millisecond epoch
2022-11-17 00:06:02 +01:00
03332e89cc wip test firefox queries and bookmark loading 2022-11-07 23:17:38 +01:00
d2755d7378 update todo 2022-11-07 22:40:25 +01:00
d8214566c8 Cleaner way to create new Firefox instance + refactoring 2022-11-07 22:34:01 +01:00
cc27b01b50 modules can export cli commands 2022-11-07 21:58:35 +01:00
7aa6611bd1 working FF module init/load/watch 2022-11-07 20:07:13 +01:00
00e01eaaa3 todo load ff config hooks before ff init 2022-11-01 23:17:46 +01:00
324803ed10 wip firefox as loadable module 2022-11-01 14:27:19 +01:00
7c615ad136 WIP modular way to add browser + big refactoring
- Move every browser to it's own package
- Stop using inheritance style embedding of structs
- Use as much interfaces everywhere
- WIP: firefox package needs extensive tests
2022-10-28 00:33:20 +02:00
03d30e6704 VERY MUCH WIP big refactoring into browser modules
- inspired from golang database package and caddyserver modules
- Migrating from class style to interfaces
- FIX: browser provisioning is broken, config is not ready when the
  browser module is registered.
2022-10-23 15:08:06 +02:00
b720f04e11 Firefox fix tag/bookmark parsing into node tree 2022-10-07 22:18:56 +02:00
732e050058 refactoring 2022-10-07 22:17:00 +02:00
2f876d2b7d test/fix adding children to nodes 2022-10-07 22:15:48 +02:00
ebc7e30fff refactoring tidy and doc update 2022-10-07 22:04:55 +02:00