You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture/core_structures.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,30 +245,31 @@ class PipelineExecution:
245
245
start_time: float# Execution start timestamp
246
246
```
247
247
248
-
### Methods
248
+
### Pipeline Execution Summary
249
249
250
-
```python
251
-
defget_pipeline_execution_summary() -> dict:
252
-
"""
253
-
Generate detailed summary for API responses.
254
-
255
-
Returns:
250
+
The `PipelineExecutionSerializer` (`autograder/serializers/pipeline_execution_serializer.py`) handles the conversion of an execution into a dictionary for API responses.
Copy file name to clipboardExpand all lines: docs/guides/github_module.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ In short, the adopted solution consists of running a Docker container with the d
17
17
1.[Action.yml](../../action.yml)
18
18
Defines the inputs received by the action, describes the output as a JSON evaluation, and runs the container with the received data as environment variables.
Builds the container that installs the Autograder repository and sets [Entrypoint.sh](../../github_action/entrypoint.sh) as the script to be executed when the container starts.
0 commit comments