Maciej Wiczk

Results 14 issues of Maciej Wiczk

@pbylicki I'm trying to figure out how to add suites with testcases, but I would need your help on that. I did some WIP code in this PR, but I'm...

resolves #146 I just extended frontend bit from @MarcinMaciaszek, but this is outside our areas of expertise ;) One side effect I noticed is that left side panel get's sorted...

enhancement
python
javascript

When doing an internal training on RfHub2 I was pointed, that removing duplicated entries would be beneficial for users. This could utilize similar feature as update/merge mode when looking for...

enhancement
python
CLI

Synchronize data between two instances of RfHub2. Lately I've been asked to create a way to copy data from one instance to another, let's call it a "global one" using...

enhancement
python
CLI

rfhub2 command does not support printing help using `-h` or `--help` which makes user puzzled how to use it. Using click in similar way as rfhub2-cli would help out a...

documentation
enhancement
good first issue

Similar to #132, soting collection table would be nice addition to UI.Since Collection Table is paged, this one has to be done on API. Two parameters to be added to...

enhancement
python
javascript

It would be beneficial for project, to create release notes based on branch names and commit messages.

It would be nice to be able to run CI on various python versions (>=3.6) and on different OS matrix. Travis can do that, but it's not so easy to...

CICD

Adding MyPy checks to CI would improve code quality.

enhancement
CICD