v2.2.0
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).