Skip to content

fun fact: this has been running in prod for a while #1146

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

Merged
merged 24 commits into from
Mar 20, 2024
Merged

Conversation

michael-grace
Copy link
Member

few things:

  • few updates for running in the container after thunderhorn said "no more myradio for you"
  • updates for the off air studio booking app, such as myradio issuing jwts to do better authentication than what we had

Then, we can have what's running be up to date with github again, and can then give it to jenkins now the new version is running mostly ok.

michael-grace and others added 21 commits August 30, 2022 23:44
because of `setUserSelectedTimeslot` being static (because it sets it in the session), it considers it the GET method.

By pure chance in the last 2.5 years, when going through the methods, it looked at setUST first, said it was the get method, then saw getUST and overwrote that as the GET method, but now it's seeing them in the other order, so overwrites getUST with setUST as the GET method. Because there's no ordering to the methods, just the order they happen to appear in, and we've been relying on getUST coming second.

I put it in as an edge case cause it kinda is - static method setting a thing essentially 'globally'
yeet
Dockerfile.prod Outdated
@@ -0,0 +1,55 @@
FROM php:7.4-apache
Copy link
Member

Choose a reason for hiding this comment

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

this will need updating to 8.2 when #1142 is merged

markspolakovs and others added 3 commits February 21, 2024 21:06
* Upgrade development Dockerfile to PHP 8

* Fixes to get the setup process to work OOTB

* Upgrade to PHP 8.2 and xdebug 3.3.1

* Remove redundant patch (see 2.sql)

* Update schema version
@ashhhleyyy ashhhleyyy self-requested a review March 13, 2024 19:07
@ashhhleyyy ashhhleyyy merged commit bf7c446 into master Mar 20, 2024
@ashhhleyyy ashhhleyyy deleted the mg-stuffs branch March 20, 2024 22:07
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.

4 participants