Develop #138
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request includes updates to documentation, dependencies, and the codebase for handling services and ports in the
katenary
project. The most significant changes involve adding new functionality for naming ports, improving test coverage, and updating documentation references to reflect code changes.Codebase updates:
func (s *Service) AddPort
. This ensures that ports without explicit names are still uniquely identifiable. (generator/service.go
, generator/service.goR63)TestWithSeveralUnknownPorts
to validate the behavior of services with multiple unknown ports. The test ensures that ports are assigned distinct names. (generator/service_test.go
, generator/service_test.goR50-R83)Documentation updates:
MD041
in.markdownlint.yaml
to allow for more flexible markdown formatting. (doc/docs/.markdownlint.yaml
, doc/docs/.markdownlint.yamlR5)generator/service.go
file. (doc/docs/packages/generator.md
, [1] [2] [3] [4] [5]initContainer
in theusage.md
file to enhance readability. (doc/docs/usage.md
, doc/docs/usage.mdL148-R148)Dependency updates:
beautifulsoup4
andmkdocs-manpage[preprocess]
torequirements.txt
for enhanced documentation processing capabilities. (doc/requirements.txt
, doc/requirements.txtR8-R9)