Morten Brekkevold
Morten Brekkevold
Re: the discussion in https://lister.sikt.no/hyperkitty/list/[email protected]/thread/ZAXTVUPAYTADZECZSPKTYRKMNOX6VZ64/ - the test coverage of `nav.ipdevpoll.dataloader` should really be increased: https://app.codecov.io/gh/Uninett/nav/blob/master/python/nav/ipdevpoll/dataloader.py
**Is your feature request related to a problem? Please describe.** As of version 5.4, API tokens are generated and persisted in the NAV database. A token's expiry time and access...
Some of this has been researched and documented in comments in #2484 already
`pkg_resources` is deprecated. [NAV (as of 5.6.1) uses `pkg_resources` in a few places](https://github.com/search?q=repo%3AUninett%2Fnav%20pkg_resources&type=code), mostly to get its own version number or the version number of other packages. [Python 3.8 introduced...
### Is your feature request related to a problem? Please describe. It is not always desirable to delegate access to arbitrarily configure switch ports. In some use cases, the central...
This PR fixes #276. I could not find any existing tests that explicitly test the existing `infra_ip` attribute, so I'm not sure what the best strategy for testing this would...
**Is your feature request related to a problem? Please describe.** We constantly find ourselves writing new template tags to make our template logic more concise. Some of these functions are...
This sets up a default config for tox, with an environment list for Python versions 3.7 through 3.9, and moves the pytest config into `tox.ini` while we're at it. I...
Fixes #263 At Sikt, we want to run the underlay directly on IPv6. This requires support for IPv6 network address fields on the Linknet model, which must also be supported...