Skip to content

Conversation

@thecristen
Copy link
Collaborator

erlang 28.0 → 28.2
elixir 1.18.4 → 1.19.4
Phoenix 1.8.1 → 1.8.3

I was mostly curious if I could get a more cooperative local dev environment which didn't crash on recompilation so often. I'm not sure if I achieved that, but at least we can keep up with our incremental upgrades.

Some corrections/improvements made along the way:

  • The check_origin host is already set in runtime.exs and thus I didn't need any of the other code around configuring that
  • The :allow_indexing configuration was written before we had a runtime.exs. Using the runtime configuration file to set that value lets me clean up a lot of code!
  • Upon closer inspection the # hack to pull the STATIC_SCHEME variable out of the environment also came before runtime.exs, and also doesn't do anything useful as currently written. So I hypothesize we don't need that anymore

@thecristen thecristen requested a review from a team as a code owner January 2, 2026 20:49
@thecristen thecristen added the dev-green Deploy to dev-green label Jan 2, 2026
[:sasl | extra_apps]
else
extra_apps
[:wx, :observer | extra_apps]
Copy link
Contributor

Choose a reason for hiding this comment

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

Out of curiosity, what are these for?

end)

assigns = assign(assigns, links: links)
assigns = Phoenix.Controller.assign(assigns, links: links)
Copy link
Contributor

Choose a reason for hiding this comment

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

Non-blocking: Is this necessary?

{Phoenix.PubSub, name: Dotcom.PubSub},
Alerts.BusStopChangeSupervisor,
Alerts.CacheSupervisor
] ++
Copy link
Contributor

Choose a reason for hiding this comment

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

lol

@thecristen thecristen merged commit c92c94d into main Jan 5, 2026
20 of 21 checks passed
@thecristen thecristen deleted the upgrade branch January 5, 2026 21:41
@github-actions github-actions bot removed the dev-green Deploy to dev-green label Jan 7, 2026
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.

3 participants