Commit Graph

14 Commits

Author SHA1 Message Date
3ca64a016f Merge branch 'ff-profiles' into gosuki 2023-02-20 01:55:21 +01:00
7ea299deaa update doc 2023-02-20 01:55:16 +01:00
95b3c8ff4d gosuki ! 2023-02-19 00:13:23 +01:00
30c6584b88 cleaned some unused code 2023-02-07 17:10:17 +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
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
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
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
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