dzikoysk

Results 142 comments of dzikoysk

Nice! I think it's fine 🤔

Don't worry, let me know if you'd like to work on it in the future :)

Yeah, we don't have any kind of backup system, good idea to consider at least a basic one. I think we're mostly considering only local infrastructure such as file system...

Scheduling itself is not a problem, it's more likely the way how we'd like to archive things, especially having multiple infrastructure targets. In general I think that Reposilite has pretty...

As we can't really scan storage provider to provide searching, we may consider lookup for resolved identifiers introduced in #896

Important: - [Issue 1](https://github.com/dzikoysk/reposilite/issues/1320#issuecomment-1178061905) - [Issue 2](https://github.com/dzikoysk/reposilite/issues/1320#issuecomment-1178178713) Cosmetic: - [Issue 3](https://github.com/dzikoysk/reposilite/issues/1320#issuecomment-1180323754) Nice to have: - [Issue 4](https://github.com/dzikoysk/reposilite/issues/1320#issuecomment-1180324814)

**Issue 1** Switching storage provider in UI does not change the 'type' of provider, so either frontend or backend are not properly handling it. Currently "fixed" with: https://github.com/dzikoysk/reposilite/blob/338fbf9ff114cd2ffff0359d9d56c17ea3c6cf44/reposilite-backend/src/main/kotlin/com/reposilite/storage/StorageProviderSerdes.kt#L39

**Issue 2** Storage provider tab doesn't detect currently selected type, so it's always using `0` index which points to fs storage. Currently fixed with yet another dumb fix: https://github.com/dzikoysk/reposilite/blob/338fbf9ff114cd2ffff0359d9d56c17ea3c6cf44/reposilite-frontend/src/components/renderers/OneOfRenderer.vue#L90

**Issue 3** Default implementation of vue-vanilla is slightly limited and we have to extend default behaviors through fork to make user friendly scheme without a need to copy half of...

**Issue 4** Fortunately, we're not using this component currently, but it would be great to solve this issue. Diagnosed in: * https://github.com/dzikoysk/reposilite/issues/1319 **Reproducer**: ```kotlin // Adding: // @Doc(title = "Authorization",...