Commit graph

176 commits

Author SHA1 Message Date
Navaneeth Pk
00a9f9cd52
Add pundit policy for datasources (#380) 2021-07-04 08:35:44 +05:30
Deepti Kakade
b10d777f63
Fixes Rubocop issues in tests (#359)
* Updated project set up guide for Mac, added node version and Webpack install steps.

* Worked on PR comment i.e Can we change this line to Install Node.js ( version: v14.9.0 )

* Fixed "Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping."

* Resolved rubocop comments i.e "Style/FrozenStringLiteralComment: Missing frozen string literal comment." in test folder

Co-authored-by: Deepti Kakade <deepti@saeloun.com>
Co-authored-by: Deepti Kakade <“deepti@saeloun.com”>
2021-07-01 12:54:35 +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
Navaneeth Pk
fa0c749588
Fix response of google sheets append queries (#353) 2021-06-29 10:59:06 +05:30
Navaneeth Pk
18a1757ab9
Fix inconsistency in ES queries (#351) 2021-06-29 00:38:35 +05:30
Navaneeth Pk
22e3002265
Feature: Delete apps (#323) 2021-06-25 23:13:44 +05:30
Nishant Samel
de76116c38
Show error if user creation fails due to existing email (#317)
- Fix https://github.com/ToolJet/ToolJet/issues/316

Co-authored-by: Nishant Samel <nishant@saeloun.com>
2021-06-25 21:35:52 +05:30
Akshay
b30b0b0b10
Feature: Friendly URLs for applications (#285)
* add migration to create slug for apps

* update migration file to include default slug population

* update schemafile

* add capability to get app by slug

* add capability to frontend to set and fetch app by slug

* remove unrelated changes from lint

* respond default 204 itself when success else render error

* make input field to show error when slug taken

* wip: show error message

* Cleanup

* add new route to fetch app by slug

* add slug to show json jbuilder

* update react components to fetch app by both id and slug

* fix launch link not being set

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-06-22 20:03:13 +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
Apoorv Tiwari
1f43ffec0a
Feature: Added forgot password (#264)
* Add forgot password feature

* Make the requested changes

Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-06-17 12:29:23 +05:30
Navaneeth Pk
c55f7af18b
Fix for rest api query to support predefined APIs (#267) 2021-06-17 12:29:03 +05:30
Navaneeth Pk
582ac71973
Feature: Support for Azure SQL databases (#262) 2021-06-15 23:40:15 +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
e6f7bb7748 Fix execeptions caused by dynamic variables with int values 2021-06-13 23:02:34 +05:30
Navaneeth Pk
e7b63cf233
Feature: Archived users should not be able to login & access restricted routes (#237) 2021-06-12 08:41:56 +05:30
Jibran Kalia
9883bc48e7
Feature: Archive organization users (#224)
Adds the ability to archive users on organization-level
2021-06-12 07:51:57 +05:30
Navaneeth Pk
c7103fe67b
BugFix: Postgres queries return every field as string (#201) 2021-06-09 18:10:28 +05:30
Navaneeth Pk
e3243c1134
[BugFix] Fix for corrupt query options when pane is maximized (#215) 2021-06-09 18:10:08 +05:30
navaneeth
f72811b9bb Feature: Onboarding page for self-hosted installations 2021-06-06 12:27:27 +05:30
navaneeth
dceaba4179 Feature: Check for updates every 24 hours 2021-06-06 11:11:21 +05:30
navaneeth
69b84c69f4 Invalid google sheets credentials should not throw 500 2021-06-03 09:51:52 +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
cd75db2697 Minor bug fixes 2021-06-02 10:20:50 +05:30
navaneeth
58f2375f75 Reset PG connection if connection status is bad 2021-06-01 13:27:13 +05:30
Unnikrishnan KP
ccadcb2e9d
Rubocop fixes for controllers (#180)
* Improves ruby code in app/models/app_user.rb based on suggestions from Rubocop

* Rubocop fixes for more models

* Rubocop fixes for controllers
2021-06-01 12:39:07 +05:30
Unnikrishnan KP
47a816742c
Improves ruby code in app/models/ based on suggestions from RuboCop (#179)
* Improves ruby code in app/models/app_user.rb based on suggestions from Rubocop

* Rubocop fixes for more models
2021-06-01 12:36:13 +05:30
navaneeth
d3bedfb4f4 Feature: Support for remote Elasticsearch clusters 2021-05-30 18:24:06 +05:30
navaneeth
5a343adc9a Use lockbox for credential encryption 2021-05-29 20:41:32 +05:30
navaneeth
cf8fa8fa47 Fixed the bug that caused pg query crashes 2021-05-28 00:04:29 +05:30
navaneeth
300b78be91 Table header should not be under table body 2021-05-26 00:36: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
a18cc00985 Fix for hash conversion bug in query service 2021-05-24 19:45:03 +05:30
navaneeth
f07c8f7469 Params for run query should be converted to hash 2021-05-24 15:47:54 +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
49f3da59ee Refactor dynamodb query service 2021-05-24 11:50: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
5f1c0ec47b Improved server-side error handling on frontend 2021-05-23 23:27:47 +05:30
navaneeth
1b60093904 Reset pg connection if connection is closed 2021-05-23 23:00:26 +05:30
navaneeth
bd470f7d01 Show proper error messages for pg query errors 2021-05-23 22:41:27 +05:30
navaneeth
60309a4146 Server endpoint for k8s health check 2021-05-23 11:26:32 +05:30
navaneeth
668cf44753 Include source variable while initializing query services 2021-05-22 17:36:39 +05:30
navaneeth
f4f1b5fa2f Fix for REST API query to support previews 2021-05-22 17:32:11 +05:30
navaneeth
a7e94367e1 Feature: Preview new queries 2021-05-22 17:20:55 +05:30
navaneeth
49aa29fb01 Feature: Query previews 🎉 2021-05-22 16:59:27 +05:30
navaneeth
589a2fff9e Rest api query should not crash if headers not defined 2021-05-22 12:29:36 +05:30
navaneeth
100e4ef28e Include name while setting up new account 2021-05-20 15:46:21 +05:30