Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Releases: devhub-tud/devhub

3.2.3

21 May 13:20
Compare
Choose a tag to compare
  • Flatten directory tree (fixes #347, #359)
  • Fixed line wrapping for diff view (fixes #348, #366)
  • Use commons-csv for CSV encoding/escaping according to RFC4180 enhancement (#369)
  • Rubric histogram (#375)
  • Bind old review and rubrics to new submission by default enhancement (#377)
  • Fixed broken grade link �(#379)
  • Limit grade precision to 1 decimal (#380)
  • Fixed private project breadcrumb (#382, contribution by @AZWN)
  • Stronger end-to-end test suite, contributed by @DouweKoopmans, @AZWN and @Fastjur

3.2.2

10 May 13:03
Compare
Choose a tag to compare

devhub-rubrics

devhub-rubrics

screen shot 2016-05-10 at 14 13 39

3.2.1

19 Apr 21:19
Compare
Choose a tag to compare
  • Added tests to the integration test suite, refactored the view state model, thanks to @ardwennem2 and @Austaon
  • Enabled private repositories #260 #251
  • Enabled coveralls coverage plugin
  • Bumped various dependency versions #272
  • Fixed PR and assignment page seems broken if missing data #266
  • Fixed Assignment delivery does not show attached commit #267
  • Do not build commits without instruction #274
  • Warnings are reevaluated each commit, fixes #231, #287

3.2.0

20 Jan 02:18
Compare
Choose a tag to compare
  • Abstract Pull Request/Issue, impl issue number generator #248
  • GenericGenerator for compound primary keys #251
  • Separation of Group entity and its Repository #249
  • Separation of Course Editions under same Course #250
  • Fix for Students can create same group twice #161

3.1.1

15 Jun 10:37
Compare
Choose a tag to compare

Fixes:

  • Do not generate large commit warnings for merge #214
  • Attachment size limited to 1mb only #215
  • Downloadable grades with group number #221
  • NPE logged when user tries to login without user name #222
  • Findbugs results can not be parsed sometimes #223

3.1.0 Commit warnings

02 Jun 15:23
Compare
Choose a tag to compare

New features

  • Checkstyle (#186), Findbugs (#187) and PMD (#185) warnings are shown inline with the files or diffs.
  • Devhub now generates warnings for commits. Example warnings are: too large commits (#144), too long files or pushing of commits to master (#145).

Small fixes

  • Devhub is now a bit more mobile-friendly (#197)
  • Older but still valid comments are now visible in the file view
  • Test bootstrapper is able to setup assignments and deliveries (bc3767d)
  • Fixed the CSV grades export (#200)
  • Added student numbers field to the database (#201)
  • Longer branch names are now supported (#191)

screen shot 2015-06-02 at 16 37 25

Contributions from @jwgmeligmeyling, @LiamClark and @JeremybellEU

Pull requests, code review and assignments

29 May 22:57
Compare
Choose a tag to compare

Added pull requests, code review and the notion of assignments to Devhub.