-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Google Calendar environment variables (#1638)
* passing Google Calendar API info through build process 🈴 * renaming env vars & publishing them to the build process 🐦 * auto checkout not working for Hasura build 🦷 * discovered some not renamed variables 🉐 * adding swap space ☄ * trying to expand Node's heap size 🧐 * underscored rather than dashed 🌾 * trying node 20 🦙 * switching to `python3` 🌮 * updating `node-gyp` & `better-sqlite3` 🛵 * returning error details 🦚 * trying a different mechanism for increasing the Node heap 🦟 * fix: fix logic for checking the host. Now using a whitelist set in config.ts and checking that against the publicURL * fix: was referencing the cal id with NEXT_PUBLIC_GOOGLE_CAL prefix but it is now GCAL_ - should sort the missing credentials issue * printing settings for sanity check 🐻 * setting runtime environment 🌲 * trying to set runtime env 👩🏿🔧 * grabbing calendar id 🤴🏿 * replacing escapes newlines in private key 🍨 * removing logging 🥾 * fix: body overflow issue when events have long descriptions * feat: style/design updates to calendar pop overs * chore: clean up comments * fix: use ListItem * fixed issues after review from @dysbulic * fix: addressed comments from dys' review, removed a cpl of comments and increased the days initially displayed to fill the block --------- Co-authored-by: luxumbra <me@luxumbra.dev>
- Loading branch information
Showing
16 changed files
with
757 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.20.1 | ||
20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.