c0284bcfc1
Fixed test.
2014-05-22 14:26:09 +02:00
d01d455441
Removed restriction on heap space.
...
Increased PermGen to 128MB from IDEAs default of 85MB which isn't enough when all libraries from both core and view are loaded, this helps running tests inside IDEA.
2014-05-20 18:35:54 +02:00
fred-fri
2513342751
removed fitnesse and selenium
2014-05-08 14:49:15 +02:00
7bea134671
Upgraded Wicket to version 6.15.0
2014-04-25 14:51:37 +02:00
60fb46db5b
Spring gone for good. No backsies.
2014-03-17 16:40:10 +01:00
7c1ce28ac5
Removed fitnesse.
2014-03-11 12:50:43 +01:00
c376e84213
Reverted back to Lombok 0.12.0 due to generated code being picked up by Sonar.
2014-02-28 10:25:52 +01:00
f18fc7799d
Added warnings and deprecations to the compiler plugin so they are easier to fix.
2014-02-27 09:47:29 +01:00
5572c7dc86
Moved spring-web dependency to view.
2014-02-27 09:22:15 +01:00
d9273b55cc
Added dependency on javax.inject and excluded transitive dependency on hk2s own implementation.
...
Shuffled hibernate dependencies to runtime and depend on the JSR API instead.
2014-02-26 17:18:52 +01:00
3f160abdcc
Updated all dependency versions.
...
Still stuck with Spring 3.2.8 due to Spring-data-jpa.
Hibernate introduced a bug in 4.3.* so until that is resolved we use 4.2.8.
2014-02-26 16:47:14 +01:00
fred-fri
e3a23c40dc
fixing fitnesse+selenium
2014-02-19 19:52:37 +09:00
fred-fri
2040479e73
fixing fitnesse+selenium
2014-02-19 18:42:43 +09:00
247fa06efd
Jackrabbit is no more!
2014-02-18 10:04:41 +01:00
1cdd32badc
Changed scope of MySQL driver to provided so it is not packaged with the web app to prevent memory leaks.
2014-01-31 14:37:32 +01:00
9602903eb9
Updated Cobertura plugin to a Java 7 compatible version.
2014-01-13 17:22:10 +01:00
9f8f65f49b
Java 7.
2014-01-13 16:52:12 +01:00
4612bd5c1a
Fixed current profile string for TEST profile.
2014-01-09 14:31:34 +01:00
818e392e62
Fixed TEST profile to be more PROD like.
2014-01-09 13:11:15 +01:00
301ea0c744
Went down in MySQL version to get rid of the memory leak caused by the abandoned connection cleanup thread.
2013-11-14 16:24:36 +01:00
85cb365956
Added worker to send grading reports as PDFs to daisy.
2013-11-13 16:52:29 +01:00
fred-fri
6f442ff84d
removed ehcache
2013-11-08 13:49:01 +09:00
c9e45b0f38
Default settings for the project is now DEV.
...
Added back the TEST profile to re-enable logging on thesis3.
2013-10-28 17:08:11 +01:00
Emil Siverhall
93f36492c6
resolved merge conflicts
2013-10-15 11:42:42 +02:00
Emil Siverhall
714aa7a371
switched out the autocomplete component to use select2choice instead of our old broken component
2013-10-15 11:28:09 +02:00
71de5a26f4
Merge branch 'develop' into wicketupdate
...
Conflicts:
view/pom.xml
view/src/main/java/se/su/dsv/scipro/activityplan/panels/ActivityPlanPanel.html
view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaDetailsCrudPanel.java
view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaOverviewPanel.html
view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaOverviewPanel.java
view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaPopupPanel.html
view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaPopupPanel.java
view/src/main/java/se/su/dsv/scipro/admin/panels/AdminRolesPanel.html
view/src/main/java/se/su/dsv/scipro/basepages/BasePage.html
view/src/main/java/se/su/dsv/scipro/checklists/panels/AnswerDialogPanel.html
view/src/main/java/se/su/dsv/scipro/components/StylableDateTimeField.html
view/src/main/java/se/su/dsv/scipro/datatables/project/ProjectDataPanel.html
view/src/main/java/se/su/dsv/scipro/landingpages/NewIdeaLandingPage.java
view/src/main/java/se/su/dsv/scipro/project/pages/ProjectOppositionPage.html
view/src/main/java/se/su/dsv/scipro/project/panels/ProjectMyIdeasPanel.java
view/src/main/java/se/su/dsv/scipro/project/panels/ProjectNewAllSupervisorIdeasPanel.java
view/src/main/java/se/su/dsv/scipro/project/panels/ProjectNewIdeaSubmissionPanel.html
view/src/main/java/se/su/dsv/scipro/project/panels/ProjectNewIdeaSubmissionPanel.java
view/src/main/java/se/su/dsv/scipro/repository/pages/RepositoryDownloadPage.java
view/src/main/java/se/su/dsv/scipro/reusable/AbstractRoleAutoCompleteComponent.java
view/src/main/java/se/su/dsv/scipro/security/auth/ExternalAuthenticationRequestHelper.java
view/src/main/java/se/su/dsv/scipro/seminar/panels/SeminarThesisPanel.java
view/src/main/java/se/su/dsv/scipro/supervisor/panels/SupervisorAllSupervisorIdeasPanel.java
view/src/main/java/se/su/dsv/scipro/supervisor/panels/SupervisorNewAllStudentIdeasPanel.java
view/src/main/java/se/su/dsv/scipro/supervisor/panels/SupervisorNewEditIdeaPanel.html
view/src/test/java/se/su/dsv/scipro/panels/ChecklistAnswerCommentPanelTest.java
view/src/test/java/se/su/dsv/scipro/panels/CommentThreadPanelTest.java
2013-10-15 10:09:28 +02:00
316a291262
Removed -verbose from javac
2013-10-14 10:48:49 +02:00
fred-fri
a721778af8
removed profiles
2013-10-14 14:01:28 +09:00
6806cfc6b0
Knasbollar
2013-10-11 09:39:39 +02:00
fred-fri
d9a24ec9d6
removed plugin, turned off generateddl in dev profile and added new dev generate ddl profile specifically for generating ddl
2013-10-10 18:33:03 +09:00
fred-fri
17261a54f7
added flyway
2013-10-10 16:56:39 +09:00
Emil Siverhall
460d999fa7
finishing touches of wicket update
2013-10-09 16:38:24 +02:00
Leo
0bcd5a7047
updatestuffs
2013-10-08 15:13:00 +02:00
Dan Lagnöhed
e18da87dfb
.
2013-10-08 09:18:35 +02:00
Emil Siverhall
566b3b37c9
started upgrade from wicket 1.4 to 6.10.0
2013-10-07 16:53:21 +02:00
Dan Lagnöhed
953140214b
Fitnesse test that actually tests something...
2013-10-07 11:45:58 +02:00
Dan Lagnöhed
b27cda4d90
Trying to find bug...
2013-10-07 09:43:15 +02:00
Dan Lagnöhed
6aeea1cd9e
Trying to find bug...
2013-10-04 13:04:58 +02:00
Dan Lagnöhed
110a8e1f20
Fitnesse infrastructure finished
2013-10-01 13:20:49 +02:00
22fcf5753d
Added separate log files for every worker.
2013-09-30 15:00:33 +02:00
b2f7808866
Provided is correct since it is only required for compilation and should not be included as a dependency in the packaged version.
2013-09-30 11:36:54 +02:00
e2745d5530
Updated logging to LOG4J version 2 and split up the logging so there is one each for Spring, Wicket and Hibernate at warning level and one for everything else at info that also includes the aforementioned frameworks so following the flow is easy.
2013-09-30 11:36:14 +02:00
Leo
fae4115b4b
updated spring framework
2013-09-26 11:19:37 +02:00
Leo
02dd25c3ab
updated QueryDSL and spring data
2013-09-26 11:00:53 +02:00
Leo
e23c82e39a
updated hibernate
2013-09-26 10:36:59 +02:00
Dan Lagnöhed
3c9f7b0740
Fitnesse infrastructure continued
2013-09-24 15:05:14 +02:00
Dan Lagnöhed
a2829f8496
Fitnesse infrastructure in place
2013-09-24 11:05:29 +02:00
fred-fri
9fc705790c
made it possible to run jetty locally
2013-09-24 15:23:36 +09:00
Dan Lagnöhed
be6f4f8c9b
Clean up of pom-files. Ignored some non unit-tests
2013-09-23 08:22:44 +02:00
Dan Lagnöhed
00eb651585
Introduced dependency management in pom-files
2013-09-22 19:36:54 +02:00