1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-20 22:11:45 +03:00
Commit Graph

3831 Commits

Author SHA1 Message Date
Aravind Shankar
6a20784b95 move metadata.yml file inside migrations folder, fix ()
metadata.yaml will be present inside migrations folder
2018-07-12 18:22:25 +05:30
dsandip
c8f8d98ff3 add images to assets, update readme () 2018-07-12 01:14:08 +05:30
Rishichandra Wawhal
87359fb9fc show indicative comments on graphiql if no tables are present () 2018-07-12 00:54:14 +05:30
Rikin Kachhia
45cd97f9b8 fix and/or expressions in permissions builder () 2018-07-12 00:51:26 +05:30
Praveen Durairaj
32750d65fb fix secure endpoint link, update contributing guide () 2018-07-11 20:07:23 +05:30
dsandip
0c03134e78 update readme content () 2018-07-11 19:12:49 +05:30
Aravind Shankar
268f0856d0 go vet cli code () 2018-07-11 17:43:31 +05:30
Shahidh K Muhammed
58db3b7ba9
update readme and code of conduct () 2018-07-11 17:37:49 +05:30
Rishichandra Wawhal
3a085da736 testing console tests in the ci ()
* 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 ()
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 () 2018-07-11 16:04:29 +05:30
Aravind Shankar
186340c156 fix , when access-key is set, cli should use it to contact api () 2018-07-11 14:58:53 +05:30
Aravind Shankar
5b02dee7d2 close , replace goyaml with ghodss/yaml () 2018-07-11 14:54:13 +05:30
Aravind Shankar
5e14c293f2 close , unexport ParsedEndpoint in config () 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 2018-07-11 13:54:13 +05:30
Anon Ray
4270529c11 basic test suite ()
* 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 ()
Adds a tiny note about licenses
2018-07-11 12:21:11 +05:30
Praveen Durairaj
6826cec1df console: add gzip compression to deployments () 2018-07-11 12:19:03 +05:30
Shahidh K Muhammed
57f9bfc478
close add waits for cli and server test () 2018-07-11 12:17:51 +05:30
Rakesh Emmadi
4a76c7e89e server: throw 401 exception for accesskey mismatch/notfound, fix ()
return 401 when access key does not match or is not found, closes 
2018-07-11 11:07:53 +05:30
Rishichandra Wawhal
1f7f8e56f9 update test command in console makefile () 2018-07-11 10:30:27 +05:30
Praveen Durairaj
113b6a9bb5 close fix messaging, expand track all relations () 2018-07-11 10:28:52 +05:30
Shahidh K Muhammed
83ab85fb04
update readme and contributing guides () 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 ()
* remove special characters from version string
2018-07-10 11:52:13 +00:00
Shahidh K Muhammed
50165fc1ed circleci integration () 2018-07-10 10:01:02 +00:00
Praveen Durairaj
b0e3cbdd6a console: handle access key error code () 2018-07-09 20:52:44 +05:30
Praveen Durairaj
5a512481f9
console: add access key login, update messaging/tooltips ()
* 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 () 2018-07-09 19:17:38 +05:30
Vamshi Surabhi
330bbbe495
Merge pull request from hasura/issue-61
use row expressions instead of json_build_object, closes 
2018-07-09 15:09:44 +05:30
Rishichandra Wawhal
d8d3bdd239 console: update tests ()
* 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 2018-07-09 11:34:41 +05:30
Rakesh Emmadi
b9ff99329a server: process headers only for known urls, fixes 2018-07-06 10:46:42 +05:30
Rakesh Emmadi
e834bc51a6 server: try environment variables if flags are missing, closes 2018-07-06 10:43:46 +05:30
Aravind Shankar
1998e211af cli: update tests ()
* 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 () 2018-07-04 18:27:56 +05:30
Rishichandra Wawhal
a2a85b8952 console: fix react table resizing/sorting bug ()
* Fix 

* console: bug fix where a non-action was being dispatched
2018-07-04 18:15:48 +05:30
Rakesh Emmadi
b9dd3b2ab2 server: close render console assets version as v[maj.min] () 2018-07-04 18:15:34 +05:30
Shahidh K Muhammed
06fd236068
cli: close handle server, cli and console versions () 2018-07-04 18:13:52 +05:30
shahidhk
8beedc5387 cli: rename console assets folder 2018-07-03 22:56:57 +05:30
Shahidh K Muhammed
98c827449b
build: integrate circleci
integration with circleci for various workflows
2018-07-03 22:40:13 +05:30
Rakesh Emmadi
400a0e3f16 server: add v1/version api, fix () 2018-07-03 21:04:25 +05:30
Shahidh K Muhammed
e0a4ee88fe
cli: updates to support console versioning etc ()
* cli: fix version command and makefile

* cli: update console asset versioning format

* cli: change .realize from dir to file

* cli: update dependencies
2018-07-03 14:54:46 +05:30
Rishichandra Wawhal
b2abc8b2c1 console: update tests for multiple modes
* console: fix create-table tests

1. Changed "Creating table failed" -> "Create table failed"
2. Updated cypress > plugins > index.js. It must export a function

* console: fix test for insert-browse

console: added a test for checking descending sort

* console: fix migration inconsistency in hdb mode

* console: fix tests for modify-table

* console: fix permissiosn tests

* console: fixed all tests

* console: updated the test workflow

* console: disabling video recording while testing

* console: taking migrate URL from env

* console: update readme, fixed typo
2018-07-03 12:47:08 +05:30