John O'Hara

Results 74 issues of John O'Hara

**Describe the bug** The Change Dectection view is showing the following warning: ![image](https://github.com/Hyperfoil/Horreum/assets/959822/eeabaa39-32a0-4a9e-972d-f4c7c4747ddc) even though subscribers are defined: ![Screenshot from 2024-03-06 11-38-29](https://github.com/Hyperfoil/Horreum/assets/959822/174720ac-f673-4b97-ad38-46caca0035ce)

type/bug
branch/master
branch/stable
area/UI
priority/medium

After migration to patternfly5 (#714 ), we can migrate to https://www.npmjs.com/package/@patternfly/react-code-editor/v/5.1.1 This would also resolve #364

type/enhancement
area/UI

**Describe the bug** Users should be able to delete their data and Horreum account

type/feature
branch/master
area/UI
area/backend
priority/high

The current tight coupling between Keycloak and RBAC for multi-tenancy is hindering adoption in different environments, specifically k8's. If the tenant information is moved from keycloak into the application, and...

type/enhancement
branch/master

**Describe the bug** Some of the UI components are deprecated in patternfly 5, we should upgrade the components to the latest version, e.g. `@patternfly/react-table/deprecated`

type/enhancement
area/UI
priority/medium

Need to include section of JSON schema validation, with references to the spec: https://json-schema.org/specification including examples

type/bug
area/documentation

**Describe the bug** Different change detection algorithms have their own strengths and weaknesses and can potentially be used for different purposes, e.g. thresholds for pass/fail, eDivisive for trends etc The...

type/enhancement
area/backend

**Describe the bug** The UI for actions is not pluggable, so every new action needs explicitly adding to the UI: https://github.com/Hyperfoil/Horreum/blob/master/horreum-web/src/domain/actions/ActionComponentForm.tsx#L111 This does not scale as an architecture as more...

type/enhancement
area/UI
area/backend
priority/medium
area/integration

The getting started guide (https://horreum.hyperfoil.io/docs/tutorials/get-started/) needs improving to ensure it works in all environments

type/bug
area/documentation
priority/high

After saving changes to Change Detection Variables, datapoints are not created: The server log is full of the following errors, I am not sure if it is related: ``` 2024-01-04...

type/bug
branch/master
branch/stable
area/backend
priority/high