Commit Graph

421 Commits

Author SHA1 Message Date
Tirumarai Selvan
d4d31838cb quote function and trigger names, allow hyphen in trigger name (#1012) 2018-11-13 11:28:55 +05:30
Rakesh Emmadi
8c1700e76f improve SQL generation for '_in' operation (close #1013) (#1014) 2018-11-12 18:57:47 +05:30
Rakesh Emmadi
80de0e019a do not generate prefix for column identifiers in agg select, fix #1004 (#1005) 2018-11-12 12:58:46 +05:30
riffrayugo
dc2386ae4e add link to docs on console help button (close #908) (#909) 2018-11-09 14:49:24 +05:30
Akshat Agarwal
edfde9e68e fix typos in serverless etl readme (#959) 2018-11-08 12:10:47 +05:30
Pranav Dixit
e7995dcb71 fix some grammatical and spelling mistakes (#958) 2018-11-08 12:06:53 +05:30
Daniel Brereton
9cb5c71ed9 update console readme (#946) 2018-11-08 12:04:41 +05:30
Abhinav Srivastava
c776cd84a6 update multiple files (#943) 2018-11-08 12:02:57 +05:30
Patrick Aljord
2bd11f12dd clarify which server uses the shared secret too (#925) 2018-11-08 11:51:13 +05:30
Sachin Saini
668dc0e857 update digitalocean docs (#900)
Co-Authored-By: thetinygoat <iamsainisachin@gmail.com>
2018-11-08 11:40:23 +05:30
Stef Lewandowski
c60cc7fe9d use awk to convert the pem to one line (#889)
I tried the `sed` command, but on OSX this outputs the certificate with newlines unchanged. This `awk` command does the job.
2018-11-06 18:35:17 +05:30
Soundarya G
e1d17b693e update contributing.md (#883) 2018-11-06 18:09:53 +05:30
James George
946e165512 update zeit now link on event triggers page (#888) 2018-11-06 17:13:33 +05:30
Rikin Kachhia
c8c06be8ca add relationship modelling docs (close #399) (#972) 2018-11-06 14:08:40 +05:30
dsandip
10edd03a62 adds docs for column presets (close #623) (#971) 2018-11-06 14:07:17 +05:30
Anupam Dagar
e1253e595a add missing serve command to server contributing guide (#910) 2018-11-04 08:11:06 +05:30
czakarian
e756061439 update typo in console readme (close #944) (#945) 2018-11-04 08:05:21 +05:30
Shahidh K Muhammed
546c8a3786 update manifests to v1.0.0-alpha28 2018-11-02 20:45:54 +05:30
Rakesh Emmadi
999580481c allow specifying a list of columns that can be inserted (close #250) (#917) 2018-11-02 20:38:38 +05:30
Shahidh K Muhammed
fbcae53efa
build cli-migrations image on tagged deploys (close #534) (#953) 2018-11-02 19:38:25 +05:30
Rakesh Emmadi
0e9d6994ac refactor nested insert mutation and fix returning (fix #844) (#852)
* improved nested insert execution logic

* integrate error path, improve executing 'withExp' and improve tests

* add more readable types in '/Resolve/Insert.hs'

* set conflict context just before executing WITH expression
2018-11-02 19:31:01 +05:30
Praveen Durairaj
5b987a4acd update graphiql-online footer css (#967) 2018-11-02 16:00:16 +05:30
Shahidh K Muhammed
f7da89e10a
remove enable console from docker cmd and add it as env var (close #907) (#938) 2018-11-02 15:59:01 +05:30
Shahidh K Muhammed
1470caa1df
update digitalocean one-click app manifests on deploy (close #878) (#937) 2018-11-02 15:51:44 +05:30
Rakesh Emmadi
1a91399298 extract session variables from relational bool expression (fix #960) (#961) 2018-11-02 15:06:33 +05:30
Fernando K
b7800ffa2e add links to the api reference (#794) 2018-10-31 19:19:29 +05:30
Tirumarai Selvan
4bd3c57018 add retry-after header info to event-trigger docs (#956) 2018-10-31 18:21:48 +05:30
Rakesh Emmadi
0803738df1 refactor select query generation (#941) 2018-10-31 18:21:20 +05:30
surendran82
a32d94f841 update logo in console (#934) 2018-10-31 17:23:38 +05:30
Tirumarai Selvan
c5c2ed2389 give precedence to retry-after header over retry conf (#954) 2018-10-31 17:22:41 +05:30
Rikin Kachhia
37aeccc6b0 update requests package version in docs for security (#955) 2018-10-31 14:49:45 +05:30
Tirumarai Selvan
b40807c9ec change type of fetch interval to milliseconds (#939) 2018-10-30 20:50:18 +05:30
Rishichandra Wawhal
4890434477 fix broken redirect from table/edit to table/browse (close #905) (#935) 2018-10-30 16:24:51 +05:30
Mohammed Rishad
58ccddc76e pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
Shahidh K Muhammed
eb926f572a
remove docs from cli folder (#918) 2018-10-30 10:38:38 +05:30
Karthik Venkateswaran
b84a03fc38 fix issue with pending event trigger logs when opened (#926) 2018-10-29 23:42:22 +05:30
Karthik Venkateswaran
a1febadf47 remove tries filter from where clause for pending events (#921) 2018-10-29 20:27:51 +05:30
nizar-m
4f091e5e5b gitignore generated .tix files in pytest folder (#924) 2018-10-29 19:55:37 +05:30
Rikin Kachhia
ac8f2f65a8 reduce max algolia document size for docs (#914) 2018-10-29 18:03:48 +05:30
Karthik Venkateswaran
c3f4c35141 handle non-public schema cases for manual relationship creation (close #911) (#912) 2018-10-29 17:50:17 +05:30
Shahidh K Muhammed
ba7673af33
rename query to type on api reference 2018-10-29 14:42:44 +05:30
nizar-m
c80a37a647 make tests work without hpc (fix #903) (#904) 2018-10-29 13:13:47 +05:30
Shahidh K Muhammed
1a04a38481 update installation manifests to v1.0.0-alpha27 2018-10-29 11:35:03 +05:30
Joelvis Roman
457a7a2ac9 fix grammar in conributing guide (#873) 2018-10-29 09:44:15 +05:30
nizar-m
0ffb0478b9 Tests for server with access control, and some more tests (#710)
* 1) Tests for creating permissions
2) Test for constraint_on with GraphQL insert on_conflict

* Run tests with access key and webhook

* Tests for GraphQL query with quoted columns

* Rewrite test-server.sh so that it can be run locally

* JWT based tests

* Tests with various postgres types

* For tests on select queries, run setup only once per class

* Tests for v1 count queries

* Skip teardown for tests that does not modify data

* Workaround for hpc 'parse error when reading .tix file'

* Move GeoJson tests to the new structure

* Basic tests for v1 queries

* Tests for column, table or operator not found error cases on GraphQL queries

* Skip test teardown for mutation tests which does not change database state, even when it returns 200.
2018-10-28 23:57:49 +05:30
Vamshi Surabhi
58582be644
fix parsing webhook response, closes #890 (#894) 2018-10-28 22:01:24 +05:30
Karthik Venkateswaran
4e08be15d6 handle table/schema names in relationship suggestions properly (close #876) (#879) 2018-10-27 15:40:11 +05:30
Shyam Jalan
7e120aa115 fix typo in contributing guide (#872) 2018-10-27 15:28:12 +05:30
Soumya Ranjan Mohanty
e369b2f869 fix a typo in firebase-jwt tutorial (close#863) (#864) 2018-10-27 15:24:39 +05:30
Vinayak
e830931294 fix grammatical errors in docs (#861) 2018-10-27 15:21:14 +05:30