Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds POST route for creating new assignments via API (Adds POST route for creating new assignments via API #338)
Add API key and sample GET and POST
Implement POST API route for creating assignments
Add API key authentication handler
Run rubocop on assignments_controller
Reduce linter-flagged issues
Add API Phase 1 documentation (Add API Phase 1 documentation #336)
Add API Phase 1 documentation
Api/sub sim (Add API for GET all submission similarities of an assignment #331)
Added API for GET all submission similarities of an assignment
Fix extra render when uploading invalid zip file (Fix extra render when uploading invalid zip file #342)
Fix extra render when uploading invalid zip file
Revert "Fix extra render when uploading invalid zip file (Fix extra render when uploading invalid zip file #342)" (Revert "Fix extra render when uploading invalid zip file" #344)
This reverts commit d6a720f.
Fix extra render when uploading invalid zip file
Add API route for GET Pair of flagged submission details (GET Pair of flagged submission details #341)
Add tests and bug fixes for api/v1/submission_similarities index and show
Add RSpec tests for POST /api/v1/courses/{course_id}/assignment/
Update similarity percentage format it doc
Remove unused files and routes
Update/ Clarify API doc
added pagination
added to use the will_paginate gem
Added such that limit has higher precedence over pagination
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: