-
Notifications
You must be signed in to change notification settings - Fork 87
Comparing changes
Open a pull request
base repository: openstack/designate
base: master
head repository: openstack/designate
compare: unmaintained/2024.1
- 9 commits
- 16 files changed
- 7 contributors
Commits on Mar 15, 2024
-
Update .gitreview for stable/2024.1
Change-Id: I5920f1998777d7a8516b14a8d3438685adf0eb81
Configuration menu - View commit details
-
Copy full SHA for 3cd69a2 - Browse repository at this point
Copy the full SHA 3cd69a2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 72777e2 - Browse repository at this point
Copy the full SHA 72777e2View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d60cba7 - Browse repository at this point
Copy the full SHA d60cba7View commit details
Commits on Oct 22, 2024
-
Stable-only: Switch neutron job to stable version
Change-Id: Ida46a79b27f15aa6875bd9dfa822bb07cf0b382f
Configuration menu - View commit details
-
Copy full SHA for 50b04e6 - Browse repository at this point
Copy the full SHA 50b04e6View commit details
Commits on Oct 29, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 7e58bdd - Browse repository at this point
Copy the full SHA 7e58bddView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f001824 - Browse repository at this point
Copy the full SHA f001824View commit details
Commits on Jan 6, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for b905f44 - Browse repository at this point
Copy the full SHA b905f44View commit details
Commits on Apr 9, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for a33f737 - Browse repository at this point
Copy the full SHA a33f737View commit details
Commits on May 7, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for af7445f - Browse repository at this point
Copy the full SHA af7445fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...unmaintained/2024.1