Nelis

Results 6 issues of Nelis

When `FileSchema.methods.write()` is called it makes a copy of the model instance to use certain properties from, including `_id`. However, the method to copy the model, `copyInstance()` from `mongoose-common`, will...

It seems that after taxii2 compatibility was added the docker entrypoint file was not updated to match the new configuration format.

When using multiple gunicorn workers (as is the default for the docker image) database connections start to fail: ``` 2023-04-20T09:33:42.807128989Z 2023-04-20 09:33:42,806 INFO sqlalchemy.engine.Engine BEGIN (implicit) 2023-04-20T09:33:42.807481643Z {"event": "BEGIN (implicit)",...

bug
pr welcome

The library does not seem to work inside a worker thread. When running the code below the result is not logged: ``` const { Worker, isMainThread } = require("worker_threads"); if...

feature request

When running Nexus Community Edition there is a request limit of 200k / day. It seems that failed requests, such as 401 (unauthorized), are also counted toward this limit. This...

triage

After upgrading the docker image from `3.82.1` to `3.83.1` the `nexus.loadAsOSS` setting is being ignored, resulting in Nexus starting as Pro edition and complaining that there is no license configured....