Automated Github Action
a21aa7bcf7
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-09 10:07:51 +00:00
Trisha Anand
421b624cc4
Only mark applications as example applications if the application id exists in the template configuration. ( #1093 )
2020-10-09 15:21:28 +05:30
Automated Github Action
66fc1ad5e0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-09 09:07:34 +00:00
Arpit Mohan
99f039aa43
Adding the close-label.yml file required by Github App to mark issues as QA ( #1091 )
...
Fixes #1090
When a PR is successfully merged, the Github bot will add the label QA to the issue. These issues can then be picked up by the QA team for verification. Refer: https://github.com/Logerfo/close-label
2020-10-09 14:17:26 +05:30
Arpit Mohan
5fd163e3f4
Moving the Github Action for client to pull_request_target
2020-10-09 13:09:10 +05:30
Arpit Mohan
c72348a350
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-09 12:57:08 +05:30
Shrikant Sharat Kandula
d872b3631b
Use username instead of object_id in analytics ( #1082 )
2020-10-09 12:47:27 +05:30
Automated Github Action
333a7051bb
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-09 06:08:01 +00:00
Adam
43c0613fb7
Fix/new ui is distorted due to long organization name #735 ( #1014 )
...
* Fix for long org names on side menu.
Now ellipsizes with tooltip if Orgname is over the value set in ellipsize prop. Otherwise functions as before.
* added ellipsize prop to index. Fixes #735
20 seems to be a good value that stop org names running onto next line. Tested on Firefox and chrome. Linux debian stretch.
Co-authored-by: root <root@rutabaga.groudon>
2020-10-09 10:55:00 +05:30
Automated Github Action
da5d74e447
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 18:07:36 +00:00
areyabhishek
f615330e17
Update README.md
2020-10-08 22:44:00 +05:30
Automated Github Action
710b49e09c
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 17:07:14 +00:00
Hetu Nandu
6f43dbb089
Revert build id changes
2020-10-08 22:30:59 +05:30
Hetu Nandu
74ef1c9976
CI: Fix build id step:
2020-10-08 22:19:26 +05:30
Hetu Nandu
581ac5e3ea
CI: Try creating build id
2020-10-08 22:15:35 +05:30
Automated Github Action
2f9f9a0046
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 15:07:36 +00:00
akash-codemonk
eaf4dbd261
Fix datasource structure test ( #1080 )
...
* Fix datasource structure test
* Dummy commit
2020-10-08 20:13:20 +05:30
Automated Github Action
beb2d99c05
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 14:07:56 +00:00
NandanAnantharamu
32ce580695
replaced dragdrop with dsl ( #1081 )
2020-10-08 18:58:30 +05:30
Arpit Mohan
38890eeea7
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-08 16:35:57 +05:30
Nikhil Nandagopal
92d0fcac82
Update CodeContributionsGuidelines.md
2020-10-08 16:24:52 +05:30
Nikhil Nandagopal
81a30c3a78
Update CONTRIBUTING.md
2020-10-08 16:24:20 +05:30
Yash Joshi
5376be6b19
fix(applications): add validation for empty name ( #914 )
2020-10-08 16:02:31 +05:30
Automated Github Action
e4c27fa636
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 10:07:51 +00:00
Adam
2e63b394d5
Fix the hidden column list is not bounded and overflows in height ( #981 ) ( #1024 )
2020-10-08 15:33:34 +05:30
Kishore
8ee85e9751
Fix - Distorted UI when there are too many characters in email ID #584 ( #1010 )
...
* Fix - Distorted UI when there are too many characters in email ID #584
* Fix - Distorted UI when there are too many characters in email ID #584
2020-10-08 15:19:15 +05:30
Trisha Anand
ffb1142b20
Adding a new email template for sending an email when an appsmith use… ( #1077 )
...
* Adding a new email template for sending an email when an appsmith user's role in an organization changes.
* Minor changes in text.
2020-10-08 14:48:41 +05:30
Automated Github Action
53100ceb7d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 07:06:15 +00:00
Anshul Bansal
97ab21d840
Forgot password submit button enable condition ( #701 )
...
Fixes : #586
Co-authored-by: Anshul <anshul@typito.com>
2020-10-08 12:30:02 +05:30
Automated Github Action
470c35d954
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 03:06:08 +00:00
Aadhitya A
e910620dc1
Fixing typos in the README file ( #871 )
...
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2020-10-08 08:06:05 +05:30
Automated Github Action
c0a7217326
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-07 16:08:31 +00:00
Shrikant Sharat Kandula
feda7ce022
Use email as id for users and fix signup events not being reported ( #1067 )
2020-10-07 21:06:58 +05:30
akash-codemonk
2b28c03c25
Expand datasource entity in explorer based on some conditions ( #1062 )
...
* Expand datasource entity in explorer based on some conditions
* Fix test
* Do not show error tost when api fails
* Expand datasource entity on test success
2020-10-07 20:49:30 +05:30
Nikhil Nandagopal
c5eb43915e
Merge branch 'master' into release
2020-10-07 20:48:49 +05:30
Nikhil Nandagopal
fcb6c4c43c
added data source name to query creation ( #1068 )
2020-10-07 19:40:08 +05:30
Automated Github Action
265cad1c2f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-07 13:07:10 +00:00
Shrikant Sharat Kandula
65eb9c97d2
Send separate user create event for new users ( #1066 )
2020-10-07 18:29:31 +05:30
Shrikant Sharat Kandula
985c17a87b
Add source to user sign up event ( #1065 )
2020-10-07 18:29:31 +05:30
Shrikant Sharat Kandula
c77fcfa9ee
Send separate user create event for new users ( #1066 )
2020-10-07 18:28:17 +05:30
Shrikant Sharat Kandula
c4332b9a1c
Add source to user sign up event ( #1065 )
2020-10-07 18:07:30 +05:30
Nikhil Nandagopal
3ced89e58c
added applications page load
2020-10-07 16:49:56 +05:30
Automated Github Action
ae7fa6e27d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-07 08:07:56 +00:00
Yash Joshi
3bd342a848
Fix active styles for checkbox & radio ( #1061 )
...
Fixes : #994
2020-10-07 13:11:08 +05:30
Akash Hamirwasia
04d495ce44
Fix Reset password not disabled after successful reset ( #1021 )
...
Fixes #636
2020-10-07 12:47:23 +05:30
Caitlin-Fotheringham
b418c5fd4a
Added check for duplicate values in Dropdown and Radio Widgets ( #1011 )
...
Fixes #655
2020-10-07 12:43:19 +05:30
Automated Github Action
8ce7cef771
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-07 07:07:35 +00:00
Anshul Bansal
776daa61ba
Auto Focus on email fields in auth screens ( #923 )
...
Fixes : #610
Co-authored-by: Anshul <anshul@typito.com>
2020-10-07 12:37:16 +05:30
Dmitriy Danilov
8f62ac93a1
Create Org Form: don't allow to use only spaces in names ( #913 )
...
Also disables the submit button when invalid
Fixes : #807 , #621
2020-10-07 12:14:44 +05:30
Josh Mak
7ad5ac4946
Display warning icon for forgot password failure ( #890 )
...
Fixes : #587
2020-10-07 12:08:40 +05:30