Morten Brekkevold
Morten Brekkevold
This will parse any fragment present in a Git repo url as a branch refspec, and make sure to clone that branch when the repo is first cloned. I would...
If jinja_filters is actually found, but its sub-dependencies cannot be imported, the actual culprit would be masked. This adds the exception string to the output. Our users were told jinja_filters...
As pointed out by our core CNaaS team, the argument order of the ipv4_to_ipv6 filter function was confusing, as the filter would normally be used in Jinja templates by piping...
**Is your feature request related to a problem? Please describe.** We sometimes need to make experimental changes to our templates or settings, and test these in single instances of CNaaS-NMS....
Example target is a web client for libera.chat, but we could potentially go with a plain old irc scheme url (and potentially confuse the young folks ;) )
The `buglog.py` script normally compiles a list of closed issues and merged pull requests from a GitHub milestone, but with the added overhead of three more people on the dev...
This is a proof-of-concept for using pytest as the project test runner. It is by no means complete, but shows how pytest markers can be used to select/deselect tests for...
This PR aims to do several things to the docker-compose based development environment: - Removed redundant build commands that make things take a long time - Switch to installing everything...
https://github.com/Uninett/nav/commit/3e434bc8f6c50284f1fd0b87189a0103d158d949#diff-208a7f7ef0a1174d68708f24502994bd2a136c75128806eb0cf63c0a70679321 removed an `if`-statement attached to the publish-tests-results workflow whose function was too unclear. This is now causing the CI suite to fail on pushed directly to branches (like `master`):...
As noted in the last nav-ref committee meeting of 2023, there does not seem to be any documentation of the `SearchProvider` interfaces in NAV, which can be extended to provide...