You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Branch:
css-refactor
0.12.1-cherry-pick
0.12.2-cherry-pick
account_preferences_refactor
bare_public_key
css-refactor
disable_email_confirmation
docs-fix-site-url
docs-sys-reqs
emoji-alt
focus-status
frogend-edit-blocks
frontend-linting
frontend-refactor
frontend-restructure
frontend_tweaks
home_timeline_query_fiddling_alternative
improve-panic-handling
inbox_post_and_fedi_db_updates
interaction_policies_forward_compat
main
per-form-ance
refresh_before_notif_stream
remove-unused-dependencies
revert-3577-unknown_notif_types_fix
settings-refactor
settings-refactor-rebase
tag_timeline_all_param
v0.11.1
v0.13.1-cherry-pick
v0.13.2-cherry-pick
v0.13.3-cherry-pick
v0.14.1-cherry-pick
v0.14.2-cherry-pick
v0.17.4-cherry-pick
v0.18.2-cherry-pick
v0.18.3-cherry-pick
v0.9.1
wasm_recompile
v0.1.0
v0.1.1
v0.10.0
v0.10.0-rc1
v0.10.0-rc2
v0.10.0-rc3
v0.11.0
v0.11.0-rc1
v0.11.0-rc2
v0.11.0-rc3
v0.11.1
v0.12.0
v0.12.0-rc1
v0.12.0-rc2
v0.12.1
v0.12.2
v0.13.0
v0.13.0-rc1
v0.13.0-rc2
v0.13.1
v0.13.2
v0.13.3
v0.14.0
v0.14.0-rc1
v0.14.0-rc2
v0.14.0-rc3
v0.14.1
v0.14.2
v0.15.0
v0.15.0-rc1
v0.15.0-rc2
v0.16.0
v0.16.0-rc1
v0.16.0-rc2
v0.16.0-rc3
v0.17.0
v0.17.0-rc1
v0.17.0-rc2
v0.17.0-rc3
v0.17.0-rc4
v0.17.0-rc5
v0.17.1
v0.17.2
v0.17.3
v0.17.4
v0.18.0
v0.18.0-rc1
v0.18.0-rc2
v0.18.0-rc3
v0.18.1
v0.18.2
v0.18.3
v0.2.0
v0.2.1
v0.2.2
v0.2.3
v0.3.0
v0.3.1
v0.3.3
v0.3.4
v0.3.5
v0.3.6
v0.3.7
v0.3.8
v0.4.0
v0.5.0
v0.5.0-rc1
v0.5.0-rc2
v0.5.0-rc3
v0.5.1
v0.5.2
v0.6.0
v0.6.0-rc1
v0.6.0-rc2
v0.6.0-rc3
v0.7.0
v0.7.0-rc1
v0.7.0-rc2
v0.7.0-rc3
v0.7.1
v0.8.0
v0.8.0-rc1
v0.8.1
v0.9.0
v0.9.0-rc1
v0.9.0-rc2
${ noResults }
gotosocial/internal/workers
* start updating media manager interface ready for storing attachments / emoji right away
* store emoji and media as uncached immediately, then (re-)cache on Processing{}.Load()
* remove now unused media workers
* fix tests and issues
* fix another test!
* fix emoji activitypub uri setting behaviour, fix remainder of test compilation issues
* fix more tests
* fix (most of) remaining tests, add debouncing to repeatedly failing media / emojis
* whoops, rebase issue
* remove kim's whacky experiments
* do some reshuffling, ensure emoji uri gets set
* ensure marked as not cached on cleanup
* tweaks to media / emoji processing to handle context canceled better
* ensure newly fetched emojis actually get set in returned slice
* use different varnames to be a bit more obvious
* move emoji refresh rate limiting to dereferencer
* add exported dereferencer functions for remote media, use these for recaching in processor
* add check for nil attachment in updateAttachment()
* remove unused emoji and media fields + columns
* see previous commit
* fix old migrations expecting image_updated_at to exists (from copies of old models)
* remove freshness checking code (seems to be broken...)
* fix error arg causing nil ptr exception
* finish documentating functions with comments, slight tweaks to media / emoji deref error logic
* remove some extra unneeded boolean checking
* finish writing documentation (code comments) for exported media manager methods
* undo changes to migration snapshot gtsmodels, updated failing migration to have its own snapshot
* move doesColumnExist() to util.go in migrations package
|
2 years ago | |
|---|---|---|
| .. | ||
| worker_fn.go | [chore] Make worker run messages debug output (#2944) | 2 years ago |
| worker_msg.go | [feature] log worker startup counts (#2958) | 2 years ago |
| workers.go | [chore] media and emoji refactoring (#3000) | 2 years ago |