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/designate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/designate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: unmaintained/2024.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 16 files changed
  • 7 contributors

Commits on Mar 15, 2024

  1. Update .gitreview for stable/2024.1

    Change-Id: I5920f1998777d7a8516b14a8d3438685adf0eb81
    openstackadmin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3cd69a2 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.1

    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/2024.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I56158160521cbbe337c3f4f7456c47f3983f7592
    openstackadmin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    72777e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. devstack: Fix manage.py execution with GLOBAL_VENV

    We need to use the specific python path to run the command with
    all software installed in global virtualenv.
    
    Change-Id: I4d9c26e25851be0a955f4172a530eff266a89331
    (cherry picked from commit 0fa798f)
    (cherry picked from commit 2ea1a6e)
    kajinamit committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d60cba7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Stable-only: Switch neutron job to stable version

    Change-Id: Ida46a79b27f15aa6875bd9dfa822bb07cf0b382f
    kajinamit committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    50b04e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Fix YAMLAdapter when optional attributes are missing

    So far, using YAMLAdapter in pools.yaml context, without providing all
    of the pools.yaml attributes altogether, failed because of YAMLAdapter.
    
    An example could be an end user who wouldn't like to deploy catalog
    zones in its pools and therefore would drop that attribute from the
    pools.yaml file, like in
    designate/tests/resources/pools_yaml/multiple-pools.yaml.
    
    Running any designate-manage pool command on a file without all of the
    pools.yaml attributes will fail with the following error message:
    
    designate.exceptions.AdapterNotFound:
    Adapter for None to format YAML not found
    
    This patch fixes it.
    
    Closes-Bug: #2064720
    Change-Id: I214cfc05a834d97a61d0236ab223470631bfc405
    (cherry picked from commit 6cc0a7d)
    oschwart committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7e58bdd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    f001824 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. api: Handle duplicated query string paramters

    We don't expect these anywhere, so raise a HTTP 400 (Bad Request) if we
    see them.
    
    While here, we convert the method used to a classmethod since it doesn't
    need access to instance state and makes testing ever so slightly easier.
    
    Signed-off-by: Stephen Finucane <[email protected]>
    Change-Id: I379201bc3f71870cc49d1d5b3b50cfc9b99e4764
    Closes-bug: #2092394
    (cherry picked from commit 0d77707)
    (cherry picked from commit 505ea9b)
    stephenfin committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    b905f44 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Support "-" in region name for FIP's

    After moving to raw strings for regular expressions region names with a
    "-" in name have been broken because raw string duplicates backslashes
    and it was two backslashes in inital regular experession.
    With this changes extra back slash deleted what is correct to r''
    string.
    
    Closes-Bug: 2096623
    Change-Id: Ibdf8d93bdb8926b22c3ac978ccb72d795ad4c581
    (cherry picked from commit fed6500)
    (cherry picked from commit 5490df4)
    misamoylov authored and tobias-urdin committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    a33f737 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Add an designate-api-wsgi compatibility script

    This patch adds an designate-api-wsgi script that gets installed with
    Designate for backward compatibility on the stable branches.
    The pbr wsgi_scripts function no longer generates this script
    automatically due to recent changes in setuptools.
    
    This is a stable branch only patch.
    
    Change-Id: I19b3307a4097fa6569cf694acdfb4b0f4687b0ff
    (cherry picked from commit 5f4d6c4)
    johnsom committed May 7, 2025
    Configuration menu
    Copy the full SHA
    af7445f View commit details
    Browse the repository at this point in the history
Loading