Commit Graph

3577 Commits

Author SHA1 Message Date
akash-codemonk
fbfcfeed2a
Show template menu on click of datasource table (#1410) 2020-11-02 14:24:54 +05:30
Trisha Anand
32301ae3b4
Printing the invalid messages of the action properly. (#1507) 2020-11-02 14:15:29 +05:30
Nikhil Nandagopal
2ec5b6297b
Fix/action splitting (#1497)
* fixed argument splitting logic to rely onregex instead of simple string split

* abstracted splitting function
2020-11-02 10:54:15 +05:30
Arpit Mohan
2b20c55ba7 Improving the text for duplicate issue detector 2020-10-31 17:52:56 +05:30
Arpit Mohan
6711eec973 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-10-31 17:50:26 +05:30
Arpit Mohan
46015dbcf4 Correcting the action name in duplicate issue detector action 2020-10-31 17:50:17 +05:30
Sumit Kumar
44a8ab6b81
Fix/setup guide (#1483)
* Add info to connect client app to the release api server.

1. Add info to connect client app to the release api server.

* Add info to connect client app to the release api server.

1. Add info to connect client app to the release api server.

* Update ClientSetup.md

* Update ClientSetup.md

* Update ClientSetup.md

Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
2020-10-31 13:08:31 +05:30
Arpit Mohan
ccfedb81bc Adding Github Action to detect duplicate issues 2020-10-31 12:24:44 +05:30
devrk96
7d6a70d3ce
Feature: New create app flow (#1375)
* EditableTextWrapper component implemented

* create new app flow implemented

* test cases for new create new app flow fixed

* role update element fixed

* before-all hooks fixed

* createOrg test cases fixed

* loading state test added

* editableText input unique identifier added in test-cases

* updateApplication API alias name corrected

* removed the second className prop on same component

* PR feedback implemented
2020-10-31 12:10:51 +05:30
Nikhil Nandagopal
5c26ef5d07
Fixed Bindings Working inside action selectors (#1484)
* added functions to convert string to JS and JS to string while manipulating property pane values
refactored getters and setters to reuse functions instead of creating multiple functions

* minor fixes

* optimized the js conversion function and fixed an edge case

* minor fix for type setters

* abstracted enum getter

* dummy commit
2020-10-30 18:05:21 +05:30
vicky-primathon
0508bbd115 Query table scroll issue fixed (#1464)
* Query table scroll issue fixed

* Table widget horizontal scroll fix
2020-10-30 16:20:35 +05:30
akash-codemonk
d652c1485d
Update the action config with the datasource info (#1451) 2020-10-30 11:54:15 +05:30
Sumit Kumar
1fd9de84ae
Merge pull request #1469 from sumitsum/fix/setup_guide
Update server and client setup guide

1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: #1437
5. Update the Nginx config file for the client app to point to the LOCAL hosted api server by default for both MacOS and Linux.
2020-10-30 11:12:58 +05:30
Arpit Mohan
39ab488193
Adding script for k8s deployment (#1359)
Also support feature for generating SSL certificate for domain when deploying on Kubernetes

Co-authored-by: GEEK Up Team <prj_legodevops@geekup.vn>
2020-10-30 09:51:05 +05:30
Sumit Kumar
7b3494f4ad
Update ServerSetup.md 2020-10-30 01:27:11 +05:30
Sumit Kumar
b60edb786a Merge branch 'fix/setup_guide' of https://github.com/sumitsum/appsmith into fix/setup_guide 2020-10-30 01:18:32 +05:30
Sumit Kumar
6cf4c10c4b Merge branch 'fix/setup_guide' of https://github.com/sumitsum/appsmith into fix/setup_guide 2020-10-30 01:17:50 +05:30
Sumit Kumar
d4eb7a8cc7 Merge branch 'fix/setup_guide' of https://github.com/sumitsum/appsmith into fix/setup_guide 2020-10-30 00:59:02 +05:30
Sumit Kumar
b713fb608b Update ServerSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
7614fb2f2a Update ClientSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
16e26818ee Update ClientSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
855b9cd644 Update ServerSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
5516050bbf Update ClientSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
97e90ade6e Update ClientSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
0eb37e0b89 Update ClientSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
fd65e27c45 Update ClientSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
6e6193e59a Update contributions/ServerSetup.md
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2020-10-30 00:57:25 +05:30
Sumit Kumar
929b3f01a3 Update contributions/ClientSetup.md
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2020-10-30 00:57:25 +05:30
Sumit Kumar
d032ab001f Update contributions/ClientSetup.md
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2020-10-30 00:57:25 +05:30
Sumit Kumar
d8e4b045b7 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
159715307d Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
fbcd10b65b Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
e9ab3129b3 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
9ddf772c55 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
a7471d8868 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
c6b2f97e31 Update ServerSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
c78906e648 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
c993cfebe7 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
vicky-primathon
75c84cbba7
Map resetting when clicking on a marker fix (#1299) 2020-10-29 23:46:27 +05:30
akash-codemonk
9553fe9b19
Merge datasources and actions in explorer (#1285) 2020-10-29 19:23:10 +05:30
Sumit Kumar
17f336b7c6
Update ServerSetup.md 2020-10-29 19:21:59 +05:30
Sumit Kumar
7f6b7e4d83
Update ClientSetup.md 2020-10-29 19:21:48 +05:30
Sumit Kumar
d2661590e4
Update ClientSetup.md 2020-10-29 19:20:32 +05:30
Sumit Kumar
8b8a2c8cd6
Update ServerSetup.md 2020-10-29 19:18:53 +05:30
Sumit Kumar
2bc60d70cb
Update ClientSetup.md 2020-10-29 19:09:23 +05:30
Sumit Kumar
1cb686baf9
Update ClientSetup.md 2020-10-29 19:08:21 +05:30
Sumit Kumar
2d320c1508
Update ClientSetup.md 2020-10-29 19:07:52 +05:30
Sumit Kumar
4312db6405
Update ClientSetup.md 2020-10-29 19:03:02 +05:30
Nuwan Sameera Alawatta
e782ca17e8
fix lightning bolt menu onhover bug (#1454)
* fix lightning bolt create new api onhover bug

* fix lightning bolt menu onhover bug
2020-10-29 19:00:04 +05:30
devrk96
f6bb16a4e6
Fix: Invalid email error in invite modal (#1368)
* Invalid email error showing on entering incorrect email before submission

* error state name corrected

* colon removed from error message
2020-10-29 16:47:52 +05:30