Commit graph

74 commits

Author SHA1 Message Date
Arpit
a203253131
Feature: adds code preview for codeboxes (#1011)
* preview codeHinter default=true

* adding preview code for codeHinter for table widgets

* previw for codeHinter in eventManager and RestAPI headers tab fixed

* added classes to header tabs

* fixed preview for transformations

* widgets preview for title

* preview for advance tab QueryManager

* preview box for datasource queryeditor

* sql code hinter UI spaces fixed
2021-11-15 11:48:09 +05:30
Akshay
c58e0765bf
Feature: Google cloud storage integration (#1364)
* add ability to list buckets/objects and create signed url fot GET and PUT

* ask to specify region when adding s3 buckets

* add ability to read file contents from s3

* add ability to upload to s3 bucket

* rename s3 dropdown options

* add abilty to read, write, list and generate signed url for gcs

* fix gcs query service

* remove paginated response

* make gcs private key as textarea

* revise gcs upload response
2021-11-04 14:30:09 +05:30
Akshay
44f3b9d8d0
Feature: AWS S3 Integration 🚀 (#1333)
* add ability to list buckets/objects and create signed url fot GET and PUT

* ask to specify region when adding s3 buckets

* add ability to read file contents from s3

* add ability to upload to s3 bucket

* rename s3 dropdown options

* update region dropdown for s3
2021-11-02 11:42:46 +05:30
Alok Kumar Sahoo
9603f2b923
GH-1037: fix/base url not changing with theme (#1113) 2021-10-18 08:57:39 +05:30
Akshay
ceca48b100
Revert "Feature: Snowflake integration (#996)" (#1046)
This reverts commit d4c4501d63.
2021-10-14 22:10:18 +05:30
Akshay
d4c4501d63
Feature: Snowflake integration 🔥 (#996)
* add snowflake datasource and query manager for frontend

* add snowflake integration
2021-10-13 09:35:35 +05:30
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
Arpit
4dc356cb36
Parameter to accept a specific range within a Googlesheet (#798)
* Parameter to accept a specific range within a googlesheet

* default range: A1:Z500
2021-09-21 17:20:29 +05:30
Gandharv
8791f697e2
Use state instead of props in util file' (#720) 2021-09-13 21:53:27 +05:30
Gandharv
3c6669799e
Add default values for rest api query builder (#705) 2021-09-08 10:26:40 +05:30
Gandharv
365e9e3cb3
Redesigned Rest api query builder 🎉 (#612)
* feat: add rest api new design

* fix page break on create/save query

* remove console.log

* align the i/p fields

* rename files

* remove border from i/p

* remove hover styles

* fix: filter empty headers, url_params, body

* fix when editmode headers empty

* fix the options on preview getting null

* fix navlink color on dark mode

* add color for non active tab in dark mode
2021-08-30 16:55:27 +05:30
navaneeth
1fdc4a1f23 Stability fixes for REST API query editor 2021-08-29 21:33:40 +05:30
navaneeth
8612f8f0d6 Fix for REST API URL field height 2021-08-24 08:12:16 +05:30
navaneeth
636bf0bc4b Codehinter enhancements 2021-08-21 09:39:04 +05:30
Akshay
5909aaacff
Feature: bulk update capability for mysql plugin (#561) 2021-08-20 19:26:47 +05:30
Arpit Nath
7d37cf25f4
Feature: update record operation Airtable (#468)
* update record(s) operation : airtable

* fix: update record  operation - Airtable

* nolints

* indentation fix

* duplicate props removed
2021-08-12 21:06:31 +05:30
Arpit Nath
1eb2e787a4
Feature: Delete record operation for Airtable (#459) 2021-08-05 16:48:09 +05:30
Viraj Bahulkar
f837b31e0b
Fix input consistency in posgres GUI (#385)
* Fix input consistency in posgres GUI

* Add wrapper class to GUI select search element
2021-07-30 11:36:27 +05:30
Navaneeth Pk
e34350ff4f
Fix get operation of firestore (#369) 2021-07-03 19:58:41 +05:30
Navaneeth Pk
150961b591
Feature/dark mode (#366)
* Dark mode part 1

* Dark mode part 2

* Dark mode part 3

* Dark mode part 4

* Dark mode part 5

* Dark mode part 6

* Dark mode part 7

* Dark mode part 7

* Dark mode part 8

* set light mode as default

* Dark mode part 9

* Dark mode part 10

* Dark mode part 11
2021-07-03 19:47:47 +05:30
Nishant Samel
4e44e0a319
Feature: delete row from Google sheets (#354)
* Add feature `delete row from Google sheets`

- Fix https://github.com/ToolJet/ToolJet/issues/312

* Update operation name to `delete_row`

Co-authored-by: Nishant Samel <nishant@saeloun.com>
2021-06-29 22:36:59 +05:30
Prasad Walvekar
c7446d4046
Chore: Rename class to className (#345) 2021-06-28 13:10:14 +05:30
Navaneeth Pk
cf2673d237
Feature: previews for CodeHinter fields (#334)
* Feature: previews for codehinter fields

* css fix
2021-06-26 22:53:00 +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 <navaneethpk@outlook.com>
2021-06-22 19:47:00 +05:30
Viraj Bahulkar
03e42fa844
Add datasource pre-fix to REST queries (#261) 2021-06-17 11:26:53 +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 <navaneethpk@outlook.com>
2021-06-14 07:33:13 +05:30
Navaneeth Pk
725a52b440
Build react app as part of Heroku 1-click deployment (#181)
* heroku

* testing

* Fixes

* fixes

* Fixes

* Fix

* Fix

* Fix

* ff

* ff

* fix

* fix

* Fix

* fix

* Fix

* f

* f

* fix

* Fix

* renamed

* renamed

* Fix

* Fix

* fix

* some fixes

* fix
2021-06-05 13:29:23 +05:30
navaneeth
29dc290757 Remove as_user option from slack message query (deprecated) 2021-06-04 14:12:28 +05:30
navaneeth
d060bb5085 Cleaned up changeOption function of inspector to avoid field resets 2021-06-03 12:29:27 +05:30
navaneeth
16c9270b24 Fix unwanted scroll in airtable query editor 2021-06-02 15:50:50 +05:30
navaneeth
a31433d44d Feature: Retrieve record operation for airtable datasources 2021-06-02 15:42:35 +05:30
navaneeth
7426571bec List records operation for airtable datasources 2021-06-02 14:44:52 +05:30
navaneeth
61c9b41a38 Feature: Scan query for AWS DynamoDB tables 2021-05-24 21:50:50 +05:30
navaneeth
27d9eeb424 Feature: Query dynamodb tables 2021-05-24 21:43:52 +05:30
navaneeth
49994251e9 Feature: Support for order in firestore queries 2021-05-24 15:37:24 +05:30
navaneeth
6bf6ae156b Feature: support for order in firestore queries 2021-05-24 15:29:20 +05:30
navaneeth
2f23e5f023 Layout fixes for firestore query editor 2021-05-24 15:20:10 +05:30
navaneeth
121e66cce4 SelectSearch for firestore query collection operation 2021-05-24 15:14:36 +05:30
navaneeth
ad2c7ffb09 Fix unwanted scroll in dynamodb query editor 2021-05-24 10:34:08 +05:30
navaneeth
79dc5d23c0 Delete operation for dynamodb datasources 2021-05-24 10:28:43 +05:30
navaneeth
ad64f4d343 Feature: Get item operation for dynamodb 2021-05-24 10:12:57 +05:30
navaneeth
45dc65d615 UI fixes for firestore query editor 2021-05-22 18:15:14 +05:30
navaneeth
e322b64206 Feature: Run queries from query manager list 2021-05-22 12:59:44 +05:30
navaneeth
a6ebc25a8f Show human readable labels for API query manager 2021-05-21 10:18:23 +05:30
navaneeth
d024f4f4e3 Fix for error while adding new REST api query 2021-05-19 07:51:46 +05:30
navaneeth
2a359f8046 Feature: Update document query for ES 2021-05-14 18:55:17 +05:30
navaneeth
3cc36e315c Feature: Get document query for ES 2021-05-14 18:46:50 +05:30
navaneeth
6be9cdc41d Feature: Index query for elasticsearch 2021-05-14 18:29:33 +05:30
navaneeth
ca88831395 Feature: Fetch OpenAPI spec from remote sources 2021-05-14 13:23:20 +05:30