-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/IPv6 #46
Open
SsenabuyaDavid
wants to merge
159
commits into
main
Choose a base branch
from
feature/IPv6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/IPv6 #46
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: judith kwesiga <starie@judie>
* Added README.md * add .gitignore * new changes * login css styling * update urls * forms.py * forms.py * forms * forms * update navbar * style: menu item * style: menu item * style: hightlight selected menu * chore: content structure * chore: content structure * add: monitor select box * refactor: html structure * refactor: html structure * refactor: html structure
* Added README.md * add .gitignore * new changes * login css styling * update urls * forms.py * forms.py * forms * forms * update navbar * style: menu item * style: menu item * style: hightlight selected menu * chore: content structure * chore: content structure * add: monitor select box * refactor: html structure * refactor: html structure * refactor: html structure * gitignore: add .DS_Store files * change session age to 3600 * add: renu favicon * delete .DS_Store * deleted sqlitte * chore: remove unsed packages * feat: download site files * Debug: false * add scheduler package * change to hours for sites download * gitignore: Exception * Hide secret key * fix conflict * set ALLOWED HOSTS * Github Actions * update github actions * test * test * changed check debug settngs * Test Actions * changes * changes * changes * changes * changes * updated settings * updated settings * Testing Actions when debug is left true * Testing Actions when debug is left true * updated settings * Testing Actions when debug is left true * check Debug in Settings * Testing Actions when debug is left true * Actions environment variables * Testing Actions when debug is left true * Actions environment variables * Testing Actions when debug is left true * Actions environment variables * Testing Actions when debug is left true * Testing Actions when debug is left true * Testing Actions when debug is left true * Testing Actions when debug is left true * Testing Actions when debug is left true * Testing Actions when debug is left true * Testing Protected branch * users * Users list * fix conflict * check for renu ips * feature rate limiting * add __pycache__ to .gitignore * remove messages * Refactor: Code modification * update .gitignore: removed pycache from vc * update .gitignore: removed myapp/__pycache from vc * update .gitignore: removed myapp/__pycache from vc
… IPv6 address are the same as those of RENU's IPv6 address
… length is greater than 32.
…ess 2c0f:f6d0::/32
…pv6 addresses in the file are subnets of 2c0f:f6d0
* Python program that checks whether the first fixed 32 bits of a given IPv6 address are the same as those of RENU's IPv6 address * Added functionality to the code to enable it check whether the prefix length is greater than 32. * Program checks whether input by the user is a subnet of the IPv6 address 2c0f:f6d0::/32 * Program that can accept a text file and then identifies whether the ipv6 addresses in the file are subnets of 2c0f:f6d0
* updating branch * Features: Implemented User Authentication, Dashboard, script to parse data from the sites, UI design * Setting up the requirements for testing the code --------- Co-authored-by: judith kwesiga <starie@judie>
…t Ipv6 addresses of a text file which are similar to a reference ipv6 address
…t Ipv6 addresses of a text file which are similar to a reference ipv6 address
…t Ipv6 addresses of a text file which are similar to a reference ipv6 address
* Python program that checks whether the first fixed 32 bits of a given IPv6 address are the same as those of RENU's IPv6 address * Added functionality to the code to enable it check whether the prefix length is greater than 32. * Program checks whether input by the user is a subnet of the IPv6 address 2c0f:f6d0::/32 * Program that can accept a text file and then identifies whether the ipv6 addresses in the file are subnets of 2c0f:f6d0 * Python program that include a function that can be called to print out Ipv6 addresses of a text file which are similar to a reference ipv6 address * Python program that include a function that can be called to print out Ipv6 addresses of a text file which are similar to a reference ipv6 address
* Filter users by username * add user * style: update settings page css * add ip space popup * Added the add_ip_space function
* Filter users by username * add user * style: update settings page css * add ip space popup * Added the add_ip_space function * Settingup for tests with coverage * added tests to gitignore
…g-tool into feature/IPv6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.