cal.pub0.org/packages/app-store/ee/routing-forms
alannnc 2f628a17df
feat/payment-service-6438-cal-767 (#6677)
* WIP paymentService

* Changes for payment Service

* Fix for stripe payment flow

* Remove logs/comments

* Refactored refund for stripe app

* Move stripe handlePayment to own lib

* Move stripe delete payments to paymentService

* lint fix

* Change handleRefundError as generic function

* remove log

* remove logs

* remove logs

* Return stripe default export to lib/server

* Fixing types

* Fix types

* Upgrades typescript

* Update yarn lock

* Typings

* Hotfix: ping,riverside,whereby and around not showing up in list (#6712)

* Hotfix: ping,riverside,whereby and around not showing up in list (#6712) (#6713)

* Adds deployment settings to DB (#6706)

* WIP

* Adds DeploymentTheme

* Add missing migrations

* Adds client extensions for deployment

* Cleanup

* Revert "lint fix"

This reverts commit e1a2e4a357.

* Add validation

* Revert changes removed in force push

* Removing abstract class and just leaving interface implementation

* Fix types for handlePayments

* Fix payment test appStore import

* Fix stripe metadata in event type

* Move migration to separate PR

* Revert "Move migration to separate PR"

This reverts commit 48aa64e072.

* Update packages/prisma/migrations/20230125175109_remove_type_from_payment_and_add_app_relationship/migration.sql

Co-authored-by: Omar López <zomars@me.com>

---------

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-02-08 13:36:22 -07:00
..
api App Store Templates (#5289) 2023-01-18 15:30:25 -07:00
components feat/payment-service-6438-cal-767 (#6677) 2023-02-08 13:36:22 -07:00
emails Send Email to Owner on Form Submission (#5261) 2022-11-03 20:10:03 +05:30
lib Fix/Next.js-13/Circular Dependency in Routing Forms (#6321) 2023-01-07 15:50:28 +00:00
pages fix: input component style in routing forms (#6731) 2023-02-01 01:39:29 +00:00
playwright/tests generic <UpgradeScreen> component (#6594) 2023-01-23 10:58:41 +01:00
static Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
test/lib Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
types Fix/Next.js-13/Circular Dependency in Routing Forms (#6321) 2023-01-07 15:50:28 +00:00
README.md Add routing-forms README (#6506) 2023-01-17 17:58:10 +01:00
_metadata.ts Admin apps UI (#5494) 2022-12-07 14:47:02 -07:00
config.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
env.d.ts Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
index.ts 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
jsonLogicToPrisma.ts Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
package.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
trpc-router.ts Feature/Routing Forms: Add the concepts of reusable Router and Router Linked Fields. (#5566) 2023-01-04 13:30:46 +00:00
zod.ts Feature/Routing Forms: Add the concepts of reusable Router and Router Linked Fields. (#5566) 2023-01-04 13:30:46 +00:00

README.md

Routing Forms App

How to run Tests

yarn e2e:app-store runs all Apps' tests. You can use describe.only() to run Routing Forms tests only.

Make sure that the app is running already with NEXT_PUBLIC_IS_E2E=1 so that the app is installable