Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Events Endpoint - Fixed events returning a 500 level response #3132

Merged
merged 13 commits into from
Sep 23, 2024

Conversation

Calinator444
Copy link
Member

@Calinator444 Calinator444 commented Sep 19, 2024

Description

The endpoint for past events was returning a 500 level response because tina was attempting to add cache files to a directory in our docker image that wasn't accessible. I've changed the permissions for that directory.

Copy link
Contributor

github-actions bot commented Sep 19, 2024

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 0.22% 69/31203
🔴 Branches 7.57% 24/317
🔴 Functions 1.01% 3/296
🔴 Lines 0.22% 69/31203

Test suite run success

13 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 7e2cda5

Copy link
Contributor

Deployed changes to https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

Copy link
Contributor

PageSpeed Insights

Category Score
Accessibility 95
Best practices 96
Performance 62
SEO 69

View the full report https://pagespeed.web.dev/report?url=https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

Copy link
Contributor

Deployed changes to https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

Copy link
Contributor

PageSpeed Insights

Category Score
Accessibility 95
Best practices 96
Performance 62
SEO 69

View the full report https://pagespeed.web.dev/report?url=https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

@Calinator444 Calinator444 changed the title 🚧 Fixed past events endpoint failing 🐛 Events Endpoint - Fixed events returning a 500 level response Sep 20, 2024
Copy link
Contributor

Deployed changes to https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

Copy link
Contributor

PageSpeed Insights

Category Score
Accessibility 95
Best practices 96
Performance 66
SEO 69

View the full report https://pagespeed.web.dev/report?url=https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

Copy link
Contributor

Deployed changes to https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

Copy link
Contributor

PageSpeed Insights

Category Score
Accessibility 95
Best practices 96
Performance 60
SEO 69

View the full report https://pagespeed.web.dev/report?url=https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

Copy link
Contributor

Deployed changes to https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

Copy link
Contributor

PageSpeed Insights

Category Score
Accessibility 95
Best practices 96
Performance 41
SEO 69

View the full report https://pagespeed.web.dev/report?url=https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

@Calinator444
Copy link
Member Author

For the record - I tested that tina was still working by moving one of the past live streams to today on staging

image
Figure: Live stream added using Tina

Copy link
Member

@bradystroud bradystroud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caleb did some testing

Copy link
Contributor

Deployed changes to https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

Copy link
Contributor

PageSpeed Insights

Category Score
Accessibility 95
Best practices 96
Performance 62
SEO 69

View the full report https://pagespeed.web.dev/report?url=https://app-sswwebsite-9eb3-pr-3132.azurewebsites.net

@Calinator444 Calinator444 merged commit cbb4936 into main Sep 23, 2024
11 checks passed
@Calinator444 Calinator444 deleted the 3123-fix-events-endpoint-failing-v2 branch September 23, 2024 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛Past events - endpoint failing
2 participants