Commit Graph

1240 Commits

Author SHA1 Message Date
Rikin Kachhia
e404320e17
fix console license (#2470) 2019-07-04 14:57:35 +05:30
Alexis King
a96adad786 Clarify a few steps involved in running the server test suite (#2467) 2019-07-04 11:43:16 +05:30
Alexis King
fb3794c31a Support Node v12.x and fix tests on macOS (#2455)
* Bump node-sass to version ^4.12.0

This avoids sass/node-sass#2632, which causes compilation failures on
Node v12.x.

* Do most of the work in /pg_dump in Haskell instead of shell

The shell version caused problems on non-Linux systems since it relied
on the non-POSIX -i option for sed, which works slightly differently on
BSD and macOS.
2019-07-03 14:07:13 +05:30
Rishichandra Wawhal
bdb415b386 use server version from console html (#2464) 2019-07-03 13:55:29 +05:30
Aravind Shankar
0aefbd0822 infer relationship type using uniqueness constraint of foreign key (close #969) (#2347) 2019-07-02 19:05:27 +05:30
Aravind Shankar
2b616afd97 fix relationship page error if array fk relationship exists with table in another schema (#2459) 2019-07-02 18:37:28 +05:30
Rikin Kachhia
baeffc2a7a
fix type placeholders in console insert/edit row (#2460) 2019-07-02 18:35:52 +05:30
Ajeet D'Souza
b184ce0188 add server version to console html (close #2444) (#2452) 2019-07-02 12:44:29 +00:00
Anne Ogborn
63ad2c4fc5 change default type placeholder from 'text' to type (fix 2394) (#2458) 2019-07-02 18:03:37 +05:30
Anne Ogborn
9a6e9dfad5 refactor AddTable validation on console (close #1712) (#2408) 2019-07-02 11:30:48 +00:00
matt
f7ac664cc4 update postgres permission documentation (fix #2404) (#2405) 2019-07-02 13:19:29 +05:30
Anon Ray
f31c3b2887 freeze requirements.txt for server tests (#2450) 2019-07-01 13:34:48 +00:00
Aravind Shankar
35230cb091 fix to show error notification when run sql fails in cli mode (close #2438) (#2446) 2019-06-28 18:04:30 +05:30
Rishichandra Wawhal
f86fcde723 graphql2chartjs: bump version to 0.3.0 (#2445) 2019-06-28 16:31:41 +05:30
Aravind Shankar
c85986c922 fix browse rows query error handling + boolean filter value (close #2421) (#2440) 2019-06-28 16:07:16 +05:30
Shahidh K Muhammed
aae68873da add note on exporting multiple schemas as migration (#2436) 2019-06-27 17:04:19 +05:30
Praveen Durairaj
7c7f34da8e learn: fix twitter share image on homepage (#2437) 2019-06-27 15:10:45 +05:30
Rakesh Emmadi
4f9d5952b9 add a make rule to build server docker image locally (#2410) 2019-06-27 11:58:26 +05:30
Anne Ogborn
6576204c66 add new column row during add table only after completed prev column def (#2428) 2019-06-26 19:54:30 +05:30
Aravind Shankar
c17bf2f94b create down migration when a column is dropped (close #2291) (#2385) 2019-06-26 18:42:44 +05:30
Rishichandra Wawhal
b52ed4ccf0 learn: update react native tutorial with videos (#2390) 2019-06-26 13:12:08 +05:30
Ajeet D'Souza
08df38aa8c add name of ci environment to telemetry data (#2382) 2019-06-26 11:53:40 +05:30
iamvo
751bd44fb7 graphql2chartjs: fix mapping of non-array types (#2307) 2019-06-25 13:32:13 +05:30
Rakesh Emmadi
dc84bb4e77 fix renaming of columns used in insert permission (fix #2398) (#2414) 2019-06-21 16:34:21 +05:30
Aidan Grimshaw
ea19bef9b6 created docker compose for build and launch of tutorial (#2406) 2019-06-21 08:36:27 +05:30
Aravind Shankar
03f0d4edaa change browse rows action buttons heading id (close #2403) (#2413) 2019-06-20 16:53:39 +05:30
Aravind Shankar
a40709dc4a clear header state for remote-schema (close #2396) (#2401) 2019-06-20 16:24:28 +05:30
Aravind Shankar
5053b1ecd8 add graphql-voyager to console (close #314) (#2369) 2019-06-20 16:00:29 +05:30
Karthik Venkateswaran
8fb81e7f7a fix postgres query to fetch pg_types default functions (close #2399) (#2402) 2019-06-20 12:37:16 +05:30
Karthik Venkateswaran
93a7c2c734 suggest column default values (#2352) 2019-06-18 23:03:54 +05:30
Rikin Kachhia
00e911e3cd
update table rename handling (#2393) 2019-06-18 23:00:56 +05:30
Rikin Kachhia
4ce2b2cc3b
update console dev logging + add logging disable instructions to README (#2388) 2019-06-18 12:14:29 +05:30
IMRAN KHAN
d6a071bd83 render 404 for nonexistent resources (#2341) 2019-06-17 12:17:27 +05:30
Praveen Durairaj
86c5348959 ra-data-hasura: bump version (#2380) 2019-06-14 19:24:45 +05:30
Pablo Rocha
f4b03a5875 ra-data-hasura: fix key update when response not an array (#2272) 2019-06-14 18:16:56 +05:30
Pablo Rocha
af1c4b9dc7 ra-data-hasura: add filters to GET_* types (#2284) 2019-06-14 18:16:26 +05:30
Praveen Durairaj
c4dd209eed community: update sample apps for codesandbox compatibility (#2377) 2019-06-14 14:37:00 +05:30
Praveen Durairaj
2b68417416 learn: update gatsby-gitbook-boilerplate to gatsby-gitbook-starter (#2340) 2019-06-14 14:19:55 +05:30
Anne Ogborn
034c550ccd enable add/modify/delete for event triggers and remote schemas in disabled migration mode (fix #1875) (#2366) 2019-06-13 17:08:25 +05:30
Aravind Shankar
938921eed5 set console subscriptions protocol based only on graphql endpoint (close #2330) (#2374) 2019-06-13 15:27:01 +05:30
Shahidh K Muhammed
a8dd3b3deb add api to get server config details (close #1831); add jwt-analyzer (close #1369) (#1925) 2019-06-11 18:59:03 +05:30
surendran82
c2c992a14d learn: update testimonials section on website (#2367) 2019-06-11 17:15:17 +05:30
Rakesh Emmadi
eff952dc3a update run_sql metadata API documentation (#2350) 2019-06-11 14:44:19 +05:30
Aravind Shankar
be5316a984 support multi-column manual relationships from console (close #2007) (#2332) 2019-06-10 20:18:15 +05:30
Praveen Durairaj
a30814f01c community: add gridsome sample app (#2363) 2019-06-10 18:57:38 +05:30
Andrew Jones
912b56dbe6 learn: fix typos (#2319) 2019-06-10 12:26:35 +05:30
Karthik Venkateswaran
0b3defd314 fix query to fetch list of postgres types, change filter (close #2314) (#2339) 2019-06-07 19:58:02 +05:30
IMRAN KHAN
de09c29003 change events success code from 200 to 2xx (close #2335) (#2342) 2019-06-07 18:12:32 +05:30
dependabot[bot]
ba96697abc Bump js-yaml from 3.12.0 to 3.13.1 in /community/tools/json2graphql (#2338)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-06 09:37:30 +05:30
Rakesh Emmadi
c3c01beccc support null and default values for function arguments (close #2176, close #2250) (#2282) 2019-06-04 18:13:28 +05:30