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

Introduce taskgroupactivityv2 table and /api/v2/task-group-activity/ endpoint #2005

Merged
merged 62 commits into from
Nov 6, 2024

Conversation

mfranzon
Copy link
Collaborator

@mfranzon mfranzon commented Nov 5, 2024

closes #1972
closes #1976

Checklist before merging

  • I added an appropriate entry to CHANGELOG.md
  • I added logging to new code - if appropriate.
  • I merged main into the current branch.

@mfranzon mfranzon linked an issue Nov 5, 2024 that may be closed by this pull request
@ychiucco ychiucco marked this pull request as draft November 5, 2024 10:00
…:fractal-analytics-platform/fractal-server into 1972-introduce-taskgroupactivityv2-table
Copy link

github-actions bot commented Nov 5, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  fractal_server/app/models/v2
  __init__.py
  task.py
  task_group.py
  fractal_server/app/routes/admin
  v1.py
  fractal_server/app/routes/admin/v2
  job.py
  task_group.py
  fractal_server/app/routes/api/v2
  task_collection.py
  task_group.py
  workflow.py
  workflow_import.py
  fractal_server/app/routes/aux
  _timestamp.py
  fractal_server/app/schemas/v2
  __init__.py
  task_collection.py
  task_group.py
  fractal_server/tasks/v2
  collection_local.py
  collection_ssh.py
  utils_background.py
Project Total  

This report was generated by python-coverage-comment-action

@mfranzon mfranzon marked this pull request as ready for review November 6, 2024 07:20
@tcompa tcompa merged commit b8f204c into main Nov 6, 2024
@tcompa tcompa deleted the 1972-introduce-taskgroupactivityv2-table branch November 6, 2024 07:44
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.

Introduce GET /api/v2/task-group-activity/ API Introduce TaskGroupActivityV2 table
3 participants