pelorus icon indicating copy to clipboard operation
pelorus copied to clipboard

Automate the measurement of organizational behavior

Results 119 pelorus issues
Sort by recently updated
recently updated
newest added

The exporters images (the `pelorus-{{type}}-exporter` ones) in [quay](https://quay.io/organization/pelorus) are the same. They are created by running `s2i build exporters registry.access.redhat.com/ubi8/python-39 pelorus-{type}-exporter:latest --loglevel 2`, by our GitHub actions. Basically, you just...

The test `exporters/tests/certs/test_custom_certs.py::test_custom_requests_certs` needs `openssl` installed in the system to work. Add checks in the Makefile where its necessary to have openssl installed to run a command. Since it would...

tool-sharpening

### Feature description Keeping track of developer docs updates that are needed: * https://pelorus.readthedocs.io/en/v2.0.9/Development/#updating-the-chart-versions says to use `./scripts/bump-version` for chart version updates, but now we have `make rc-release` instead. *...

kind/feature
needs-triage

### Fix Update end to end (e2e) tests script. ### Depends on Depends on #937 ### Requirements - [ ] Update here after ADR is created

ci

In https://github.com/konveyor/pelorus/pull/843 we added PagerDuty support as a failure exporter provider. But it has a limitation of querying only 10000 incidents in this first implementation ([more details]( https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTU4-pagination)). Add a...

failure-exporter
backend-pagerduty

Hi everyone :wave: Thanks for this awesome Project! Pelorus uses [Pylama](https://github.com/klen/pylama) as the Python Linter, but without [Pylint](https://github.com/PyCQA/pylint) (I believe this can be done by just updating `pylama[toml]` to `pylama[toml,pylint]`...

tool-sharpening
ci

### Feature description After a release PR (a PR that bumped the chart/operator version to non per-release) is merged, a GitHub release should be automatically created. This can be done...

kind/feature
needs-triage

### Fix After #939, team members have agreed in the following: - remove deploy active metric - add clean up to metrics endpoint and increase scrapping time interval (no need...

### OpenShift version Not related to OpenShift ### Problem description To finish #881 faster, we agreed to do not create logic to delete the created images after PR closes. We...

kind/bug
needs-triage

### OpenShift version Not related to OpenShift ### Problem description Due to our current process of updating `pelorus-operator` folder, we need to have a duplication `charts/pelorus/` folder. Currently, we run...

kind/bug
needs-triage