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

remove phoenix_view and phoenix_html #793

Merged
merged 2 commits into from
Jul 1, 2024
Merged

remove phoenix_view and phoenix_html #793

merged 2 commits into from
Jul 1, 2024

Conversation

panentheos
Copy link
Collaborator

Summary of changes

RTS has no visual web endpoints, so we're not using these libraries at all. We can remove them instead of upgrading them.

@panentheos panentheos requested a review from a team as a code owner July 1, 2024 15:20
Copy link
Contributor

@sloanelybutsurely sloanelybutsurely left a comment

Choose a reason for hiding this comment

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

mix.exs Outdated
@@ -56,9 +56,7 @@ defmodule RealtimeSigns.Mixfile do
{:uuid, "~> 1.1", only: :test},
{:quantum, "~> 3.0"},
{:phoenix, "~> 1.7.0"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't need this one anymore either, I think?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There's still a reference to it, but I guess we could strip that out too.

Copy link

github-actions bot commented Jul 1, 2024

Coverage of commit 6cae7d1

Summary coverage rate:
  lines......: 73.7% (2110 of 2864 lines)
  functions..: 76.6% (583 of 761 functions)
  branches...: no data found

Files changed coverage rate:
                                                             |Lines       |Functions  |Branches    
  Filename                                                   |Rate     Num|Rate    Num|Rate     Num
  =================================================================================================
  lib/realtime_signs_web.ex                                  | 0.0%      1| 0.0%     3|    -      0

Download coverage report

Copy link

github-actions bot commented Jul 1, 2024

Coverage of commit 04fd28a

Summary coverage rate:
  lines......: 73.7% (2110 of 2864 lines)
  functions..: 76.6% (583 of 761 functions)
  branches...: no data found

Files changed coverage rate:
                                                             |Lines       |Functions  |Branches    
  Filename                                                   |Rate     Num|Rate    Num|Rate     Num
  =================================================================================================
  lib/realtime_signs_web.ex                                  | 0.0%      1| 0.0%     3|    -      0
  lib/realtime_signs_web/endpoint.ex                         |50.0%      2|11.8%    17|    -      0

Download coverage report

@panentheos panentheos merged commit e959cec into main Jul 1, 2024
2 checks passed
@panentheos panentheos deleted the bhw/remove-view branch July 1, 2024 16: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.

3 participants