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

Added support for the system stats query endpoint. #37

Merged
merged 5 commits into from
Jan 5, 2025

Conversation

eriq-augustine
Copy link
Collaborator

Sibling Server PR: edulinq/autograder-server#136

tests/api/test_api.py Outdated Show resolved Hide resolved
},
"courses/assignments/submissions/remove": {
"request-type": "*submissions.RemoveRequest",
"response-type": "*submissions.RemoveResponse"
"response-type": "*submissions.RemoveResponse",
"description": "Remove a specified submission. Defaults to the most recent submission."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason this is the only endpoint that says what it defaults to, because there are others (E.g. peek) that also default to the most recent submission.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Note that this is not the PR for this discussion, but it's okay since this is not a very formal PR.)

Probably since this one is a lot more serious than the other ones.
We can decide if they all should have them but this one is serious biz (and cannot be taken back),
so it makes sense for it to be more verbose.

Copy link
Contributor

@OliverLok OliverLok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good just a couple of things.

Copy link
Contributor

@OliverLok OliverLok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@eriq-augustine eriq-augustine merged commit 8aee932 into main Jan 5, 2025
83 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants