Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create prometheus datasource flow #1054

Merged
merged 36 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
73becc4
Manage datasources (#967)
derek-ho Sep 7, 2023
6e42a2b
Add acceleration management UI (#989)
ps48 Sep 11, 2023
24cdd19
Rename data sources to data connections (#1004)
derek-ho Sep 15, 2023
dfd5bd8
Add fallback to show if user does not have datasource API permissions…
derek-ho Sep 15, 2023
28201e9
Add access control tab content (#992)
derek-ho Sep 18, 2023
89eafa2
Delete datasource and Connection Configuration Tab (#1024)
derek-ho Sep 20, 2023
1efd191
Get most of the workflow working for configure datasource
derek-ho Sep 22, 2023
ad153ed
remove acceleration components
ps48 Sep 22, 2023
93ad0dd
Update data connection to datasources in a few more places and update…
derek-ho Sep 22, 2023
d98cd8d
Merge branch 'feature/flint-UI' of github.com:opensearch-project/dash…
derek-ho Sep 22, 2023
2bd8c27
Rename and re-organize in folders
derek-ho Sep 22, 2023
cc7b1a2
Fix import path in testing file
derek-ho Sep 22, 2023
ed8cfc1
Get Initial S3 configuration working
derek-ho Sep 25, 2023
0b84fab
Configure S3 Data Source Working
derek-ho Sep 25, 2023
6d8a98f
Fix query permissions display
derek-ho Sep 25, 2023
e8b831f
Merge branch 'main' of github.com:opensearch-project/dashboards-obser…
derek-ho Sep 25, 2023
7a3f085
Fix merge conflict
derek-ho Sep 25, 2023
1ffdfb0
Clean up PR
derek-ho Sep 25, 2023
7a333bf
Add s3 logo in manage table
derek-ho Sep 25, 2023
c5f1eae
Fix up PR according to UX feedback
derek-ho Sep 25, 2023
23699bc
Remove successfully
derek-ho Sep 25, 2023
51bb5d4
Update test
derek-ho Sep 25, 2023
6726750
Initial commit adding prometheus logo and icon
derek-ho Sep 27, 2023
b47c1e9
Merge branch 'main' of github.com:opensearch-project/dashboards-obser…
derek-ho Sep 27, 2023
a9a9dda
Get the major flow working
derek-ho Sep 27, 2023
bc5cadc
Fix app navigation
derek-ho Sep 27, 2023
cf9c45b
Fix up PR
derek-ho Sep 28, 2023
8fb8220
Remove management redirection for now and fix test and add cards
derek-ho Sep 28, 2023
655fa07
Remove type filter and update test according to UX feedback
derek-ho Sep 28, 2023
cca73f8
Add link and update test
derek-ho Sep 28, 2023
6d3894b
Address PR comments
derek-ho Sep 28, 2023
09b3db4
Include useful info in the error toast
derek-ho Sep 28, 2023
2a329e2
Update actions in manage table according to UX feedback
derek-ho Sep 29, 2023
8cbe04d
Add update button and update tests
derek-ho Sep 29, 2023
3ddb81d
Remove unused code until further implementation
derek-ho Sep 29, 2023
d8283b1
Fix router files
derek-ho Sep 29, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
EuiFlexItem,
EuiButton,
} from '@elastic/eui';
import { Role } from 'common/types/data_connections';
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed this in the previous PR

import React from 'react';

interface ConfigureS3DatasourceProps {
Expand Down
1 change: 1 addition & 0 deletions public/components/datasources/icons/prometheus-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading