Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-05 | data, find: use clean-logic, cached find.trackOriginalReleasesOnly | (quasar) nebula | |
2023-11-05 | data: withAlwaysReferenceByDirectory: micro-optimizations | (quasar) nebula | |
2023-11-04 | data: wikiData: port to templateCompositeFrom syntax | (quasar) nebula | |
2023-11-04 | data: wikiData: use validateWikiData instead of instance checks | (quasar) nebula | |
2023-10-26 | data: Flash.withFlashAct | (quasar) nebula | |
2023-10-26 | data: Track.withAlbum: refactor for clarity | (quasar) nebula | |
Utilizes availability checks instead of manual null comparisons and empty() calls, extracts track lists using withPropertyFromList, operates on index instead of unique album object where possible (including found / not found check). | |||
2023-10-26 | data, test: withResultOfAvailabilityCheck: index mode | (quasar) nebula | |
2023-10-26 | data: update withPropertyFromList | (quasar) nebula | |
2023-10-26 | data: Track.withAlbum: bulkily match documented early exit behavior | (quasar) nebula | |
2023-10-02 | data: withAlwaysReferenceByDirectory: kludge to avoid infinite recursion | (quasar) nebula | |
2023-10-01 | data: misc. composite fixes track-data-cleanup | (quasar) nebula | |
2023-10-01 | data, test: expose track section names | (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. |