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

feat/153: introduce append_ips() method to be used in favour of add_ips() #267

Merged
merged 6 commits into from Aug 29, 2023

Conversation

Sidsector9
Copy link
Member

@Sidsector9 Sidsector9 commented Jul 31, 2023

Description of the Change

Closes #153

How to test the Change

  • Test the function Restricted_Site_Access::append_ips() as per the inline documentation and verify if the IPs are added.
  • Verify if 2 IPs can share the same label.

Changelog Entry

Added - Restricted_Site_Access::append_ips() method to add IP addresses programatically.

Credits

Props @Sidsector9

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@Sidsector9 Sidsector9 self-assigned this Jul 31, 2023
@Sidsector9 Sidsector9 requested review from a team and faisal-alvi and removed request for a team August 6, 2023 18:31
@jeffpaul jeffpaul added this to the Future Release milestone Aug 7, 2023
faisal-alvi
faisal-alvi previously approved these changes Aug 8, 2023
Copy link
Member

@faisal-alvi faisal-alvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Sidsector9 Thank you for the PR.

  • ✅ Test the function Restricted_Site_Access::append_ips() as per the inline documentation and verify if the IPs are added.
  • ✅ Verify if 2 IPs can share the same label.

image

@Sidsector9 Sidsector9 dismissed faisal-alvi’s stale review August 8, 2023 11:08

The merge-base changed after approval.

faisal-alvi
faisal-alvi previously approved these changes Aug 8, 2023
@Sidsector9 Sidsector9 dismissed faisal-alvi’s stale review August 8, 2023 13:09

The merge-base changed after approval.

@jeffpaul
Copy link
Member

jeffpaul commented Aug 8, 2023

@faisal-alvi @Sidsector9 it seems like this should be otherwise good to merge in, correct?

@Sidsector9
Copy link
Member Author

@jeffpaul yes, the PR review was dismissed due to a bug - https://github.com/orgs/community/discussions/58535

@faisal-alvi
Copy link
Member

@jeffpaul as far as this is because of Github's own issue, I think we can merge it.

@Sidsector9 Sidsector9 merged commit e15080b into develop Aug 29, 2023
11 checks passed
@Sidsector9 Sidsector9 deleted the feat/153 branch August 29, 2023 15:10
@jeffpaul jeffpaul modified the milestones: Future Release, 7.4.1 Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve input arguments for Restricted_Site_Access::add_ips function
3 participants