Add Job details view #75
Annotations
10 errors
Tests (3.9, postgresql14, opensearch2, 20.x):
invenio_jobs/models.py#L1
Black format check
--- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:15:23.790614+00:00
+++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:17:12.498060+00:00
@@ -44,11 +44,10 @@
# TODO: See if we move this to an API class
@Property
def last_run(self):
"""Last run of the job."""
return self.runs.order_by(Run.created.desc()).first()
-
class RunStatusEnum(enum.Enum):
"""Enumeration of a run's possible states."""
|
Tests (3.9, postgresql14, opensearch2, 20.x)
Process completed with exit code 1.
|
Tests (3.9, postgresql14, opensearch2, 18.x)
The job was canceled because "_3_9_postgresql14_opens_2" failed.
|
Tests (3.9, postgresql14, opensearch2, 18.x):
invenio_jobs/models.py#L1
Black format check
--- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:15:22.494610+00:00
+++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:17:15.113507+00:00
@@ -44,11 +44,10 @@
# TODO: See if we move this to an API class
@Property
def last_run(self):
"""Last run of the job."""
return self.runs.order_by(Run.created.desc()).first()
-
class RunStatusEnum(enum.Enum):
"""Enumeration of a run's possible states."""
|
Tests (3.9, postgresql14, opensearch2, 18.x)
Process completed with exit code 1.
|
Tests (3.12, postgresql14, opensearch2, 18.x)
The job was canceled because "_3_9_postgresql14_opens_2" failed.
|
Tests (3.12, postgresql14, opensearch2, 18.x):
invenio_jobs/models.py#L1
Black format check
--- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:15:22.777452+00:00
+++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-05-29 13:17:34.348813+00:00
@@ -44,11 +44,10 @@
# TODO: See if we move this to an API class
@Property
def last_run(self):
"""Last run of the job."""
return self.runs.order_by(Run.created.desc()).first()
-
class RunStatusEnum(enum.Enum):
"""Enumeration of a run's possible states."""
|
Tests (3.12, postgresql14, opensearch2, 18.x)
The operation was canceled.
|
Tests (3.12, postgresql14, opensearch2, 20.x)
The job was canceled because "_3_9_postgresql14_opens_2" failed.
|
Tests (3.12, postgresql14, opensearch2, 20.x)
The operation was canceled.
|