cal/packages/prisma/migrations
Leo Giovanetti 1a79e0624c
Recurring Events (#2562)
* Init dev

* UI changes for recurring event + prisma

* Revisiting schema + changes WIP

* UI done, BE WIP

* Feature completion

* Unused query param removed

* Invalid comment removed

* Removed unused translation

* Update apps/web/public/static/locales/en/common.json

Thanks!

Co-authored-by: Peer Richelsen <peeroke@gmail.com>

* Success page changes

* More progress

* Email text tweaks + test + seed

* Tweaking emails + Cal Apps support WIP

* No app integration for now
Final email and pages tweaks to avoid recurring info showed

* Missing comment for clarity

* Yet again, comment

* Last minute fix

* Missing tooltip for upcoming bookings

* Fixing seed

* Fixing import

* Increasing timeout for e2e

* Fixing any

* Apply suggestions from code review

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

* Update apps/web/pages/d/[link]/book.tsx

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

* Code improvements

* More code improvements

* Reverting back number input arrows

* Update BookingPage.tsx

* Update BookingPage.tsx

* Adds fallback for sendOrganizerPaymentRefundFailedEmail

* Type overkill

* Type fixes

* Type fixes

* Nitpicks

* Update success.tsx

* Update success.tsx

* Update success.tsx

* Fixing types

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
2022-05-05 18:16:25 -03:00
..
20210605225044_init
20210605225507_added_bookings
20210606013704_made_booking_uid_unique
20210613133618_add_team_membership_verification
20210615140247_added_selected_calendar
20210615142134_added_custom_event_name
20210615153546_added_buffer_time
20210615153759_add_email_verification_column
20210618140954_added_event_type_custom
20210628153550_password_reset_request
20210629160507_hide_branding
20210630014738_schedule_availability
20210709231256_add_user_theme
20210714151216_event_type_period_settings
20210717120159_booking_confirmation
20210718184017_reminder_mails
20210722225431_minimum_booking_notice
20210725123357_add_location_to_booking
20210813142905_event_payment
20210813194355_add_slug_to_team
20210814175645_custom_inputs_type_enum
20210820130519_add_placeholder_to_custom_event_types
20210824054220_add_bio_branding_logo_to_team
20210825004801_schedule_schema
20210830064354_add_unique_to_team_slug
20210902112455_event_type_unique_user_id_slug
20210902121313_user_plan
20210902125945_user_username_unique
20210904162403_add_booking_status_enum
20210908042159_teams_feature
20210908220336_add_daily_data_table
20210908235519_undo_unique_user_id_slug
20210913211650_add_meeting_info
20210918013258_add_two_factor_fields
20210918152354_user_id_slug_fix
20210919174415_add_user_locale
20210922004424_add_disable_guests_to_event_type
20211004231654_add_webhook_model
20211011152041_non_optionals
20211028233838_add_user_webhooks_relation
20211101151249_update_rejected_bookings
20211105200545_availability_start_and_end_time_as_time
20211106121119_add_event_type_position
20211110063531_add_custom_brand_color
20211110142845_add_identity_provider_columns Extract prisma to it's own package (#1823) 2022-02-15 13:30:52 -07:00
20211111013358_period_type_enum
20211112145539_add_saml_login
20211115182559_availability_issue
20211120211639_add_payload_template
20211207010154_add_destination_calendar
20211209201138_membership_admin_role
20211210182230_add_invited_to
20211217201940_upgrade_to_v3
20211217215952_added_slot_interval_to_event_type
20211220192703_email_to_lowercase
20211222174947_placeholder
20211222181246_add_sc_address
20211228004752_adds_user_metadata
20211231142312_add_user_on_delete_cascade
20220105104913_add_away_field
20220113145333_rename_column_sc_address_to_smart_contract_address
20220117193242_trial_users_by_default
20220121210720_add_cancellation_reason
20220125035907_add_attendee_locale
20220131170110_add_metadata_column_to_event_type
20220205135022_add_verified_column
20220209082843_add_rejection_reason
20220217093836_add_webhook_for_event Revert "Revert "Webhooks to support event type association"" (#2033) 2022-03-02 09:24:57 -07:00
20220228122419_add_time_format
20220302035831_add_before_and_after_event_buffer Set buffer time before/after event type (#2015) 2022-03-04 10:19:03 +00:00
20220302110201_add_dark_mode_brand_color Add "light-brand" and "dark-brand" colors (add a second color picker) (#2028) 2022-03-05 15:37:46 +00:00
20220303171305_adds_user_trial_ends_at Admin/team billing downgrader (#2040) 2022-03-03 19:29:19 +00:00
20220305233635_availability_schedules Feature/multiple schedules post turbo (#2150) 2022-03-17 09:48:23 -07:00
20220305233635_rename_indexes Add index rename migration (#2162) 2022-03-24 09:53:15 -07:00
20220306010113_renames_verification_request_to_verification_token Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
20220323033335_reschedule_fields_to_bookings_table Feature/reschedule bookings (#2351) 2022-04-14 15:25:24 -06:00
20220323162642_events_hide_notes Feat - disable notes (#2249) 2022-03-28 18:07:13 +00:00
20220328185001_soft_delete_booking_references Feature/reschedule bookings (#2351) 2022-04-14 15:25:24 -06:00
20220330071743_add_dynamic_group_booking dynamic group links (#2239) 2022-04-06 10:20:30 -07:00
20220404132522_redirect_url Feature: Support redirecting to an external URL on successful booking (#2087) 2022-04-05 08:05:40 +00:00
20220409155714_impersonate_users Feat/impersonate users (#2503) 2022-04-26 14:18:17 +05:30
20220409195425_index_event_types_team_id_slug Uniquely index event-type with teamId and slug (#2452) 2022-04-19 18:35:12 -06:00
20220412172742_payment_on_delete_cascade Feature/reschedule bookings (#2351) 2022-04-14 15:25:24 -06:00
20220413002425_adds_api_keys Feature: Adds api keys to cal.com webapp (#2277) 2022-04-15 20:58:34 -06:00
20220420152505_add_hashed_event_url Hash my url (#2484) 2022-04-28 09:44:26 -06:00
20220420230104_update_booking_id_constrain Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
20220420230105_rename_verification_token_unique_id Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
20220423022403_recurring_event Recurring Events (#2562) 2022-05-05 18:16:25 -03:00
20220423175732_added_next_auth_models Fix/login with provider (#2594) 2022-04-26 15:12:08 +00:00
20220502154345_adds_apps Migration seeder fixes 2022-05-02 16:02:45 -06:00
20220503194835_adds_app_relation_to_webhook_and_api_keys Feat/zapier app (#2623) 2022-05-03 23:16:59 +00:00
migration_lock.toml