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

Draft: discourse 3.1.0 backport to nixos-23.05 #262450

Closed
wants to merge 9 commits into from

Commits on Oct 21, 2023

  1. discourse: 3.1.0.beta4 -> 3.1.0

    TheNeikos authored and pdg137 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    29915a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e367a7 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 authored and pdg137 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    f8ec385 View commit details
    Browse the repository at this point in the history
  4. discourseAllPlugins: Update all

    TheNeikos authored and pdg137 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    58bd034 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    020bb0c 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.
    
    # Conflicts:
    #	pkgs/servers/web-apps/discourse/default.nix
    TheNeikos authored and pdg137 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    5a86f5a View commit details
    Browse the repository at this point in the history
  7. discourse: Use nodejs18

    Suggested-by: talyz <kim.lindberger@gmail.com>
    
    # Conflicts:
    #	pkgs/servers/web-apps/discourse/default.nix
    TheNeikos authored and pdg137 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1291ac3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07b4ec8 View commit details
    Browse the repository at this point in the history
  9. rubyPackages.webrick: init at 1.8.1

    aidalgol authored and pdg137 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    42c84db View commit details
    Browse the repository at this point in the history