Commit Graph

237 Commits

Author SHA1 Message Date
Vamshi Surabhi
8afa6b6fa0
Merge pull request #129 from rakeshkky/issue-106
add _is_null operator (closes #106)
2018-07-13 15:07:11 +05:30
Aravind Shankar
80c1994dc2 inserts into schema_migration only once per version (fix #127) (#128) 2018-07-12 19:54:46 +05:30
rakeshkky
a094394f38 server: add _is_null operator, closes #106 2018-07-12 19:33:02 +05:30
shahidhk
1b2217517d update badges 2018-07-12 19:10:15 +05:30
shahidhk
b890b0fd5e edit badges and remove a word 2018-07-12 19:01:46 +05:30
dsandip
ecce5c22db update README community section (#126) 2018-07-12 18:22:57 +05:30
Aravind Shankar
6a20784b95 move metadata.yml file inside migrations folder, fix #122 (#125)
metadata.yaml will be present inside migrations folder
2018-07-12 18:22:25 +05:30
dsandip
c8f8d98ff3 add images to assets, update readme (#118) 2018-07-12 01:14:08 +05:30
Rishichandra Wawhal
87359fb9fc show indicative comments on graphiql if no tables are present (#120) 2018-07-12 00:54:14 +05:30
Rikin Kachhia
45cd97f9b8 fix and/or expressions in permissions builder (#119) 2018-07-12 00:51:26 +05:30
Praveen Durairaj
32750d65fb fix secure endpoint link, update contributing guide (#117) 2018-07-11 20:07:23 +05:30
dsandip
0c03134e78 update readme content (#114) 2018-07-11 19:12:49 +05:30
Aravind Shankar
268f0856d0 go vet cli code (#110) 2018-07-11 17:43:31 +05:30
Shahidh K Muhammed
58db3b7ba9
update readme and code of conduct (#108) 2018-07-11 17:37:49 +05:30
Rishichandra Wawhal
3a085da736 testing console tests in the ci (#83)
* testing console tests in the ci

* console: making cypress wait for the server to start

* console: fixing failing tests

* console: update failing test

* console: cleaned up modify tests

* console: fixed a failing test for api-explorer
2018-07-11 17:32:29 +05:30
Praveen Durairaj
3f9859b8dd fix schema dropdown ui, redirect with urlPrefix, fix #97 (#107)
Also fixes the graphiql rendering where on header change, requests were being made.
2018-07-11 17:18:14 +05:30
Anon Ray
79d7b497c9 add contributing guidelines for server (#104) 2018-07-11 16:04:29 +05:30
Aravind Shankar
186340c156 fix #96, when access-key is set, cli should use it to contact api (#100) 2018-07-11 14:58:53 +05:30
Aravind Shankar
5b02dee7d2 close #44, replace goyaml with ghodss/yaml (#101) 2018-07-11 14:54:13 +05:30
Aravind Shankar
5e14c293f2 close #102, unexport ParsedEndpoint in config (#103) 2018-07-11 14:52:36 +05:30
shahidhk
751bfdbad9 Merge branch 'master' of github.com:hasura/graphql-engine 2018-07-11 14:08:20 +05:30
shahidhk
00e4da5389 update deploy workflow 2018-07-11 14:07:34 +05:30
Rakesh Emmadi
6160e24085 rename 'raven' to 'graphql-engine' in help text, closes #87 2018-07-11 13:54:13 +05:30
Anon Ray
4270529c11 basic test suite (#78)
* server: basic test setup

* server: use the default transaction mode

* server: basic tests in yaml files

* server: restructure test setup and some more tests
2018-07-11 12:43:07 +05:30
dsandip
610c866c9c Adds license information in README (#84)
Adds a tiny note about licenses
2018-07-11 12:21:11 +05:30
Praveen Durairaj
6826cec1df console: add gzip compression to deployments (#94) 2018-07-11 12:19:03 +05:30
Shahidh K Muhammed
57f9bfc478
close #92 add waits for cli and server test (#93) 2018-07-11 12:17:51 +05:30
Rakesh Emmadi
4a76c7e89e server: throw 401 exception for accesskey mismatch/notfound, fix #67 (#71)
return 401 when access key does not match or is not found, closes #67
2018-07-11 11:07:53 +05:30
Rishichandra Wawhal
1f7f8e56f9 update test command in console makefile (#69) 2018-07-11 10:30:27 +05:30
Praveen Durairaj
113b6a9bb5 close #57 fix messaging, expand track all relations (#88) 2018-07-11 10:28:52 +05:30
Shahidh K Muhammed
83ab85fb04
update readme and contributing guides (#90) 2018-07-11 10:27:03 +05:30
dsandip
29654fa883
remove license file reference 2018-07-10 20:57:20 +05:30
dsandip
467988c4b4
Changes license 2018-07-10 19:48:54 +05:30
Shahidh K Muhammed
183cbb169b only deploy dev|release branches (#76)
* remove special characters from version string
2018-07-10 11:52:13 +00:00
Shahidh K Muhammed
50165fc1ed circleci integration (#74) 2018-07-10 10:01:02 +00:00
Praveen Durairaj
b0e3cbdd6a console: handle access key error code (#66) 2018-07-09 20:52:44 +05:30
Praveen Durairaj
5a512481f9
console: add access key login, update messaging/tooltips (#65)
* console: add access key login

* console: update messaging/tooltips

* console: fix add relationship link

* console: updated test script

* console: update test command
2018-07-09 20:07:44 +05:30
dsandip
a70f187682
Add A-GPL license 2018-07-09 19:30:43 +05:30
Aravind Shankar
1bff452cb4 handle server endpoints that contains a url path (#64) 2018-07-09 19:17:38 +05:30
Vamshi Surabhi
330bbbe495
Merge pull request #62 from hasura/issue-61
use row expressions instead of json_build_object, closes #61
2018-07-09 15:09:44 +05:30
Rishichandra Wawhal
d8d3bdd239 console: update tests (#63)
* console: modify getTableName() for parallel tests

* console: remove notification tests

* console: fix failing tests
2018-07-09 13:53:05 +05:30
Rishichandra Wawhal
25a45d3366 console: handle baseUrl in tests 2018-07-09 13:34:53 +05:30
rakeshkky
82e81cd540 server: use row expressions instead of json_build_object 2018-07-09 12:55:49 +05:30
Rakesh Emmadi
38c91e2b9e catch and log http exceptions from auth webhook, closes #28 2018-07-09 11:34:41 +05:30
Rakesh Emmadi
b9ff99329a server: process headers only for known urls, fixes #46 2018-07-06 10:46:42 +05:30
Rakesh Emmadi
e834bc51a6 server: try environment variables if flags are missing, closes #45 2018-07-06 10:43:46 +05:30
Aravind Shankar
1998e211af cli: update tests (#47)
* remove docker from migrate cmd test

* export migration status

* [cli] add fake writer for spinner

* Update console.go

* Update migrate_test.go
2018-07-06 10:36:27 +05:30
aswinmprabhu
2cab15ede4 console: more tests (#35) 2018-07-04 18:27:56 +05:30
Rishichandra Wawhal
a2a85b8952 console: fix #40 react table resizing/sorting bug (#41)
* Fix #40

* console: bug fix where a non-action was being dispatched
2018-07-04 18:15:48 +05:30
Rakesh Emmadi
b9dd3b2ab2 server: close #34 render console assets version as v[maj.min] (#39) 2018-07-04 18:15:34 +05:30