Udit Takkar
c8956680ad
fix: use slug in options ( #7523 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-03-06 10:47:57 +00:00
Udit Takkar
c2668acd33
fix: use recordingId to check loading ( #7524 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-03-06 10:39:54 +00:00
Peer Richelsen
89bf8321ba
Update CONTRIBUTING.md
2023-03-05 23:00:57 +01:00
github-actions[bot]
da625f1527
New Crowdin translations by Github Action ( #7516 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-05 17:57:16 +01:00
Udit Takkar
2dddd4ce77
feat: create trpc route to fetch download link ( #7495 )
...
* feat: create trpc route to fetch download link
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: removing file, adding isdownloadable logix
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Some performance enhancements and better error logging
* Add error message here too
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-05 12:59:07 +00:00
Leo Giovanetti
cc1d606ba8
Implementing CAL-1173 ( #7509 )
...
* Implementation
* Added check when no pass is provided
* Refactoring login url to function
2023-03-05 02:09:45 +00:00
Alex van Andel
262c8cf37c
Removed @next/font ( #7514 )
2023-03-04 20:07:50 +00:00
Alex van Andel
4366405b21
Updates to yarn.lock / removed outdated deps from downstream
2023-03-04 16:23:15 +00:00
Hariom Balhara
07399974ce
Small Embed Fixes ( #7513 )
...
* Fix bg beyond rounded border in embed
* Consider margin as well for mainElement height
* Fix loader positioning
* Give better name to embed artifacts
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-04 16:11:04 +00:00
Alex van Andel
9d7cd73c7f
Fixed lockfile, bumped nextjs to v13.2.3
2023-03-04 15:10:13 +00:00
Raunak Singh Jolly
1551a293c5
Made Skeleton Loader for Availibilty Page look more like actual content of the page ( #7415 )
...
Co-authored-by: Raunak Singh Jolly <raunak.singh@oriserve.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
2023-03-03 18:08:10 -07:00
Carina Wollendorfer
47e948fbbc
Fixes formatting issues with lists in event type description and bio ( #7505 )
...
* fix ul and ol in editor
* fix imports
* disable list for team about section
* fix event type description in list
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-04 00:20:13 +01:00
Omar López
c8b01f6992
Revert "fix: use only slug ( #7504 )" ( #7506 )
...
This reverts commit f3143d99ee
.
2023-03-03 15:44:14 -07:00
Udit Takkar
f3143d99ee
fix: use only slug ( #7504 )
...
* fix: use only slug
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: create slug key
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-03-03 15:43:26 -07:00
github-actions[bot]
61a5c3a3b5
New Crowdin translations by Github Action ( #7467 )
2023-03-03 17:41:00 +01:00
Carina Wollendorfer
056edd8ec2
fix event type options ( #7473 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-03-03 09:36:23 -07:00
Hariom Balhara
d8387835a8
Well, you can have 0 attendees in a booking ( #7494 )
2023-03-03 09:35:58 -07:00
Nafees Nazik
26ea249481
Fix: email encoding bug ( #7490 )
...
* fix: existing decode Uri
* feat: unescape characters in base email
* fix: encoding in booking page
2023-03-03 09:35:11 -07:00
Efraín Rochín
2d26d73eb3
Fix/DST issues ( #7462 )
...
* use the organizer timezone and invitee timezone to show slots
* type fixes
* set start date on selected TZ on booking payload
* add considerations when only the invitee is on DTS
* Apply suggestions from code review
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
* fixes typo
* Apply suggestions from code review
Co-authored-by: alannnc <alannnc@gmail.com>
* cleaning
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2023-03-03 09:33:16 -07:00
Hariom Balhara
b8b24c04dc
We dont support button html ( #7500 )
2023-03-03 09:30:44 -07:00
Alex van Andel
62dcd6612c
Removed some of the UTC logic which shouldn't be there ( #7425 )
...
* Removed some of the UTC logic which shouldn't be there
* Upgrade rhf, remove SSR on [schedule] page
* Fix potential bug with date
* Amend schedule trpc call & don't show edit availability if id is undefined
* type fix
* Order date overrides in list by date
* Changed logic to check for unavailable
* Fix bug report spotted by @CarinaWolli
I can save date overrides for march 1st and 2nd (my date/time when saving was march 1st at 11PM GMT-5). It is saved successfully in the database however the date overrides don't show up in the list.
That's why:
- new Date() is utc so it is already march 2nd
- override.date has always timestamp 00:00 so it is also smaller than the utc time which was in my case 2023-03-02T04:00
* Actual fix, gotta remember it's the schedule tz
2023-03-03 14:02:02 +01:00
zomars
295748adca
Update yarn.lock
2023-03-02 14:00:21 -07:00
Omar López
6e93224c9b
Tree shake icons ( #7051 )
...
* Attempt to tree shake icons
* Tree shaking icons
2023-03-02 13:56:10 -07:00
GitStart-Cal.com
4d8198d113
Filter Timezones by cities ( #7118 )
...
* Filter Timezones by cities
* Update yarn.lock
* Removes large endpoint from batching
* Adds caching for large response
* Updates test snapshots
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2023-03-02 13:42:41 -07:00
Nafees Nazik
5fe0ca7913
fix: escape markdown in users OG image ( #7474 )
...
* fix: escape markdown in bio
* chore: add remark and strip-markdown package
* feat: strip markdown
* fix: remove first commit
2023-03-02 12:55:57 -07:00
Carina Wollendorfer
cfb625e934
Editor for event type description ( #7450 )
...
* add editor for event type description
* enable same things for markdownIt
* show links in blue
* fix placeholder design
* format description for event list
* limit event descript ot 4 lines in list
* shorten event-type description whenever needed
* add editor to create event type dialog
* fix link title in event type list
* Fix overwriting users column when saving event types (#7445 )
* Only overwrite user column when present
* Clean up
* Merge branch 'main' into feat/editor-event-type-description
* Merge branch 'main' into feat/editor-event-type-description
# Conflicts:
# apps/web/pages/settings/my-account/profile.tsx
* Linting
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2023-03-02 12:55:25 -07:00
Hariom Balhara
e12b21a73c
Check app-store types on CI ( #7190 )
...
* Check app-store types on CI
* Fix ESLINt error
2023-03-02 11:58:31 -07:00
Warren
841346c5f2
Install DeploySentinel Playwright reporter ( #7405 )
...
* install reporter
* Update e2e-app-store.yml
---------
Co-authored-by: zomars <zomars@me.com>
2023-03-02 11:25:30 -07:00
zomars
1270742078
Linting
2023-03-02 11:23:41 -07:00
Hariom Balhara
517cfde5b8
Feature/ Manage Booking Questions ( #6560 )
...
* WIP
* Create Booking Questions builder
* Renaming things
* wip
* wip
* Implement Add Guests and other fixes
* Fixes after testing
* Fix wrong status code 404
* Fixes
* Lint fixes
* Self review comments addressed
* More self review comments addressed
* Feedback from zomars
* BugFixes after testing
* More fixes discovered during review
* Update packages/lib/hooks/useHasPaidPlan.ts
Co-authored-by: Omar López <zomars@me.com>
* More fixes discovered during review
* Update packages/ui/components/form/inputs/Input.tsx
Co-authored-by: Omar López <zomars@me.com>
* More fixes discovered during review
* Update packages/features/bookings/lib/getBookingFields.ts
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
* More PR review fixes
* Hide label using labelSrOnly
* Fix Carinas feedback and implement 2 workflows thingy
* Misc fixes
* Fixes from Loom comments and PR
* Fix a lint errr
* Fix cancellation reason
* Fix regression in edit due to name conflict check
* Update packages/features/form-builder/FormBuilder.tsx
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
* Fix options not set when default value is used
* Restoring reqBody to avoid uneeded conflicts with main
* Type fix
* Update apps/web/components/booking/pages/BookingPage.tsx
Co-authored-by: Omar López <zomars@me.com>
* Update packages/features/form-builder/FormBuilder.tsx
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/components/booking/pages/BookingPage.tsx
Co-authored-by: Omar López <zomars@me.com>
* Apply suggestions from code review
Co-authored-by: Omar López <zomars@me.com>
* Show fields but mark them disabled
* Apply suggestions from code review
Co-authored-by: Omar López <zomars@me.com>
* More comments
* Fix booking success page crash when a booking doesnt have newly added required fields response
* Dark theme asterisk not visible
* Make location required in zodSchema as was there in production
* Linting
* Remove _metadata.ts files for apps that have config.json
* Revert "Remove _metadata.ts files for apps that have config.json"
This reverts commit d79bdd336c
.
* Fix lint error
* Fix missing condition for samlSPConfig
* Delete unexpectedly added file
* yarn.lock change not required
* fix types
* Make checkboxes rounded
* Fix defaultLabel being stored as label due to SSR rendering
* Shaved 16kb from booking page
* Explicit types for profile
* Show payment value only if price is greater than 0
* Fix type error
* Add back inferred types as they are failing
* Fix duplicate label on number
---------
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
2023-03-02 11:15:28 -07:00
Hariom Balhara
51bf613621
Add hariom as codeowner for Routing Forms ( #7469 )
...
* Add hariom as codeowner for Routing Forms
* Update CODEOWNERS
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-02 16:22:09 +00:00
sean-brydon
f4c3ab6431
Availability uiux improvements ( #7466 )
...
* Delete modal + button on [schedule]
* Update to V2 component
* Default Icon
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-02 16:20:02 +00:00
Alex van Andel
e8acc3e500
Apparently we must use paths-ignore instead of paths
2023-03-02 14:51:24 +00:00
Alex van Andel
a6ba0f5b57
Exclude **.md/CODEOWNERS files from triggering pr.yml wf
2023-03-02 14:36:33 +00:00
Alex van Andel
b82d924f03
Update CODEOWNERS
...
Add @calcom/core to all single person claims
2023-03-02 14:16:25 +00:00
Hariom Balhara
1cdb51f424
Fix tests flakiness in embed ( #7468 )
2023-03-02 13:58:46 +00:00
Joe Au-Yeung
aca0dc1b01
Fix webhook e2e test ( #7455 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-03-02 12:13:55 +00:00
zomars
e5e8c33c34
Adds missing cleanups to e2e tests
2023-03-01 16:35:28 -07:00
github-actions[bot]
c76847a8f1
New Crowdin translations by Github Action ( #7453 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-03-01 22:58:06 +01:00
Joe Au-Yeung
7b1ced914b
Fix overwriting users column when saving event types ( #7445 )
...
* Only overwrite user column when present
* Clean up
2023-03-01 10:16:04 -07:00
zomars
a6cd173910
Update playwright.config.ts
2023-02-28 16:43:44 -07:00
zomars
dcd39c3f04
Update pr.yml
2023-02-28 16:42:13 -07:00
Efraín Rochín
aa0a1fcc95
upgrade nextjs to 13.2 version and replace @next/font for in built ne… ( #7440 )
...
* upgrade nextjs to 13.2 version and replace @next/font for in built next/font
* Sync packages
* Update yarn.lock
* Updates edge configs
---------
Co-authored-by: zomars <zomars@me.com>
2023-02-28 16:38:46 -07:00
Udit Takkar
76cf352bce
fix: set organiser email to external id ( #7406 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-02-28 14:53:20 -07:00
github-actions[bot]
86ab19be30
New Crowdin translations by Github Action ( #7409 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2023-02-28 14:52:08 -07:00
Julius Marminge
e4b766b9d6
refactor: cleanup use of rawInput and pipe mdwr in trpc router ( #7422 )
...
* cleanup use of rawInput and pipe mdwr
* Update ssg.ts
* Update ssg.ts
* Update viewer.tsx
---------
Co-authored-by: zomars <zomars@me.com>
2023-02-28 14:40:19 -07:00
Efraín Rochín
2529f71770
Upgrade prisma to 4.11.0 version ( #7438 )
...
* Upgrade prisma to 4.11.0 version
* Update yarn.lock
* Syncs packages
* Update yarn.lock
* Removes deprecations
---------
Co-authored-by: zomars <zomars@me.com>
2023-02-28 14:15:50 -07:00
zomars
9ea0f02c93
Update production-build.yml
2023-02-28 14:14:24 -07:00
zomars
fb1828c8f9
GH actions improvements
...
commit 3ea36a4b96
Author: zomars <zomars@me.com>
Date: Tue Feb 28 13:26:58 2023 -0700
Revert "One more time"
This reverts commit fd8b559a13
.
commit fd8b559a13
Author: zomars <zomars@me.com>
Date: Tue Feb 28 13:00:49 2023 -0700
One more time
commit e8fe71d795
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:40:28 2023 -0700
Fix?
commit 84517e6ddb
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:38:20 2023 -0700
Revert "Consolitades setup step"
This reverts commit 5e8d1983cc
.
commit 5e8d1983cc
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:34:52 2023 -0700
Consolitades setup step
commit 8e732c4cf9
Merge: 00485a9d3
12f2c1f43
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:25:18 2023 -0700
Merge remote-tracking branch 'upstream/main'
commit 00485a9d33
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:08:29 2023 -0700
Update action.yml
commit 95c30af12f
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:05:42 2023 -0700
Update action.yml
commit e56d8a73e2
Author: zomars <zomars@me.com>
Date: Tue Feb 28 11:09:21 2023 -0700
Removed setup
commit ff83d88ac6
Author: zomars <zomars@me.com>
Date: Tue Feb 28 10:54:30 2023 -0700
Is this redundant?
commit b40b65e8da
Merge: 774ba24ae
29e9bd0ee
Author: zomars <zomars@me.com>
Date: Tue Feb 28 10:53:25 2023 -0700
Merge remote-tracking branch 'upstream/main'
commit 774ba24aeb
Merge: 450812044
9c794bac1
Author: zomars <zomars@me.com>
Date: Tue Feb 28 10:18:53 2023 -0700
Merge remote-tracking branch 'upstream/main'
commit 4508120441
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 07:35:02 2023 -0700
Update action.yml
commit c1d6937f4c
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 07:19:52 2023 -0700
Update action.yml
commit de3ec8b5d8
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 07:05:39 2023 -0700
Update action.yml
commit b6f6382f15
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 06:30:55 2023 -0700
Update action.yml
commit e79c03c7a3
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 06:06:51 2023 -0700
Update action.yml
commit 55cc76f526
Author: zomars <zomars@me.com>
Date: Mon Feb 27 21:09:05 2023 -0700
Update pr.yml
commit ffc5d24561
Merge: 2c41c16af
4eecd4220
Author: zomars <zomars@me.com>
Date: Mon Feb 27 21:03:22 2023 -0700
Merge branch 'up-main'
commit 2c41c16afc
Author: zomars <zomars@me.com>
Date: Mon Feb 27 20:23:13 2023 -0700
Updates webhook response
commit cc5ef15b43
Author: zomars <zomars@me.com>
Date: Mon Feb 27 20:11:35 2023 -0700
Typefix
commit 50be9255cb
Author: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Date: Mon Feb 27 15:45:40 2023 -0500
Fix - add team members to emails (#7207 )
* On booking add team members & translation
* Add team members to round robin create
* Only update calendars on reschedule if there is a calendar reference
* Send email on reschedules
* Send team email on cancelled event
* Add team members to calendar event description
* Clean up
* Convert other emails to organizer & teams
* Type check fixes
* More type fixes
* Change organizer scheduled input to an object
* early return updateCalendarEvent
* Introduce team member type
* Fix type errors
* Put team members before attendees
* Remove lodash cloneDeep
* Update packages/core/EventManager.ts
Co-authored-by: Omar López <zomars@me.com>
* Remove booking select object
* Revert "Remove booking select object"
This reverts commit 9f121ff4eb
.
* Refactor email manager (#7270 )
Co-authored-by: zomars <zomars@me.com>
* Type change
* Remove conditional check for updateAllCalendarEvents
---------
Co-authored-by: zomars <zomars@me.com>
commit c7d22a851c
Author: Omar López <zomars@me.com>
Date: Mon Feb 27 12:39:26 2023 -0700
Update viewer.tsx (#7428 )
commit db5b802a15
Author: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Date: Mon Feb 27 13:47:21 2023 -0500
Add destination calendar name to DestinationCalendarSelector (#6701 )
* Add destination calendar name
* Type fix
* Search through calendars only for destination calendar credential
* Refactor get connected calendars
* Clean up
---------
Co-authored-by: zomars <zomars@me.com>
commit 27512b16d2
Author: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Date: Mon Feb 27 02:24:43 2023 -0500
Team Workflows (#7038 )
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
commit 7b47956a34
Author: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Date: Sun Feb 26 00:45:05 2023 +0530
feat: get country code from ip geolocation (#6880 )
* feat: get coutnry code from ip geolocation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: create new api route for fetching code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: replace city with country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* refactor: create hook for country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
commit 658ccc6517
Author: Esaú Morais <55207584+esau-morais@users.noreply.github.com>
Date: Sat Feb 25 16:07:41 2023 -0300
Update settings back button redirect link (#7403 )
* fix(schedule): close on click #7143
* fix(EventSetupTab): validLocations length will always match validLocations length #7138
* fix(SettingsLayout): go back to right route #7379
commit b5849ca30f
Author: Omar López <zomars@me.com>
Date: Fri Feb 24 20:57:49 2023 -0700
Zomars/cal 884 paid events not sending the link (#7318 )
* WIP
* Sends correct emails for paid bookings
* Update PaymentService.ts
* Update webhook.ts
* Update webhook.ts
commit a57369d521
Author: zomars <zomars@me.com>
Date: Mon Feb 27 17:56:55 2023 -0700
Whitespace!!
commit 4d74fa89bf
Author: zomars <zomars@me.com>
Date: Mon Feb 27 16:36:08 2023 -0700
fix
commit fe1724accc
Author: zomars <zomars@me.com>
Date: Mon Feb 27 16:23:24 2023 -0700
Build fix
commit 0ce2c654ce
Author: zomars <zomars@me.com>
Date: Mon Feb 27 16:17:48 2023 -0700
LFG
commit d8be331679
Author: zomars <zomars@me.com>
Date: Mon Feb 27 15:59:52 2023 -0700
Please
commit d27f36f889
Author: zomars <zomars@me.com>
Date: Mon Feb 27 15:41:33 2023 -0700
Pls
commit eb4d01eff2
Author: zomars <zomars@me.com>
Date: Mon Feb 27 15:28:01 2023 -0700
Test
commit c3fd449cfd
Author: zomars <zomars@me.com>
Date: Mon Feb 27 14:07:52 2023 -0700
a
commit 21cc883415
Author: zomars <zomars@me.com>
Date: Sat Feb 25 09:35:42 2023 -0700
Fingers crossed
commit f674d7f99b
Author: zomars <zomars@me.com>
Date: Sat Feb 25 09:31:44 2023 -0700
cache-build not skipping
commit 3cbbead2f2
Author: zomars <zomars@me.com>
Date: Sat Feb 25 09:16:16 2023 -0700
One more time
commit 20672bfbc8
Author: zomars <zomars@me.com>
Date: Sat Feb 25 09:00:51 2023 -0700
Caching is hard
commit a6ff8974a4
Author: zomars <zomars@me.com>
Date: Sat Feb 25 08:45:09 2023 -0700
Running out of ideas
commit d7577926ad
Author: zomars <zomars@me.com>
Date: Sat Feb 25 08:31:54 2023 -0700
Possible caching conflicts
commit 1cc8e6e897
Author: zomars <zomars@me.com>
Date: Sat Feb 25 08:05:35 2023 -0700
e2e
commit 4636609be2
Author: zomars <zomars@me.com>
Date: Sat Feb 25 08:03:08 2023 -0700
Cache fixes
commit 6db3b1afbe
Author: zomars <zomars@me.com>
Date: Sat Feb 25 07:49:50 2023 -0700
Test
commit 8d2587bc3a
Author: zomars <zomars@me.com>
Date: Fri Feb 24 21:20:27 2023 -0700
db-cache fixes
commit 0991c54f36
Author: zomars <zomars@me.com>
Date: Fri Feb 24 21:07:13 2023 -0700
Adds skipping steps
commit e8e437ba01
Author: zomars <zomars@me.com>
Date: Fri Feb 24 21:04:38 2023 -0700
Fixes
commit d5912767bd
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:48:15 2023 -0700
Cache fixes
commit 88aa6d560e
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:17:23 2023 -0700
Fix
commit 594d8b5efe
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:17:23 2023 -0700
Fix
commit 0b29558a6c
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:12:45 2023 -0700
Fix
commit f80259232c
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:09:53 2023 -0700
Fix
commit 73b02c2c92
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:04:07 2023 -0700
Fix
commit 4c375c8952
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:59:15 2023 -0700
FFS
commit fbe8eb969f
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:56:59 2023 -0700
Fixes
commit 619b26de02
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:53:39 2023 -0700
Fix
commit 737a29b80a
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:51:38 2023 -0700
Fix
commit a9cf1fd383
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:49:20 2023 -0700
Another fix
commit 0770c5b814
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:45:41 2023 -0700
Fix
commit efb9d0ccd4
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:43:42 2023 -0700
Fix env setter
commit 5cda52f1f9
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:23:11 2023 -0700
Add env-cache
commit ad8e36891e
Author: zomars <zomars@me.com>
Date: Fri Feb 24 18:56:27 2023 -0700
Create env file workflow
2023-02-28 13:52:50 -07:00
Alex van Andel
12f2c1f431
Negate node_modules to decrease the file count
2023-02-28 19:06:12 +00:00