Commit Graph

66 Commits

Author SHA1 Message Date
Tirumarai Selvan
e17fb119e3 update readme for todo-auth0-jwt (#1472) 2019-01-25 15:34:25 +05:30
samuela
e7a42c6772 community: encourage good security in email checking (#1421)
The current regex is vulnerable to all sorts of attacks: `foobar.com@gmail.com` or `jim@asdffoobar.com`.
2019-01-25 00:06:49 +05:30
Praveen Durairaj
a67346458d support any type for id column in ra-data-hasura (close #1443) (#1451) 2019-01-24 09:36:45 +05:30
Praveen Durairaj
c3b6ba3bf0 add nuxtjs-postgres-graphql (#1439)
add nuxtjs-postgres-graphql to sample apps
2019-01-23 16:49:32 +05:30
dsandip
c09541f4f7 fix typo in community readme (#1432) 2019-01-21 18:44:21 +05:30
dsandip
fcb6bd6449 modify contributing guides for docs, console and community (#1427) 2019-01-21 16:49:35 +05:30
Praveen Durairaj
964645cbb1 ra-data-hasura patch for get_many_reference (#1419)
* fix get_many_reference definition

* update package version

* update changelog and github url
2019-01-20 10:25:45 +05:30
Praveen Durairaj
2022091391 add react-admin data provider (close #783) (#1407) 2019-01-19 20:49:35 +05:30
Tirumarai Selvan
9f6ce68e3c refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
Rishichandra Wawhal
c23fcc8a80 json2graphql update README.md (#1382) 2019-01-15 18:16:11 +05:30
Rishichandra Wawhal
92b071afdf json2graphql: clean up, update readme, add examples (#1375) 2019-01-15 17:10:29 +05:30
Rishichandra Wawhal
a9e2326ea8 remove auth0 webhook ref from docs and community (#1341) 2019-01-08 16:36:16 +05:30
Rakesh Emmadi
3026c49087 apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
Praveen Durairaj
e929cc4402 accept query_file query param for preloading queries (#1185) 2018-12-12 12:46:13 +05:30
Praveen Durairaj
12231bc062 add env to handle graphql endpoint for graphiql-online (#1178)
[skip ci]
2018-12-11 14:31:46 +05:30
Shahidh K Muhammed
c985a6d1ed
update demo app links (#1122) 2018-11-27 16:01:56 +05:30
surendran82
01aa56a807 realtime chat app ui update (#1101) 2018-11-26 19:41:00 +05:30
Shahidh K Muhammed
ad2c911301
update example apps for uniform deployment (#1105) 2018-11-26 18:27:52 +05:30
Anon Ray
512ee6fb9f adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30
surendran82
9d53f38ec4 react-apollo-todo example app ui fixes (#1091) 2018-11-22 13:19:15 +05:30
Praveen Durairaj
643042c2d5 add react-apollo-todo with auth0 example (#1083) 2018-11-21 19:19:40 +05:30
Rishichandra Wawhal
f3f1f3e36a realtime-chat: update footer with blogpost (#1070) 2018-11-21 13:12:01 +05:30
Rishichandra Wawhal
6603845ff1 render playground for custom resolvers boilerplate (close #1060) (#1065) 2018-11-21 12:52:54 +05:30
Karthik Venkateswaran
1b1658221c update realtime poll and location tracking apps (#1066) 2018-11-20 17:13:27 +05:30
Shahidh K Muhammed
8b28143774
update todo-auth0 readme to include env var config (#1020) 2018-11-14 10:34:36 +05:30
Karthik Venkateswaran
9a91ec2536 remove package-lock from realtime example apps (#1025) 2018-11-14 10:31:29 +05:30
Rishichandra Wawhal
51abce2c1c do not create columns starting with __ in firebase2graphql (fix #1001) (#1002) 2018-11-13 16:12:41 +05:30
Akshat Agarwal
edfde9e68e fix typos in serverless etl readme (#959) 2018-11-08 12:10:47 +05:30
Pranav Dixit
e7995dcb71 fix some grammatical and spelling mistakes (#958) 2018-11-08 12:06:53 +05:30
Abhinav Srivastava
c776cd84a6 update multiple files (#943) 2018-11-08 12:02:57 +05:30
Stef Lewandowski
c60cc7fe9d use awk to convert the pem to one line (#889)
I tried the `sed` command, but on OSX this outputs the certificate with newlines unchanged. This `awk` command does the job.
2018-11-06 18:35:17 +05:30
Praveen Durairaj
5b987a4acd update graphiql-online footer css (#967) 2018-11-02 16:00:16 +05:30
Mohammed Rishad
58ccddc76e pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
Soumya Ranjan Mohanty
e369b2f869 fix a typo in firebase-jwt tutorial (close#863) (#864) 2018-10-27 15:24:39 +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
Praveen Durairaj
7fa6203b4f seo update for graphiql-online (#857) 2018-10-26 08:28:51 +05:30
Praveen Durairaj
1266bbf354 add online graphiql to community tools (#716) 2018-10-25 14:57:02 +05:30
Abhinav Gautam
f07e460c59 update serverless trigger boilerplate for go (#801) 2018-10-20 14:20:23 +05:30
Spencer Ng
a0a97d709d improve documentation (fix #745) (#746) 2018-10-19 22:29:18 +05:30
Russ Callahan
fc844bef01 update json2graphql readme (#761) 2018-10-16 17:20:51 +05:30
Rishichandra Wawhal
043b76bab7 sanitise data of special characters before inserting using json2graphql (#770) 2018-10-16 14:53:01 +05:30
Rishichandra Wawhal
fb9407f696 add a footer to chat app with a hasura logo (#752) 2018-10-15 16:28:49 +05:30
Jamie
22afdfc220 reformat a css file in realtime chat example (close #738) (#739) 2018-10-15 14:13:36 +05:30
Daniel P
b91704e3ca fix typos is multiple files (#728) 2018-10-15 12:29:51 +05:30
Ishaan Malhi
e2817b1b1b add golang examples for aws lambda (#602) 2018-10-15 09:53:15 +05:30
Shahidh K Muhammed
3156f7d62d
add auth-webhook boilerplate in python-flask (#714) 2018-10-12 17:06:21 +05:30
Karthik Venkateswaran
4ee342e44d add nextjs-postgres-graphql boilerplate (#686) 2018-10-10 12:59:48 +05:30
Rishichandra Wawhal
68c5f8ca85 firebase2graphql: add realtime section in readme (#674) 2018-10-08 15:25:28 +05:30
Rishichandra Wawhal
fbd220621d firebase2graphql: improve readme structure, update git and add more tests (#666) 2018-10-08 11:42:42 +05:30
Arpit Kushwaha
8454e70614 add some color to hearts (#656)
fill some colours in those colourless hearts
2018-10-05 23:46:29 +05:30