Trisha Anand
6ac04d8a9e
Added SLA bucket for metric evaluation for 1 second ( #1740 )
2020-11-17 12:47:49 +05:30
Pawan Kumar
6e4c6824ef
Fix/truncated page name in appviewer issue 1597 ( #1742 )
...
* Fixing the telemetry on self-hosted instances (#1714 )
* Fix issue where creating a new application twice does not work (#1713 )
* show popover on truncated page name in appviewer
* move testcases to Pages_spec.js
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-17 12:03:10 +05:30
Nidhi
9de085f264
Switched to using dynamicBindingPathList for generic scan, supports DB queries and nested structures
...
* Switched to using dynamicBindingPathList for generic scan
2020-11-17 11:26:08 +05:30
Piyush Mishra
49c24c7654
Force redirect https on development nginx server ( #1733 )
2020-11-16 19:01:33 +05:30
Trisha Anand
a722b08002
Adding index for unpublishedAction.pageId to bring down the number of documents fetched in mongo db query during update layouts' fetching actions on page load. ( #1739 )
2020-11-16 18:59:04 +05:30
Arpit Mohan
799b88b6d4
Release drafter only for code pushes
2020-11-12 23:45:59 +05:30
Arpit Mohan
0e7cb2f834
Correcting the yml for release drafter yml
2020-11-12 23:43:23 +05:30
Arpit Mohan
85e9fa7282
Correcting the branch name for release drafter Github action
2020-11-12 23:39:28 +05:30
Arpit Mohan
943bf6e2c4
Adding release drafter Github action to automate creation of release notes
2020-11-12 23:31:54 +05:30
Arpit Mohan
955f80925f
Fixing the telemetry on self-hosted instances ( #1714 )
2020-11-12 19:01:40 +05:30
Abhinav Jha
0f4269891f
Fix issue where creating a new application twice does not work ( #1713 )
2020-11-12 18:58:12 +05:30
akash-codemonk
86a419d42a
Add the error style to bindings ( #1711 )
2020-11-12 18:53:49 +05:30
Pawan Kumar
fc29a31cd4
Fix/show two whitelist ips issue 1632 ( #1705 )
...
* add second whitelist ip for create datasource page
* revert the cloudhosting check on help button
* update name of util function
* remove unused key
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-12 17:35:19 +05:30
NandanAnantharamu
da9ef2cb2d
Added a check for zoom feature test ( #1703 )
...
* Added a check for zoom feature test
* Added another click for zoom-in check
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-11-12 17:34:44 +05:30
Pawan Kumar
7bc4697545
Fix/help modal fab button toggle issue 1681 ( #1692 )
...
* change icon to close on opening help modal
* fix help modal icon bug
* add test cases for the fab buttont toggle issue
* fix padding + closing lag issue of help modal
* pass isOpen true all the time
* fix help modal button hover issue
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-12 16:56:54 +05:30
Hetu Nandu
37c2246e22
[Enhancement] Update DSL structures to allow for nested dynamic paths ( #1625 )
...
Implements #1575
2020-11-12 16:53:32 +05:30
akash-codemonk
1510c21a7d
Add a back button to the datasources page ( #1702 )
2020-11-12 15:36:13 +05:30
Nikhil Nandagopal
8d9ae41069
Merge pull request #1709 from appsmithorg/fix/user-icon-numbers
...
Fix: Max 5 user icons to show for each organization on homepage
2020-11-12 15:33:24 +05:30
Rohit Kumawat
175d43aad3
limit added for showing user icons in an organization
2020-11-12 15:01:51 +05:30
Arpit Mohan
073555ee8a
Moving all telemetry check to the configs class ( #1700 )
...
Now we enable/disable all analytics in a central location in the configs class. This ensures that each analytics function can simply check it's own value and not worry about checking for the disableTelemetry flag
2020-11-12 11:56:09 +05:30
Nikhil Nandagopal
e411df0a64
Added check so that existing installs don't get telemetry ( #1698 )
...
* Adding the segment key to the tagged release
* Also opting out of telemetry data in CI builds
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-11-11 23:54:19 +05:30
Nikhil Nandagopal
add47fa98c
Update install.sh
2020-11-11 21:17:05 +05:30
Arpit Mohan
cb4b3b2753
Dummy commit to trigger CI build
2020-11-11 19:43:25 +05:30
Arpit Mohan
e04d5fcfee
Correcting the docker image names in the client & server build
2020-11-11 19:26:31 +05:30
Hetu Nandu
a51082fb54
Merge branch 'master' into release
2020-11-11 18:51:03 +05:30
devrk96
73869eee69
Feature: Show org user icons on homepage ( #1685 )
...
* Displaying org user icons feature is implemented
* using username if name not found in user details
* Share user icon cypress test implemented
2020-11-11 18:42:05 +05:30
Abhinav Jha
a4f652ce70
Add client-max-body-size directive to nginx https proxy ( #1695 )
2020-11-11 18:23:48 +05:30
Nikhil Nandagopal
5a903a6976
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-11-11 18:07:57 +05:30
Nikhil Nandagopal
a1d6b0232b
enabled perf for sentry
2020-11-11 18:07:40 +05:30
akash-codemonk
aefafd33dc
Fix switching datasource in the query pane ( #1636 )
2020-11-11 17:59:26 +05:30
Hetu Nandu
b1c8008c3d
Add null check for evaluated value in Chart Data Control ( #1675 )
...
Fixes : #1672 , #1666
2020-11-11 17:28:26 +05:30
Hetu Nandu
3a84af82ed
Fix critical issues ( #1686 )
...
Fixes #1683
Fix for dropdowns with option not being an object crashes dropdown and stops eval
Fixes #1656 #1657
Fix issue where updateWidgetProperty would get called without a widgetId
2020-11-11 17:02:14 +05:30
Pawan Kumar
392de2b840
Fix/on date selected call issue 987 ( #1691 )
...
* fix onSelectedDate call on deselection of date
* add test cases for deselecting the datepicker widget issue
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-11 16:59:45 +05:30
Arpit Mohan
166ee73c9f
Moving the intercom initialization to the body in index.html ( #1690 )
...
This is to allow us to enable/disable Intercom chat based on the APPSMITH_INTERCOM_APP_ID and APPSMITH_CLOUD_HOSTED environment variables.
2020-11-11 15:49:21 +05:30
NandanAnantharamu
d5ce1dfa52
Added tests for dependencies ( #1679 )
...
* Added tests for dependencies
* updated review comments
* moved files to binding folder
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-11-11 15:44:01 +05:30
Nikhil Nandagopal
3c37645d12
Merge pull request #1674 from appsmithorg/fix/switch-content-type
...
Fix incorrect bodyFormData values being sent
2020-11-10 19:20:11 +05:30
Pawan Kumar
dace2a6a55
Merge pull request #1671 from appsmithorg/pawan/issue-720
...
Fix long app names not visible issue
2020-11-10 17:26:41 +05:30
Pawan Kumar
42fe5f4543
update test cases for the issue + typo fix
2020-11-10 16:59:34 +05:30
Akash N
06d330ef3a
actionConfiguration.body shouldn't be reset
2020-11-10 16:42:31 +05:30
Pawan Kumar
8b7e7d2993
incorporate code reviews feedbacks
2020-11-10 15:58:21 +05:30
Akash N
6c0d0e228c
Add test
2020-11-10 15:11:05 +05:30
Pawan Kumar
426bb0b8df
clear search input in test cases
2020-11-10 15:08:47 +05:30
Akash N
3fbcf667b6
Do not reset the bodyFormData value
2020-11-10 14:58:14 +05:30
Nikhil Nandagopal
5e17450e2f
added check for no matches ( #1673 )
2020-11-10 14:52:35 +05:30
Nikhil Nandagopal
419d279db7
Update README.md
2020-11-10 14:32:26 +05:30
Nikhil Nandagopal
50f4061ca8
Merge pull request #1670 from appsmithorg/fix/form-widget-loops
...
Fix form widget eval loops for arrays
2020-11-10 14:29:59 +05:30
Pawan Kumar
3a708497dd
add a max-width on tooltip component
2020-11-10 14:16:57 +05:30
Hetu Nandu
a52c5df987
Fix form widget eval loops for arrays
2020-11-10 13:23:18 +05:30
Sumit Kumar
2dc2615311
Replace Rollbar with Sentry ( #1606 )
...
* Replace Rollbar with Sentry
1. Log exceptions using Sentry instead of Rollbar.
2. Remove all Rollbar infra.
2020-11-10 09:59:10 +05:30
imgbot[bot]
09b2bfa55f
[ImgBot] Optimize images ( #1660 )
...
*Total -- 3,132.67kb -> 1,706.91kb (45.51%)
/deploy/aws_ami/images/login-page.png -- 209.54kb -> 90.43kb (56.84%)
/deploy/aws_ami/images/appsmith_signup.png -- 217.38kb -> 94.88kb (56.35%)
/deploy/aws_ami/images/appsmith_dashboard.png -- 184.33kb -> 81.83kb (55.61%)
/deploy/aws_ami/images/ssl.png -- 26.86kb -> 12.76kb (52.5%)
/deploy/aws_ami/images/security-group-page.png -- 270.04kb -> 130.60kb (51.64%)
/deploy/aws_ami/images/inbound-rules.png -- 131.71kb -> 64.23kb (51.23%)
/deploy/aws_ami/images/preview.png -- 495.70kb -> 274.39kb (44.64%)
/deploy/aws_ami/images/aws-services.png -- 292.58kb -> 164.11kb (43.91%)
/deploy/aws_ami/images/ec2-detail.png -- 124.94kb -> 70.13kb (43.87%)
/deploy/aws_ami/images/create-key-pairs.png -- 149.16kb -> 83.74kb (43.86%)
/deploy/aws_ami/images/launch.png -- 254.69kb -> 145.40kb (42.91%)
/deploy/aws_ami/images/security-group.png -- 226.55kb -> 135.19kb (40.32%)
/deploy/aws_ami/images/AMI.png -- 121.38kb -> 72.91kb (39.93%)
/deploy/aws_ami/images/key-pairs.png -- 59.61kb -> 36.75kb (38.34%)
/deploy/aws_ami/images/search-ami.png -- 343.25kb -> 231.81kb (32.47%)
/deploy/aws_ami/images/custom-domain.png -- 24.98kb -> 17.74kb (28.98%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-11-09 22:52:20 +05:30