- Apr 11, 2016
-
-
Daniel Gerhardt authored
-
- Apr 09, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Apr 07, 2016
-
-
Tom Käsler authored
evict session cache both for session entries in the cache (https://github.com/th… …m-projects/arsnova-backend/wiki/Caching <-- see List of cache entries and associated keys) See merge request !20
-
Tom Käsler authored
(https://github.com/thm-projects/arsnova-backend/wiki/Caching ^-- see List of cache entries and associated keys)
-
Daniel Gerhardt authored
add bulk save method for questions (for importing via csv) This merge request adds a bulk save function for questions. For now, it's only used for the question import via csv to not save every single question with a seperate request. See merge request !19
-
Tom Käsler authored
-
- Apr 04, 2016
-
-
Daniel Gerhardt authored
In some cases the Socket.IO servers used in test cases are not closed when starting a new test. In this cases the tests will fail with an address conflict because an other Socket.IO server is still running. Using a new port, starting with previous defined port 1234 up to 1243 will assign every new created Socket.IO server an other address/port. An address conflict will still occure if an other service is running on ports from 1234 to 1243, so it is generally a bad idea to have tests in the hope that no side effects will occure from outside of application scope. Closes GH-34
-
Paul-Christian Volkmer authored
In some cases the Socket.IO servers used in test cases are not closed when starting a new test. In this cases the tests will fail with an address conflict because an other Socket.IO server is still running. Using a new port, starting with previous defined port 1234 up to 1243 will assign every new created Socket.IO server an other address/port. An address conflict will still occure if an other service is running on ports from 1234 to 1243, so it is generally a bad idea to have tests in the hope that no side effects will occure from outside of application scope.
-
- Mar 31, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
* Fail build on HTTP upload errors * Undeploy application before deployment * Fix Tomcat deployment path
-
Daniel Gerhardt authored
-
- Mar 22, 2016
-
-
Tom Käsler authored
Fix session export fixes the import of sessionFeatures and messages of the day. See merge request !18
-
- Mar 17, 2016
-
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
- Mar 15, 2016
-
-
Tom Käsler authored
-
- Mar 11, 2016
-
-
Andreas Gärtner authored
-
- Mar 09, 2016
-
-
Andreas Gärtner authored
-
- Mar 08, 2016
-
-
Andreas Gärtner authored
-
- Mar 06, 2016
-
-
Andreas Gärtner authored
-
- Mar 02, 2016
-
-
Daniel Gerhardt authored
Refac export This reworks the session import/export to generate the json via backend for performance. See merge request !16
-
- Feb 22, 2016
-
-
Tom Käsler authored
-
Tom Käsler authored
-
- Feb 21, 2016
-
-
Tom Käsler authored
-
- Feb 19, 2016
-
-
Tom Käsler authored
Conflicts: src/main/java/de/thm/arsnova/controller/LecturerQuestionController.java
-
Tom Käsler authored
-
Tom Käsler authored
fix bug where abstention questions are not exported
-
Tom Käsler authored
fix bug where not all attributes from grid questions are exported
-
Tom Käsler authored
-
Tom Käsler authored
implement: via two booleans you can now decide whether AnswerStatistics and FeedbackQuestions shall be exported, too
-
Tom Käsler authored
-
Tom Käsler authored
add empty test methods
-
Tom Käsler authored
add constructors to transport classes to parse "main"class
-
Tom Käsler authored
-
- Feb 18, 2016
-
-
Andreas Gärtner authored
-
- Feb 17, 2016
-
-
Andreas Gärtner authored
-
- Feb 08, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-