Changelog

Updates and improvements to CodeGrade.
View all changes

October 30, 2018

Version 1.0.0 (HereBeMonsters)

  • Add Plagiarism checkers: It is now possible to check for plagiarism in CodeGrade. This enables privacy aware plagiarism checking. It is possible to use check against old CodeGrade assignment and upload base code and old submissions that are not in CodeGrade. For more information see our documentation.
  • Make it possible give grades higher than ten: Teachers can now indicate that students can receive a grader higher than 10 for an assignment, making it possible to create assignments with bonus points in CodeGrade. When using within LTI this requires a new LTI parameter.

Minor updates

  • Change homepage to login screen:
  • The homepage has been improved to show all your courses and assignments at a glance when logged in.
  • Use new logos: This updates our logo to the newest and greatest version!
  • Allow .tar.xz archives to be uploaded: This further improves the flexibility CodeGrade gives students when handing in submissions.
  • Fix infinite loop overview mode: In some combinations of permissions loading the overview mode resulted in an infinite loader.
  • Add general feedback tab to overview mode: This further decreases the chance that students will miss any of their feedback.
  • Improve speed of diffing by using another library: Viewing the diff between two large files is a lot faster!
  • Remove the option to automatically generate keys: It is no longer possible to generate the secret_key or lti_secret_key
  • configuration options. Please update your config accordingly.
  • Rewrite snippets manager: This rewrite should make creating,
  • using, deleting and updating snippets faster and more reliable.
  • Drastically improve the experience of CodeGrade on mobile: It is now way easier to use CodeGrade on mobile.
  • Filter users in the user selector: When selecting users (when uploading for others, or adding to courses) only show users will be shown that can be selected.
  • Improve handling of LTI: A complete rewrite of LTI backend handling. This should improve the stability of passbacks by a lot. This also guarantees that the submission date in Canvas and CodeGrade will match exactly. This also adds a new convenience route /api/v1/lti/?lms=Canvas to get lti config for the given LMS
  • (Canvas only supported at the moment).
  • Add items to the sidebar conditionally: Depending on what page you are you will get extra items in the sidebar to help quick navigation. Currently plagiarism cases and submissions are added depending on the page.
  • Start caching submissions: Submissions are cached in the front-end so changing between the codeviewer and submissions list is now way quicker.
  • Ensure all rubric rows have a maximum amount of >= 0 points: It is no longer allowed to have rows in a rubric where the maximum possible score is < 0. If you needed this to create rubrics with bonus categories simply use the ‘Max points’ option in the rubric editor. All existing rubrics are not changed.

Other improvements

  • Various small bugs in the sidebar
  • Add a minimum duration on the permission manager loaders: This makes it clearer that permissions are actually updated.
  • Throw an API error when a rubric row contains an empty header:
  • This is a backwards incompatible API change, however it doesn’t change anything for the frontend.
  • Fix broken matchFiles function: This fixes a bug that files changed inside a directory would not show up in the overview mode.
  • Fix horizontal overflow on codeviewer: The codeviewer would sometimes overflow creating a vertical scrollbar when displaying files containing a large amount of consecutive tabs.
  • Check if an assignment is loaded before getting its course: In some rare cases LTI launches would fail be cause assignments were not loaded correctly.
  • Add structured logging setup: This makes it easier to follow requests and debug issues.
  • Fix general feedback line wrapping: Giving long lines as general feedback should be displayed correctly to the user now.
  • Add manage assignment button to submission list: It is now possible to easily navigate to the manage assignment page from the submissions list.
  • Start using enum to store permissions in the backend: Most routes will be faster by this design change.
  • Improve filetree design: It is now easier to spot additions, changes and deletion directly in the filetree.
  • Add <noscript> tag: An error message will be displayed when javascript is disabled.
  • Improve speed of filetree operations: Loading large filetrees is now way quicker by using smarter data-structures.
  • Add health route: It is now possible to more easily monitor the health of your CodeGrade instance.
  • Fix fontSize & contextAmount on submission page: Sometimes the fields would show up empty, this shouldn’t happen anymore!
  • Replace submitted symlinks with actual files: When a student uploads an archive with symlinks the student is warned and all symlinks are replaced by files explaining that the original files were symlinks but that those are not supported by CodeGrade.
  • Fix grade history popover boundary: The grade history would sometimes show up outside the screen, but no more!
  • Make it impossible to submit empty archives: A error is shown when a student tries to submit an archive without files.
  • Show toast when local-storage doesn’t work: When a user has no local-storage available a warning is shown so the user knows that their experience might be sub-optimal.
  • Show author of general feedback and line comments: The author of all general feedback and line comments is displayed to the user. Only users with the can_see_assignee permission will see authors.
  • Justify description popover text: The text in descriptions is now justified and their popups will only show when the ‘i’ is clicked.
  • Only submit rubric items or normal grade: In some rare cases overriding rubrics would result in a race condition, resulting in wrong case.
  • Redesign the download popover on the submission page: This new design looks way better, but you tell us!
  • Only show overview mode when you have permission to see feedback: When you don’t have permission to see feedback the overview mode will never be shown.
  • Various other performance improvements: We always strive for the best performance possible, and again in this release we increased the performance of CodeGrade!
  • Make sure codeviewer is full width on medium pages: This makes it easier to review and display code on smaller screens.
  • Use custom font in toasted actions: It is now always possible to close toasts, even when your font cannot display ‘✖’.
  • Schedule a personalized tour of CodeGrade today