« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data
AgeCommit message (Collapse)Author
2 daysdata: filterReferenceErrors: basic series album ref error report(quasar) nebula
2 daysdata: series list showAlbumArtists(quasar) nebula
2 daysdata: seriesList: expose group(quasar) nebula
2 daysdata: withResolvedSeriesList: empty if null(quasar) nebula
2 daysdata: Group.serieses(quasar) nebula
6 daysdata, content: remove shared and inferred additional names(quasar) nebula
Removes: - inferredAdditionalNameList (#composite/things/track) etc - sharedAdditionalNameList (#composite/things/track) etc - "specificAlbumExclusive" / "This Album Only" field - "from" property / "on {ALBUMS}" accent (content) - generateTrackAdditionalNamesBox (no leftover dynamics) - related snapshot test
6 daysdata: "This Album Only" field for additional names(quasar) nebula
6 daysdata: withFilteredList: flip option(quasar) nebula
2024-09-30yaml: parseAdditionalNames: accept empty name(quasar) nebula
Evil
2024-09-30validators: isContentString: accept empty string(quasar) nebula
Evil
2024-09-30validators: isAdditionalName: expect name as content string(quasar) nebula
In practice additional names are presented as content strings, so this is just improved accuracy.
2024-09-30data, content: album additional names(quasar) nebula
2024-09-13data: WikiInfo.canonicalBase: don't error if null(quasar) nebula
2024-09-11data: WikiInfo: make canonicalBase always end with slash(quasar) nebula
2024-09-04data: reverseSingleReferenceList(quasar) nebula
2024-09-04data: withReverseList_template(quasar) nebula
2024-08-15data: Contribution.associatedContributions: prefix edits for wiki(quasar) nebula
2024-08-15data: Contribution.associatedContributions: segregate wiki edits(quasar) nebula
2024-08-06yaml: allow pushing onto existing wikiData keys by save() step(quasar) nebula
2024-08-05data: withContainingTrackSection: use withUniqueReferencingThing(quasar) nebula
2024-08-05data, test: TrackSection.tracks: use direct links(quasar) nebula
2024-08-05data, test: Album.trackSections: use direct links(quasar) nebula
2024-08-05data: thing: expose update value, like thingList(quasar) nebula
2024-08-05data: thingList(quasar) nebula
2024-07-31data: TrackSection.description(quasar) nebula
2024-07-25composite: conditionally call getStaticInputMetadata(quasar) nebula
Just a tiny cleanup, behavior is the same.
2024-07-25composite: simplify getStaticInputMetadata(quasar) nebula
Since it always operates on inputMapping, we can make more assumptions about shape. (All input names are always provided i.e. non-null, and they are always present as input tokens.)
2024-07-25composite: expose used default{Dependency,Value} at instantiate(quasar) nebula
There used to be a cool description here, but then vim ate it.
2024-06-26data: withReverse{Contribution,Reference}List: sort by date(quasar) nebula
2024-06-24data: Album.creditSources, Flash.creditSources(quasar) nebula
2024-06-24checks: reportContentTextErrors: check track credit sources(quasar) nebula
2024-06-24data: Track.creditSources(quasar) nebula
2024-06-23data: withParsedCommentaryEntries: dateKind, secondDate(quasar) nebula
2024-06-21data: withParsedCommentaryEntries: auto-fill archive capture dates(quasar) nebula
2024-06-21data: withParsedCommentaryEntries: accessDate, accessKind(quasar) nebula
2024-06-18data: Contribution.{previous,next}BySameArtist(quasar) nebula
2024-06-18data: withContainingReverseContributionList(quasar) nebula
2024-06-18data: withContributionArtist: depend on 'artist' prop by default(quasar) nebula
2024-06-18data: set artistProperty on forwards contribution lists(quasar) nebula
2024-06-18data: Contribution.artistProperty(quasar) nebula
2024-06-18data: withIndexInList, withNearbyItemFromList(quasar) nebula
2024-06-18data: drop "More list utilities", organize data index au Scratch(quasar) nebula
2024-06-18language: encapsulate(quasar) nebula
2024-06-18data: withReverse{Reference,Contribution}List: factor commonality(quasar) nebula
This doesn't actually move the common behavior into e.g. devoted component compositions - these two still mirror each other - but it *does* isolate the differing behavior in terms of dependencies that are computed uniquely but surrounded by identical compositional steps. This generally seems like a good fit for compositional subroutines, but those aren't official yet. Meanwhile, this is still factored much better than the previous implementation, and hopefully easier to follow as well!
2024-06-18data: withReverseContributionList: drop 'mode' option(quasar) nebula
2024-06-18data: artist: drop {tracks,albums}as{Artist,Contributor,..etc..}(quasar) nebula
2024-06-18data: withContributionListSums: drop debug message(quasar) nebula
This appears to be working just fine! It's only used to compute an artist's total duration, which... is workin', and all that.
2024-06-18content: gAIPFlashesChunkedList: general refactor a la tracks(quasar) nebula
2024-06-18data: artist: more contribution-y properties(quasar) nebula
2024-06-18data: artist: scope contribution properties to thing kind(quasar) nebula