Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 633
    • Issues 633
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !6132

[v9_18] [2/5] Implement catalog zones options new syntax based on custom properties

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Arаm Sаrgsyаn requested to merge 3222-catz-options-new-syntax-based-on-custom-properties-v9_18 into v9_18 Apr 14, 2022
  • Overview 1
  • Commits 4
  • Pipelines 1
  • Changes 9

According to DNS catalog zones draft version 5 document, catalog zone custom properties must be placed under the "ext" label.

Make necessary changes to support the new custom properties syntax in catalog zones with version "2" of the schema.

Change the default catalog zones schema version from "1" to "2" in ARM to prepare for the new features and changes which come starting from this commit in order to support the latest DNS catalog zones draft document.

Make some restructuring in ARM and rename the term catalog zone "option" to "custom property" to better reflect the terms used in the draft.

Change the version of 'catalog1.zone.' catalog zone in the "catz" system test to "2", and leave the version of 'catalog2.zone.' catalog zone at version "1" to test both versions.

Add tests to check that the new syntax works only with the new schema version, and that the old syntax works only with the legacy schema version catalog zones.

Closes #3222 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 3222-catz-options-new-syntax-based-on-custom-properties-v9_18