PromucFlow_constructor/app/client/cypress
Sumit Kumar e6b77a1299
Stop logging some AppsmithPluginException to Sentry (#2351)
1. Move package  appsmith-interfaces/src/main/java/com/appsmith/external/pluginExceptions-> appsmith-interfaces/src/main/java/com/appsmith/external/exceptions/pluginExceptions
2. Move enum AppsmithErrorAction from appsmith-server/src/main/java/com/appsmith/server/exceptions/AppsmithError.java -> appsmith-interfaces/src/main/java/com/appsmith/external/exceptions/AppsmithErrorAction.java, so that both plugin exceptions and server exceptions could use the same enum.
3. Log exception based on the error action defined for each exception.
2021-02-04 15:24:30 +05:30
..
fixtures Added test for invalid binding (#2777) 2021-02-03 11:56:46 +05:30
integration/Smoke_TestSuite Implement new designs for the editor and viewer's navbar (#2750) 2021-02-04 12:32:36 +05:30
locators Added test for invalid binding (#2777) 2021-02-03 11:56:46 +05:30
manual_TestSuite Stop logging some AppsmithPluginException to Sentry (#2351) 2021-02-04 15:24:30 +05:30
plugins Properly log data tree instrumentation (#2228) 2020-12-29 14:55:56 +05:30
support Prevent input component cursor getting reset using asyncControlledInput (#2802) 2021-02-03 14:52:19 +05:30
cypress-docker-compose.yml Adding Github Action workflow to the client code base (#66) 2020-07-16 11:20:46 +05:30
init-pg-dump-for-test.sql Adding the init dump SQL file for PostgreSQL database 2021-01-13 15:41:39 +05:30
setup-test.sh Add support for WSL local dev (#1756) 2020-11-24 16:45:33 +05:30
test.sh Adding Github Action workflow to the client code base (#66) 2020-07-16 11:20:46 +05:30