Skip to content

Conversation

@sduenas
Copy link
Member

@sduenas sduenas commented Nov 25, 2024

This PR introduces two changes in the API:

  • Parameters backend and category have been renamed to 'datasource_type' and datasource_category on add_task endpoint.
  • Data returned by the task includes the new field last_jobs, which includes the data of the last 10 jobs run by a task.

evamillan and others added 5 commits November 25, 2024 11:39
Adds the initial files needed to configure the UI.

Signed-off-by: Eva Millán <[email protected]>
Adds pages to visualize a list of task and a single
task. The single task includes a view for a list of
its jobs and the detailed view for one job.

Signed-off-by: Eva Millán <[email protected]>
Collects and installs static files when the 'admin'
command is run.
The UI static files are generated using 'yarn build'.

Signed-off-by: Eva Millán <[email protected]>
Renames 'backend' and 'category' parameters to 'datasource_type'
and 'datasource_category'.

Signed-off-by: Santiago Dueñas <[email protected]>
The field 'last_jobs' is included when the data about
a task is requested. This field lists the last 10 jobs
run by the task.

Signed-off-by: Santiago Dueñas <[email protected]>
@sduenas sduenas requested a review from evamillan November 25, 2024 13:54
@sduenas sduenas closed this Nov 25, 2024
@sduenas sduenas deleted the add-more-task-info branch November 25, 2024 13:56
@sduenas
Copy link
Member Author

sduenas commented Nov 25, 2024

Replaced by: #16

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