« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/find.js
AgeCommit message (Collapse)Author
4 daysfind: kebab-fuzzy matches in content text(quasar) nebula
Outside content text, this doesn't cause miscapitalized references to slip past, but it does stop them from being specially reported i.e. highlighting which letters need to be updated or treating as more than just "nothing matches for this reference" generic errors. That's a TODO. Sorry! Gyeep!
2025-06-15find: findMixed: process byDirectory correctly(quasar) nebula
2025-06-10find: indicate which letters mismatch capitalization(quasar) nebula
2025-06-08find: report miscapitalizations(quasar) nebula
Man, this is overdue.
2025-04-10find: pass thingConstructors into include()(quasar) nebula
Allow include() to conveniently replicate the same behavior that it does by default, e.g. if [Thing.findThisThingOnly] has been expressly disabled.
2025-01-13cacheable-object: remove 900,000 functions(quasar) nebula
2025-01-11find, reverse: fr.bind + bindReverse(quasar) nebula
2025-01-11find: move decorate-token behavior into find-reverse(quasar) nebula
2025-01-11find, reverse: use namespace import(quasar) nebula
2025-01-11find, reverse: factor out some common interfaces & stub reverse(quasar) nebula
no bindReverse yet
2024-11-15find: cache findMixed by identity of data(quasar) nebula
2024-11-15find: mixedFind -> findMixed(quasar) nebula
2024-11-15find: findMixedHelper directory internals(quasar) nebula
2024-11-15find: final factoring out, probably(quasar) nebula
2024-11-15find: factor out prepareMatchBy{Directory,Name}(quasar) nebula
2024-11-15find: factor out some stuff into matchHelper(quasar) nebula
2024-11-15find: copy in some more common behavior(quasar) nebula
2024-11-15find: prefer if-style branching in findHelper/mixedFindHelper(quasar) nebula
2024-11-15data: stub real results for find.mixed(quasar) nebula
Works by name, not by directory. Also no caching, and some stuff common with findHelper should be factored out.
2024-11-15find: factor out keyRefRegex & tidy usage(quasar) nebula
2024-11-15find: decompose processAllAvailableMatches(quasar) nebula
2024-11-15find: postprocessFindSpec, include() instanceof by default(quasar) nebula
2024-11-15find: find.mixed stub(quasar) nebula
Exposes a store that works similar to the normal find store, so that find.mixed() tokens that read the same in fact *are* the same identity [so will share a cache of findable results], and enables accessing the spec descriptions behind particular find tokens, which will probably come in handy.
2024-03-17find: fix up warnOrThrow internal usage(quasar) nebula
2024-02-17find: fix not passing getMatchableDirectories through (???)(quasar) nebula
unclear how this was not being used. seems it would've broken artist aliases previously, not just now.
2024-02-16find: eslint cleanup(quasar) nebula
2024-01-30find, data: move find specs into Thing subclasses(quasar) nebula
2024-01-30find: avoid unhelpful duplicate directories in artist aliases(quasar) nebula
2024-01-30find: find.artistIncludingAliases; exclude in find.artist(quasar) nebula
2024-01-30find: configure directories w/ getMatchableDirectories(quasar) nebula
2024-01-03find: don't assume {mode} object to destructure from(quasar) nebula
2023-11-14data: expose CacheableObject directly via #cacheable-object import(quasar) nebula
2023-11-05data, find: use clean-logic, cached find.trackOriginalReleasesOnly(quasar) nebula
2023-11-05find: support filtering which things are included for matching(quasar) nebula
2023-10-11implement flash act pages, rework flash sidebar layout(quasar) nebula
2023-10-10find: fix error reporting for multiple name matches(quasar) nebula
2023-10-02find: use more reasonable getMatchableNames default(quasar) nebula
Also warn with some details when getMatchableNames returns values besides strings. This was getting caught on links to listings, which don't have (data-represented) names.
2023-10-02find: always read matches from pre-cached hash map(quasar) nebula
2023-10-02find: accept arrays... experimentally...(quasar) nebula
2023-09-19Merge branch 'preview' into track-data-cleanup(quasar) nebula
2023-09-18data: Track.alwaysReferencedByDirectory flag & field(quasar) nebula
2023-09-07data: import Thing.common utilities directly(quasar) nebula
Also rename 'color' (from #cli) to 'colors'.
2023-08-19clean up imports & miscellaneous metastructures across codebase(quasar) nebula