Skip to content
Snippets Groups Projects
  1. Jan 17, 2019
  2. Nov 26, 2018
    • Daniel Gerhardt's avatar
      Replace legacy events triggered by entity state changes · 63c88f49
      Daniel Gerhardt authored
      Replaced the following events with StateChangeEvent:
      * FeatureChangeEvent
      * LockFeedbackEvent
      * LockQuestionEvent
      * LockVoteEvent
      * LockVotesEvent
      * PiRoundCancelEvent
      * PiRoundDelayedStartEvent
      * PiRoundEndEvent
      * PiRoundResetEvent
      * StatusRoomEvent
      * UnlockQuestionEvent
      * UnlockVoteEvent
      
      Removed the following redundant events:
      * DeleteAllLectureAnswersEvent
      * DeleteAllPrepareationAnswersEvent
      * DeleteAllQuestionsAnswersEvent
      * DeleteAllQuestionsEvent
      * LockQuestionsEvent
      * UnlockQuestionsEvent
      * UnlockVotesEvent
      
      To trigger events, some code was migrated to use EntityServices instead
      of directly accessing Repositories.
      63c88f49
  3. Nov 08, 2018
  4. Aug 12, 2018
    • Daniel Gerhardt's avatar
      Refactor package structure · 47e590ea
      Daniel Gerhardt authored
      Consistently use singular for packages which contain mixed kinds of
      classes. Moved a few classes to packages that better fit them.
      47e590ea
  5. Aug 11, 2018
  6. Aug 07, 2018
  7. Aug 04, 2018
  8. Feb 22, 2018
  9. Aug 28, 2017
  10. Jul 15, 2017
  11. Apr 26, 2017
    • Daniel Gerhardt's avatar
      Make logging more consistent · 531f6906
      Daniel Gerhardt authored
      Exceptions are now always passed to the logger. The logger decides based
      on configuration whether and how they are logged. Logging messages were
      adjusted for consistency.
      531f6906
  12. Mar 28, 2017
  13. Mar 27, 2017
  14. Feb 14, 2017
    • Daniel Gerhardt's avatar
      Clean up code · bbb7288c
      Daniel Gerhardt authored
      * Remove unused code
      * Optimize imports (group 10+ and static imports)
      * Remove redundant variable assignments
      * Replace explicit type parameters with <>
      * Remove redundant catch blocks
      * Use varargs instead of explicit array instantiation
      * Weaken visibility of methods and fields
      * Simplify conditions
      * Do not use StringBuilder for simple concatenations
      * Fix code style
      * Remove invalid Javadoc
      bbb7288c
  15. Jan 10, 2017
  16. Nov 15, 2016
  17. Oct 07, 2016
  18. Oct 06, 2016
  19. Sep 29, 2016
  20. Jul 21, 2016
  21. Feb 22, 2016
  22. Feb 19, 2016