Eshaan Bansal
Eshaan Bansal
+1. Being able to use drf-flex-fields with polymorphic is very much needed.
Useful mention: https://github.com/rsinger86/drf-flex-fields/issues/12#issuecomment-770628228
@svdHero The main benefit of using Flask-Executor in your flask app instead of the inbuilt executor is that it provides a `FutureCollection` so u can access future objects at a...
Yes. Those calls would then run asynchronously. You may want to [customize](https://flask-executor.readthedocs.io/en/latest/#configuration) the settings to either use `ThreadPoolExecutor` or `ProcessPoolExecutor`. The latter is what you would want for actual _parallelism_.
https://github.com/RealmTeam/django-rest-framework-social-oauth2 This package should solve all our requirements. ([List of supported auth backends](https://python-social-auth.readthedocs.io/en/latest/backends/index.html#supported-backends)) . We wouldn't need to do any heavy lifting ourselves. We can just provide a `configuration/oauth_settings.py` file...
The GH action automation part of this issue still needs to be done. (could use https://github.com/NiklasRosenstein/readthedocs-custom-steps/)
The [schema.yml](https://github.com/intelowlproject/IntelOwl/blob/master/docs/source/schema.yml) file is not automatically updated and we need a GitHub action to manage this. (As you can see even right now, the schema.yml file says the version is...
After much deliberation/pain, we dropped the idea of storing the `analyzer_config,json` in the database. ~Now we need another way to handle this. Ideally, a robust way to publish edits/writes directly...
> a startup script that converts JSON to a DB / config file This was actually one of the original ideas - load the JSON into DB as django models...
Hopefully I should find sometime during the weekend/next week where I can implement a MVP of this idea.