monosi icon indicating copy to clipboard operation
monosi copied to clipboard

Open source data observability platform

Results 31 monosi issues
Sort by recently updated
recently updated
newest added

## 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...

good first issue
react

## 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...

good first issue
react

## 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...

good first issue
react

## 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...

good first issue
react

## 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...

good first issue
react

## 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...

bug
good first issue
python

## 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...

bug

## 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...

enhancement
drivers

## 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...