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

4.0.5: Management UI: serve all static assets with a control-cache header (backport #12749) #12779

Merged
merged 7 commits into from
Nov 25, 2024

Commits on Nov 21, 2024

  1. Insert control-cache headers to every resource and reload index.html

    (cherry picked from commit ce760c6)
    
    # Conflicts:
    #	.github/workflows/test-management-ui-for-pr.yaml
    #	deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl
    #	selenium/test/multi-oauth/certs/server_rabbitmq_certificate.pem
    #	selenium/test/multi-oauth/certs/server_rabbitmq_key.pem
    #	selenium/test/multi-oauth/devkeycloak/server_devkeycloak.p12
    #	selenium/test/multi-oauth/devkeycloak/server_devkeycloak_certificate.pem
    #	selenium/test/multi-oauth/devkeycloak/server_devkeycloak_key.pem
    #	selenium/test/multi-oauth/prodkeycloak/server_prodkeycloak.p12
    #	selenium/test/multi-oauth/prodkeycloak/server_prodkeycloak_certificate.pem
    #	selenium/test/multi-oauth/prodkeycloak/server_prodkeycloak_key.pem
    MarcialRosales authored and mergify[bot] committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    914b0f1 View commit details
    Browse the repository at this point in the history
  2. Add missing vhost

    (cherry picked from commit 50a316a)
    MarcialRosales authored and mergify[bot] committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7b5c680 View commit details
    Browse the repository at this point in the history
  3. rabbit_mgmt_wm_version: pass Dialyzer

    rabbit:product_version/0 should not return
    an 'undefined'.
    
    However, a fallback to the base version is
    a technique we already use in 'rabbitmq-diagnostics status',
    so adopt the same trick.
    
    (cherry picked from commit f5a8388)
    michaelklishin authored and mergify[bot] committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    969a933 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    8cef1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c6f5f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1405e78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ae9d95 View commit details
    Browse the repository at this point in the history