Skip to content

Releases: ReCodEx/web-app

v2.7.0

07 Aug 10:27

Choose a tag to compare

Changelog

  • Updating yarn packages (migration to React 18 and React Router 6).
  • Many minor UI and UX improvements (especially visualization of assignment solutions and their lists).
  • Enabling summary review comments and adding a comment thread to the solution source codes page.
  • Fixing bugs and performance optimizations.

Commits

17b4623 #! v2.7.0
63f1306 Another round of minor dep. updates.
45b33c3 Upgrading React Router to 6.x.
9430f3d Upgrading to React 18.x
f8b75f3 Auxiliary dependencies major updates.
5e8b103 Upgrading dependencies to nearest minor versions.
0f3d64f Bump semver from 5.7.1 to 5.7.2
b7e35f3 Bump word-wrap from 1.2.3 to 1.2.4
2184ed4 Using a double click as a shortcut to open item details in item lists (exercises, assignments, solutions...). This is opt-in, configurable in user UI settings.
90adee6 Improving how some buttons (tests and runtime environments) are displayed on exercise config page.
8abad50 Updating edit assignment form to pre-initialize the send notification checkbox with respect to whether an async job (with the notification) is scheduled or not.
12f0d35 Comment thread added on solution source files page (hiding at the right, revealing by clicking on its tab).
1f3a066 Review summary (a global comment that is not attached to any file:line) added.
7f16431 Making revisions more eye-catching and easily accessible for students.
93b6593 Fixing issues related with layout rendering and box highlighting (along with related bugs).
6aeb6c6 Additional view modes for assignment solutions.
dd220be Changing view mode selection of assignment solutions from two check boxes to a drop-down button selector.
7808d23 Renaming AssignmetStats to AssignmentSolutions for consistency (and adjusting routing as well).
76eef4a Removing unnecessary reload of page when bonus points or points override are updated.
62c8dd6 Preventing unexpected actions on solutions' detail page (all solution table dialog).
10dfb70 Adding a pending indicator to solution actions button.
0c8f9e1 Fixing bug that causes error when solution is deleted in the solution detail's page dialog.
5416190 Additional quick point-overrides implemented as solution actions.
5c2a564 Refactoring solution actions (buttons) into one component (container) which works for top-level buttons as well as inline button-dropdown.
849bf6c Adding attempt index column to assignment solutions page.

v2.6.0

23 Apr 11:31

Choose a tag to compare

Changelog

  • Source code similarities (suspected plagiarism) are being indicated and visualized in the UI.
  • Enabling compiler arguments for Arduino environment.

Commits

33bbe2d #! v2.6.0
522fc9d Bump minimist from 1.2.5 to 1.2.8
2546e78 Bump webpack from 5.73.0 to 5.76.0
b96c404 Fixing bugs, appearance improvements.
2889228 Some callouts added so that the teacher will not miss there are plagiarisms detected in solution lists.
0ec89d6 Implementing plagiarism file comparator and related page for visualization.
af82ed0 Fixing appearance of solution files button.
6027a15 Suspected plagiarism indicator icon added in solutions tables.
4615c37 Bump moment-timezone from 0.5.34 to 0.5.39
f539b45 Bump terser from 5.10.0 to 5.16.1
dfe7c19 Enabling compiler arguments for Arduino environment.
792065d Bump decode-uri-component from 0.2.0 to 0.2.2

v2.5.2

04 Dec 23:05

Choose a tag to compare

Changelog

  • Adding collective update functions for exercise assignments (e.g., syncing multiple assignments with the exercise at once).
  • UX improvements, bug fixes.

Commits

7321d07 #! v2.5.2
59858dd UX improvements in source code views, diffs, and reviews.
ce8bf1c Refactoring and fixing sorting issues.
6a635c8 Adding collective update functions for exercise assignments (e.g., syncing multiple assignments with the exercise at once).
1d36bc4 Fixing permission hints in assignment navigation links.

