« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-10-01data: misc. composite fixes track-data-cleanup(quasar) nebula
2023-10-01data, test: expose track section names(quasar) nebula
2023-10-01data: obliterate composite.js explainer(quasar) nebula
Poor (read: largely outdated) code documentation is worse than no code documentation. The various infrastructural systems specially designed for hsmusic should get more dedicated reference material, but that can't well be written before the systems are tested and used for longer. The compositional data processing style has just about settled, but it's still very young (compared to, say, the overarching data- to-page flow, content functions, or the HTML and content template systems).
2023-10-01data, test: refactor utilities into own file(quasar) nebula
Primarily for more precies test coverage mapping, but also to make navigation a bit easier and consolidate complex functions with lots of imports out of the same space as other, more simple or otherwise specialized files.
2023-10-01test: test missing tracks property in album.trackSections(quasar) nebula
2023-09-30test: withPropertiesFromObject: dynamic input validation(quasar) nebula
2023-09-30test: various error whitespace cleanup(quasar) nebula
2023-09-30test: update coverage map for new/rearranged data unit tests(quasar) nebula
2023-09-30Merge branch 'tap18' into track-data-cleanup(quasar) nebula
2023-09-30update to node-tap 18.4.0(quasar) nebula
2023-09-30data, util: hsmusic.sugar.index -> hsmusic.decorate.indexInSourceArray(quasar) nebula
2023-09-30util, test: WIP decorate error with index symbol(quasar) nebula
2023-09-29test: tidy error matching(quasar) nebula
2023-09-29data, test: type validation message adjustments(quasar) nebula
2023-09-29test: withPropertiesFromObject (WIP)(quasar) nebula
2023-09-29data: fix & tidy dynamic outputs in utilities(quasar) nebula
2023-09-29test: tidy output-checking syntax(quasar) nebula
2023-09-28test: withPropertyFromObject (WIP)(quasar) nebula
2023-09-28test: reorganize data tests a lil(quasar) nebula
2023-09-28test: templateCompositeFrom (WIP), various composite test updates(quasar) nebula
2023-09-28data: misc minor fixes(quasar) nebula
2023-09-28data, util: use typeAppearance in more places(quasar) nebula
2023-09-28data: templateCompositeFrom: improve error message consistency(quasar) nebula
2023-09-28data: compositeFrom: validate static token shapes for normal input(quasar) nebula
2023-09-28data: reuse validateInputValue for static inputs(quasar) nebula
2023-09-28data: refactor most openAggregate calls -> withAggregate(quasar) nebula
2023-09-26content: generateAlbumStyleRules: oops(quasar) nebula
2023-09-25data: misc. improvements for input validation & infrastructure(quasar) nebula
2023-09-25data, test: exposeConstant, withResultOfAvailabilityCheck(quasar) nebula
2023-09-24content: generateAlbumStyleRules: provide album & track directory(quasar) nebula
2023-09-24Merge branch 'staging' into track-data-cleanup(quasar) nebula
2023-09-24test: fixes to handle sanitizing(quasar) nebula
2023-09-24test: image: supply & test missingImagePaths(quasar) nebula
2023-09-23data, test: exposeDependency (unit)(quasar) nebula
2023-09-23data: WIP input validation(quasar) nebula
Static only, as of this commit.
2023-09-23data: fix calls to oneOf instead of is(quasar) nebula
2023-09-23util: showAggregate: show error causes(quasar) nebula
2023-09-23data: refactor/tidy input token construction(quasar) nebula
2023-09-23data: fix updating valueSoFar on non-transform calls(quasar) nebula
2023-09-23data, test: collate update description from composition inputs(quasar) nebula
2023-09-23data, test: WIP tests for compositeFrom(quasar) nebula
2023-09-23data: improve selecting values for input tokens in dependencies(quasar) nebula
2023-09-23data: miscellaneous improvements/fixes for updating composites(quasar) nebula
2023-09-23Merge branch 'preview' into track-data-cleanup(quasar) nebula
2023-09-21data: minor fixes(quasar) nebula
2023-09-21data: fix input.myself() not being spotted in inputs(quasar) nebula
2023-09-21data: auto-prefix '#' in output names(quasar) nebula
2023-09-21data: minor fixes(quasar) nebula
2023-09-21data: withResultOfAvailabilityCheck: handle undefined in 'empty'(quasar) nebula
2023-09-21data: use error.cause for nested composite compute errors(quasar) nebula