Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YDB-2321 Add subnet operations in IP UDF #981

Merged
merged 15 commits into from
Jan 25, 2024

Conversation

avevad
Copy link
Member

@avevad avevad commented Jan 12, 2024

Changelog entry

Add functions to manipulate IPv4/v6 address ranges (subnets) in Ip UDF

Changelog category

  • New feature

Additional information

Copy link

github-actions bot commented Jan 12, 2024

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit e85ae9f.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
59839 50601 0 8 9195 35

🔴 linux-x86_64-release-asan: some tests FAILED for commit e85ae9f.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15864 15718 0 28 103 15

Copy link

github-actions bot commented Jan 18, 2024

2024-01-24 08:43:14 UTC Pre-commit check for 2e50767 has started.
2024-01-24 08:43:16 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-24 08:44:20 UTC Build successful.
2024-01-24 08:44:30 UTC Tests are running...
🔴 2024-01-24 09:30:59 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
59985 50751 0 2 9225 7

Copy link

github-actions bot commented Jan 18, 2024

2024-01-24 08:45:22 UTC Pre-commit check for 2e50767 has started.
2024-01-24 08:45:25 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-24 08:46:49 UTC Build successful.
2024-01-24 08:47:01 UTC Tests are running...
🔴 2024-01-24 09:40:38 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15893 15803 0 17 52 21

@avevad avevad marked this pull request as ready for review January 18, 2024 18:03
@avevad avevad requested a review from a team as a code owner January 18, 2024 18:03
@avevad avevad requested review from vitstn and rvu1024 January 18, 2024 18:04
Copy link

✅ Documentation build

Revision builded successful
Revision preview link

Copy link

✅ Documentation build

Revision builded successful
Revision preview link

@avevad avevad requested a review from a team as a code owner January 23, 2024 14:56
Copy link

✅ Documentation build

Revision builded successful
Revision preview link

Copy link

✅ Documentation build

Revision builded successful
Revision preview link

@starlinskiy starlinskiy mentioned this pull request Feb 12, 2024
@vitstn vitstn mentioned this pull request Feb 16, 2024
avevad added a commit to avevad/ydb that referenced this pull request Mar 5, 2024
* Add basic subnet functions in IP UDF

* Minor fixes

* Small fixes

* Post-merge fixes

* Add subnet match

* Add GetSubnetByMask

* Add & canonize tests

* Add RU docs for subnet ops

* Add EN docs for subnet ops

* Revert library changes

* Add usage clarification

* Add usage examples for IP subnet ops

* Add usage examples for IP subnet ops (RU)

* Fix codestyle

* Remove unnecessary string allocation
@avevad avevad deleted the ip-subnet-ops branch January 17, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants