Tanmai Gopal
c6e5add28a
update telemetry docs ( #1499 )
2019-01-28 22:27:39 +05:30
Anupam Dagar
e528445c45
change json field placeholder from 'asdf' to 'bar' ( close #1260 ) ( #1261 )
2019-01-28 22:24:55 +05:30
Anon Ray
91c19ecf3d
test jwt with invalid signtaure and expired token ( #1492 )
2019-01-28 22:22:43 +05:30
Anon Ray
4ae44f7b5d
add functions to server telemetry ( #1500 )
2019-01-28 22:16:44 +05:30
nizar-m
32387ba964
support union and interface types in remote schema ( close #1276 ) ( #1361 )
2019-01-28 22:15:10 +05:30
Anon Ray
39bc3acffd
fix conversion when merging remote schema scalars with hasura ( fix #1244 ) ( #1497 )
2019-01-28 21:01:37 +05:30
Praveen Durairaj
33b8c3dcc7
console ui fixes ( #1455 )
...
* Ui fixes for console
* UI fixes for sidebar scroll, table and api explorer page text box read only
* Api explorer input box readonly
* No rows found fix
* Table scroll fix in firefox
* Event trigger page sidebar scroll and table head fix
API Explorer input box readonly and cursor changes
Focus on schema dropdown firefox fix
Border bottom on scroll for react-table fixed
Left sidebar table scrollbar fix for firefox
[skip-ci]
2019-01-28 19:35:38 +05:30
Shahidh K Muhammed
11e7c3f9d6
add anonymous telemetry ( #1401 )
2019-01-28 19:25:28 +05:30
nizar-m
8e3b8f51c9
Support default values (in inputvalue) from the remote schema ( close #1491 ) ( #1493 )
2019-01-28 18:08:38 +05:30
Rakesh Emmadi
fc73d4d30a
handle the absence of any update operators, fix #1448 ( #1475 )
2019-01-28 12:54:24 +05:30
Tirumarai Selvan
e590144d02
send session variables in event trigger payload ( close #1328 ) ( #1458 )
2019-01-28 11:42:52 +05:30
Rishichandra Wawhal
81c950ecc5
fix a bug where modifying trigger opts failed ( #1465 )
2019-01-26 11:11:53 +05:30
Tirumarai Selvan
e17fb119e3
update readme for todo-auth0-jwt ( #1472 )
2019-01-25 15:34:25 +05:30
Rakesh Emmadi
0bf2457e23
allow exposing postgres functions through GraphQL interface ( close #333 ) ( #1073 )
2019-01-25 09:01:54 +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
Rakesh Emmadi
ae63ed9603
simplify SQL generated for _eq and _neq operators in GraphQL API ( #1466 )
2019-01-25 00:04:44 +05:30
Karthik Venkateswaran
8342a962d5
analyze now works for all roles from the console, closes #1457 ( #1459 )
2019-01-24 23:10:11 +05:30
Rikin Kachhia
5b66ca8c42
docs: cli related and syntax fix ( #1463 )
2019-01-24 19:46:34 +05:30
Vamshi Surabhi
5514b40de2
dependencies of object relationship now includes remote table, closes #1441 ( #1442 )
2019-01-24 18:56:13 +05:30
Aravind Shankar
b5b2fe6851
create correct down migration for delete_event_trigger action ( close #1390 ) ( #1391 )
2019-01-24 09:40:49 +05:30
Rishichandra Wawhal
46fdfc998f
auto-fill name while suggesting relationships ( closes #1095 ) ( #1437 )
2019-01-24 09:40:21 +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
Rikin Kachhia
a39fd047f0
update docs footer ( #1445 )
2019-01-23 20:36:37 +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
Rishichandra Wawhal
3cfeb6064a
reuse buttons across console for uniformity ( #1400 )
2019-01-23 07:26:40 +05:30
Shahidh K Muhammed
ace701a24a
update cli contributing guide ( #1412 )
2019-01-22 12:10:59 +05:30
dsandip
c09541f4f7
fix typo in community readme ( #1432 )
2019-01-21 18:44:21 +05:30
samuela
37da1c14a6
Update jwt.rst ( #1405 )
2019-01-21 17:38:32 +05:30
dsandip
fcb6bd6449
modify contributing guides for docs, console and community ( #1427 )
2019-01-21 16:49:35 +05:30
Rikin Kachhia
6ec47a94c8
update query/mutation docs pages ( #1426 )
2019-01-21 14:50:14 +05:30
Rikin Kachhia
2e72760852
add migration version limitation note in docs ( close #1108 ) ( #1413 )
2019-01-21 11:46:10 +05:30
nizar-m
bf67e5e246
update Server Contributing.md ( close #1370 ) ( #1414 )
2019-01-20 15:19:56 +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
Shahidh K Muhammed
d454dd8fed
update manifests to v1.0.0-alpha35
2019-01-18 19:53:52 +05:30
nizar-m
916caf1575
add flag to disable prepared statements ( close #1392 ) ( #1396 )
2019-01-18 19:50:41 +05:30
Rakesh Emmadi
d91d7e658a
optimise 'run_sql' query, closes #1362 ( #1406 )
2019-01-18 16:15:59 +05:30
Rikin Kachhia
fba95da62f
replace intercom with crisp in docs ( #1403 )
2019-01-18 14:32:56 +05:30
Anon Ray
9c27b657d7
add docs for bypassing authorization workaround for remote schema ( close #1299 ) ( #1393 )
2019-01-18 09:48:54 +05:30
dsandip
ec632c1ca3
edit commercial license info verbiage ( #1404 )
2019-01-17 23:34:11 +05:30
Rishichandra Wawhal
26a997208a
fix console link on schema change ( #1389 )
2019-01-17 22:38:37 +05:30
Tirumarai Selvan
aa36fc68d7
update docs community urls ( #1402 )
2019-01-17 19:02:56 +05:30
Tirumarai Selvan
9f6ce68e3c
refactor community content and folder structure ( #1353 )
2019-01-17 15:57:28 +05:30
Rakesh Emmadi
7ff1c8829a
add PostGIS operators in boolean expressions ( closes #1051 ) ( #1372 )
2019-01-17 11:51:38 +05:30
Aravind Shankar
e375c61e4a
fix to create correct down migrations for permission ( close #1366 ) ( #1376 )
2019-01-16 16:22:52 +05:30
Shahidh K Muhammed
500a9b2582
remove ssl restriction from azure template ( #1388 )
2019-01-16 14:49:31 +05:30
Shahidh K Muhammed
6b8120a6b2
add azure templates for existing postgres server ( #1385 )
2019-01-16 10:40:37 +05:30
Rikin Kachhia
58715100a0
show query variables in docs graphiql ( #1373 )
2019-01-15 20:04:39 +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