arunvjn
fdcc9f67db
chore: linting performance improvement ( #18101 )
...
* Fixes bad selectors that resulted in unnecessary re-renders.
* Added deep equality check before updating redux store with lint errors
(cherry picked from commit 5acc08c57c )
2022-11-18 16:01:36 +05:30
Arsalan
dbc580a37f
fix: merge conflicts resolved.
2022-11-17 20:17:22 +05:30
Vaibhav Tanwar
bc516a5583
fix: Google sheet datasource fix ( #18199 )
...
null check added for object value
2022-11-17 18:54:21 +05:30
Aswath K
2cb7474e1c
fix: Allow country code change text gets wrapped and makes the UI looks ugly ( #18218 )
...
* fix: Change country code text gets wrapped and makes the UI looks ugly
* fix: Cypress failures
2022-11-17 17:45:06 +05:30
Vishnu Gp
4402b35247
fix: Error deleting application when soft-deleted entities are present in the application ( #18185 )
...
* fix: Error deleting application when soft-deleted entities are present in the application
* Review changes
2022-11-16 20:15:38 +05:30
Tanvi Bhakta
8bc40c91d9
chore: use typography and getTypographyFromKey from the design-system ( #18050 )
...
Change typography imports, change function call
2022-11-16 11:32:00 +07:00
subratadeypappu
993eae833e
fix: JS Objects save failures due to AST changes ( #18018 )
2022-11-16 05:40:29 +05:30
Hetu Nandu
b4adfcf8e2
feat: [Context Switching]: Change focus target and fix cursor position ( #17794 )
...
Co-authored-by:
rahulramesha <rahul@appsmith.com>
2022-11-15 11:50:18 +05:30
Ayush Pahwa
77dffdb3b3
chore: added type for feature flag ( #18152 )
...
add: new type for env variable
2022-11-14 19:04:51 +07:00
Rohit Agarwal
7a79347ce2
fix: Sidebar heading fontSize & checkbox alignment ( #18104 )
...
sidebar heading & checkbox alignment to heading
2022-11-14 13:51:07 +05:30
ChandanBalajiBP
2184eb8acd
fix: Instrumentation for execution errors ( #18093 )
...
* fix: Instrumentation for execution errors
* added widget editor error event
2022-11-14 14:01:55 +07:00
Ankit Srivastava
e64f87e033
[Bug] Incorrect count of users in workspace when adding multiple users ( #17728 )
...
fix: filtering unique users by userId
Co-authored-by: Anubhav <anubhav@appsmith.com>
2022-11-14 11:58:20 +05:30
Abhinav Jha
3f71fa68a1
feat: Auto-height add reducers and actions ( #17953 )
...
* Add reducers for auto height feature (Internal Change, No changes reflected to users)
Co-authored-by: ankurrsinghal <ankur@appsmith.com>
2022-11-14 09:49:25 +05:30
Rishabh Kashyap
1e7c97c1f7
feat: show number of tabs on the header ( #18071 )
...
* number of tabs displayed alongside label
* styling for span removed
* feature added and cypress test cases written
* code refactoring after review
2022-11-08 20:50:58 +05:30
Trisha Anand
ae4a0f968c
chore: Re-adding the read permission group AclPermission ( #18132 )
2022-11-08 08:04:23 +05:30
Trisha Anand
5f8f8f9b70
chore: Re-adding the read permission group AclPermission ( #18132 )
2022-11-08 08:03:08 +05:30
balajisoundar
2df27a6fb2
feat: Option to add new row in Table widget ( #17515 )
2022-11-05 15:24:20 +05:30
Dhruvik Neharia
2ec1ccc6a5
feat: Code Scanner Enhancements ( #17929 )
...
* feat: Add Scanner Variant - Click to scan and always on to code scanenr
* feat: Enhancements for code scanner's property pane - update help text, hide properties on always on
* feat: Add Image Mirror button to code scanner
* feat: Update code scanner video fit to contain
* feat: Add DSL migrations for Code Scanner
* feat: Make always on the default scanner layout, rename scannerVarient to scannerLayout
* feat: Stop scanning and detecting codes in background for code scanner widget
* test: Add Cypress tests for different scanner layouts for code scanner
* refactor: fix minor code callouts here and there
* refactor: Restructure cypress test suite
* feat: Increase code scanner delay to avoid unintended detections
* refactor: combine two different conditions into one ternary
* feat: Remove one cy test case
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-11-04 11:45:45 +05:30
Aman Agarwal
9c4cfe16f1
fix: delete individual ds without blocking other ds ( #17949 )
...
* fix: delete individual ds without blocking other ds
* fix: removed delay for deletion, isDeleting ui state
2022-11-04 11:25:25 +05:30
Rohit Agarwal
be68317b0a
chore: template list sidebar consistent with application page sidebar ( #17882 )
...
made template list sidebar consistent with application page sidebar
2022-11-04 10:08:29 +05:30
Favour Ohanekwu
37b69ef6b5
chore: Delete redundant nvm folder ( #18087 )
...
Delete redundant nvm folder
2022-11-03 19:39:40 +01:00
Ankita Kinger
38d321242f
chore: Splitting files to support groups on members page in EE ( #18085 )
...
* splitted files to support groups on members page in EE
* updated an import
* minor change
2022-11-03 22:09:51 +05:30
albinAppsmith
d7fc478491
fix: Radio button triggering on change twice ( #18056 )
...
* fix: Radio button triggering on change twice
* stable version update
2022-11-03 16:00:34 +05:30
Favour Ohanekwu
1379180ecd
feat: Split evaluation and linting ( #17287 )
...
* Evaluations and Linting now runs on separate web-workers for a much faster and responsive coding experience on Appsmith.
* Removed worker-loader webpack plugin.
2022-11-03 14:53:15 +05:30
f0c1s
ec5a823ec0
fix: set current workspace id in redux store ( #18053 )
...
On forking application ( a hush hush operation ), workspace was not set up to the current one. The current one will be the one where the application is being forked.
2022-11-03 12:11:05 +05:30
Anand Srinivasan
1ecfecabc6
Merge branch 'master' into promotion/release-1-8-7
2022-11-03 08:35:02 +05:30
Tanvi Bhakta
af249447a3
chore: use latest design-system version ( #18000 )
...
* use latest design-system version
* bump ds version
* chore: update yarn.lock
Co-authored-by: Albin <albin@appsmith.com>
2022-11-03 08:31:07 +05:30
Vaibhav Tanwar
49c3b929e9
feat: Default port for Elastic Search plugin ( #17468 )
...
* add default port for ElasticSearch plugin.
2022-11-03 06:51:34 +05:30
Sanjiv Anand
d944160903
fix: added JS on menu button ( #18031 )
...
* made labelStyle JS Convertible
* Added js on menu button
* Added js on menu button
2022-11-02 21:46:50 +01:00
Nilesh Sarupriya
39c4ae7f54
chore: add EE Pojo for UpdatePermissionGroup ( #17902 )
2022-11-02 21:46:44 +05:30
Tanvi Bhakta
c233fc0e07
chore: use latest design-system version ( #18000 )
...
* use latest design-system version
* bump ds version
* chore: update yarn.lock
Co-authored-by: Albin <albin@appsmith.com>
2022-11-02 20:08:07 +05:30
Bhavin K
e8219284ea
feat:allow local decimal sep. curr. & input widget ( #16380 )
...
* feat:allow local decimal sep. curr. & input widget
* test: fix the test for input widget
* refactor: code refinement
* refactor: rename the suggestion key
* fix: changed the regex to replaceAll function
* fix: address review callouts
* refactor: new default and min max validation
* fix: directly converting default value to current locale
* fix: converting value to locale directly inside onStep
* fix: add fraction during formatting
* revert: input widget locale changes
* fix: restrict getting of current locale for currency widget
* fix: introduced shouldUseLocale prop
Co-authored-by: balajisoundar <balaji@appsmith.com>
Co-authored-by: keyurparalkar <keyur@appsmith.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-11-02 16:02:45 +05:30
akash-codemonk
01805a27f4
fix: show empty canvas CTA's only on the first page while creating an app ( #17869 )
2022-11-02 14:39:59 +05:30
Anagh Hegde
518909f781
chore: Remove feature flags for GIT ( #17170 )
...
Remove feature flags for GIT
Co-authored-by: Anubhav <anubhav@appsmith.com>
2022-11-02 11:07:25 +05:30
ankurrsinghal
5da651e19b
fix: abstracted the empty onHeightUpdate function from AutoHeightContainer… ( #18033 )
...
abstracted the empty onHeightUpdate function from AutoHeightContainer test
Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>
2022-11-02 02:41:57 +00:00
f0c1s
e4f8e8a755
chore: update upgrade page ( #17988 )
...
* chore: upgrade page for usage
* fix: upgrade page scroll
* chore: scrollable and design upgrade for upgradePage
* fix: module imports
2022-11-01 22:23:27 +05:30
f0c1s
633493ac74
chore: remove extra feature flags | FE ( #18037 )
2022-11-01 22:17:45 +05:30
f0c1s
06b88b540a
chore: remove GIT and GIT_IMPORT feature flags. ( #18029 )
2022-11-01 20:29:42 +05:30
Aswath K
d15bbe0a5e
fix: Number validation passthrough behaviour on 0 ( #18001 )
2022-11-01 18:17:07 +05:30
Aishwarya-U-R
d5d2bf92bb
test: Script updates for flaky tests ( #17980 )
...
* JSOnload fix
* mysql fix
2022-11-01 15:31:42 +05:30
GitStart
5c558e1792
feat: Adding the function to clear stored values ( #17568 )
2022-11-01 14:56:13 +05:30
Trishita
7c8a291528
fix: Added missing JS toggles on phone input and currency input ( #17725 )
...
- On phone input we added it to the prop `Allow country code change`
- On currency input we added it to the prop `Allow currency change` & `Decimals allowed`
2022-11-01 13:59:19 +05:30
ankurrsinghal
23e5ee7ba3
feat: wrap widgets into a component which listens to content height changes ( #17729 )
...
* added the DynamicHeightContainer component which is responsible for sending the height changing events to the store
* removed the dependency on widget features
* removed a console log statement
* also added an effect to track the changes in the min and max dynamic height properties
* changed the name of the container from DynamicHeightContainer to AutoHeightContainer
* a dummy commit
Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>
2022-11-01 13:48:51 +05:30
Trisha Anand
42e790dc14
chore: Add missing relationships for RBAC ( #17958 )
2022-11-01 12:28:33 +05:30
Trisha Anand
9ec18c927a
chore: Remove example workspace creation in migration since its no longer used ( #17995 )
2022-11-01 06:58:16 +00:00
amogh2019
a99a989929
chore: Mongo plugin refactor Mongo plugin JUnit TCs ( #17633 )
...
* Refactoring MongoPlugin Junit TCs into smaller files
2022-10-31 18:42:54 +05:30
akash-codemonk
0cc0209eda
chore: remove feature flag for templates phase 2 ( #17937 )
2022-10-31 12:19:12 +05:30
dependabot[bot]
920e7f8305
chore: bump jackson-databind from 2.12.6.1 to 2.13.4.1 in /app/server/appsmith-plugins/graphqlPlugin ( #17703 )
...
chore(deps): bump jackson-databind
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.12.6.1 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 09:48:37 +05:30
dependabot[bot]
d4068a24af
chore: bump jackson-databind from 2.12.6.1 to 2.13.4.1 in /app/server/appsmith-plugins/snowflakePlugin ( #17695 )
...
chore(deps): bump jackson-databind
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.12.6.1 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 09:48:03 +05:30
dependabot[bot]
a26c43622f
chore: bump jackson-databind from 2.12.6.1 to 2.13.4.1 in /app/server/appsmith-plugins/googleSheetsPlugin ( #17694 )
...
chore(deps): bump jackson-databind
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.12.6.1 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 09:47:38 +05:30