Conversation
kb help
commit a2b14296ec6b542ce81e962eaf33a1214ce2f549
Author: AJ Slater <aj@slater.net>
Date: Wed Oct 13 14:37:47 2021 -0700
remove cruft
commit 2117b1b5c3dd82b77b8bf79c86f096288931d649
Author: AJ Slater <aj@slater.net>
Date: Wed Oct 13 14:37:08 2021 -0700
fix 2 hotkey
commit 8624c28d1b9d7a6914ee4c051c2362cc1277d625
Author: AJ Slater <aj@slater.net>
Date: Wed Oct 13 14:20:09 2021 -0700
mostly working
* rename queue.py file for type checker * basically working bulk import * update poetry * commented out mypy stub settings for django * pyright for lint * oops forgot to commmit bulk_import goodness * fix credit update * remove print cruft * Fix Bugs. Move everything to bulk method. Create folder move & comic move functions. fix the watcher. * change comments * remove prints * move some aggregating code from query into the aggregator * more explicit variables * more logging * remove cruft * clean up through model getting * modularlize presave routines for groups & folders * use an EventBatcher thread to do bulk moves * Add librarychanged tasks for bulk imports and moves * consolidate buffer threads in a class * lint * lint * poetry & npm update * remove deprecated option * better import logging * more logging * tryna batch all this * fix debug line * fix logging * working frontend again. downgraded webpack * extra deps notes * update poetry * liberal use of put_nowait() fixes blocked comic creation * Fix blocked comic creation with put_nowait() also fix ambiguous group linking bug * fix total reporting logging * fix task creation in watcher * newer package-lock * revert that put_nowait nonsense * working scan thread * more exception handling for thread loops and some _ prefixes * just a little _ function cleanup in watcherd * fix minor bugs and differences with bulk branch" * additional exception catching in lifespan just to be sure * remove useless print * move event batchthread startup to a better place * remove errant prints * lint * batching for big queries to try to fix sqlite bug * upgrade npm * upgrade poetry * adjust batch sizes * bump version * fix bad function name * lint * instance queue for scanner thread * bulk is now implied * fix some logging and cleanup comments" * update readme
* rename queue.py file for type checker * basically working bulk import * update poetry * commented out mypy stub settings for django * pyright for lint * oops forgot to commmit bulk_import goodness * fix credit update * remove print cruft * Fix Bugs. Move everything to bulk method. Create folder move & comic move functions. fix the watcher. * change comments * remove prints * move some aggregating code from query into the aggregator * more explicit variables * more logging * remove cruft * clean up through model getting * modularlize presave routines for groups & folders * use an EventBatcher thread to do bulk moves * Add librarychanged tasks for bulk imports and moves * consolidate buffer threads in a class * lint * lint * poetry & npm update * remove deprecated option * better import logging * more logging * tryna batch all this * fix debug line * fix logging * working frontend again. downgraded webpack * extra deps notes * update poetry * liberal use of put_nowait() fixes blocked comic creation * Fix blocked comic creation with put_nowait() also fix ambiguous group linking bug * fix total reporting logging * fix task creation in watcher * newer package-lock * revert that put_nowait nonsense * working scan thread * more exception handling for thread loops and some _ prefixes * just a little _ function cleanup in watcherd * fix minor bugs and differences with bulk branch" * additional exception catching in lifespan just to be sure * remove useless print * move event batchthread startup to a better place * remove errant prints * lint * batching for big queries to try to fix sqlite bug * upgrade npm * upgrade poetry * adjust batch sizes * bump version * fix bad function name * lint * instance queue for scanner thread * bulk is now implied * fix some logging and cleanup comments" * update readme * cleanup threads * rename thread file and class * make the notification worker handle multiple messages * replace libarary using websockets with queue * big thread consolidation into AggregateMessageQueuedThread with same run loop * move method near where its used * consolidate more into Notifier class. Only start NOTIFIER thread one place * better lifecycle for notifier thread and move more things into notifier class * moved conns into Notifier * remove unused django_setup() * modularize websocket server more. improve imports in lifespan * clean up librarian by moving initializeion stuff into asgi & lifespan * rename QUEUE to LIBRARIAN_QUEUE to be less ambiguous * seperate notifier into its own file * less ambigous debug * make getLogger import more specific * lint * merge extraneous file * minor lint and reoder join * fix test
* _ for comic cover function names * admin regen covers task * update news for admin feature * create bulk covers * fix logging * only use the bulk thread now, but not all calls are batched properly * bulk browser cover creation * bulk and single comic where appropriate * update news. cleanup librarian
commit ab7a1ca54d4bfae42be60b635dd30c76b50f0845
Author: AJ Slater <aj@slater.net>
Date: Wed Nov 3 18:21:40 2021 -0700
cleanup notifier
commit cdbbe3454ae4ee56e8f873a176799784e198e9e8
Author: AJ Slater <aj@slater.net>
Date: Wed Nov 3 19:58:33 2021 -0700
consolidate thread logic
commit da0202eb186daa6dda47bcbb6f66748af101d461
Author: AJ Slater <aj@slater.net>
Date: Wed Nov 3 21:51:10 2021 -0700
fix name with referencing models before they're changed probably
commit c45e96b259b7bca592d20ef2448db6c90d264ba0
Author: AJ Slater <aj@slater.net>
Date: Wed Nov 3 21:47:49 2021 -0700
model reference threw a bug fix
commit 6006ffecd12ab925dd0af9e5677ca232e540c3eb
Author: AJ Slater <aj@slater.net>
Date: Wed Nov 3 21:41:51 2021 -0700
removed is_default and changed folder to folder
commit 1bf2641fa84e80310f2214e73d88220a0442e025
Author: AJ Slater <aj@slater.net>
Date: Thu Nov 4 16:06:32 2021 -0700
don't change volume names on the new import
commit 73b7be1424a504a7c4b66a6183d6e811b0743e38
Author: AJ Slater <aj@slater.net>
Date: Thu Nov 4 16:05:18 2021 -0700
fix missing comic in db bug for cover generation
commit 08ba39307ef8f02c56ea868af0451a994978d0fb
Author: AJ Slater <aj@slater.net>
Date: Thu Nov 4 15:32:05 2021 -0700
less ambigous scanner logging
commit 7092e62575521d94bd6173654419dfdeeb93a02b
Author: AJ Slater <aj@slater.net>
Date: Thu Nov 4 15:29:43 2021 -0700
fix scanner error on library not found.
commit 0075ee8b98c038784cd668176721189c685fc6dc
Author: AJ Slater <aj@slater.net>
Date: Thu Nov 4 14:59:42 2021 -0700
pyright linting. configure vulture to only point out egregious problems
commit 15f46e863d6a3eb5bf607a841eaf6aaec8001695
Author: AJ Slater <aj@slater.net>
Date: Thu Nov 4 11:25:20 2021 -0700
update README & NEWS
commit 2096d4eecb394c0b0bdd815e852647583232fa15
Author: AJ Slater <aj@slater.net>
Date: Sun Nov 7 20:13:52 2021 -0800
lint
commit b1b88b37466372dbdf2797292509c10a2547fc8e
Author: AJ Slater <aj@slater.net>
Date: Sun Nov 7 20:12:11 2021 -0800
lint, typing hack
commit 6581e9351ef3f4cfb51e7074be898ca0146871fa
Author: AJ Slater <aj@slater.net>
Date: Sun Nov 7 19:55:58 2021 -0800
lint and fix up some logging
commit 8e8b1bed765c030721fce292b546b53cab98d29b
Author: AJ Slater <aj@slater.net>
Date: Sun Nov 7 16:56:42 2021 -0800
bunch of logging cleanups and a new log level VERBOSE
commit f1334d552a021d03a8fc5ea89c31cac805711299
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 10:30:47 2021 -0800
script rename
commit 53bc44f30bc134f267a2d153ac87688377ced25f
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 10:00:48 2021 -0800
picopt
commit 958f51cde02fd32542ca5983982f6f3664aacba3
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 00:50:34 2021 -0800
lint
commit b7b20fb084f61c26b3ecd6c8ce3d94778e2f0658
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 00:49:33 2021 -0800
don't need to ignore md5 lockfile anymore
commit 89a36563763eead6284027084c45629699734077
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 00:45:46 2021 -0800
for test script us amd64 because that's a my mac
commit a7b724865b23eaf507baf252c2d3fa132134b5a8
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 00:45:24 2021 -0800
remove development ! from script
commit a57c754d4c0d8a5ddba31ed902ce04d2fae1b6b1
Author: AJ Slater <aj@slater.net>
Date: Wed Dec 15 19:09:27 2021 -0800
only use hadolint on mac
commit 079a2adfeda475ec924c44dcdcdbfc073c806170
Author: AJ Slater <aj@slater.net>
Date: Wed Dec 15 18:37:17 2021 -0800
dont store md5 in a file
commit 55b7a92516bccd50547da6d8fb267d7670c3967e
Author: AJ Slater <aj@slater.net>
Date: Wed Dec 15 18:34:36 2021 -0800
can kind of cache wheels on docker hub now. needds more testing
commit 9cda3e199256ff9d91d823141f88e1e80cb8cc07
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 19:56:41 2021 -0800
lint
commit e2111c593f032de0d5af9e3774c8864fa0729ecc
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 19:56:37 2021 -0800
poetry is now in codex-wheel-builder
commit badf327668d1c2b2f2c309e949c540bfecea19a0
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 17:49:26 2021 -0800
rename docker scripts
commit 1b6867e63e450302e7f22025cd5b7a7d51aa042c
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 17:41:57 2021 -0800
use buildx bake for codex
commit c6c1e8878dc97a7057c7414325d0c93fad1aa9e5
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 17:41:47 2021 -0800
ignore more paths
commit 7c22f745623416b9f26be0c277975ad300e42e8a
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 14:05:44 2021 -0800
build scripts
commit b47ef0b4d47156adffc78797ddc89e63feb6d123
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 20:38:23 2021 -0800
more indexes for comic fields
commit 5e1b6e409f4cffee61841725706386cba4f26f1d
Author: AJ Slater <aj@slater.net>
Date: Thu Dec 16 20:25:33 2021 -0800
fix latestversion update. remove parent_folder override for comic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.7.4