X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/cloudkitty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/cloudkitty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2025.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 15, 2025

  1. Update .gitreview for stable/2025.2

    Change-Id: I61e4a9b1527eea5fe64b9f703acdc14d473c94f6
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    ef8e0b3 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2025.2

    Update the URL to the upper-constraints file to point to the redirect
    rule on releases.openstack.org so that anyone working on this branch
    will switch to the correct upper-constraints list automatically when
    the requirements repository branches.
    
    Until the requirements repository has as stable/2025.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: Ibf83f598785eb72c3db7eccc90f57ec36b8e2681
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    e66036b View commit details
    Browse the repository at this point in the history
  3. Hide credentials in contexts from logs

    Do not record the full context values in plain format, because these
    may contain sensitive values such as request token. Use the generic
    mask feature to detect potentially sensitive fields and replace raw
    values by '***'.
    
    Story: 2011523
    Task: 52787
    Change-Id: Ic997d36ec188b390473437c874085ef9a8c41f2f
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
    (cherry picked from commit 56af015)
    kajinamit authored and priteau committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    e023e31 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Deploy healthcheck middleware as app

    Using the healthcheck middleware as a filter is deprecated and
    the middleware should be used as an application[1].
     [1] 6feaa13610c450c8486f969703768db5319b4846
    
    This change updates definition and usage of the healthcheck middleware
    accordingly to avoid the following deprecation warning.
    
    DeprecationWarning: Using function/method 'Healthcheck.factory()' is
    deprecated: The healthcheck middleware must now be configured as
    an application, not as a filter.
    
    Change-Id: Idf31c0ed5f433e42d26560d5d0022e53faeb6450
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
    (cherry picked from commit e72d356)
    kajinamit authored and priteau committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    09b7e4e View commit details
    Browse the repository at this point in the history
Loading
X Tutup