Commit Graph

414 Commits

Author SHA1 Message Date
Ishaan Malhi
e2817b1b1b add golang examples for aws lambda (#602) 2018-10-15 09:53:15 +05:30
edawine
963d86464f update brand assets and the generator script (fix #670) (#712) 2018-10-13 14:01:31 +05:30
Vipul Gupta
777c599a33 add guidelines for reporting security issues (close #322) (#687) 2018-10-13 13:59:18 +05:30
Shahidh K Muhammed
fffb11b26e update installation manifests to v1.0.0-alpha24 2018-10-12 17:53:28 +05:30
Rakesh Emmadi
49dd7bf98b allow mutations on views only if they are allowed by postgres (fix #232) (#339) 2018-10-12 17:36:12 +05:30
Shahidh K Muhammed
3156f7d62d
add auth-webhook boilerplate in python-flask (#714) 2018-10-12 17:06:21 +05:30
Rakesh Emmadi
37e848ccca fix input object validation logic (fix #693) (#711) 2018-10-12 16:06:47 +05:30
Vamshi Surabhi
ecf8c760ec workaround postgres default limit of 63 chars for identifiers (close #688) (#707) 2018-10-12 14:58:43 +05:30
Chandler Weiner
fade5b39f8 fix spelling and grammar in docs (#709) 2018-10-12 09:30:25 +05:30
Rikin Kachhia
92c8ec55b2 docs: fix kubernetes logging page (#706) 2018-10-11 17:10:53 +05:30
Matthew Holman
bf71b17274 add guides/resources section to docs (#694) 2018-10-11 16:59:53 +05:30
Sunita Sen
a8abc40ece fix typo in cli readme (#698) 2018-10-11 12:49:10 +05:30
Zafarullah Mahmood
4454cc95b8 fixes to readme (#689) 2018-10-11 11:37:05 +05:30
Léo Pradel
7d1361ceb7 fix broken link on console readme (#697) 2018-10-11 09:13:26 +05:30
Rikin Kachhia
27302fae68 console: add support for _is_null operator in permissions (#700) 2018-10-11 09:11:08 +05:30
Rikin Kachhia
9c2ca7cd54 docs update (#699) 2018-10-10 19:51:43 +05:30
Aravind Shankar
813795d094 fix to append uriPrefix on schema change event (close #691) (#692) 2018-10-10 15:16:19 +05:30
Karthikeya Viswanath
882719f7e7 add reset metadata button to settings page (close #515) (#673) 2018-10-10 13:05:18 +05:30
Karthik Venkateswaran
4ee342e44d add nextjs-postgres-graphql boilerplate (#686) 2018-10-10 12:59:48 +05:30
Rakesh Emmadi
be28f8c947 add env var to enable console (close #632) (#642) 2018-10-10 12:16:38 +05:30
Vamshi Surabhi
8970518bdb upgrade stackage to 12.12 (#684) 2018-10-10 12:03:00 +05:30
michizhou
c47ea78e0b fix typos, wording, punctuation, other errors in docs (#668) 2018-10-10 12:02:03 +05:30
Aravind Shankar
40c391df09 track table in run_sql handles schema name and table name separately (close #484) (#685) 2018-10-10 10:34:19 +05:30
Utsav Bhardwaj
5916b97b86 added digitalocean deployment instructions (fix #582) (#663) 2018-10-09 19:38:54 +05:30
Aravind Shankar
a68bb61250 improve version check for server dependent features (close #388) (#676) 2018-10-09 16:33:48 +05:30
Vamshi Surabhi
603461ad8f track connection_init error on each ws connection (close #682) (#683) 2018-10-09 15:51:05 +05:30
Zac Braddy
4f2fd73f2c insert row inputs respect null and default values (fix #545) (#589) 2018-10-09 15:50:29 +05:30
Rishichandra Wawhal
137ab673ef remove an unnecessary test from console (#681) 2018-10-09 14:55:03 +05:30
Peter McAree
936d4c7b85 metadata button appears for custom versions (fixe #618) (#662) 2018-10-09 14:05:44 +05:30
Rakesh Emmadi
d57be587b3 format schema name and table name as identifiers in event triggers (fix #639) (#644) 2018-10-09 12:09:20 +05:30
Arash Khazaei
dbdd79a987 fix alert in cli mode without accesskey (close #536) (#588) 2018-10-09 11:55:10 +05:30
Karthikeya Viswanath
64286f69ed add clear access key button (close #486) (#675) 2018-10-08 19:50:33 +05:30
Akshit Bhalla
fc68477b63 add phantom div for update check banner (fix #271) (#665) 2018-10-08 19:49:20 +05:30
Shahidh K Muhammed
1c15a9482a
add docs for schema / metadata api (close #409) (#626) 2018-10-08 19:42:03 +05:30
Shrey
69b57625a0 add keybinding to submit sql query (close #542) 2018-10-08 19:38:22 +05:30
Rishichandra Wawhal
68c5f8ca85 firebase2graphql: add realtime section in readme (#674) 2018-10-08 15:25:28 +05:30
Aravind
de2ceea132 update help for metadata export command (#661) 2018-10-08 12:54:43 +05:30
Rishichandra Wawhal
fbd220621d firebase2graphql: improve readme structure, update git and add more tests (#666) 2018-10-08 11:42:42 +05:30
Arpit Kushwaha
8454e70614 add some color to hearts (#656)
fill some colours in those colourless hearts
2018-10-05 23:46:29 +05:30
Sunita Sen
3d9cad7708 fixe typo in console readme (#658) 2018-10-05 23:39:56 +05:30
Shahidh K Muhammed
ba70943e99 update installation manifests to v1.0.0-alpha23 2018-10-05 20:45:19 +05:30
Rakesh Emmadi
00d5a5c1a3 insert mutations can now handle nested-data/relationsips (close #343) (#429) 2018-10-05 20:43:51 +05:30
Kevin Raynel
5abd18a156 enable redux-dev-tools if present in dev mode (closes #606) (#607) 2018-10-05 19:14:03 +05:30
Anon Ray
7d9851b0a9 generate coverage report for server tests (close #464) (#512) 2018-10-05 18:07:19 +05:30
Varun Dey
b439d15725 fix typo in cypress readme (#651) 2018-10-05 15:25:49 +05:30
Anon Ray
e460ec0e62 add firebase example to use with jwt mode (close #648) (#649) 2018-10-05 15:21:45 +05:30
Karthik Venkateswaran
80a5f00ae4 fix failing tests on console (#650) 2018-10-05 15:10:00 +05:30
Vamshi Surabhi
32ae105279 improved sql generation for select queries (closes #6, #121, #278) (#643)
Better SQL generation for select queries (the query plans will be the same but much more readable). This closes some long standing issues (#6, #121, #278).
2018-10-05 14:26:47 +05:30
Rakesh Emmadi
91376316f2 breaking: encode bigint and bigserial postgres types as strings in response (fix #633) (#640)
This is breaking change where bigint and bigserial Postgres types will be encoded as GraphQL String types, as opposed to Int as present in earlier releases.

Input types were already encoded as String.

This is achieved by selecting `bigint` and `bigserial` columns as `text`s in the SQL query: `select "big_id"::text ..` instead of `select "big_id" .. `.

Reason for that change is outlined in #633 where JavaScript cannot decode 64 bit Integers.
2018-10-05 10:46:21 +05:30
Utkarsh Gupta
300684f2dc add docs for jwt_secret & enable_console env (#646) 2018-10-04 20:05:13 +05:30