Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: actions/cache@v4.2.2
- uses: actions/cache@v4.2.4
with:
path: |
~/.cache/pre-commit
Expand Down
1 change: 0 additions & 1 deletion content/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Several changes introduced recently:
## 2018-01-24

- Faraday extension

- Some files must be equal or different across sosreports, actually we do have `release` and `ceilometer-yaml` one that rely on this, but this is hard to mantain as each new file will require a new plugin for Risu plus a new plugin for Magui.

- In order to simplify this a new extension has been created so adding a new file to monitor no longer requires new plugins for `Risu` or `magui` but just creating a text file with some data within as documented on `Risuclient/plugins/faraday/README.md`
Expand Down
1 change: 1 addition & 0 deletions content/README.magui.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Check latest changes on <Changelog.md>
Linked script /home/iranzo/.local/bin/magui.py
Done.
```

- Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly
- Remember that pypi package might not contain all the latests plugins features as the github repo one.
- Container:
Expand Down
1 change: 1 addition & 0 deletions content/README.risu.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Check for plugins listing on [risuclient/plugins/](risuclient/plugins/)
Linked script /home/iranzo/.local/bin/magui.py
Done.
```

- Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly
- Remember that pypi package might not contain all the latests plugins features as the github repo one.
- Container:
Expand Down
1 change: 0 additions & 1 deletion content/post/2018-05-08-whatsnew.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Some of the changes include...
- is_filemode and is_required_filemode to check access permissions
- POT generation update to allow duplicate message id's
- Framework (Risu and magui)

- Python optimizations
- Removed duplicated code
- Declare variables to remove to reduce memory footprint
Expand Down
Loading