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
Akshay
f637a80fd6
Feature: data query deletion ( #734 )
...
* add feature for data query deletion
* fix after query deletion default query selection is not being done
* move delete option and hide option unless mouse is hovered on query
* show dialog box confirmation before query deletion
2021-09-13 22:54:47 +05:30
navaneeth
ae60c5897b
Serialize app entities
2021-08-10 14:34:27 +05:30
navaneeth
2f39470ab0
Fix for queries not being serialized properly
2021-08-10 14:18:20 +05:30
navaneeth
35388d8930
Policies and tests for query endpoints
2021-07-24 23:39:25 +05:30
navaneeth
fae1fa7272
Policies and tests for running queries
2021-07-24 11:43:21 +05:30
navaneeth
18346654c9
REST api as datasource
2021-07-17 19:54:48 +05:30
navaneeth
1d4ced43a3
Error handling for queries
2021-07-17 13:08:02 +05:30
navaneeth
13c49135be
Error handling for queries
2021-07-17 10:11:02 +05:30
navaneeth
52253f26ad
Feature: update data source connection options
2021-07-16 20:33:20 +05:30
navaneeth
fe9f2624b6
should not camelize query results
2021-07-16 18:07:30 +05:30
navaneeth
b2adb9144e
Running queries + firestore query service 🚀
2021-07-14 19:44:35 +05:30
navaneeth
33445b5547
Endpoints: create & update queries
2021-07-12 19:42:34 +05:30
navaneeth
facf757371
Endpoint to fetch data queries for a specific app
2021-07-11 14:02:06 +05:30