Yash Mittal
Yash Mittal
# Description In order to make the multiple file upload feature scalable we need to add a message queue (rabbitmq, bull etc.)
Test for this pr https://github.com/SamagraX-Stencil/stencil/pull/159 Upload file uses two endpoints right now - `files/upload-file` (stable) Single File upload for localhost & Minio - `files/upload-files` Multiple File upload for localhost &...
## description Add url-encode the links before returning them from the service response in file-upload.
Task is to design a micro-service for allowing Role Based Access Control for all endpoints across the microservices managed by stencil for a project. - All APIs to be RBACed...
- [x] nest projects work with changed stencil cli as well. - [ ] CLI has been tested - [ ] tests failing for bun - [ ] Stencil core...
Issue: When running the command `stencil new projectName` command and selecting services, errors are thrown after the installation of packages.  **Debug this bug**
## Description Since stencil is thought of as a generic project bootstrapping tool, adding support for bootstrapping libraries seems to be a good way of handling things. ## References -...