martin/tests/fixtures
Yuri Astrakhan 0fce9641c0
A few cleanups on tile hashing (#861)
* Rename `global_hash` to `agg_tiles_hash`

This is still a big sticking point: what should be the name for the
metadata key for this value? The value represents the hash of all
`z,x,y,tile` over all rows of the `tiles` table (or view). Should it
include `md5` in its name, or should the hash be auto-detected by its
length? (details in #856)

* Generate it based on `tiles` table/view
* validate or generate, but not both (it will always fail otherwise)
* break up logic for per-tile, total, and integrity checks
* delete unused sqlx prep file
2023-09-05 16:25:59 -04:00
..
files A few cleanups on tile hashing (#861) 2023-09-05 16:25:59 -04:00
functions Retrieve function source description from comments (#829) 2023-08-27 16:46:56 +00:00
sprites Add dynamic sprites support (#715) 2023-06-16 08:19:47 -04:00
tables adds support for id_column in tables for auto_publish (#790) 2023-08-13 02:06:23 +00:00
initdb-dc.sh Refactor CI tests into separate scripts (#432) 2022-10-25 14:54:36 -04:00
initdb.sh Improve auto-publish usability (#795) 2023-08-03 23:51:10 +02:00
vtzero-check Implement postgres auto-publish (#546) 2023-01-03 16:09:41 +00:00
vtzero-show Implement postgres auto-publish (#546) 2023-01-03 16:09:41 +00:00