Closed huyuxin0429 closed 10 months ago
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 (#336)
Add API Phase 1 documentation
Api/sub sim (#331)
Added API for GET all submission similarities of an assignment
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 (#342)" (#344)
This reverts commit d6a720fe2e9cf2fc6071ee045668f83c6d97559d.
Add API route for 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
coverage: 4.43% (+0.2%) from 4.203% when pulling fbf3a72eaf69887dee8cfe13544ab6304cc5da35 on feature/ssid_coursemology_integration into 8bcd10783411ac6d38b665233da4750941d1e6ad on master.
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 (#336)
Add API Phase 1 documentation
Api/sub sim (#331)
Added API for GET all submission similarities of an assignment
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 (#342)" (#344)
This reverts commit d6a720fe2e9cf2fc6071ee045668f83c6d97559d.
Fix extra render when uploading invalid zip file
Add API route for 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: