rfhub2 icon indicating copy to clipboard operation
rfhub2 copied to clipboard

Rewrite of rfhub with FastAPI

Results 38 rfhub2 issues
Sort by recently updated
recently updated
newest added

We are using prints for CLI actions, let's move it to the dedicated logger. Once logger would be available we can provide better prints during data import to rfhub2.

enhancement
CLI

This PR add the support of the following libdoc parameters - Name: using the --name you can override the name of the library - version: using --version you can specify...

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

It's proposal of refactor for extracting keywords from result using Robot parsing API visitors. It should be tiny bit faster on larger files (150Mb+). I did not test it thorougly...

Rfhub is nice! It look like it renders the robot docfomat to html. But if there is a library that has rst as doc format it just shows the plain...

enhancement
javascript

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

Having the ability to sort the table content on the values by clicking on column headers would be a nice addition.

javascript

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.