Results 275 issues of Victor Gaydov

Consider the following situation: * commit A is pushed * job A is started * commit B is pushed * job B is started * job B finishes, uploads artifact...

bug
help wanted
good first issue

It would be nice to add support for Git LFS to be able to handle larger artifacts (more than 100MB).

feature
help wanted
good first issue

Currently we never delete old artifacts. It may be handy to have an option to remove artifacts older than some period, to avoid continuous growth of the repo size. Old...

feature
help wanted
good first issue

Currently this action uploads files to a repo by adding a new commit. This is not always needed, because often we don't need to keep intermediate versions of artifacts from...

feature
help wanted
good first issue

- [x] Add SpscByteBuffer and SpscRingBuffer - [x] Add CsvDumper - [ ] Add CLI options: --dump-file, --dump-rate - [ ] If option is given, create CsvDumper in pipeline and...

enhancement

Follow-up for #688, tasks for future releases: - [ ] Don't start session from fixed latency. Instead, start from min latency, wait until accumulated amount becomes larger than jitter or...

enhancement

Hi, I'm using go-zookeeper in a stress test that opens connection, creates and updates few values, and closes connection, in a loop. I rarely get this error: ``` panic: non-positive...

Hi, it seems that `go test -race` step fails randomly on travis build, e.g.: ``` --- FAIL: TestNoQuorum (2.12s) cluster_test.go:143: Disconnect from wrong server: expected=127.0.0.1:14715 actual=127.0.0.1:14709 ``` See #129, #130...

We should add some indication in the UI whether a remote Roc sender is currently connected to the local Roc receiver, or not. Such an indication would be handy when...

enhancement

Add a page that displays list of all dependencies and their licenses (including transitive ones). Java dependencies can be gathered from gradle (I believe there should be gradle plugins for...

enhancement