| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 18 hours | data, yaml: save() -> connect(), Thing.wikiData & friends | (quasar) nebula | |
| HOLY GUACAMOLE | |||
| 18 hours | data, infra: auto-inherit yaml document specs | (quasar) nebula | |
| 18 hours | data, infra: better CacheableObject prototype inheritence | (quasar) nebula | |
| Basically, properties (as written in source code) are only registered once EVER, instead of "also" on subclasses, which was previously the case - we were literally copying over the descriptors and then re-evaluating as though they were new. That's the goal, but to make it happen, we had to redo how default property values are initialized. Things no longer self- prepare by making a "storage" for all their cached values with null, or defaults, filled in - instead they create a new object which inherits those defaults from their prototype. This object respectively has the prototype of the superclass' prototype's defaults, and so on. A nice effect is that validating defaults against update.validate specs now happens during prototype finalization, instead of every time any instance is instantiated. We also had to do the same kind of inheritence shenanigans with the full propertyDescriptors specs themselves. The real-world performance boost for this is probably more or less zero RIGHT NOW, because Thing subclassing is used crazy sparingly (and there's still work to make it really nice). But if [[Prototype]] chains don't really take memory, then possibly this cleans up a lot of extremely similar objects where every new Thing property multiplies memory usage across all instances of that thing, regardless how few actually set a value. Maybe! Who knows what V8 really optimizes, but maybe! | |||
| 2025-07-10 | data: isAlbum, isTrack, isArtist, isCommentaryEntry, etc | (quasar) nebula | |
| 2025-05-27 | eslint: trivial fixes | (quasar) nebula | |
| 2025-03-22 | data: HomepageLayout: always expose array for navbarLinks | (quasar) nebula | |
| 2025-02-12 | data: HomepageLayout: notice missing section before rows | (quasar) nebula | |
| 2025-02-12 | content, data: generateWikiHomepageAlbum{Carousel,Grid}Row | (quasar) nebula | |
| 2025-02-12 | content, data: generateWikiHomepageActionsRow | (quasar) nebula | |
| 2025-02-12 | data: HomepageLayout: make 'type' expose-only | (quasar) nebula | |
| 2025-02-12 | data: HomepageLayoutRow: nice util.inspect | (quasar) nebula | |
| 2025-02-12 | data: homepage layout sections | (quasar) nebula | |
| 2025-02-12 | data: HomepageLayout: move yaml loading spec to top class | (quasar) nebula | |
| 2025-01-11 | data: misc eslint unused var fixes | (quasar) nebula | |
| 2025-01-11 | data: use soupyFind everywhere | (quasar) nebula | |
| also notes where remaining directly-provided wikiData() props are used | |||
| 2024-01-30 | data, yaml: store data step info on Thing constructors | (quasar) nebula | |
| 2024-01-30 | data, yaml: mark ignored fields on `fields` | (quasar) nebula | |
| 2024-01-30 | data: tidy things folder & imports, nicer fields yaml spec | (quasar) nebula | |
| 2024-01-30 | yaml, data: store document specs statically on Thing subclasses | (quasar) nebula | |
| 2024-01-06 | data: various simpleString -> contentString | (quasar) nebula | |
| 2024-01-03 | validators: oneOf -> anyOf | (quasar) nebula | |
| 2023-11-04 | data: wikiData: port to templateCompositeFrom syntax | (quasar) nebula | |
| 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-20 | data: fix many validation errors | (quasar) nebula | |
| 2023-09-19 | data: declare {update} in higher-context locations | (quasar) nebula | |
| 2023-09-16 | data: more WIP syntax updates | (quasar) nebula | |
| 2023-09-15 | data: miscellaneous composite template updates | (quasar) nebula | |
| 2023-09-07 | data: roll paired "byRef" and "dynamic" properties into one | (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-06 | data: dynamicThingFromSingleReference -> resolvedReference | (quasar) nebula | |
| 2023-09-06 | data: dynamicThingsFromReferenceList -> resolvedReferenceList | (quasar) nebula | |
| 2023-08-19 | clean up imports & miscellaneous metastructures across codebase | (quasar) nebula | |
| 2023-04-08 | html: drastically simplify template/slot system | (quasar) nebula | |
| 2023-01-01 | specify homepage navbar links & order in data | (quasar) nebula | |
| ...rather than just making a guess off the order files are listed by directory access, and using out-of-place 'Show in Navigation Bar' | |||
| 2022-12-28 | montage -> carousel | (quasar) nebula | |
| 2022-12-22 | many homepage carousel shenanigans | (quasar) nebula | |
| 2022-11-28 | divide things.js into modular files (hilariously) | (quasar) nebula | |