Janoš Guljaš

Results 19 issues of Janoš Guljaš

- [ ] upgrade grafana and organise dashboards - [ ] revalidate influxdb vs prometheus pros and cons - [ ] ensure reliability of tracing and logging infrastructure

v1.0

Implement multiple automated testing scenarios for correctness and performance using temporary kubernetes namespaces. Currently there is only smoke test scenario which uses a static swarm network and does uploads, syncing...

v1.0

Only a subset of linters is currently used on linting with `go run build/ci.go lint`. Extend the scope of linters that golangci-lint package provides and configure them in `.golangci.yml`.

v1.0

It is imperative that unit testing is kept at the high quality. Fix flaky tests. Investigate if other automated build services then Travis can be used, like GitHub Actions. Re-enable...

v1.0

Currently key handling is shared with geth keys and chunks are stored in the same directory. Investigate if separating swarm keys and data into its own directory will allow for...

v1.0

ACT is implemented in various places and should be consolidated into its own package, at least to improve testing and pull it them from `cmd/swarm` package.

v1.0

FUSE implementation was not reliable for quite some time and is not used. It should not be included into v1.0.

v1.0

## Previous discussions localstore/db how to insert items in GC index https://github.com/ethersphere/swarm/issues/1031 Spam protection of Swarm through modifying GC rules https://github.com/ethersphere/swarm/issues/757 Multiple ideas were discussed previously, and the insertion on...

v1.0

### Checklist - [ ] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). - [ ] My change requires a documentation update, and I have done it. - [ ] I have...