graphql-engine/server/src-rsr
Vamshi Surabhi 4facb3c780 remove support for query templates (#2560)
query templates is a little known feature that lets you template rql
queries and serve them as rest apis. This is not relevant anymore
given the GraphQL interface and getting rid of it reduces the dev
time when adding features in few subsystems.

This feature has never been used outside hasura's internal projects or
documented or exposed through console and hence can safely be removed.
2019-07-23 19:11:34 +00:00
..
catalog_metadata.sql remove support for query templates (#2560) 2019-07-23 19:11:34 +00:00
console.html add server version to console html (close #2444) (#2452) 2019-07-02 12:44:29 +00:00
hdb_metadata.yaml remove support for query templates (#2560) 2019-07-23 19:11:34 +00:00
initialise.sql remove support for query templates (#2560) 2019-07-23 19:11:34 +00:00
insert_trigger.sql.j2 fix non-admin insert returns null column values when query affects zero rows in postgres (fix #563) (#565) 2018-09-29 11:12:47 +05:30
introspection.json adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30
migrate_from_1.sql update catalog version to 2 (#357) 2018-09-05 17:12:20 +05:30
migrate_from_4_to_5.sql adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30
migrate_from_5_to_6.sql remove dependency on 'first' aggregate, closes #1085 (#1089) 2018-11-27 21:40:54 +05:30
migrate_from_6_to_7.sql fix fetching primary key columns for non table owners (close #1269) (#1300) 2019-01-04 16:36:05 +05:30
migrate_from_7_to_8.sql allow exposing postgres functions through GraphQL interface (close #333) (#1073) 2019-01-25 09:01:54 +05:30
migrate_from_8_to_9.sql add anonymous telemetry (#1401) 2019-01-28 19:25:28 +05:30
migrate_from_9_to_10.sql update event triggers on rename operations (#1684) 2019-03-01 19:29:24 +05:30
migrate_from_10_to_11.sql sync metadata cache across multiple instances connected to same db (closes #1182) (#1574) 2019-03-12 11:16:27 +05:30
migrate_from_11_to_12.sql breaking: drop id from event_triggers table (fix #1840) (#1857) 2019-03-25 22:40:52 +05:30
migrate_from_12_to_13.sql fix input argument types for custom SQL functions (close #1952) (#1953) 2019-04-08 12:28:56 +05:30
migrate_from_13_to_14.sql optimise server startup time (close #1430) (#2120) 2019-05-08 13:06:42 +05:30
migrate_from_14_to_15.sql support allow-list for graphql queries (closes #989) (#2075) 2019-05-16 11:43:25 +05:30
migrate_from_15_to_16.sql support allow-list for graphql queries (closes #989) (#2075) 2019-05-16 11:43:25 +05:30
migrate_metadata_from_1.yaml update catalog version to 2 (#357) 2018-09-05 17:12:20 +05:30
migrate_metadata_from_4_to_5.yaml adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30
migrate_metadata_from_7_to_8.yaml allow exposing postgres functions through GraphQL interface (close #333) (#1073) 2019-01-25 09:01:54 +05:30
migrate_metadata_from_8_to_9.yaml add anonymous telemetry (#1401) 2019-01-28 19:25:28 +05:30
migrate_metadata_from_15_to_16.yaml support allow-list for graphql queries (closes #989) (#2075) 2019-05-16 11:43:25 +05:30
schema.graphql move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
table_meta.sql better change detection when altering foreign key constraints (fix #2060) (#2252) 2019-06-03 15:51:55 +05:30
trigger.sql.j2 manual event triggers (close #1687) (#2077) 2019-05-13 15:11:07 +05:30