v2.5.1

02 Nov 23:48

Choose a tag to compare

Changelog

  • Adjusting the web app to use a new setter endpoint (instead of toggle) for the privacy status of comments.

Commits

643f605 #! v2.5.1
827c3cd Switching from deprecated toggle to set API endpoint for thread comments' privacy flag.
daf8559 Reloading can-submit info right after a solution is submitted.

v2.5.0

30 Oct 22:32

Choose a tag to compare

Changelog

  • Code reviews implemented.
  • Fixing bugs.

Commits

bfe7a42 Dashboard overview of pending reviews.
42b946a Adding notification of pending reviews and "close all" buttons to assignment stats and group user solutions pages.
101286e Code reviews implemented (review state buttons, adding/editing/removing actions and forms on the source codes page, indicators, messages and notifications).
751d84b Implementing redux module and selectors for handling solution reviews.
4371fe3 Hotfix for a bug in assignment solvers fetch function that caused unhandled promise rejection.
3294892 Adding "restart" parameter to systemd .service file.

v2.4.0

20 Sep 11:15

Choose a tag to compare

Changelog

  • Implementing UI for creating iCal export links (issue #393)
  • Reimplementing source code viewers
  • Adding new page with all solution source codes together
  • Implementing diff feature to compare two solution source files
  • Users may select in UI config whether to display First name or Last name first in user listings and the actual format of date time fields
  • User-invitation dialog for teachers added to regular user group-members management
  • Management for group invitation links
  • Splitting group detail page into assignments page and students page
  • Fixing issue #459
  • Upgrading package dependencies
  • Various ux and appearance improvements

Commits

ab11e60 #! v2.4.0
5de194c Renaming /detail group route to /assignments (to be in sync with previous re-branding).
aa3071b Implementing the UI for group invitations (both management and student interface).
699e9a1 Re-branding GroupDetail to GroupAssignments (and similarly some group-related components).
9bc047b Separating students and their results from group detail page into new group students page.
9257e2b Allowing groups to be selected in the invitation form.
4416fb2 Accept invitation page for finishing the invited registration process implemented.
bd2b16d Adding an invitation form in a modal dialog, so that supervisors can invite new users in ReCodEx.
c72fc43 Implementing comparison of files from different solutions using diff-view component.
7964edd Implementing diff-view for source codes.
7613028 Creating a separate page with all source code files of a solution displayed at once.
add9c9a Re-implementing source code viewer component (using prism-based syntax highlighter instead of ACE editor).
6768475 Adding interface on EditUser page to handle users' calendar tokens.
19ad1fe Making relative time for submission detail relative to the deadline.
71c7669 Improving download filename of ZIP archive of solution source files.
9b8df02 Fixing solvers reload after user submission.
e6be966 Adjusting UI to use new attemptIndices and assignment-solver records provided now in API to better track assignment solution attempts.
4775236 Making the user name format more configurable in UI (a user may select to show last name first in listings now).
17b0d48 Allowing user to explicitly set date format (en/cs) throughout the UI.
cab652d Fixing translations management.
d2adff0 Improving appearance of date time, adding full time in overlay for comment times.
261f278 Fixing confusing messages at Login page (redirect + user already logged in), replacing atob() and btoa() while at it.
c716ad2 Upgrading package dependencies.
8780210 Fixing spec file and COPR builds.
503be15 Fixing linting rules and CI configuration.
0adf098 Upgrading packages.
b3b3cfe Updating yarn lock file (making modules compatible with nodejs 18 and yarn 3.2.1)
1cf89e4 Upgrading yarn configs.
313ab64 Adjusting labels and icons for comment threads.
469d0db Updating group membership descriptions.

v2.3.1

07 Apr 23:37

Choose a tag to compare

Changelog

  • Adding rust cargo environment.

Commits

4e7e5f4 #! v2.3.1
7636628 Adding rust cargo environment.
c77289c Hotfixing bug in exercise config form validation.

v2.3.0

13 Mar 23:48

Choose a tag to compare

Changelog

  • Support for compile-args in C and C++ (gcc) environments.

Commits

952f9fc #! v2.3.0
1a1f095 Implementing support for compile-args in C and C++ (gcc) environments.
95a771d Minor appearance improvement.
ff025c2 Fixing permissions checks for shadow assignment points in results table.

v2.2.1

16 Feb 23:22

Choose a tag to compare

Changelog

  • Showing accepted status in results table.
  • Making the logged-in student easily found himself/herself in the results table.
  • Package dependencies updated.
  • Fixing bugs and minor appearance improvements.

Commits

6367768 #! v2.2.1
1b66ffe Hotfixing bug in user edit form (form initialization fails if the user has no UI data object yet).
cd9ed0e Merge pull request #457 from ReCodEx/dependabot/npm_and_yarn/follow-redirects-1.14.8
18c70ba Merge pull request #458 from ReCodEx/ux-improvements
bbe22c3 Misc minor appearance adjustments, labels, callouts, translations, ...
a7129e8 Showing accepted status in the results table (as a small icon in each cell).
6eb7f84 Adding icon that will allow the user hide everyone else in the results table, so one can better read his/her own points.
164b253 Upgrading dependencies.
27ec70e Bump follow-redirects from 1.14.7 to 1.14.8

v2.2.0

11 Feb 19:56

Choose a tag to compare

Changelog

  • Significant changes in pipeline-related pages. Pipeline editor rewritten from scratch.
  • Refactoring and code cleanup of pipeline-related components.
  • Upradting various CSS, mainly for improving assignment specification (Markdown) visualization.
  • Re-enabling debug resubmits for C# .NET environment.
  • Adding support for Maven environment.

Commits

749a764 #! v2.2.0
b25b7b0 Merge pull request #456 from ReCodEx/ux-improvements
98946c0 Merge pull request #455 from ReCodEx/markdown-katex-styles
9d17ad9 Minor appearance styling details.
db48df6 Re-enabling debug resubmits for C# .NET environment.
51f901c Merge pull request #454 from ReCodEx/maven
962e861 Adding Maven environment identifier among known environments.
d025fa4 Merge pull request #451 from ReCodEx/pipelines
950c4ac Merge branch 'pipelines' of https://github.com/ReCodEx/web-app into pipelines
605c1bf Code cleanup.
3271083 Merge branch 'master' into pipelines
94130b3 Improving visualization of solution points computation (rounding and epsilon).
8832a2a Fixing bugs.
aaa309e Bump follow-redirects from 1.14.4 to 1.14.7
65744d3 Bump markdown-it from 12.2.0 to 12.3.2
e31fdc3 Code cleanup.
cb4b4b7 Adding a list of associated exercised on the pipeline overview page.
5368aa8 Updating css style versions for katex markdown extension.
af1b405 Fixing pipeline fork function, adjusting pipeline detail page accordingly.
27d4f1d The pipeline edit page was cleft in twain (metadata and structure).
ce36e76 Providing standard navigation for pipeline pages.
23bd230 Finalizing pipeline submission (making global adjustments to submit button and submit error reporting).
4bf684b Pipeline import and export added to editor container.
1b57b92 Performing structural checks when pipeline is loaded into edit container.
318aede Using new pipeline graph for read-only visualization as well. Subsequent cleanup of deprecated pipeline code.
1ea59b4 Implementing new visualization of the pipeline for the edit container.
e39d627 Adding comments and hints for box types to pipeline editor.
35d875d Pipeline validation added to edit component.
99c6a66 Adding undo/redo functionality to pipeline-edit component.
05e04d9 Fixing several bugs.
77a946c Fixing editting typo.
cf9eebf New interface for displaying and editing pipeline configuration.
f5cfaad Refactoring pipeline edit page and related forms. Pipeline structure removed from basic edit form (will be placed into separate component).