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 ability for users to filter Job Executions by exec id, status, or name #1564

Open
cppwfs opened this issue Sep 24, 2020 · 0 comments
Open

Comments

@cppwfs
Copy link
Contributor

cppwfs commented Sep 24, 2020

Epic spring-cloud/spring-cloud-dataflow#3866 shows how a user would like filter job executions via the UI. The server currently supports the following restful endpoints to provide the filtering requested:

    "jobs/executions/name": {
      "href": "http://localhost:9393/jobs/executions{?name}",
      "templated": true
    },
    "jobs/executions/status": {
      "href": "http://localhost:9393/jobs/executions{?status}",
      "templated": true
    },
    "jobs/executions/execution": {
      "href": "http://localhost:9393/jobs/executions/{id}",
      "templated": true
    },

We probably want @sabbyanandan 's input if we want to add these filters now or wait till stories 4164, 4165 and 4166 are completed so we can add all of the filters to the UI in one PR.

@oodamien oodamien removed their assignment Aug 30, 2021
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

No branches or pull requests

2 participants