Commit graph

1107 commits

Author SHA1 Message Date
navaneeth
ac77059ae8 Use semver to match installed and latest versions 2021-08-10 12:11:51 +05:30
Arpit Nath
6442f23752
Dashboard- App creation date not readable (#482)
* fix-dateCreated

* fixed date format

* Revert "fixed date format"

This reverts commit ee8e99f2f7.

* Revert "fix-dateCreated"

This reverts commit 66eac07917.

* dateformat fixed-dashboardapp
2021-08-09 19:46:10 +05:30
Akshay
915d66107e
[docs] Update docs for testing (#479)
* copy .env.test file for docker dev

* update docs for testing
2021-08-09 17:41:01 +05:30
Sherfin Shamsudeen
df225eeb4b
Send first name, last name and email as part of response to login (#481) 2021-08-09 17:40:44 +05:30
Sherfin Shamsudeen
f88411f01b
Feature: copy invitation link (#465)
* Send invitation tokens with the response to GET:organizations/users

* Add column in users table displaying 'copy invitation' button

This commit also makes the app generate corresponding invitation
URL and copies it to the clipboard.

* Add 'Copy invitation' button next to user's 'invited' status

This commit adds an icon button next to the 'invited' label
of users who are invited. Clicking on the button will copy the
corresponding invitation URL to clipboard, and will also
display a notification that says 'Invitation URL copied to clipboard'

* Remoce unnecessary import of Button

* Remove unnecessary empty line

* Remove unnecessary skeletal line

* Supply a newline at the end of theme.scss

* Show 'Copy invitation' button only for admins

* Send invitation token to front-end only if an admin is logged in

* Show 'copy invitation' button only if invitation token is available
2021-08-09 16:01:08 +05:30
Navaneeth Pk
3c1f054542
Merge pull request #475 from ToolJet/feature/nest-server
Migrate server from Ruby to Node.js
2021-08-09 10:22:19 +05:30
navaneeth
6d7b85639e Merge branch 'feature/nest-server' of github.com:ToolJet/ToolJet into feature/nest-server 2021-08-09 10:12:28 +05:30
navaneeth
9f1b6d5fc8 Merge branch 'develop' into feature/nest-server 2021-08-09 10:12:09 +05:30
Akshay
11df74b3a4
Docker deploy setup for Nestjs (#474)
* make nginx config generic

* fixes env substituted

* remove npm script dependencies from dev

* match all nginx location to server

* revert git clone dev branch
2021-08-09 10:02:25 +05:30
Akhil G Krishnan
6346cf9dec
[docs] leading $ sign removed from bash formatted commands (#472) 2021-08-09 09:18:17 +05:30
Akhil G Krishnan
d29026bf2c
[docs] fix for incorrect edit url (#473) 2021-08-09 09:11:34 +05:30
Akshay
57a10398f2
Packer setup for nest server (#463) 2021-08-06 19:37:45 +05:30
navaneeth
558ac75a28 Dependencies for ts scripts 2021-08-06 17:06:37 +05:30
Sherfin Shamsudeen
a5123cccef
Use 'npm start' to launch front-end server(#461) (#462)
This commit changes the command used to launch front-end server

from: npm run --prefix server start:prod

to: npm start
2021-08-05 20:06:23 +05:30
Arpit Nath
1eb2e787a4
Feature: Delete record operation for Airtable (#459) 2021-08-05 16:48:09 +05:30
navaneeth
7abdfad627 [Docs] Fix docker deployment guide & architecture docs 2021-08-05 15:26:54 +05:30
navaneeth
abde36f55d [docs] Fix ubuntu local setup guide 2021-08-05 14:58:34 +05:30
Apoorv Tiwari
d114b5e55a
Fix the read doc link to open on new tab (#458)
Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-08-05 12:53:02 +05:30
Apoorv Tiwari
245f55904b
open read doc. link on a new tab (#456)
Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-08-05 12:52:23 +05:30
navaneeth
495a2bcd70 remove .gitattributes 2021-08-05 09:00:40 +05:30
navaneeth
586209f2bf Update production docker-compose for nest 2021-08-04 20:59:32 +05:30
Manmeet
f87564b0e3
402 - Widget should be marked as not selected when the inspector is closed (#454)
Co-authored-by: xrimpy <=>
2021-08-04 20:47:51 +05:30
Manmeet
40d8df936d
Switch DarkMode Styles according to localStorage.getItem('darkMode') (#426)
* Switch DarkMode Styles according to localStorage.getItem('darkMode')

Resource for Styling https://snazzymaps.com/

* Maps extracted to its own Folder
Styles extract to JSON

* Styles imported as JS array, darkmode prop accessed instead of LocalStorage

Co-authored-by: xrimpy <=>
2021-08-04 20:46:46 +05:30
Akshay
6c9e2b61b5
refactor google sheets operations for cell range and header check (#452) 2021-08-04 16:25:29 +05:30
Akshay
1987cd657b
add missing seed npm script (#451) 2021-08-04 14:47:34 +05:30
Arpit Nath
87d935e37d
Dropdown results should show only input-string as a substring (#450) 2021-08-03 23:00:03 +05:30
Akshay
8ded79318a
Add support for appending and deleting row on google sheets (#447)
* add ability to append data to google sheets

* add ability to delete data from google sheets
2021-08-03 19:02:11 +05:30
Arpit Nath
135e1e265c
[docs] correction for - adding a new widget to mobile layout (#448) 2021-08-03 18:59:37 +05:30
Arpit Nath
dfe1adab88
fix alert for datasource modal (#444) 2021-08-03 18:42:56 +05:30
navaneeth
28f0733fa6 [Docs] update local setup using docker-compose 2021-08-03 10:38:16 +05:30
navaneeth
6b4db15e5b Connection caching for mssql 2021-08-03 10:37:35 +05:30
navaneeth
aaeee9d2e0 Merge branch 'feature/nest-server' of github.com:ToolJet/ToolJet into feature/nest-server 2021-08-03 10:37:24 +05:30
navaneeth
1db065a50c Connection caching for pg, mysql & mssql 2021-08-03 10:36:56 +05:30
Mohini Dahiya
3052ad41e7
Cypress tests for Editor (#439)
* Cypress tests for Editor

1. Test Navigation Bar elements

* Updated ManageAppUsers.jsx

Removed space from Share text

* update clipboardy package location

moved dependency from root to frontend package.json file

* restored root package.json file

removed clipboardy dependencies.
2021-08-03 10:34:48 +05:30
Navaneeth Pk
6812f684a6
Merge pull request #443 from ToolJet/db-seed-setup
Database seed setup
2021-08-03 10:33:05 +05:30
Akshay Sasidharan
70acaeed07 skip seeding if default user is already present 2021-08-03 10:30:22 +05:30
Akshay Sasidharan
cb2b4f92d2 run db seed on heroku release 2021-08-03 09:46:55 +05:30
Akshay Sasidharan
2779ea24e8 setup database seed 2021-08-03 09:41:39 +05:30
Arpit Nath
55cc90467b
Hide secret key value for dynamoDb and hide password for Elasticsearch (#441) 2021-08-02 21:16:38 +05:30
Viraj Bahulkar
053d756d78
Fix array dataUpdates storing duplicate values (#436) 2021-08-02 20:05:21 +05:30
Viraj Bahulkar
8c9a566850
Fix dropdown not visible inside table cell (#437) 2021-08-02 20:02:23 +05:30
Arpit Nath
88b914103c
Fix for incorrect position of user role dropdown (#438)
* dropdown selection role fix

* extra space/padding at the bottom of the select fix
2021-08-02 20:01:46 +05:30
Arpit Nath
cea7216059
[Docs] navbar links for slack and twitter (#430) 2021-08-02 16:42:59 +05:30
Akshay
07f0cfab84
Run migrations on heroku deployments (#431) 2021-08-02 13:51:48 +05:30
Navaneeth Pk
80da5ef884
Feature: Radio buttons as table cell type (#424) 2021-08-02 10:16:59 +05:30
navaneeth
a9a7fdfa55 Disable app users feature 2021-08-01 15:14:23 +05:30
navaneeth
08eab4be65 Set up helmet 2021-08-01 15:01:29 +05:30
navaneeth
f5ceec8c54 [Docs] Deploying to k8s & Heroku 2021-08-01 14:58:48 +05:30
navaneeth
1f8fe20264 Merge branch 'develop' into feature/nest-server 2021-07-31 20:28:32 +05:30
navaneeth
a2a46bb8e3 Remove Rails files 👋 2021-07-31 20:20:32 +05:30