martin/tests
Lucas b3fb720a94
Retrieve function source description from comments (#829)
If a PostgreSQL function has an SQL comment, it will try to parse as
JSON and use its values to override the auto-generated TileJSON. It is
recommended to use this form when creating comments to ensure valid JSON
values.

```sql
DO $do$ BEGIN
    EXECUTE 'COMMENT ON FUNCTION YOUR_FUNCTION (ARG1_TYPE,ARG2_TYPE,..ARGN_TYPE) IS $tj$' || $$
    {
      "description": "description override",
      ...
    }
    $$::json || '$tj$';
END $do$;
```

Partially implements #822
2023-08-27 16:46:56 +00:00
..
expected Retrieve function source description from comments (#829) 2023-08-27 16:46:56 +00:00
fixtures Retrieve function source description from comments (#829) 2023-08-27 16:46:56 +00:00
utils Minor refactor and cleanup (#716) 2023-06-15 18:36:41 -04:00
composite_source.html Multi-source support, new path structure (#456) 2022-11-26 04:46:40 -05:00
config.yaml adds support for id_column in tables for auto_publish (#790) 2023-08-13 02:06:23 +00:00
debug-deckgl.html Multi-source support, new path structure (#456) 2022-11-26 04:46:40 -05:00
debug-leaflet.html Multi-source support, new path structure (#456) 2022-11-26 04:46:40 -05:00
debug-maplibre.html Require PostGIS 3 and use ST_TileEnvelope (#497) 2022-11-30 18:57:27 +02:00
debug.html allow resize menu by drag side on tests/debug.html (#677) 2023-05-25 12:07:43 -04:00
mb_server_test.rs fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00
pg_function_source_test.rs PG TileJSON changes, add vector_layers (#584) 2023-02-22 16:25:48 +00:00
pg_server_test.rs In auto-discover, hide geocolumns from tables with multiple ones (#663) 2023-05-22 09:44:21 -04:00
pg_table_source_test.rs PG TileJSON changes, add vector_layers (#584) 2023-02-22 16:25:48 +00:00
pmt_server_test.rs fix (re-)compression of images (#579) 2023-02-20 10:44:22 -05:00
test.sh Warn when source IDs are renamed (#839) 2023-08-26 09:53:06 -04:00