databrickslabs / databrickslabs/sandbox
Add to IP Access List analyzer to merge consecutive blocks
Open
@alexott is already working on this.
Since Dec 23, 2023.
- Dominant language
- Python
- Stars
- 81
- Forks
- 64
- Avg merge
- 10h 16m
- Merged PRs (30d)
- 19
Description
For example, GitHub actions IP ranges have a lot of entries like:
"13.105.49.0/31",
"13.105.49.2/31",
"13.105.49.4/31",
"13.105.49.6/31",
"13.105.49.8/31",
"13.105.49.10/31",
"13.105.49.12/31",
"13.105.49.14/31",
"13.105.49.16/31",
"13.105.49.18/31",
that could be efficiently collapsed into a one or few bigger ranges. For example, here 128 entries could be efficiently merged into 13.105.49.0/24...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.