monosi
monosi copied to clipboard
Open source data observability platform
## Problem When we test the database connection, we trigger a `window.alert()` when the API call returns a response. ## Solution A toast should be shown that replaces the testing...
## Description We were originally using the EUI user interface library to build some of our components. We have since switched to the React Bootstrap library, but have not fully...
## Problem Currently, the icons on the Profile and Sources pages are not the same. ## Solution Standardize the icons used across all settings pages and update all pages accordingly...
## Description There's currently no validation or error handling for the data source form. ## Expected behavior The data source form needs to have all fields be required and should...
## Description There's currently no validation or error handling for the integration form. ## Expected behavior The integration form has both fields required and should prevent submission if any of...
## Description There are Inconsistent timezones being used between various data models throughout the application. Some are UTC while others are local times. ## Expected behavior Timezones should be consistent...
## Description If a source is deleted during an execution, the status of that execution stays running. ## Expected behavior When a source is deleted, the execution should be stopped...
## Problem I want to use monosi with my [Druid](https://druid.apache.org/) data store ## Solution Monosi needs to interpret Druid configuration details and run on Druid accordingly ## Requirements 1. Druid...
## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ X] Feature - [ ] Other (please describe): ## Issue Resolves...
## Description https://docs.monosi.dev/ is broken with an error: > ERR_SSL_VERSION_OR_CIPHER_MISMATCH ## Expected behavior https://docs.monosi.dev/ should open and show documentation ## Steps to reproduce 1. Go to https://docs.monosi.dev/ 3. See error...