Commit graph

991 commits

Author SHA1 Message Date
navaneeth
a6adeb8130 [docs] Use markdown instead of html for line breaks 2021-09-01 09:41:48 +05:30
Gandharv
d619e8adfd
[docs]: widget reference for rating (#636)
* docs: star widget 

* fix puncuation
2021-08-30 14:41:30 +05:30
Chetan Kumar
cd14d77aa0
[docs] add missing database config in .env (#634) 2021-08-30 08:02:23 +05:30
Manas Gupta
0a5fe169b3
[docs] contributing-guide update (#526) (#620)
* contributing-guide update

resolving issue #526

- Added space and proper distinction between the two commands 
- Added a line break between the two links

* contributing-guide update (#526)
2021-08-27 10:03:23 +05:30
Akshay
c128d94b1d
Dev and deploy setup revision (#604)
* revise dockerfiles

* make nginx to proxy requests when static files are absent
2021-08-26 20:34:30 +05:30
Viraj Bahulkar
351a11a4c4
[docs] Add modal.md file (#615) 2021-08-26 19:37:28 +05:30
Mohini Dahiya
05d7c930f1
[docs] Updated the examples in chart widget reference with images (#618) 2021-08-26 19:36:37 +05:30
Apoorv Tiwari
c09f3d7f3e
[docs] sort widget reference in alphabetical order (#590)
Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-08-24 11:42:01 +05:30
Sherfin Shamsudeen
64db1a2a03
Feature: toggle table header / search bar (#581)
* Add option to enable/disable search bar in Table

This commit also makes the app hide the entire top bar of table
if server pagination is enabled and search bar is disabled.

* Display server-side search option only if search is enabled

* Add documentation for search box enable/disable toggler
2021-08-23 17:00:33 +05:30
Apoorv Tiwari
8594ed9e89
[docs] remove duplicate command and correct numbering (#573)
Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-08-23 16:46:12 +05:30
Rohan Sharma
daadabf60d
[docs] update deployment manifest file link (#559) 2021-08-20 18:39:49 +05:30
Arpit Nath
f25868a832
Feature: toggle switch as table cell (#551) 2021-08-20 09:43:16 +05:30
Sherfin Shamsudeen
1f0ff9ecf8
Add functionality to decide whether front-end should be served from server (#547)
* Add functionality to decide whether front-end should be served from server

This commit makes the server allow flag `--serve-frontend`, providing
which, will make the server serve the front-end at route '/'. Otherwise
it won't serve the front-end.

* Use env variable to enable serving client from a server end-point

* Add documentation for SERVE_CLIENT env var
2021-08-20 09:25:34 +05:30
Arpit Nath
44b6f10ab1
[docs] toggle switch widget reference (#542)
* toggle switch widget - docs

* img tag alt attribute fixed

* fixes

* .
2021-08-19 08:22:07 +05:30
Sherfin Shamsudeen
a53cac24b2
Feature: QR scanner widget (#519)
* Add QR code scanner widget

This commit adds QR code scanner widget which
  * Displays a viewfinder that can be activated or deactivated
  * Exposes a variable named lastDetectedValue which holds the
    data contained in the last QR code it was able to scan
  * Defines an event onDetect which is fired whenever a QR code
    is successfully scanned

* Add documentation for QR scanner widget

* Supply missing newline

* Supply missing newline for qrscanner.svg

* Supply missing newlines and semicolons

* Update error modal content

* Remove `active` property from QrScanner

* Add blob: to content security policy

* Disable content security policy

* Add content security policy that allows self, unsafe-eval and blob
2021-08-18 22:15:43 +05:30
Arpit Nath
8e29c46829
[docs] airtable update & delete operations (#529)
* airtable-update-operation docs

* airtable-delete-operation docs

* airtable-intro gif and delete operation alt

* resolves PR changes

Co-authored-by: Arpit Nath <arpitnath@Arpits-MacBook-Pro.local>
2021-08-18 13:28:18 +05:30
Arpit Nath
7d545e168a
[docs] radio button widget docs (#530)
* radio button widget docs

* Resolves PR changes

Co-authored-by: Arpit Nath <arpitnath@Arpits-MacBook-Pro.local>
2021-08-18 13:26:55 +05:30
Akshay
c92437b820
Fixes docker dev setup (#507)
* update docker-compose and docs for docker dev setup

* specify test environment explicitly on npm scripts

* fix migrations to be picked up from either root or dist folder

* fix default slug update
2021-08-13 10:13:22 +05:30
DeviousLab
403764af78
[docs] Changed text in code block to an alert box #499 (#502) 2021-08-12 16:35:37 +05:30
navaneeth
fa66439c09 [docs] fix docker compose setup guide 2021-08-11 09:48:57 +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
navaneeth
9f1b6d5fc8 Merge branch 'develop' into feature/nest-server 2021-08-09 10:12:09 +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
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
Arpit Nath
135e1e265c
[docs] correction for - adding a new widget to mobile layout (#448) 2021-08-03 18:59:37 +05:30
navaneeth
28f0733fa6 [Docs] update local setup using docker-compose 2021-08-03 10:38:16 +05:30
Arpit Nath
cea7216059
[Docs] navbar links for slack and twitter (#430) 2021-08-02 16:42:59 +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
110e7b3885 [docs] improved intro page 2021-07-31 20:11:45 +05:30
navaneeth
cf8e426fa3 [docs] update setup guide for nodejs 2021-07-31 18:42:28 +05:30
Ashish
d41beda9eb
[Docs] mention ports that should be open on the server (#403) 2021-07-18 21:32:53 +05:30
navaneeth
843281b5f9 [Docs] Update docker deployment guide 2021-07-12 17:37:17 +05:30
Ashish
2c59616b70
Feature: docker-compose deployment (#388)
* separate dockerfile for tooljet client in development mode

* production dockerfile for tooljet client

* reference the tooljet clients dev dockerfile in the docker-compose file

* use a fallback url for API_URL in cases where TOOLJET_SERVER_URL is not defined

* nginx config file for the front-end

* docker-compose file for production deploys

* dont run postgres inside docker-compose

* use an entrypoint script for setting the server host for nginx

* separate volume for fallback certs

* add docs for docker-compose deployment

* add required database keys in the .env.example file

* address review comments
2021-07-12 14:45:42 +05:30
dependabot[bot]
79143beaae
Bump prismjs from 1.23.0 to 1.24.1 in /docs (#379)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.1.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.1)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-04 01:23:27 +05:30
Ashish
7ceff964df
Update[Docs] update contributing guide to include steps to make sure new app dependencies are taken care of when running in docker (#355) 2021-06-29 22:34:46 +05:30
Ashish
533e4546c4
[docs] update contributing guide fix the command to generate lockbox secret key (#348) 2021-06-28 22:56:39 +05:30
Nishant Samel
d5d367fc8d
[Docs] Fix broken 'Setup' link on intro page (#314)
Co-authored-by: Nishant Samel <nishant@saeloun.com>
2021-06-25 15:18:01 +05:30
Ashish
523dc19e17
[Docs] update k8s deployment and env-var docs (#306) 2021-06-24 14:43:10 +05:30
Ashish
56d20d5763
update ami version in the docs (#303) 2021-06-23 21:03:30 +05:30
Deepti Kakade
f86b4a1e16
[Docs] update Mac OS set up guide (#300)
* 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 )

Co-authored-by: Deepti Kakade <deepti@saeloun.com>
2021-06-23 19:46:23 +05:30
Navaneeth Pk
60b3922912
[Docs] add gifs to GraphQL documentation (#301) 2021-06-23 18:58:38 +05:30
Ashish
8369553460
[Docs] update docker setup guide to mention the secret key size (#296) 2021-06-23 14:48:07 +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
Ashish
12db1b9e4c
[Docs] AWS EC2 deployment documentation (#282)
Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-06-22 10:52:21 +05:30
Jason Yee
dceb4a1572
Minor typo (#273) 2021-06-18 09:14:37 +05:30
Navaneeth Pk
6a21b6f209
[Docs]: MS SQL Server & Azure SQL databases (#266)
* [Docs]: MS SQL Server & Azure SQL databases
2021-06-16 15:00:27 +05:30
Ashish
eb6093976d
[Docs] Update local environment setup guides (#257) 2021-06-14 19:08:38 +05:30
Aikepaer Abuduweili
960b0bbca3
Add Bundle installation in the environment setup (#247)
Developers need to install Bundler to use `bundle` command
2021-06-14 10:46:23 +05:30
Sooraj
c138cb06cb
[Docs] Bump up ruby version to 2.7.3 (#217) 2021-06-09 18:41:28 +05:30
Navaneeth Pk
5f92d80e31
[Docs]: Fix incorrect commands in docker setup (#208) 2021-06-09 06:54:39 +05:30
Ashik Salman
91f8c983de
[Docs] Corrected multiple typos (#207) 2021-06-09 06:47:00 +05:30
Jeff Rossiter
ecc60d4723
[Docs] Fixed broken link in k8s deployment guide (#205) 2021-06-08 22:01:55 +05:30
Jeff Rossiter
7aa67a6d60
[Docs] Fixed broken link in Heroku deployment guide (#204) 2021-06-08 21:59:28 +05:30
Omkar Shelar
67c996b264
[Docs] Fixed typo in transformations heading (#191) 2021-06-08 00:25:57 +05:30
navaneeth
4acd47c53e [Docs] Environment variable reference 2021-06-07 11:23:27 +05:30
navaneeth
0a89fe524f [Docs] Deploying ToolJet client 2021-06-07 10:50:37 +05:30
Sooraj
3b12b5907a
Heroku: Seed data using heroku postdeploy script (#186)
* post deploy script

* please work

* change script tag

* crazy scripts

* again
2021-06-06 23:29:02 +05:30
navaneeth
251f83bb55 [Docs] Usage tracking 2021-06-06 11:27:00 +05:30
navaneeth
5ee64a3641 [Docs] Update Heroku deployment 2021-06-05 13:38:07 +05:30
navaneeth
294540b487 [Docs] Mobile layout 2021-06-03 23:37:46 +05:30
navaneeth
d44dff1b08 [Docs] Airtable datasource reference 2021-06-02 23:44:44 +05:30
navaneeth
27e1ae169f [Docs] Fixed broken navbar logo link 2021-06-02 23:24:46 +05:30
navaneeth
cd75db2697 Minor bug fixes 2021-06-02 10:20:50 +05:30
navaneeth
7d2f67bb2c [Docs] Server-side search for table widgets 2021-06-01 22:08:20 +05:30
navaneeth
b549d17942 [Docs] Table 2021-05-26 15:33:06 +05:30
navaneeth
cc53e29fb5 [Docs] Charts 2021-05-26 14:18:32 +05:30
navaneeth
d06314a033 [Docs] Fix broken links 2021-05-24 21:13:56 +05:30
navaneeth
7ada997617 [Docs] Update intro gif 2021-05-24 20:57:51 +05:30
navaneeth
6b1984b7bb [Docs] New doc: Sharing, deploying & launching applications 2021-05-24 20:55:42 +05:30
navaneeth
12696b4148 [Docs] Update outdated tutorial docs, add gifs 2021-05-24 19:55:48 +05:30
navaneeth
3342d83b05 [Docs] Updated styles for alerts 2021-05-24 19:45:40 +05:30
navaneeth
6776ce8949 [Docs] k8s deployment 2021-05-23 11:52:33 +05:30
navaneeth
7a6efcbdca [Docs] Fix site title 2021-05-09 08:51:07 +05:30
navaneeth
4287b5d758 [docs] Remove landing page, redirect to intro 2021-05-08 10:51:54 +05:30
navaneeth
c80ba3a011 UI changes for docusaurus 2021-05-01 19:43:10 +05:30
navaneeth
cfb339d2cb Feature: Enable transformations for all sources 2021-04-30 21:45:42 +05:30
navaneeth
9309c5e999 [Docs] MySQL, PG, Elasticsearch, Firestore 2021-04-30 17:35:53 +05:30
navaneeth
9f742dba64 Docs: Architecture and deploying to Heroku 2021-04-29 20:11:06 +05:30
navaneeth
3f8f7f86d3 Docs: Code of conduct 2021-04-29 16:57:52 +05:30
navaneeth
0f2d1b5b62 Docs: Ubuntu setup 2021-04-29 16:53:06 +05:30
navaneeth
ff54693ee5 Documentation: Docker and Mac OS setup 2021-04-29 16:42:56 +05:30
navaneeth
78f452e05b Firebase config for documentation 2021-04-29 11:21:22 +05:30
navaneeth
9b65cea5cd More documentation 2021-04-29 11:21:06 +05:30
navaneeth
c1cb0e1c6e Docs - tutorial - building queries 2021-04-23 23:29:01 +05:30
navaneeth
039724d261 Intro page, more layout changes 2021-04-23 21:19:14 +05:30
navaneeth
871b394b01 Removed blogs section, basic customization 2021-04-23 21:19:14 +05:30
navaneeth
6ec588f9bb Setup docusaurus 2021-04-23 21:19:14 +05:30