1
0
Fork 0
Commit graph

12 commits

Author SHA1 Message Date
Matthew Holt
e7650c784a
Some minor changes
- New config parameter "resume_jobs" which can disable auto-resuming jobs at timeline open. (closes #159)

- Renamed "a" to "app" in one method using "Rename symbol" (not "Change all occurrences"), which surprisingly updated the identifier in ALL methods. That must be new. Anyway, that's the huge diff.

- Minor fix to metadata merge that does a more proper nil check to avoid a panic.

- Changed some omitempty to omitzero
2025-10-22 15:13:32 -06:00
Matthew Holt
c9db392d20
Implement timeline settings stored in DB; toggle semantic features
I don't love that the type has to be stored in the table... it would be great if we could infer it, but I don't know how that would work for strings that look like another type.
2025-09-05 16:27:17 -06:00
Matthew Holt
1f73da0527
Fix lint errors 2025-08-21 15:39:36 -06:00
Sergio Rubio
5de93bbf85
Do not try to open a browser in headless mode (#93)
* Do not try to open a browser in headless mode

When running timelinize serve without a display/desktop, you get a
harmless error in the server log output:

Error: no DISPLAY environment variable specified

This comes from xdg-open trying to open the server URL.

* Move log

---------

Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
2025-06-19 09:23:51 -06:00
Matthew Holt
e6ac91870b Custom trusted origins (close #52) 2025-06-02 10:14:26 -06:00
Matthew Holt
6071890390
Minor enhancements
- Upgrade mholt/archives
- Error opening browser should not be fatal
- Fix lint error
2025-04-07 13:05:20 -06:00
Matthew Holt
35979b4081
WIP: Config change that restarts app; refactor, bug fix map draw 2025-01-01 16:31:09 -07:00
Matthew Holt
22628833a7
Refactor obfuscation mode and some processing logic 2024-12-13 07:19:27 -07:00
Matthew Holt
3066ddbeb9
Major linting overhaul
I've addressed most of the "fast" linters errors locally in my editor.

Some linters are broken or buggy.
2024-08-29 16:43:52 -06:00
Matthew Holt
21d5a2ed8e
chore: Fix some lint errors (add package comments) 2024-08-28 16:05:43 -06:00
Sergio Rubio
68f732a3e5
Docker support (#26) 2024-08-21 07:43:55 -06:00
Matthew Holt
1daf6f4157
Initial open source commit 2024-08-11 08:02:27 -06:00