Commit Graph

25 Commits

Author SHA1 Message Date
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
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
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
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
5857f7e711 wip ff scan folders 2022-12-05 23:21:23 +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
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
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