mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00:00
Page:
Server side Git hooks
Pages
"main" branch partial history rewrite in August 2022
A few thoughts on Rust in BIND
BIND 9 Achievements
BIND 9 F2F Meeting in Warsaw, October 2019
BIND 9 Memory Explained
BIND 9 PKCS11
BIND 9 Packaging
BIND 9 Style Guide
BIND 9.11 ESV Soft Code Freeze
BIND 9.15 Plan
BIND 9.17 Plan
BIND 9.19 Plan
BIND 9.19 Planning: CHANGES
BIND 9.19 Planning: Configuration Backend
BIND 9.19 Planning: DB notes
BIND 9.19 Planning: Discuss new features
BIND 9.19 Planning: Incident Manager Rotation
BIND 9.19 Planning: Netmgr evaluation
BIND 9.19 Planning: Refactor RBTDB
BIND 9.19 Planning: Refactoring XFR
BIND 9.19 Planning: Refactoring zone.c
BIND 9.19 Planning: Refactoring
BIND 9.19 Planning: Statistics System Overhaul
BIND 9.19 Planning: Testing
BIND 9.19 Planning: Things to do before BIND 9.18 cutoff
BIND 9.21 Plan
BIND Development and Release Process 2019
BIND development workflow
CGroups v2 limiting resource consumption for testing
CPU profiling using perf
Config system requirements
DNS Shotgun integration into Gitlab CI
DNSSEC Key and Signing Policy (KASP)
Data structure survey
Debian Packages
Escalation Engineer Duties
Git Of Theseus
Gitlab how to
Integration tests wish list
Internal objects and their relations
Known Issues in BIND 9.18
Known Issues in BIND 9.20
Known Issues in BIND 9.21
LLM based tools thoughts
Planning
Policy for removing named.conf options
Preparing Useful Merge Requests
QP‑trie in NSD
Requirements and Designs
Server side Git hooks
Serving stale data
Stable Release Update
Statistics Requirements
SystemTap on 4326 remove locking from copy_namehook_lists
SystemTap on main
Team Meetings
Testing by configuration options
Updating resolver algorithm, or "who knows best, the parent or the child?"
User space Probing in BIND 9
_sidebar
benchmarks
best practices
caches
dashboard
home
october2018meeting
pytest howto
stdatomic usage in master
Clone
4
Server side Git hooks
Michał Kępień edited this page 2019-01-07 05:59:34 -05:00
Table of Contents
isc-projects/bind9
pre-receive
- Prints a warning upon an attempt to push a branch whose name is not prefixed with either a GitLab issue number or a whitelisted GitLab username.
- Prevents pushing any v9_* tag that is either not annotated or not signed.
- Prevents pushing any v9_* tag that points to a tree with a
CHANGES
file containing entries which are not yet present in any maintained, public branch. This intends to prevent accidental disclosure of pending security releases. - Prevents any ref pointing to a tree containing
CHANGES.SE
in the top-level directory from being pushed. This intends to prevent accidental pushes of the Supported Preview editions of BIND to the public repository.