Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-04 18:20:55 +00:00
6f54e7a6ba I am slowly losing sanity
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-04 18:10:11 +00:00
c17fd84f0a Strictly enforces calling the correct methods to change the job status, ensuring events are fired correctly
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-04 17:53:25 +00:00
02a938bba0 Refactoring for readability in thumb job
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-04 17:50:58 +00:00
af9e3e25da WIP debug for Thumbnailjob
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-04 17:25:28 +00:00
9ff4f976d6 Wasn't done with the time yet.
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-04 17:17:39 +00:00
c771e1446c fix(frontend): Fixes all of the special HttpClients to not have been specialized due to a small typo in the program init.
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-04 02:59:21 +00:00
b0406ac4c8 Moved to a compatible pgvector db variant, implemented Thumbnails job
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-04 00:40:46 +00:00
a32e062d07 Enabled vector extensions
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-03 21:38:06 +00:00
8ddd9c0dac PHash Job implementation
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-03 18:56:36 +00:00
67dd365ffc Added libraries for image processing and hashing
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-03 18:56:04 +00:00
bf176e0ce5 Front end work on Jobs page
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-03 01:45:09 +00:00
565b888620 FrontEnd work (partial)
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-02 23:03:10 +00:00
e371d73601 Added IntegrityCheck job
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-02 20:35:35 +00:00
909d4d5e68 Leveled logging settings
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-02 19:10:00 +00:00
bd8af5b28f Added scheduler as singleton to allow JobsController to use it
REDCODE pushed to feature/JobsEndpoint at MilkyShots/MilkyShots 2025-09-02 18:40:20 +00:00
4986e401c4 Scaffolded Jobs controller basics
REDCODE created branch feature/JobsEndpoint in MilkyShots/MilkyShots 2025-09-02 18:40:20 +00:00
REDCODE deleted branch feature/JobSystem from MilkyShots/MilkyShots 2025-09-02 17:37:56 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2025-09-02 17:36:08 +00:00
8778cef71d Merge branch 'feature/JobSystem' into develop
8e5ba0ec31 Fixed crashes on UpdateProgress, reorganized logic for scanner service, fixed scheduler not being able to get hold of the JobManager, JobManager now uses ConcurrentDictionary for thread safe access.
67a7eec155 feat(backend): Added JobScheduler
49b53b0886 Refined Job system, added FileSystemCrawl job full implementation.
c6295546ad Initial job implementation
Compare 5 commits »
REDCODE pushed to feature/JobSystem at MilkyShots/MilkyShots 2025-09-02 17:19:53 +00:00
8e5ba0ec31 Fixed crashes on UpdateProgress, reorganized logic for scanner service, fixed scheduler not being able to get hold of the JobManager, JobManager now uses ConcurrentDictionary for thread safe access.