mreg-cli 1.2.3__tar.gz → 1.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/CHANGELOG.md +6 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/PKG-INFO +2 -2
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/_version.py +2 -2
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/api/models.py +3 -3
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli.egg-info/PKG-INFO +2 -2
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/.github/workflows/publish.yml +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/.github/workflows/test.yml +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/.gitignore +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/.markdownlint.json +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/AUTHORS +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/CONTRIBUTING +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/LICENSE +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/README.md +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/ci/Dockerfile +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/ci/diff.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/ci/docker-compose.yml +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/ci/run_testsuite_and_record.sh +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/ci/run_testsuite_and_record_V2.sh +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/ci/testsuite +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/ci/testsuite-result.json +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/data/mreg-cli.conf +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/__about__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/__init__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/__main__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/api/__init__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/api/abstracts.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/api/endpoints.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/api/fields.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/api/history.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/cli.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/__init__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/base.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/dhcp.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/group.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/help.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/host.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/host_submodules/__init__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/host_submodules/a_aaaa.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/host_submodules/bacnet.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/host_submodules/cname.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/host_submodules/core.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/host_submodules/rr.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/label.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/logging.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/network.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/permission.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/policy.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/recording.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/registry.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/root.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/commands/zone.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/config.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/errorbuilder.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/exceptions.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/help_formatter.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/main.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/outputmanager.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/prompt.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/py.typed +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/tags.txt +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/tokenfile.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/types.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/utilities/__init__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/utilities/api.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/utilities/shared.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli/utilities/validators.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli.egg-info/SOURCES.txt +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli.egg-info/dependency_links.txt +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli.egg-info/entry_points.txt +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli.egg-info/requires.txt +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/mreg_cli.egg-info/top_level.txt +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/pyproject.toml +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/run.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/setup.cfg +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/__init__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/api/__init__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/api/test_fields.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/api/test_models.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/conftest.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/test_errorbuilder.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/test_exceptions.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/test_outputmanager.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/test_prompt.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/test_tokenfile.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/test_types.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/utilities/__init__.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tests/utilities/test_api.py +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/tox.ini +0 -0
- {mreg_cli-1.2.3 → mreg_cli-1.2.4}/uv.lock +0 -0
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
<!-- ## Unreleased -->
|
|
9
9
|
|
|
10
|
+
## [1.2.4](https://github.com/unioslo/mreg-cli/releases/tag/1.2.4) - 2025-01-30
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Reverse zone management was completely broken. This affected all zone-related commands when using reverse zones.
|
|
15
|
+
|
|
10
16
|
## [1.2.3](https://github.com/unioslo/mreg-cli/releases/tag/1.2.3) - 2024-12-16
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: mreg-cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: MREG interactive command line client
|
|
5
5
|
Author: Others (see AUTHORS)
|
|
6
6
|
Author-email: Øyvind Kolbu <oyvind.kolbu@usit.uio.no>, Safet A <amedov@usit.uio.no>, Magnus Hirth <mhmorgan42@gmail.com>, Nico <nicolaydmohebi@gmail.com>, Marius Bakke <marius.bakke@usit.uio.no>, Fredrik Larsen <fredrik.larsen@usit.uio.no>, Paal Braathen <paal.braathen@usit.uio.no>, Nils Hiorth <nils@nls.me>, Dmytro Karpenko <dmytrok@usit.uio.no>
|
|
@@ -588,7 +588,7 @@ class Zone(FrozenModelWithTimestamps, WithTTL, APIMixin):
|
|
|
588
588
|
|
|
589
589
|
def is_reverse(self) -> bool:
|
|
590
590
|
"""Return True if the zone is a reverse zone."""
|
|
591
|
-
return
|
|
591
|
+
return is_reverse_zone_name(self.name)
|
|
592
592
|
|
|
593
593
|
# Default to forward zone endpoints for the base class
|
|
594
594
|
# This can be overridden in the subclasses
|
|
@@ -1064,7 +1064,7 @@ class Delegation(FrozenModelWithTimestamps, WithZone):
|
|
|
1064
1064
|
|
|
1065
1065
|
@classmethod
|
|
1066
1066
|
def is_reverse(cls) -> bool:
|
|
1067
|
-
"""Return True if the
|
|
1067
|
+
"""Return True if the delegation is for a reverse zone."""
|
|
1068
1068
|
return False
|
|
1069
1069
|
|
|
1070
1070
|
@classmethod
|
|
@@ -1094,7 +1094,7 @@ class ReverseZoneDelegation(Delegation, APIMixin):
|
|
|
1094
1094
|
|
|
1095
1095
|
@classmethod
|
|
1096
1096
|
def is_reverse(cls) -> bool:
|
|
1097
|
-
"""Return True if the
|
|
1097
|
+
"""Return True if the delegation is for a reverse zone."""
|
|
1098
1098
|
return True
|
|
1099
1099
|
|
|
1100
1100
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: mreg-cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: MREG interactive command line client
|
|
5
5
|
Author: Others (see AUTHORS)
|
|
6
6
|
Author-email: Øyvind Kolbu <oyvind.kolbu@usit.uio.no>, Safet A <amedov@usit.uio.no>, Magnus Hirth <mhmorgan42@gmail.com>, Nico <nicolaydmohebi@gmail.com>, Marius Bakke <marius.bakke@usit.uio.no>, Fredrik Larsen <fredrik.larsen@usit.uio.no>, Paal Braathen <paal.braathen@usit.uio.no>, Nils Hiorth <nils@nls.me>, Dmytro Karpenko <dmytrok@usit.uio.no>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|