Vamshi Surabhi
679310b008
accomodate for the precedence of IS before 9.5, closes #150
2018-07-17 22:26:47 +05:30
Rakesh Emmadi
5efa366b49
add 'on_conflict' argument to insert mutation ( closes #105 )
...
* add 'on_conflict' condition to allow upsert mutation, closes #105
* check for empty unique or primary key constraints
* add 'on_conflict' condition test cases and introspection test case
* update 'conflict_action' enum values' description
2018-07-17 18:53:23 +05:30
Earl St Sauver
6d68a819e0
update path in server contributing guide ( #136 )
...
update path in server contributing guide
2018-07-16 19:27:13 +05:30
rakeshkky
a094394f38
server: add _is_null operator, closes #106
2018-07-12 19:33:02 +05:30
Anon Ray
79d7b497c9
add contributing guidelines for server ( #104 )
2018-07-11 16:04:29 +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
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
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
50165fc1ed
circleci integration ( #74 )
2018-07-10 10:01:02 +00:00
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
Rakesh Emmadi
b9dd3b2ab2
server: close #34 render console assets version as v[maj.min] ( #39 )
2018-07-04 18:15:34 +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 #34 ( #37 )
2018-07-03 21:04:25 +05:30
Anon Ray
9d2d158532
server: build now is multi-stage builds ( fix #29 )
...
- Change the build flow to use docker multi-stage builds
2018-07-02 16:40:13 +00:00
Vamshi Surabhi
9a845b4932
server: mutationRoot is optional in __schema
2018-06-29 17:32:59 +05:30
Rakesh Emmadi
128ed2388b
server: console is served at /console Closes #16 ( #22 )
2018-06-29 16:35:09 +05:30
Vamshi Surabhi
db1a098b3b
server: do not publish schema for system defined tables
2018-06-29 16:30:54 +05:30
Vamshi Surabhi
114418c378
server: support @skip and @include directives. closes #7
2018-06-29 14:50:49 +05:30
Vamshi Surabhi
f6bb130240
server: improved error messages. closes #8
2018-06-29 12:51:04 +05:30
Vamshi Surabhi
c09725ba79
server: coerce 'a' to '[a]' for list input types
2018-06-29 10:17:53 +05:30
Vamshi Surabhi
7e0bb03f17
server: map pgvarchar to GraphQL String
2018-06-29 10:17:53 +05:30
Rakesh Emmadi
a4dbe58c15
server: Disallow untrack_table for system defined tables. Fix #12 ( #15 )
2018-06-28 17:26:40 +05:30
Rakesh Emmadi
f625882199
[server] allow only one of db url or conn params. Closes #5 ( #11 )
2018-06-28 16:19:40 +05:30
Vamshi Surabhi
47c73f750f
server: use insert-ordered-containers for ordered map
2018-06-28 13:49:52 +05:30
Vamshi Surabhi
3b8c5a1848
server: use attoparsec-iso8601 for parsing time information
2018-06-28 13:49:52 +05:30
Vamshi Surabhi
e637f3dd7b
server: packaging now works
2018-06-28 13:49:52 +05:30
Vamshi Surabhi
530027cf20
move raven into graphql-engine repo
2018-06-28 00:32:00 +05:30