Commit Graph
35 Commits
Author SHA1 Message Date
Keith WilliamsandGitHub e6ae69a20f chore: Remove env file cache (#10297) 2023-07-28 08:24:53 -07:00
Keith WilliamsandGitHub eb93e81baf chore: Updated Docker release workflow to use environment variable (#10345) 2023-07-25 16:15:56 +05:30
Keith WilliamsandGitHub e4c49d0e0b fix: Added step to create env file for bundle analysis (#10224) 2023-07-18 09:20:17 -07:00
Keith WilliamsandGitHub df686370ab chore: Update GitHub env caching to use current PR details (#10096) 2023-07-13 19:08:50 +02:00
Keith WilliamsandGitHub 358da42a9b fix: yaml syntax for new contributors action (#10094) 2023-07-12 19:17:40 +00:00
Keith WilliamsandGitHub 0c3ca5c267 chore: Make reading env file cache strict (#9863) 2023-07-01 19:42:40 +02:00
Keith WilliamsandGitHub 852d5b3954 chore: increase operations-per-run for stale issues job (#9833) 2023-06-28 15:10:03 +02:00
Keith WilliamsandGitHub b9ced0ecf8 v3.0.9 2023-06-28 13:54:45 +02:00
Keith WilliamsandGitHub 66d47974cb v3.0.8 2023-06-27 14:13:40 +02:00
4fe69b5864 chore: Removing the calendar-cache because of perf issues (#9808)
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
2023-06-27 00:32:05 +02:00
Keith WilliamsandGitHub 8da68cc1fe chore: Added test SendGrid env variables (#9807) 2023-06-26 18:59:39 +02:00
Keith WilliamsandGitHub 0af76ec5ab chore: Updated staleness check to start with old content (#9800) 2023-06-26 14:49:41 +02:00
cfa6a5b996 chore: Added unit tests for converting availability to string (#9617)
* Added unit tests for availability to string

* Testing to see if extra toString() removes unicode

* Replacing unicode space

* Updated to regex

* Reverted files that were not supposed to change

* Reverted schema changes

* Added comment

* Type check

* Change function call structure

---------

Co-authored-by: alannnc <alannnc@gmail.com>
2023-06-22 22:19:50 +00:00
Keith WilliamsandGitHub 828ef8580e v3.0.5 2023-06-21 18:39:37 +02:00
Keith WilliamsandGitHub cbf3edefc7 chore: Added unit tests for CalendarManager->getCalendarCredentials (#9618)
* Added unit tests for CalendarManager->getCalendarCredentials

* Fixed spacing

* Made test data more accurate
2023-06-19 16:10:06 +02:00
Keith WilliamsandGitHub 9db4a04cd9 chore: Cache node_modules (#9492)
* Adding check for cache hit

* Adding a separate install step first

* Put the restore cache steps back

* Revert the uses type for restoring cache

* Added step to restore nm cache

* Removed the cache-hit check

* Comments and naming

* Removed extra install command

* Updated the name of the linting step to be more clear
2023-06-14 15:27:47 -03:00
Keith WilliamsandGitHub 4efa90e42f chore: Upgrade turbo (#9271)
* chore: Upgrade turbo

* Pinned turbo version

* Revert "Pinned turbo version"

This reverts commit ae263009ee4750943e25efe62052152b40655844.

* Upgraded to 1.10.1
2023-06-01 18:43:21 +00:00
Keith WilliamsandGitHub 991167fb8b Removed extra db-seed call since we use cache-db (#9212) 2023-05-31 00:13:28 +00:00
Keith WilliamsandGitHub 2e379653a4 chore: Shard E2E tests (#9206)
* Shard E2E tests

* Updated shards to 5

* Removed action triggers used for testing
2023-05-30 17:31:21 +00:00
Keith WilliamsandGitHub cae1ca8dfb Replace user email with ID in logs (#9115) 2023-05-30 16:15:09 +02:00
Keith WilliamsandGitHub f179c23cc5 v2.8.13 2023-05-10 11:26:52 -03:00
Keith WilliamsandGitHub f4c613e6d1 Enable workflows on merge_group (#8781)
* Enable workflows on merge_group

* Reverting back to pull_request_target
2023-05-09 17:43:07 +01:00
Keith WilliamsandGitHub 56acfa38f1 v2.8.12 2023-05-03 10:12:34 -03:00
Keith WilliamsandGitHub 5672a721d9 v2.8.11 2023-05-02 15:21:58 -03:00
Keith WilliamsandGitHub 9eb4187644 Added write permission for pull requests in cron action (#8391) 2023-04-20 11:49:52 -07:00
Keith WilliamsandGitHub 36d47bd2d8 v2.8.3 2023-04-18 18:22:24 -03:00
Keith WilliamsandGitHub 081776b4f9 Fixing syntax error in stale issue cron action (#8269) 2023-04-15 13:49:16 +02:00
Keith WilliamsandGitHub af0123a606 Updated issue/PR staleness checks (#8209)
* Updated issue/PR staleness checks

* Changed order of settings to group them better
2023-04-11 22:39:53 +02:00
Keith WilliamsandGitHub 9016a854ca v2.7.11 2023-04-10 16:46:55 -03:00
Keith WilliamsandGitHub 5b7c55b029 v2.7.10 2023-04-07 17:04:56 -03:00
Keith WilliamsandGitHub 5ec9c41f7c v2.7.9 2023-04-07 15:29:01 -03:00
Keith WilliamsandGitHub 02d32321aa Updated the PR template to not use checkboxes for 'Type of change' (#7960)
* Updated the PR template to not use checkboxes for 'Type of change'

* Changed wording of options to bullets
2023-03-28 10:43:27 +02:00
Keith WilliamsandGitHub 74986bb6a3 Events not being added to outlook (#7726) 2023-03-15 21:04:35 +01:00
Keith WilliamsandGitHub 1625f462c2 Fixed linting issues in Playwright config (#7662) 2023-03-12 09:39:08 +01:00
Keith WilliamsandGitHub f3360e6476 Fix jackson build error (#7641)
* Fixing prettier build issue with jackson

* Refactor to clean up code

* Now using globalThis to reference jackson objects
2023-03-10 15:28:57 +00:00