Aboobacker MK
Aboobacker MK
Fix nerdtree compatibility issue caused due to method name collision. Fixes #471
Fixes #3 and #4
Appveyor build started breaking recently and we need to figure out the cause and fix it
Notifications page need a UI revamp to align with the rest of the Circuitverse pages. - Fix title and headers - Remove big browser notifications test button - Other ux...
bootstrap-tagsinput is no longer maintained and having a security issue, this package need to be replaced with a library which is being maintained
Our current docker image takes around 600MB, we might be able to reduce this by using small base images like alpine.
Trivy github action which is used to scan the container is currently broken
Our current deployment model includes many manual steps, having them in CI ensures faster releases and rollbacks
We had jemalloc configured on dockerfile using ` ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.` . But this won't work for multi arch images as path will be different. We need to set this conditionally...
When a project is forked, a notification is generated. But if that project is deleted, error is displayed since the notification unable to find the notification. Solution: Use null object...