Nariman Abdullin
Nariman Abdullin
Storage cleans unexpected keys on startup. Need to add a scheduler for such actions
Right now, all storages can open many connections to S3 at start at the same time
User has `role` in database which contains `globalRole`. But we fetch this value from Spring's authentication object. Need to rework it and store in a single format it and take...
Demo doesn't require authorization & authentication. Need to persist user's input in cookies
We build base image for ubuntu-20.04, it can be upgraded _Originally posted by @nulls in https://github.com/saveourtool/save-cloud/issues/2456#issuecomment-1677265604_
- https://github.com/saveourtool/save-cloud/pull/2403#discussion_r1283021195
We build `save-common` for JS, since we need plugin configurations on frontend. But ProcessBuilder and file system methods are not implemented for JS. Need to resolve these exception. We can...
> shouldn't it be automatically? @nulls we have it as a separate task in save-cloud, but we don't have such in save-cli honestly, I don't understand why we need `yarn.lock`...
https://github.com/saveourtool/save-cli/actions/runs/4466559035 It's not clear does it lead to failure or not: We have successful job with warning: https://github.com/saveourtool/save-cli/actions/runs/4466559035/jobs/7845287700. ``` Request GET /search/issues?q=type%3Apr+repo%3A%22saveourtool%2Fsave-cli%22+4cd51c0fc9085f8b7b2cff6f5b1c922777591e72&per_page=100 failed with 403: Forbidden ``` We have job...
Evaluated tool can return a full path to tested file, need to be able to handle it. Right now, a workaround for regex for file name can be applied: `.*[\\\\\\/](.*)`,...