Commit graph

9 commits

Author SHA1 Message Date
Sherfin Shamsudeen
3ca60c5b2d
Bugfix/firestore query conditions (#813)
* Add multiple fields for order and orderType in firestore query

* Add support for querying firestore with where, order and limit

* Minor refactoring updates for firestore query operations file

* Minor refactoring for firestore query operations

* Update package-lock.json with npm 7.20.0
2021-09-22 00:19:29 +05:30
Arpit
26c9cc655c
Fix linting errors across the app (#785)
* eslint-setup: rules for frontend and server

* setup pre-commit:hook

* frontend:eslint fixes

* frontend eslint errors and warning fixed

* eslint:fix for ./server

* fix server/test: expectatin string lint/error

* pre-commit:updated

* removed unwanted install cmd from docker file

* recommended settings and extension for vscode

* husky prepare script added

* updated extension recommendations

* added prettier as recommended extension

* added pre-commit to package.json

* remove .prettierrc file

* resolve changes

* resolve changes
2021-09-21 19:18:28 +05:30
navaneeth
1fdc4a1f23 Stability fixes for REST API query editor 2021-08-29 21:33:40 +05:30
Navaneeth Pk
9f9f833820
Set default operations for data sources (#378) 2021-07-04 01:21:20 +05:30
Ashish
2eaff6e8b6
Feature: support for GraphQL data sources 🎉 (#288)
* Feature: Add GraphQL data sources

* Querying graphql

* use graphlient gem to talk to a graphql datasource

* use the source headers and params while initializing the graphql-client

* remove unnecessary body field from the graphql source addition modal

* add documentation for graphql datasource setup

Co-authored-by: navaneeth <[email protected]>
2021-06-22 19:47:00 +05:30
Akshay
134e2f51ca
Feature: SQL Server integration 🎉 (#244)
* MS SQL server integration

* enable mssql service to test, create and process connection

* return 400 when query fails

* [Docker] Install freetds on buster

Co-authored-by: navaneeth <[email protected]>
2021-06-14 07:33:13 +05:30
navaneeth
7426571bec List records operation for airtable datasources 2021-06-02 14:44:52 +05:30
navaneeth
e6134c875d Feature: Query to insert one document to mongodb 2021-05-13 22:33:00 +05:30
navaneeth
a418a6ebae Feature: Query editor for DynamoDB, list table query 2021-05-13 19:01:55 +05:30