graphql-engine/server/tests-py/queries
Toan Nguyen 15c0ebf1ef
allow special characters in json path's property name (close #3890) (#3892)
* allow underscore prefix and special characters in json path

* server: Rewrite/refactor JSONPath parser

The JSONPath parser is also rewritten, the previous implementation
was written in a very explicitly “recursive descent” style, but the whole
point of using attoparsec is to be able to backtrack! Taking advantage
of the combinators makes for a much simpler parser.

Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
Co-authored-by: Alexis King <lexi.lambda@gmail.com>
Co-authored-by: Aleksandra Sikora <ola.zxcvbnm@gmail.com>
Co-authored-by: Shahidh K Muhammed <shahidh@hasura.io>
2020-04-20 14:25:09 +05:30
..
actions server(actions): add support for queries (close #4032) (#4309) 2020-04-16 12:55:19 +05:30
compression add gzip brotli compression to http responses (close #2674) (#2751) 2019-09-19 18:24:40 +05:30
event_triggers fix row comparison operator in event triggers (fix #2036) (#2868) 2019-09-12 18:22:01 -05:00
graphql_introspection introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
graphql_mutation server: _inc for non-integer numeric types (fix #3573) (#4429) 2020-04-17 11:32:09 +02:00
graphql_query allow special characters in json path's property name (close #3890) (#3892) 2020-04-20 14:25:09 +05:30
graphql_validation introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
horizontal_scale/basic sync metadata cache across multiple instances connected to same db (closes #1182) (#1574) 2019-03-12 11:16:27 +05:30
inconsistent_objects Add missing check in SetTableCustomFields; update various test cases 2020-01-08 16:45:54 -06:00
logging breaking: server logging changes (close #507, close #2171) (#1835) 2019-07-11 05:37:06 +00:00
remote_schemas Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
subscriptions Parameterize all SQL values when multiplexing subscription queries (#2942) 2019-09-30 14:50:57 -05:00
v1 allow special characters in json path's property name (close #3890) (#3892) 2020-04-20 14:25:09 +05:30
clear_db.yaml python based tests (#387) 2018-09-18 11:51:57 +05:30