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
* 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 d6a720f.
* 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
---------
Co-authored-by: sibinhho99 <sibinhho99@gmail.com>
Co-authored-by: florentianayuwono <76247368+florentianayuwono@users.noreply.github.com>
0 commit comments