-
Notifications
You must be signed in to change notification settings - Fork 122
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
feat: management dashboard v1 #174
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dougolima
force-pushed
the
dashboard-v1
branch
2 times, most recently
from
June 1, 2021 15:22
90b73a7
to
0967b93
Compare
dougolima
commented
Jun 1, 2021
src/KafkaFlow.Admin/Extensions/ClusterConfigurationBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/KafkaFlow.Admin/Extensions/ClusterConfigurationBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
samples/KafkaFlow.Sample.Dashboard/KafkaFlow.Sample.Dashboard.csproj
Outdated
Show resolved
Hide resolved
dougolima
force-pushed
the
dashboard-v1
branch
5 times, most recently
from
June 2, 2021 13:40
0ed7427
to
cbf6afe
Compare
filipeesch
suggested changes
Jun 8, 2021
samples/KafkaFlow.Sample.Dashboard/KafkaFlow.Sample.Dashboard.csproj
Outdated
Show resolved
Hide resolved
src/KafkaFlow.Abstractions/Configuration/IClusterConfigurationBuilder.cs
Outdated
Show resolved
Hide resolved
src/KafkaFlow.Abstractions/Configuration/IConsumerConfigurationBuilder.cs
Outdated
Show resolved
Hide resolved
src/KafkaFlow.Admin.Dashboard/AngularFiles/src/app/consumer.service.ts
Outdated
Show resolved
Hide resolved
dougolima
force-pushed
the
dashboard-v1
branch
3 times, most recently
from
June 11, 2021 11:02
6113c59
to
f86e98d
Compare
filipeesch
reviewed
Jun 11, 2021
src/KafkaFlow.Admin.Dashboard/AngularFiles/src/app/home/home.component.ts
Outdated
Show resolved
Hide resolved
filipeesch
suggested changes
Jun 15, 2021
src/KafkaFlow.Admin.Dashboard/ClientApp/src/app/consumer.service.ts
Outdated
Show resolved
Hide resolved
src/KafkaFlow.Admin.Dashboard/ClientApp/src/app/consumer/consumer.component.ts
Outdated
Show resolved
Hide resolved
src/KafkaFlow.Admin.WebApi/Adapters/TelemetryConsumerResponseAdapter.cs
Outdated
Show resolved
Hide resolved
src/KafkaFlow.Admin.WebApi/Contracts/TelemetryConsumerResponse.cs
Outdated
Show resolved
Hide resolved
dougolima
force-pushed
the
dashboard-v1
branch
6 times, most recently
from
June 22, 2021 18:38
954510b
to
d4f5724
Compare
filipeesch
suggested changes
Jun 23, 2021
filipeesch
approved these changes
Jun 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Create a management dashboard using angular and bootstrap
Fixes #178
How Has This Been Tested?
Unit test and visualizing data in the dashboard page
Checklist
Disclaimer
By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement