Nidhi
|
66f3dfe790
|
chore: Move to Jupiter JUnit5 (#17083)
* Upgrading to Jupiter tests for everything but plugins
* Whoops, too soon
* Fixed failing tests
* Imports fixed
* Removed PowerMock dep and JUnit4 from interfaces
* Woohoo! That's testcontainers
* Added maven enforcer to disallow junit4
* Update app/server/appsmith-server/src/test/java/com/appsmith/server/services/GitServiceTest.java
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
* Update app/server/appsmith-server/src/test/java/com/appsmith/server/services/UserWorkspaceServiceTest.java
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
* Update app/server/appsmith-server/src/test/java/com/appsmith/server/services/ce/ActionServiceCE_Test.java
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
* Update app/server/appsmith-server/src/test/java/com/appsmith/server/solutions/CreateDBTablePageSolutionTests.java
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
* Weird formatting and version upgrades
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
|
2022-09-29 08:54:07 +05:30 |
|
Trisha Anand
|
936ef75841
|
chore: Adding cache logs for debugging (#17029)
|
2022-09-23 23:24:27 +05:30 |
|
Shrikant Sharat Kandula
|
8a0838505a
|
All outgoing requests should go through the configured proxy (#14427)
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
|
2022-09-01 11:16:45 +05:30 |
|
Trisha Anand
|
8f3591615a
|
feat: RBAC framework (#14823)
Co-authored-by: Sidhant Goel <sidhant@appsmith.com>
Co-authored-by: Ankita Kinger <ankita@appsmith.com>
Co-authored-by: Sangeeth Sivan <sangeeth@appsmith.com>
Co-authored-by: Parthvi <80334441+Parthvi12@users.noreply.github.com>
|
2022-08-22 23:27:07 +05:30 |
|
sidhantgoel
|
4c56cc5bda
|
feat: Annotation based Caching library similar to spring's Cacheable with WebFlux support (#14416)
* added reactive caching module
Signed-off-by: Sidhant Goel <sidhant@appsmith.com>
* CacheManager and implementation
* updated root level pom.xml
* removed spring boot maven plugin from project reactiveCaching
* Support for key annotation
* moved conditional on annotation
* Added comments
* Update app/server/reactive-caching/src/main/java/com/appsmith/caching/aspects/ReactiveCacheAspect.java
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* Update app/server/reactive-caching/src/main/java/com/appsmith/caching/aspects/ReactiveCacheAspect.java
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* Update app/server/reactive-caching/src/main/java/com/appsmith/caching/aspects/ReactiveCacheAspect.java
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* review changes
* addressed review comments
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
|
2022-07-28 21:45:47 +05:30 |
|