hugo/resources
Bjørn Erik Pedersen 7ff0a8ee9f Simplify page tree logic
This is preparation for #6041.

For historic reasons, the code for bulding the section tree and the taxonomies were very much separate.

This works, but makes it hard to extend, maintain, and possibly not so fast as it could be.

This simplification also introduces 3 slightly breaking changes, which I suspect most people will be pleased about. See referenced issues:

This commit also switches the radix tree dependency to a mutable implementation: github.com/armon/go-radix.

Fixes #6154
Fixes #6153
Fixes #6152
2019-08-08 20:13:39 +02:00
..
internal resources: Move resource interfaces into its own package 2019-01-02 14:25:37 +01:00
page Simplify page tree logic 2019-08-08 20:13:39 +02:00
resource Add Hugo Modules 2019-07-24 09:35:53 +02:00
resource_factories Add Hugo Modules 2019-07-24 09:35:53 +02:00
resource_transformers postcss: Fix no-map vs noMap discrepancy 2019-08-05 13:48:58 +02:00
testdata Fix image format detection for upper case extensions, e.g. JPG 2019-07-30 08:53:50 +02:00
image.go resources: Fix image publish ordering issue 2019-03-30 10:17:25 +01:00
image_cache.go resources: Fix image Width/Height regression 2019-07-28 12:34:18 +02:00
image_test.go Fix image format detection for upper case extensions, e.g. JPG 2019-07-30 08:53:50 +02:00
resource.go Fix assorted typos 2019-08-01 13:55:48 +02:00
resource_cache.go resources: Move resource interfaces into its own package 2019-01-02 14:25:37 +01:00
resource_metadata.go Make Page an interface 2019-03-23 18:51:22 +01:00
resource_metadata_test.go Make Page an interface 2019-03-23 18:51:22 +01:00
resource_test.go Add Hugo Modules 2019-07-24 09:35:53 +02:00
smartcrop.go resources: Move resource interfaces into its own package 2019-01-02 14:25:37 +01:00
testhelpers_test.go resources: Fix test on Windows 2019-07-25 16:54:05 +02:00
transform.go Add proper error message when receiving nil in Resource transformation 2019-07-29 09:59:39 +02:00
transform_test.go resources: Move resource interfaces into its own package 2019-01-02 14:25:37 +01:00