1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-26 00:43:09 +03:00
Commit Graph

1408 Commits

Author SHA1 Message Date
Tirumarai Selvan
eeb0c7acdd add note about abac to auth docs () 2019-12-17 14:01:33 +05:30
Rikin Kachhia
6f3e88abb7
replace crisp with intercom in docs () 2019-12-17 12:34:36 +05:30
Kevin Menard
5634dbfa16 add notes about auth0-spa-js to auth0 docs () 2019-12-17 12:15:52 +05:30
nizar-m
c0038a74a5 Allow request body to be logged even with successful queries () 2019-12-16 15:02:05 -06:00
Devesh Verma
2f319d3e06 fix links in remote-schema.md (close ) () 2019-12-16 18:22:55 +05:30
Rikin Kachhia
280e084d38
add custom root fields section for views to console () 2019-12-16 18:18:54 +05:30
Rikin Kachhia
4ef9bc4309
add cursor pagination section to docs () 2019-12-16 18:16:13 +05:30
Shahidh K Muhammed
1d482c02dc update manifests to v1.0.0 2019-12-16 13:06:38 +05:30
Rikin Kachhia
8a22625767
add learn.hasura.io link to docs header () 2019-12-15 18:32:59 +05:30
Rikin Kachhia
a66bcb7f27
update queries docs pages () 2019-12-15 18:32:10 +05:30
Rikin Kachhia
2264db6426
add dedicated version and health api docs pages () 2019-12-15 18:30:22 +05:30
Rakesh Emmadi
421a182f64 export metadata without nulls, empty arrays & default values ()
* export metadata without nulls, empty arrays
* property tests for 'ReplaceMetadata' using QuickCheck
-> Derive Arbitrary class for 'ReplaceMetadata' dependant types

* reduce property test cases number to 30
QuickCheck generates the `ReplaceMetadata` value really large
for higher number test cases. Encoded JSON for such values is large and
consumes more memory. Thus, CI is giving up while running property
tests.

* circle-ci: Add property tests as saperate job
* add no command mode to tests
* add yaml.v2 to go mod
* remove indirect comment for yaml.v2 dependency
2019-12-14 00:47:38 -06:00
Brandon Simmons
55bc9d57ef Fix documentation of HASURA_GRAPHQL_PG_CONNECTIONS () 2019-12-12 14:10:04 -06:00
Ashish Rao
3d3e987c2a cli(build): migrate to go modules (close ) () 2019-12-12 11:07:26 +05:30
Ashish Rao
0f89940383 cli(installer): add -f flag to curl (fix ) () 2019-12-12 11:00:19 +05:30
Ashish Rao
b183eba9ba add examples to all cli commands () () 2019-12-12 10:46:36 +05:30
Anon Ray
b81d22f583 fix resolving user info in websocket transport ()
The connection handler in websocket transport was not using the
  'UserAuthentication' interface to resolve user info. Fix resolving
  user info in websocket transport to use the common
  'UserAuthentication' interface
