Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-18 | data: add [Thing.friendlyName] property to some Thing subclasses | (quasar) nebula | |
2023-10-01 | data, 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-09-28 | data: misc minor fixes | (quasar) nebula | |
2023-09-25 | data: misc. improvements for input validation & infrastructure | (quasar) nebula | |
2023-09-23 | data: fix calls to oneOf instead of is | (quasar) nebula | |
2023-09-21 | data: minor fixes | (quasar) nebula | |
2023-09-21 | data: fix update collation from steps | (quasar) nebula | |
2023-09-21 | data: miscellaneous syntax fixes | (quasar) nebula | |
2023-09-21 | data: miscellaneous utility updates | (quasar) nebula | |
2023-09-20 | data: syntax fixes | (quasar) nebula | |
2023-09-20 | data: fix many validation errors | (quasar) nebula | |
2023-09-20 | data: moar WIP composite syntax! | (quasar) nebula | |
2023-09-18 | data: MORE composite wip | (quasar) nebula | |
2023-09-16 | data: more WIP syntax updates | (quasar) nebula | |
2023-09-15 | data: miscellaneous composite template updates | (quasar) nebula | |
2023-09-12 | data: more syntax WIP | (quasar) nebula | |
2023-09-09 | data: WIP cached composition nonsense | (quasar) nebula | |
2023-09-09 | Merge branch 'track-data-cleanup' of github.com:hsmusic/hsmusic-wiki into ↵ | (quasar) nebula | |
track-data-cleanup | |||
2023-09-09 | data: update contribsPresent syntax & implementation | (quasar) nebula | |
2023-09-09 | data: exitWithoutContribs utility | (quasar) nebula | |
2023-09-09 | data: withPropertiesFrom{Object,List} | (quasar) nebula | |
2023-09-09 | data: withPropertyFrom{Object,List}, fillMissingListItems utils | (quasar) nebula | |
2023-09-08 | data: cleaner withResolvedReferenceList notFoundMode implementation | (quasar) nebula | |
2023-09-08 | data: duration utility | (quasar) nebula | |
2023-09-08 | data: dimensions utility | (quasar) nebula | |
2023-09-08 | data: update commentatorArtists | (quasar) nebula | |
2023-09-08 | data: withResolvedReferenceList: handle undefined matches | (quasar) nebula | |
2023-09-07 | data: roll paired "byRef" and "dynamic" properties into one | (quasar) nebula | |
2023-09-07 | data: withResolvedContribs: use default "into" | (quasar) nebula | |
2023-09-07 | data: import Thing.common utilities directly | (quasar) nebula | |
Also rename 'color' (from #cli) to 'colors'. | |||
2023-09-07 | data: use key/value-style for all compositional utility args | (quasar) nebula | |
2023-09-07 | data: composite "to" -> "into" | (quasar) nebula | |
2023-09-07 | data: composite docs update | (quasar) nebula | |
2023-09-07 | data: earlyExitIfNotFound -> notFoundMode | (quasar) nebula | |
2023-09-07 | data: earlyExit -> exit in misc. utility names | (quasar) nebula | |
2023-09-07 | data: move composite utilities related to wiki data into thing.js | (quasar) nebula | |
2023-09-07 | data: directly import from #composite; define own utils at module | (quasar) nebula | |
2023-09-06 | data: unused import fixes | (quasar) nebula | |
2023-09-06 | data: dynamicThingFromSingleReference -> resolvedReference | (quasar) nebula | |
2023-09-06 | data: reverseReferenceList refList -> list | (quasar) nebula | |
2023-09-06 | data: dynamicThingsFromReferenceList -> resolvedReferenceList | (quasar) nebula | |
2023-09-06 | data: isolate internals of dynamicThingsFromReferenceList | (quasar) nebula | |
2023-09-06 | data: isolate withResolvedContribs internal behavior | (quasar) nebula | |
2023-09-06 | data: move Thing.composite definition into dedicated file | (quasar) nebula | |
2023-09-06 | data: remove unused Thing.common utilities | (quasar) nebula | |
dynamicInheritContribs is replaced by more specialized behavior on tracks (which are the only thing that inherit contribs this way), and reverseSingleReference, introduced with reverseReferenceList, was never used anywhere. | |||
2023-09-05 | data: update Thing.composition.from documentation | (quasar) nebula | |
2023-09-05 | data, test: update & test misc. Track reverse reference lists | (quasar) nebula | |
* update & test Track.referencedByTracks * update & test Track.sampledByTracks * update & test Track.featuredInFlashes * update Thing.common.reverseReferenceList * add Thing.composite.withReverseReferenceList * add Track.composite.trackReverseReferenceList | |||
2023-09-05 | data: remove lots of boilerplate {expose: true, compose: true} | (quasar) nebula | |
2023-09-05 | data: Thing.composite.from: fix missed step.expose assumptions | (quasar) nebula | |
2023-09-05 | data: update Thing.common.dynamicThingsFromReferenceList | (quasar) nebula | |
Only the internal implementation. This should really be updated to take key/value-style parameters, and probably be renamed, but this helps to confirm a swathe of expected behavior continues to work with an existing `common` utility reimplemented compositionally. |