Antoine Leblanc
f5da1b347e
Merge pull request #6017 from nicuveo/clean-text
...
clean SQL text functions
2020-10-22 16:37:49 +01:00
Antoine Leblanc
983b8e4f09
Merge branch 'master' into clean-text
2020-10-22 14:51:43 +01:00
Sameer Kolhar
b72fc6922a
server: fix issue with tracking custom functions that return SETOF
materialized view ( close #5294 ) ( #5945 )
...
https://github.com/hasura/graphql-engine/pull/5945
2020-10-22 13:26:42 +00:00
Antoine Leblanc
91d8a7ab61
remove SQL.Text
, clean text functions
2020-10-22 14:07:48 +01:00
Antoine Leblanc
d9d2728a32
removed unused imports, remove warnings
2020-10-22 14:07:48 +01:00
Antoine Leblanc
5259be8960
revert change to SQL.Rewrite
2020-10-22 14:07:48 +01:00
Antoine Leblanc
440563e85c
revert SQL boolean case change
2020-10-22 14:07:47 +01:00
Antoine Leblanc
f46f807942
clean SQL text functions
2020-10-22 14:07:47 +01:00
Sam Radhakrishnan
ee940b4a84
cli: fix linter errors ( #5870 )
...
https://github.com/hasura/graphql-engine/pull/5870
2020-10-22 08:08:14 +00:00
Arun Mathew
ebc3e15198
cli: fix lint errors in metadata/actions/actions.go ( #5910 )
...
https://github.com/hasura/graphql-engine/pull/5910
2020-10-22 07:36:37 +00:00
Yash Saravgi
72b1d01ca7
cli: fix lint error in commands\docs.go ( #5929 )
...
https://github.com/hasura/graphql-engine/pull/5929
2020-10-22 07:05:32 +00:00
Aditya Vats
9332521f95
cli: fix lint errors in cli/util/git.go ( fix #5831 ) ( #5932 )
...
https://github.com/hasura/graphql-engine/pull/5932
2020-10-22 06:35:05 +00:00
Marion Schleifer
1f22cd8e27
docs: bring back step 0 ( #6049 )
...
https://github.com/hasura/graphql-engine/pull/6049
2020-10-20 12:19:53 +00:00
pedrobern
b7d50c8646
docs: fix relay id ( close #6001 ) ( #6002 )
...
https://github.com/hasura/graphql-engine/pull/6002
2020-10-20 12:11:39 +00:00
Guilherme Lopes
4c3890b3ea
docs: document resetting metadata ( close #3874 ) ( #5961 )
...
https://github.com/hasura/graphql-engine/pull/5961
2020-10-19 12:13:53 +00:00
Auke Booij
a4113eb9a6
add hlint config, run hlint through a github action, add to dev.sh ( #5957 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-10-16 13:55:18 +02:00
Gnyani
bd6254c58b
console: improve events table UX ( close #5477 ) ( #5507 )
...
https://github.com/hasura/graphql-engine/pull/5507
2020-10-15 15:20:04 +00:00
Sooraj
56063515e5
console: fix dropping Postgres dependencies ( close #5993 ) ( #5998 )
2020-10-15 10:28:56 +02:00
Marion Schleifer
f319b02766
docs: compress images ( #6013 )
...
https://github.com/hasura/graphql-engine/pull/6013
2020-10-14 12:39:06 +00:00
Tirumarai Selvan
2754bf73a2
log level is error, when there is error ( #6014 )
...
https://github.com/hasura/graphql-engine/pull/6014
2020-10-14 10:47:40 +00:00
Sooraj
6299d1c278
console: down migrations improvements ( close #3503 , #4988 ) ( #4790 )
2020-10-14 13:27:32 +05:30
Marion Schleifer
ca3ebddc33
docs: console / cli / api workflows ( close #3593 ) ( #4948 )
...
https://github.com/hasura/graphql-engine/pull/4948
2020-10-13 11:07:46 +00:00
Karthikeyan Chinnakonda
3ea611f9fd
Server: Validate remote schema queries ( #5938 )
...
* [skip ci] use the args while making the fieldParser
* modify the execution part of the remote queries
* parse union queries deeply
* add test for remote schema field validation
* add tests for validating remote query arguments
Co-authored-by: Auke Booij <auke@hasura.io>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-10-13 14:03:11 +05:30
gahag
19b4f55ca1
server: implement websocket compression setting ( fixes #3292 ) ( #5928 )
...
https://github.com/hasura/graphql-engine/pull/5928
2020-10-12 09:14:23 +00:00
Varun Choudhary
2717c38352
console: improve UI for nested remote relationships ( close #4973 ) ( #5612 )
...
https://github.com/hasura/graphql-engine/pull/5612
2020-10-07 21:07:58 +00:00
Anuj Shah
8bca587881
console: fix default option selected when cloning row in data browser ( close #5340 ) ( #5364 )
2020-10-07 22:35:20 +02:00
Abhijeet Singh Khangarot
00289801ff
console: make top navigation bar responsive ( close #3680 ) ( #5798 )
...
https://github.com/hasura/graphql-engine/pull/5798
2020-10-07 11:31:12 +00:00
Auke Booij
84a129c8e4
server: heterogeneous execution of GraphQL queries ( #5869 )
...
https://github.com/hasura/graphql-engine/pull/5869
2020-10-07 10:23:17 +00:00
Ahmed Kamal
d3abb474e5
cli: change 'hasura seeds' to 'hasura seed' with 'seeds' as alias ( #5693 )
...
https://github.com/hasura/graphql-engine/pull/5693
2020-10-07 09:26:30 +00:00
Antoine Leblanc
85c9283326
server: redesign MonadExecuteQuery in preparation for heterogeneous execution ( #5865 )
...
https://github.com/hasura/graphql-engine/pull/5865
2020-10-07 08:55:39 +00:00
Marion Schleifer
048daf81d1
docs: add postgres reference section to docs ( close #4440 ) ( #4471 )
...
https://github.com/hasura/graphql-engine/pull/4471
2020-10-06 16:04:58 +00:00
Sameer Kolhar
af32ccff36
server: limit length of event trigger names ( close #5786 ) ( #5826 )
...
https://github.com/hasura/graphql-engine/pull/5826
2020-10-06 15:22:09 +00:00
Marion Schleifer
4062cdcbea
docs: add relay api reference ( close #5174 , #5388 ) ( #5692 )
2020-10-05 19:49:22 +05:30
Marion Schleifer
724554e129
docs: add page on cloud pricing ( #5742 )
2020-10-05 17:22:16 +05:30
Funmilayo E. Olaiya
1a5f66980b
docs: explain the schema before examples ( close #4744 ) ( #5810 )
2020-10-05 16:47:56 +05:30
Sameer Kolhar
9cb44fa61e
console: add notifications ( #5070 )
2020-10-05 14:31:10 +05:30
Samuel Ainsworth
3b570084a3
docs: better secret handling in Auth0 rule ( #5677 )
...
https://github.com/hasura/graphql-engine/pull/5677
2020-10-01 13:14:58 +00:00
Tyler Fontaine
b705dcbad6
docs: add psql connection examples to DO one-click guide ( close #2093 ) ( #5839 )
...
https://github.com/hasura/graphql-engine/pull/5839
2020-10-01 13:12:14 +00:00
Andreas Fitzek
06de69f1b2
docs: clarify JWT type RS512
( #5857 )
...
https://github.com/hasura/graphql-engine/pull/5857
2020-10-01 13:09:34 +00:00
Nuno Pato
c348ea7a9d
cli: allow for schema specification when using hasura seeds create ( close #5711 ) ( #5710 )
...
https://github.com/hasura/graphql-engine/pull/5710
2020-10-01 13:05:36 +00:00
AlbertGao
09d0d58436
docs: add note on using array session variables in permission builder ( close #5578 ) ( #5595 )
...
https://github.com/hasura/graphql-engine/pull/5595
2020-10-01 12:34:43 +00:00
Marion Schleifer
2579f122e6
community: update contrib guide ( #5866 )
2020-10-01 10:03:30 +02:00
Sameer Kolhar
18e4c103ad
console: add option to flag an insertion as a migration ( close #1766 ) ( #4993 )
...
https://github.com/hasura/graphql-engine/pull/4993
2020-09-29 17:15:39 +00:00
Sameer Kolhar
822a856658
console: unify localStorage utils ( #5311 )
...
https://github.com/hasura/graphql-engine/pull/5311
2020-09-29 16:32:11 +00:00
jasvithaM
92b3342ba9
console: remove ONLY as default for ALTER TABLE in column alter operations ( close #5512 ) ( #5706 )
...
https://github.com/hasura/graphql-engine/pull/5706
2020-09-28 19:54:39 +00:00
Varun Choudhary
daeb1209ab
console: make error notifications dismissible only after clicking on the close button ( close #5533 ) ( #5780 )
...
https://github.com/hasura/graphql-engine/pull/5780
2020-09-28 19:23:17 +00:00
Abhijeet Singh
ee00315ffb
console: trim role names when submitting the form ( close #5553 ) ( #5748 )
...
https://github.com/hasura/graphql-engine/pull/5748
2020-09-24 07:28:38 +00:00
Karthikeyan Chinnakonda
43a6290124
server: lower the isolation level to ReadCommited while inserting/updating invocation logs and events ( #5824 )
...
https://github.com/hasura/graphql-engine/pull/5824
2020-09-24 06:46:24 +00:00
Marion Schleifer
cbe9704a53
cloud-docs: small fixes to collaborators page ( #5830 )
2020-09-23 17:04:52 +02:00
Rishichandra Wawhal
4a252f0662
cloud docs: update invitations page as per the new ux changes ( #5817 )
...
Co-authored-by: Marion Schleifer <marion@hasura.io>
2020-09-23 16:19:34 +02:00