Cristian Le

Results 265 issues of Cristian Le

I am gathering up a few tasks that should be done to modernize the python libraries used - [ ] Use `pathlib.Path` instead of `os.path` - [ ] Use the...

Let's say we want to enforce `/plans` and all of its sub-trees to be of a `tmt-plan` type, e.g. it should be checked against the json schema of that type,...

For example: ```yaml root: ../tests ``` This would be helpful for projects that want to consolidate the configurations outside the git root. Issues: - detecting the `.fmf` folder when navigating...

I am planning to use the fmf framework for an academic project of mine, but I find the documentation should be improved: - [ ] type-hints for the api classes...

This is orthogonal with what this action does, but it is a common consequence of using this action, namely how do we report on the top page that the current...

documentation
question

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

Fixes #64 Alternative design: add sub-actions that can be trigerred as: ``` - name: Trigger CircleCI id: trigger uses: CircleCI-Public/trigger-circleci-pipeline-action/trigger@main - name: Wait for CircleCI uses: CircleCI-Public/trigger-circleci-pipeline-action/wait@main with: workflow-id: ${{...

It is common for Github actions to be able to reference by the major/major.minor versions, e.g.: ``` trigger-circleci: runs-on: ubuntu-latest steps: - name: Trigger CircleCI uses: CircleCI-Public/trigger-circleci-pipeline-action@v1 ``` However tags...

bug

Firstly, thank you for the implementation of this, it works very nicely. One additional feature that would be nice to have is to have a `viczem.keepass.entry` (and maybe even `viczem.keepass.database`)...