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

Add list of jobs to scheduler UI #241

Merged
merged 12 commits into from
Sep 23, 2022
Merged

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Sep 18, 2022

Which issue does this PR close?

N/A

Rationale for this change

It's nice to be able to see jobs running!

progress2

What changes are included in this PR?

  • REST endpoint /api/jobs
  • REST endpoint /api/job/<id>/summary
  • List of jobs in UI

Are there any user-facing changes?

@andygrove andygrove changed the title Add REST endpoints for getting list of jobs and job summary Add list of jobs to scheduler UI Sep 23, 2022
@andygrove andygrove marked this pull request as draft September 23, 2022 00:11
@andygrove andygrove marked this pull request as ready for review September 23, 2022 00:32
@andygrove
Copy link
Member Author

cc @msathis - the UI looks great .. thanks for your work to get this started!

@andygrove andygrove mentioned this pull request Sep 23, 2022
6 tasks
Copy link
Contributor

@avantgardnerio avantgardnerio left a comment

Choose a reason for hiding this comment

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

Love it!

@@ -24,46 +24,9 @@ import { Footer } from "./components/Footer";

import "./App.css";

function uuidv4() {
Copy link
Contributor

Choose a reason for hiding this comment

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

wat?? Glad to see this function go.

@andygrove
Copy link
Member Author

Thanks for the review @avantgardnerio!

@andygrove andygrove merged commit deac877 into apache:master Sep 23, 2022
@andygrove andygrove deleted the get-job-status branch September 23, 2022 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants