Hanne Moa

Results 254 issues of Hanne Moa

I need to be able to add links to read-only resources into the `relationships`-object of a resource as easily as adding a non-link field with `SerializerMethodField`. (Generating the link with...

enhancement

Originally, fullname was set to `response['person']['name']`, which in ORCID is a large json object. Everywhere else, fullname is assumed to be a string. It cannot be used directly as a...

Python has released both 3.4 and 3.5. 3.4 is **default** python3 on jessie. Ubuntu 16.04 LTS **only ships with python3.5** on the iso (no python2!). I'm trying to install a...

- [ ] Script to clean .po-files for namespaced tags - [x] Script to extract strings from all files everywhere and update the relevant .po-files - [ ] Script to...

Since there are many OSes/distros let's aim for supporting debian, since we know NAV is deployed on debian. Hopefully somebody has already solved this since it is a common problem....

NAV uses the version that is in a git tag, so this one might not be straight-forward. _Originally posted by @hmpf in https://github.com/Uninett/nav/issues/2082#issuecomment-1210379438_

**Is your feature request related to a problem? Please describe.** When creating a bug ticket one is asked for OS version and NAV version. An exception debug page or exception...

good first issue

Depends on: * #2463 * #2464 _Originally posted by @hmpf in https://github.com/Uninett/nav/issues/2082#issuecomment-1210382569_

Scripts in `bin/` doesn't seem to be tested, at least they don't turn up in the coverage report. There is an integration test that checks if they can run without...

cleanup
python3

I noticed that the method `get_memory_usage` is not tested, at all, anywhere. I think it should be possible to unit test this by overriding (patching/mocking) `retrieve_columns`. We could have an...

mib
tests
task