Skip to content

Releases: nikita715/gitplag

0.5.4

01 Mar 12:29
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release

Updates:

  • Handle the case when there are no files for analysis in a pull request

0.5.3

22 Jan 12:01
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

Updates:

  • Fix malfunctions caused by the installation of gitplag-api-model and by the transfer of Gitplag to organization

0.5.2

16 Dec 19:37
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

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

21 Sep 08:54
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Updates:

  • Updated kotlin, spring and gradle versions
  • Fixed access to analyzed files
  • Resolved code style issues

0.5

08 Jun 18:05
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release

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

03 Jun 15:14
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release

Updates:

  • Stable work of JPlag
  • Reduced heights of table rows
  • More clear visualization in the diff

0.4.3

23 May 10:47
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

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

17 May 11:27
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

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

16 May 14:24
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Updates:

  • Added ability to delete downloaded base and solution files
  • Fixed grid of the page with downloaded files

0.4

15 May 23:25
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release

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