Releases: nikita715/gitplag
Releases · nikita715/gitplag
0.5.4
Updates:
- Handle the case when there are no files for analysis in a pull request
0.5.3
Updates:
- Fix malfunctions caused by the installation of gitplag-api-model and by the transfer of Gitplag to organization
0.5.2
Updates:
- API for access to repositories by the id or by the full name
- Access to private repositories
- Additional repositories for analysis
0.5.1
Updates:
- Updated kotlin, spring and gradle versions
- Fixed access to analyzed files
- Resolved code style issues
0.5
Updates:
- Added an experimental feature: composed analysis with all supported analyzers
- Submission of max result size and min percentage of analysis
- Analysis results are sorted by creation dates and names of students
- The latest version of jplag. Now it supports Java 9-12
- Modal windows on the UI
0.4.4
Updates:
- Stable work of JPlag
- Reduced heights of table rows
- More clear visualization in the diff
0.4.3
Updates:
- Fixed a bug that blocked downloads of new pull requests
- Fixed wrong matched lines from Moss reports
- Fixed line visualization in the diff
0.4.2
Updates:
- The lighter color of the diff
- The table of downloaded files was made sortable
- Fixed bug with duplicated pull requests. Now the system saves the last updated pull request by one name of a source branch.
- Removed select of analysis mode (only on the UI)
- If no file name regex is specified, the system downloads all files of a repository
- Miscellaneous improvements
0.4.1
Updates:
- Added ability to delete downloaded base and solution files
- Fixed grid of the page with downloaded files
0.4
Updates:
- New name: gitplag
- User interface (with docker image)
- Docker-compose (services: server, ui, database, graph)
- REST Api
- Optimized logic, removed excessive components of the application
- Miscellaneous improvements and bugfixes