Commit Graph

567 Commits

Author SHA1 Message Date
Shahidh K Muhammed
6977d32efe update installation manifests to v1.0.0-alpha26 2018-10-26 22:01:49 +05:30
Tirumarai Selvan
baf7c493bc respect retry-after header on event trigger response (#525) 2018-10-26 21:58:03 +05:30
Vamshi Surabhi
8b0082eac1
clean up user variables parsing logic and fix explain api (#869) 2018-10-26 21:27:22 +05:30
Rakesh Emmadi
fb842fde6f optional 'set' field in insert permissions, closes #216 (#622) 2018-10-26 20:28:20 +05:30
Rakesh Emmadi
f6ed169219 allow ordering using columns from object relationships (closes #463) (#672)
* allow ordering using columns from object relationships, close #463

* validate table fields in nested insert

* add tests

* add docs

* change 'table_order_by' type from enums to ordered map

* remove unwanted code from 'Schema.hs' file

* 'AnnGObject' is not list of field name and value tuple

* update docs for new order_by type

* use 'InsOrdHashMap' for 'AnnGObj'

* handle empty fields in order_by

* remove '_' prefixes for asc/desc

* fix the changed order_by syntax across the repo
2018-10-26 17:27:33 +05:30
Rakesh Emmadi
a8cee16ab5 support aggregations (closes #786) (#787)
* support for count and aggregations on columns, close #786

* support explain query for aggregations

* '<arr-rel>_agg' in '<table>' type, fix order by for aggregations

* add 'allow_aggregations' key in select permissions

* Add checkbox to toggle count and aggregations on columns on select permission

* align aggregation checkbox with columns div

* improve readability of the generated sql

* alias is needed at the top level aggregation

* throw internal errors for unexpected fields

* rename SelFld to more readable TableAggFld

* rename agg to aggregate
2018-10-26 14:32:43 +05:30
Rikin Kachhia
dada14b1ad update docs (#860)
* add $ before commands in server flag reference docs

* add deploy to AWS RDS blog link to guides in docs

* fix pagination expressionin reference docs

* update many-to-many relationship docs

* add _not operator + filtering over relationships docs
2018-10-26 08:29:36 +05:30
Praveen Durairaj
7fa6203b4f seo update for graphiql-online (#857) 2018-10-26 08:28:51 +05:30
Aravind Shankar
e437604f57 quote schema identifier separately (close #837) (#838) 2018-10-26 08:23:14 +05:30
Rakesh Emmadi
10d8529d28 allow unauthorized role in accesskey and JWT modes (closes #595) (#856) 2018-10-25 23:46:25 +05:30
Fraser Smith
b47b629c93 Update digital-ocean-one-click.rst (#851)
Fixed typos in line 291
2018-10-25 18:32:01 +05:30
toozdey
2f6d5e813b Fixed Sphinx link (404) and fixed markup to the RST guide page. (#831)
Wanted to changed links to https as well but the site has cert error.
2018-10-25 18:24:25 +05:30
Vamshi Surabhi
199531cbd9
http and websocket logs now correctly have user information, closes #849 (#850) 2018-10-25 15:07:57 +05:30
Praveen Durairaj
1266bbf354 add online graphiql to community tools (#716) 2018-10-25 14:57:02 +05:30
Tirumarai Selvan
810b440089 trigger webhooks on column level changes instead of row (close #547, close #680) (#550) 2018-10-25 12:52:51 +05:30
Vamshi Surabhi
ab9692da4d
set all session data in a single paramater, 'hasura.user' (closes #825) 2018-10-24 16:09:47 +05:30
nizar-m
cd030068c2 GeoJSON: Fix MultiPolygon parse error (closes #840) 2018-10-24 13:51:37 +05:30
shendrekbharath
5e1eec8018 fix broken link on event triggers readme (#791) 2018-10-20 21:12:56 +05:30
Shahidh K Muhammed
71f2af9fb8
add digital ocean one-click docs (#813) 2018-10-20 21:11:08 +05:30
Karthik Venkateswaran
748b6c91c9 increase width of schema text section (fix #820) (#822) 2018-10-20 14:49:07 +05:30
Abhinav Gautam
f07e460c59 update serverless trigger boilerplate for go (#801) 2018-10-20 14:20:23 +05:30
gy741
45c347552e avoid run apt-get upgrade and dist-upgrade (#796) 2018-10-20 09:02:57 +05:30
Taru
2127ae878b fix a typo in metadata command (#788) 2018-10-20 08:53:20 +05:30
Mayank Raj
d561ba2bd2 grammar corrections (#782) 2018-10-20 08:52:13 +05:30
Max Vogel
c13f679766 grammar and spelling fix in comments (#768) 2018-10-19 22:37:04 +05:30
cozyplanes
5bd21b03e4 add a comma in queries.rst (#756) 2018-10-19 22:32:39 +05:30
Alexander Lichter
b7aba2e869 docs(schema): add introspect keyword (#749) 2018-10-19 22:30:31 +05:30
Spencer Ng
a0a97d709d improve documentation (fix #745) (#746) 2018-10-19 22:29:18 +05:30
Karthik Venkateswaran
0e56c98959 add syntax highlighting for sql in query analysis (#819)
* Send headers as part of request headers too

* Disable helper functions from linting

* Update hasura-console-graphiql to filter mutations from analyze list

* Update hasura-console-graphiql to 0.0.6
2018-10-19 14:47:41 +05:30
Karthik Venkateswaran
bcb3dadf27 send headers as part of request headers too for explain query (#816) 2018-10-19 10:50:43 +05:30
Shahidh K Muhammed
4f9af70acf update installation manifests to v1.0.0-alpha25 2018-10-19 07:53:42 +05:30
Vamshi Surabhi
ac537330d0 explain a graphql query, similar to explain of an sql statement (close #562) (#805) 2018-10-19 07:45:28 +05:30
dsandip
82e8d45bf9 adds content for many-to-many relationships (#807) 2018-10-18 19:57:00 +05:30
Rakesh Emmadi
405f5edb34 document 'track_table' and 'untrack_table' query (close #715) (#777) 2018-10-17 10:57:11 +05:30
Aravind Shankar
9818819151 track multiple instances of table/view in run sql (close #784) (#785) 2018-10-17 10:56:35 +05:30
Shahidh K Muhammed
ec1474b74f
update https manifests for docker compose (#781) 2018-10-17 10:56:14 +05:30
dharmendra-lingaiah
3f34849db1 update graphql engine internals doc (#740) 2018-10-17 10:52:36 +05:30
Russ Callahan
fc844bef01 update json2graphql readme (#761) 2018-10-16 17:20:51 +05:30
Vamshi Surabhi
67168b3632 send 'completed' after an error when handling start in ws (close #671) (#776) 2018-10-16 17:19:24 +05:30
Aravind Shankar
bdcb282c32 don't check for run sql migration name in server mode (fix #778) (#780) 2018-10-16 17:18:42 +05:30
Rakesh Emmadi
45691e3509 for views consider only insertable ones in generating nested insert input objects (fix #773) (#774) 2018-10-16 15:55:41 +05:30
Rishichandra Wawhal
043b76bab7 sanitise data of special characters before inserting using json2graphql (#770) 2018-10-16 14:53:01 +05:30
Md Akram Kazmi
58d02ef1c4 updated events-triggers.md (#760) 2018-10-16 12:08:27 +05:30
Shivansh Nalwaya
b087734b2c fix typos and grammar in docs/manual/schema (#754) 2018-10-16 12:02:29 +05:30
Abilash Menon
0993740786 add reload metadata command to the cli (close #722) (#725) 2018-10-16 11:55:30 +05:30
Shrey
421606f124 add name field for migrations created via run_sql (close #541) (#750) 2018-10-15 18:09:27 +05:30
Rishichandra Wawhal
fb9407f696 add a footer to chat app with a hasura logo (#752) 2018-10-15 16:28:49 +05:30
Burak Özdemir
feb8968879 fix e.g. and i.e. typos (#732) 2018-10-15 14:17:21 +05:30
Jamie
22afdfc220 reformat a css file in realtime chat example (close #738) (#739) 2018-10-15 14:13:36 +05:30
Shivam Agarwal
ddcd3dc9ae typos in multiple files (#730) 2018-10-15 12:55:35 +05:30