Skip to content
New issue

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

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

Already on GitHub? # to your account

Add more task info #15

Closed
wants to merge 5 commits into from
Closed

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 <evamillan@bitergia.com>
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 <evamillan@bitergia.com>
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 <evamillan@bitergia.com>
Renames 'backend' and 'category' parameters to 'datasource_type'
and 'datasource_category'.

Signed-off-by: Santiago Dueñas <sduenas@bitergia.com>
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 <sduenas@bitergia.com>
@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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants