Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-04 | data: wikiData: port to templateCompositeFrom syntax | (quasar) nebula | |
2023-10-06 | data, test: fix track contribs not inheriting properly | (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-25 | data: misc. improvements for input validation & infrastructure | (quasar) nebula | |
2023-09-21 | data: minor fixes | (quasar) nebula | |
2023-09-21 | data: minor fixes | (quasar) nebula | |
2023-09-21 | data: miscellaneous syntax fixes | (quasar) nebula | |
2023-09-21 | data: miscellaneous utility updates | (quasar) nebula | |
2023-09-20 | data: fix many validation errors | (quasar) nebula | |
2023-09-20 | data: moar WIP composite syntax! | (quasar) nebula | |
2023-09-19 | data: declare {update} in higher-context locations | (quasar) nebula | |
2023-09-19 | Merge branch 'preview' into track-data-cleanup | (quasar) nebula | |
2023-09-18 | data: Track.alwaysReferencedByDirectory flag & field | (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-09 | infra, data: cut unneeded boilerplate from top-level compositions | (quasar) nebula | |
2023-09-09 | data: clean up some track property implementations | (quasar) nebula | |
2023-09-09 | data: withAlbumProperty -> withPropertyFromAlbum | (quasar) nebula | |
Also remove withAlbumProperties, since it's not used anywhere and mostly serves as reference code. | |||
2023-09-09 | data: withPropertyFrom{Object,List}, fillMissingListItems utils | (quasar) nebula | |
2023-09-08 | data: duration utility | (quasar) nebula | |
2023-09-08 | data: rearrange track properties | (quasar) nebula | |
2023-09-07 | data: roll paired "byRef" and "dynamic" properties into one | (quasar) nebula | |
2023-09-07 | data: withAlbum: perform proper availability check on album | (quasar) nebula | |
2023-09-07 | data: import Thing.common utilities directly | (quasar) nebula | |
Also rename 'color' (from #cli) to 'colors'. | |||
2023-09-07 | data, infra: import validators directly | (quasar) nebula | |
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-05 | data: clean up bad mapDependencies usages | (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 | test: Track.coverArtFileExtension (unit) | (quasar) nebula | |
2023-09-05 | data: refactor Track.coverArtDate | (quasar) nebula | |
2023-09-05 | data: remove lots of boilerplate {expose: true, compose: true} | (quasar) nebula | |
2023-09-05 | data: misc. style consistency tweaks | (quasar) nebula | |
2023-09-05 | data: fix mis-indented Thing.composite.from calls | (quasar) nebula | |
2023-09-05 | data, test: update & test Track.originalReleaseTrack | (quasar) nebula | |
2023-09-05 | data: update Track.composite.withAlbum implementation | (quasar) nebula | |
2023-09-05 | data: Track: misc. minor fixes | (quasar) nebula | |
2023-09-05 | data: update Track.otherReleases implementation | (quasar) nebula | |
Also adds {selfIfOriginal} option to withOriginalRelease(). | |||
2023-09-05 | data: always define composite utilities with `key() {}` syntax | (quasar) nebula | |
Sublime Text doesn't index the key in `key: () => {}` as a symbol for function definitions if the parameter list takes up more than one line, but always works for `key() {}`. This also just makes it a little easier to add "preamble" before the main return value, when relevant. Consistent syntax is usually a plus for recurring behavioral forms! | |||
2023-09-05 | data: clean up Thing.composite.from debug messaging | (quasar) nebula | |
* print annotation next to every log message, instead of just the begin/end messages * add Thing.composite.debug() to conveniently wrap one property access * don't output (and don't access) track album in inspect.custom when depth < 0 |