Somangshu Goswami
d54dbd1596
Merge pull request #4946 from appsmithorg/FIX/4875-model-close-icon-reference-update
...
FIX #4875 : update modal onclick reference for same modal while pasting modal
2021-06-15 11:22:00 +05:30
Sumit Kumar
64408df8fa
Fix: Use connection pool for Redis ( #5093 )
...
* Replace single connection instance with a connection pool. This will ensure that simultaneous actions don't fail / break the connection.
2021-06-15 10:59:49 +05:30
NandanAnantharamu
9b75dba780
updated test flow ( #5118 )
2021-06-15 10:12:07 +05:30
NandanAnantharamu
861ab7ec81
Updated fork/duplicate test ( #4923 )
...
* Updated test to handle version
* updated test
* added a small wait
* Assertion updated
* formatted code
* fork test updated
* dsl file added
* Updated test
* Try waiting in the addDsl step
* Other fixes
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-06-14 19:29:13 +05:30
Rishabh Saxena
a2e3496c8e
Check if user exists before loading the form ( #5108 )
2021-06-14 16:32:41 +05:30
Satish Gandham
c00cce0b12
Merge pull request #4849 from appsmithorg/perf/ui/optimize-popper-component/4837
...
[Perf] Optimize popper component by not triggering layout on every render
2021-06-14 08:29:08 +05:30
Raminder Singh
81954182c1
Update ServerSetup.md for clarity ( #4940 )
...
The following changes have been done to improve this document:
* The main change done is to bring the sections `Setting up a local MongoDB instance` and `Setting up a local Redis instance` under the prerequisites section. This improves the structure of the document as the reader can linearly go through it and set up the dependencies before setting up the Appsmith server.
* Apart from this, each section flows much more naturally to the next section as the last sentence of each section sets up the context about what's next.
* Other minor language improvements.
2021-06-14 01:07:53 +06:00
Kaushik Varanasi
9d6247672a
[FIX] modify regex to accept cyrillic characters in page name ( #4741 )
...
* modify regex to accept cyrillic characters in page name
* Remove separator regex in order to allow all utf characters
* Disallow special characters
2021-06-12 20:35:26 +05:30
Rishabh Saxena
50e5807e8d
Minor comment tour updates ( #5024 )
2021-06-11 20:31:32 +05:30
Vihar Kurama
d6665ae272
update notion page link and addede events ( #5064 )
2021-06-11 18:37:03 +05:30
Confidence Okoghenun
a55abfcb5e
chore: Adds community call for Jun 11, 2021
2021-06-11 13:35:16 +01:00
NandanAnantharamu
173145ab36
Fix/org test ( #5051 )
...
* updated locator
* removed unwanted check
* updated test
2021-06-11 17:09:12 +05:30
Vihar Kurama
053ef110a0
Merge pull request #5050 from appsmithorg/akshayrangasaid-patch-community-beta-links
...
Updated Readme with community launch in Beta
2021-06-11 14:50:40 +05:30
Confidence Okoghenun
8cea1210e4
Updates mkcert installation steps in docs ( #4637 )
2021-06-11 14:25:46 +05:30
akshayrangasaid
691113517a
Removed beta
2021-06-11 13:13:12 +05:30
akshayrangasaid
24a0d79457
Updated Readme with community launch in Beta
2021-06-11 13:12:19 +05:30
Somangshu Goswami
7615e54f1e
Merge pull request #4299 from appsmithorg/feature/4135-table-url-column-pretty-link
...
Feature/4135 table url column pretty link
2021-06-11 12:50:04 +05:30
Shrikant Sharat Kandula
8db64e6355
Merge pull request #4980 from appsmithorg/feature/send-email-on-comment
...
Feature/send email on comment
2021-06-10 15:20:34 +05:30
Nidhi
3201ceca20
Release frozen related changes ( #5023 )
...
* Release frozen related changes
* Switched image used to PR head instead of target
* Update .github/workflows/client-test.yml
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* PRs into release should use release server code
2021-06-10 14:57:59 +05:30
Trisha Anand
06cafb6066
Getting Prepared Statement for Postgres, MySQL, and MS-SQL and Smart Substitution for Rest API plugins out of beta ( #5019 )
...
* Correcting text for Mongo Form Insert command
* Getting Prepared Statement for Postgres, MySQL, and MS-SQL and Smart Substitution for Rest API plugins out of beta
* Fixed failing test case
* Fixed Ms-sql plugin test failure
2021-06-10 13:55:56 +05:30
Nayan
87ab6ff926
-removed commented code as per PR review
2021-06-10 13:09:36 +06:00
dependabot[bot]
072ff7ad35
Bump merge-deep from 3.0.2 to 3.0.3 in /app/client ( #4982 )
...
Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases )
- [Commits](https://github.com/jonschlinkert/merge-deep/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: merge-deep
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 12:00:50 +05:30
prapullac
23b4e23a7b
Manual test ideas for Tab widget ( #4319 )
2021-06-10 11:59:36 +05:30
akash-codemonk
02db8dd968
Improve omnibar search when special characters exist in query ( #4965 )
2021-06-10 11:38:00 +05:30
Paul Li
b9b9f58d79
Merge branch 'feature/4135-table-url-column-pretty-link' of github.com-wm:appsmithorg/appsmith into feature/4135-table-url-column-pretty-link
2021-06-10 01:34:44 -04:00
Paul Li
b682741f13
Merge branch 'release' into feature/4135-table-url-column-pretty-link
2021-06-10 01:31:54 -04:00
Abhijeet
0246563bd2
Bugfix for applications with MongoDB datasources authenticated with SRV string ( #4944 )
...
* Avoid updating authenticationDTO for mongo-plugin with SRV if the authentication object is already present
2021-06-10 10:52:23 +05:30
Rishabh Saxena
9c75596957
Init notifications ( #4839 )
2021-06-09 20:02:17 +05:30
akash-codemonk
6996e6eab4
Feature: Show entity dependencies in debugger ( #4356 )
2021-06-09 18:15:41 +05:30
Pranav Kanade
b04b7ddf02
[ Fixed #4520 ] - Remove Entity Explorer Search ( #4600 )
...
* Added a prop to hide the entity explorer search
* Updated the cypress tests to accomodate invisible entity explorer search bar
* Removed cmd + f key mapping for entity search.
Although, keeping it for widget search
* blocking default `cmd+f` event only if widget search is present
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
* removed a test case dependent on entity search.
* Revert "removed a test case dependent on entity search."
This reverts commit d5595d1856bbbb6ae472f26cb125b86787197b48.
* fixed test cases for table widget to force em to use table's search functionality
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
2021-06-09 17:50:15 +05:30
Shrikant Sharat Kandula
cfdf9c7223
Disable ui-test checking for master branch
2021-06-09 16:57:43 +05:30
Rishabh Saxena
07a292328a
Comments feature fixes ( #4738 )
2021-06-09 16:05:10 +05:30
abhishek nayak
8d7f7dfcff
Update README.md
2021-06-09 01:24:56 +05:30
Satish Gandham
f88f1370ee
- Close the property pane at the start of the test as it's not closed in the earlier test case.
2021-06-08 23:20:16 +05:30
abhishek nayak
34541ca506
Update README.md
2021-06-08 20:55:54 +05:30
Confidence Okoghenun
3291e8ca85
chore: Fixes typo in collab tour ( #4681 )
2021-06-08 20:40:10 +06:00
Trisha Anand
1bb54b0c7c
[Bug Fix] : Mongo Form Find - Projection field is parsed correctly ( #4976 )
...
* Parsing the field projection in Mongo Form
* Added test case to assert Projection field working.
2021-06-08 19:27:55 +05:30
Somangshu Goswami
5b7add87db
pull request template updated for title standardization ( #4597 )
...
* pull request template updated for title standardization
* remove the issue id from title - it does not provide any additional context
2021-06-08 19:53:45 +06:00
Somangshu Goswami
ebacb9e11d
Merge pull request #4844 from appsmithorg/FIX/3899-typeerror-in-custom-chart
...
FIX #3899 : added supported custom chart types list, validate chart t…
2021-06-08 18:12:00 +05:30
Somangshu Goswami
972bc2fee4
Merge pull request #4967 from appsmithorg/fix/-page-saga-bug
...
fix: *isRetry is undefined* bug on Page saga
2021-06-08 18:09:50 +05:30
Somangshu Goswami
3816eb2773
Merge pull request #4641 from appsmithorg/FIX/4524-Toggle-dyanmic-to-normal-boolean-field
...
[ISSUE#4524]Fix: Added a check in else block too and assigned default…
2021-06-08 17:56:59 +05:30
Anagh Hegde
1a44df90e1
Merge pull request #4921 from appsmithorg/bug/tests-failing-on-silicon
...
Fix - tests don't run on an M1 Silicon Mac
2021-06-08 16:52:10 +05:30
Nayan
b3bde4eb95
-organized imports
2021-06-08 15:52:25 +06:00
Nayan
ba4ea3a61b
-fixed issue in unit test
2021-06-08 15:34:10 +06:00
Satish Gandham
d2fafaa7f6
Merge branch 'release' into perf/ui/optimize-popper-component/4837
2021-06-08 14:39:36 +05:30
Nayan
280155ac89
-added test for the email event handler
2021-06-08 14:43:21 +06:00
Nayan
5550c9310f
-moved email sender to background task
2021-06-08 14:43:20 +06:00
Nayan
f9493a4bd2
-add unit test for utils
2021-06-08 14:43:19 +06:00
Nayan
db7363fac6
-Issue #4706 - send email when new comment added or comment thread resolved
2021-06-08 14:43:18 +06:00
Somangshu Goswami
d37c7a97a4
Merge pull request #4834 from appsmithorg/feature/modal-onClose
...
added onclose property and handlers on ModalWidget
2021-06-08 12:43:50 +05:30