Aditya

Results 147 comments of Aditya

quick question, do i just let this warning stay? `> Line 155:67: '_quota' is assigned a value but never used no-unused-vars` https://github.com/intelowlproject/IntelOwl/blob/ba8a4f42bc60a3e5b6b6c286a540f38e6e6b9bfc/frontend/src/components/scan/ScanForm.jsx#L140 never really calls `_quota` again in this code.

hah! emojis in commit messages sure do look nice :)

i fixed all known frontend bugs from my side. fixed the UX as well. what's left is the backend now!! (and mentor reviews of course. there is always something new...

More todos: - [ ] modify test cases that support run_all for playbooks disabled - [ ] fix failing test cases for backend tests after figuring out why

noted. will implement.

works? ![image](https://user-images.githubusercontent.com/60684641/190013917-d9a242f7-5e52-44e5-95a9-489eb98c5d99.png)

neat. time to work on the backend. feel free to review for improvements @mlodic

To preserve the spirit of transparency, I have pushed my code to the `Playbooks` branch :)

I have changed this to be the main issue for the whole feature. #1123 Should correspond to this one.

Why was the idea of storing `analyzer_config.json` in the database dropped? What exactly kept going wrong? it seems like a feasible thing to do in theory.