JgtAman

Results 20 issues of JgtAman

## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have manually tested the changes proposed in this pull request. - [ ] I have written...

enhancement
gsoc

## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have manually tested the changes proposed in this pull request. - [x] I have written new...

enhancement
gsoc

## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [ ] I have manually tested the changes proposed in this pull request. - [ ] I have...

enhancement
gsoc

Whenever a fuzzy location is created/updated, a notification should be triggered to user as per the preferred mode (Web or Email or Both) with proper information. The fuzzy location page...

gsoc

This involves: - Creating WHOIS model with required fields. The fields which are being stored right now are : Organization name, Country, ASN, Timezone, Address, CIDR, Device, last_ip (of device)....

gsoc

We need to implement a celery task for updating all WhoIs records which are old. The data provided by Maxmind is updated twice a week, every Tuesday and Friday so...

enhancement
gsoc

The complete feature of WhoIs retrieval should be allowed to be enabled/disabled at organization and global level. This can be done via [FallbackBooleanChoiceField](https://openwisp.io/docs/stable/utils/developer/custom-fields.html#openwisp-utils-fields-fallbackbooleanchoicefield)](https://openwisp.io/docs/stable/utils/developer/custom-fields.html#openwisp-utils-fields-fallbackbooleanchoicefield). Need to introduce checks like `device.organization.is_whois_enabled` wherever...

gsoc

Add unit and integration tests to ensure working of WHOIS-related logic. This includes: - Testing `fetch_whois_details` task for correct parsing and saving of WHOIS data - Verifying creation and update...

gsoc

Test cases ensuring correct creation and handling of fuzzy locations based on WHOIS lookup. Test coverage should include: - Creation of new fuzzy location and updating the same whenever last_ip...

gsoc

After closing of #1032, we need to implement celery task which will trigger whenever `last_ip` changes and `is public`. The task will be responsible for fetching the required details as...

gsoc