PromucFlow_constructor/app/client
Hetu Nandu 6cd4117f38
fix: Update product alert stub to check for 200 status (#25881)
Product alert api was mocked in the cypress tests which missed cases
where the api would return a 401 error. Updating the mock to now make
the call, verify the response status code to be 200 and then stub the
response.

---------

Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2023-08-04 16:42:47 +05:30
..
.husky fix: pre-commit logic (#25324) 2023-07-12 12:37:05 +03:00
.yarn chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
cypress fix: Update product alert stub to check for 200 status (#25881) 2023-08-04 16:42:47 +05:30
docker/templates chore: Stop building slim images (#25219) 2023-07-22 15:58:52 +05:30
generators chore: Add missing autocomplete definition declarations (#23726) 2023-06-02 16:22:27 +05:30
packages chore: Split Chromatic and Storybook stories (#25877) 2023-08-03 21:00:17 +03:00
perf
public perf: prioritize the main bundle over preloads (v2) (#24374) 2023-06-22 10:58:10 +05:30
src fix: Make dataSource required true for customFusionChartConfig (#25934) 2023-08-04 16:09:16 +05:30
test fix: Added support for bracket notation autocomplete (#24493) 2023-06-28 12:46:35 +05:30
typings fix: display name validation (client) (#22938) 2023-05-04 18:29:57 +05:30
.babelrc feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
.dockerignore
.editorconfig
.eslintrc.base.json chore: disable cra eslint (#24953) 2023-06-30 12:45:07 +03:00
.eslintrc.js perf: reduce the bundle size, vol. 2 (#24969) 2023-07-17 00:19:41 +05:30
.gitignore chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
.lintstagedrc
.nvmrc
.prettierignore
.prettierrc
.sentryclirc
.yarnrc.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
build.sh chore: disable cra eslint (#24953) 2023-06-30 12:45:07 +03:00
craco.build.config.js perf: prioritize the main bundle over preloads (v2) (#24374) 2023-06-22 10:58:10 +05:30
craco.common.config.js perf: merge all icons into three major chunks (#24382) 2023-06-16 11:38:08 +05:30
craco.dev.config.js chore : disable react overlay for warnings/error in dev mode (#23620) 2023-05-23 14:54:41 +05:30
cypress_ci_custom.config.ts ci: Changes to enable rerun with custom script (#25480) 2023-07-19 17:02:24 +05:30
cypress_ci_hosted.config.ts test: Cypress - fix for selected gsheet (#25940) 2023-08-02 18:58:04 +05:30
cypress_ci-toremove.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
cypress_ci.config.ts test: Cypress - fix for selected gsheet (#25940) 2023-08-02 18:58:04 +05:30
cypress.config.ts test: Cypress | Flaky Fixes (#25217) 2023-07-11 10:44:13 +05:30
download-assets.js
jest.config.js chore: Add button v2 under feature flag (#25106) 2023-07-26 18:10:44 +05:30
package.json fix: bump storybook version and move stories to storybook package (#25821) 2023-07-31 19:15:50 +03:00
README.md
README.old.md
start-https.sh chore: Detect other NGINX and offer to kill (#25478) 2023-07-19 16:39:11 +05:30
tailwind.config.js feat: in-app ramps for private embed feature (#24507) 2023-06-21 13:39:14 +05:30
tsconfig.json fix: bump storybook version and move stories to storybook package (#25821) 2023-07-31 19:15:50 +03:00
tsconfig.path.json
vercel.json
yarn.lock chore(deps): bump engine.io from 6.4.1 to 6.4.2 in /app/client (#23657) 2023-08-04 15:29:56 +05:30

Appsmith Client

This project was bootstrapped with Create React App.

For details on setting up your development machine, please refer to the Setup Guide