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

discourse: update 3.1.0.beta4 -> 3.1.0 #250735

Merged
merged 7 commits into from
Sep 14, 2023
Merged

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    c87ad97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f2257 View commit details
    Browse the repository at this point in the history
  3. discourse: Fix update.py handling newlines

    The update.py script would error out if the spec had a trailing new
    line. The split that follows it would try to split it into two, and
    error out as it can't.
    TheNeikos committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    77b7dc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c28a6bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48f63c5 View commit details
    Browse the repository at this point in the history
  6. discourse: Remove sass-embedded patch

    This was fixed globally in NixOS#240000 and thus is not needed here anymore.
    TheNeikos committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8e8a6ed View commit details
    Browse the repository at this point in the history
  7. discourse: Use nodejs18

    Suggested-by: talyz <[email protected]>
    TheNeikos committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bbdccb8 View commit details
    Browse the repository at this point in the history