2019-12-10 19:04:49 -06:00
Rakesh Emmadi
60acf7c081 fix json/jsonb columns as String values in nested returning of a mutation (fix ) () 2019-12-10 17:20:55 -06:00
Marion Schleifer
f265ab1060 add docs example for the _exists operator () 2019-12-10 19:01:20 +05:30
Marion Schleifer
46ac68952f add replace nested objects example to update docs () 2019-12-10 16:07:20 +05:30
Ashish Rao
094bbc8760 fix(cli): mark from flag as required for squash (close ) () 2019-12-10 15:48:58 +05:30
Rakesh Emmadi
9fe6070663 avoid CTE expressions in sql function queries, close ()
Instead of
'WITH some_alias (SELECT * from some_func()) SELECT <rows> FROM some_alias'
for SQL function queries, Use
'SELECT <rows> FROM some_func() AS some_alias'
2019-12-09 20:27:44 -06:00
Rakesh Emmadi
3f8a1d9ebf fix insert permission views are not unique for long role names (fix ) ()
* fix insert permission views are not unique for long role names, fix 
* Use GHC notes reference and improve comments
2019-12-09 17:23:06 -06:00
Alexis King
fa0af9728d
Update server/CONTRIBUTING.md and include manual build/test steps () 2019-12-06 17:58:08 -06:00
Rikin Kachhia
a9a6eea924
fix column edit migrations (close ) () 2019-12-06 16:27:42 +05:30
Rikin Kachhia
f4c0753deb
add read_only flag to run_sql select queries from console () 2019-12-05 17:24:14 +05:30
Tirumarai Selvan
ff4b2bf8b0 bulk query should not care about access mode of select or count queries () 2019-12-04 13:16:37 -06:00
Brandon Simmons
db126dbea5 dev.sh: fix a bug affecting first time users () 2019-12-03 16:36:38 -06:00
Anon Ray
afd6f30e72 read cache control header to refresh JWK (fix ) () 2019-12-03 14:56:59 -06:00
Rakesh Emmadi
cb682e2539 fix updating a column with multiple operators causing postgres query error (fix ) () 2019-12-03 14:00:37 -06:00
Tirumarai Selvan
3cd656f3c7 check db connection in healthz endpoint (close ) ()
* check db connection in healthz endpoint
* use Spock.text to automatically set Content-Type
* update docs
2019-12-03 13:18:10 -06:00
larainfo
22eec2241f add docs example for inserting an object with an array field (close ) () 2019-12-03 19:48:35 +05:30
Rikin Kachhia
88f7564c54
update cli docs () 2019-12-02 16:27:17 +05:30
Kim Santos
040b069d62 sample apps(update): update gatsby sample app () 2019-12-02 15:57:03 +05:30
Shahidh K Muhammed
e43be51dc6 update manifests to v1.0.0-rc.1 2019-12-02 13:02:46 +05:30
Gordon Johnston
f03bbfd704 fix property name in metadata docs ()
* Fix property name

The key for the 'relationship' property is 'relationship' and not 'name'. The example is correct but the syntax table was wrong.

* fix second table
2019-11-29 18:04:07 +05:30
Thea Mushambadze
36195f4da1 add russian translation for readme () 2019-11-29 12:16:06 +05:30
nizar-m
9faadec005 remove usage of deprecated 'pytest.config' ()
pytest is now at version 5.3
2019-11-29 10:44:26 +05:30
Marion Schleifer
95f96ee889 update docs for relational inserts and upserts (close , ) () 2019-11-28 20:20:47 +05:30
Marion Schleifer
935abc2b39 add docs for seed data migration (close ) () 2019-11-28 17:49:00 +05:30
Anwari Ilman
bf6364f817 add indonesian translation for readme () 2019-11-28 17:25:56 +05:30
FynnGrandke
83a7c9c267 add readme translation in german (close ) () 2019-11-28 17:08:04 +05:30
Euler
56a217bbaa add name to migrate status response (close ) () 2019-11-28 17:06:16 +05:30
Anon Ray
c9b9ed5055 fix various functions to not create their own logger () 2019-11-28 14:33:14 +05:30
Rishichandra Wawhal
0019808c9b allow setting check constraints on existing tables from console () 2019-11-27 15:01:05 +05:30
Anon Ray
490b639981 refactor some internal components () 2019-11-26 17:44:21 +05:30
Vamshi Surabhi
6abe8d7927 allow specifying an upper limit on the query plan cache size () 2019-11-25 11:12:23 -06:00
Rikin Kachhia
a81318e1ca
update offline console docs () 2019-11-25 17:00:41 +05:30
Marion Schleifer
64eb726568 update upsert column requirements in docs () 2019-11-25 15:05:36 +05:30
Marion Schleifer
9dd0606128 add pagination with aggregated data section to docs (close ) () 2019-11-21 14:12:56 +05:30