3976 Commits

Author SHA1 Message Date
fred-fri
d1cc8ab1c7 working on transactions 2014-04-09 19:25:26 +09:00
7f0eabbccb Removed the generic parameter from Task. 2014-04-09 12:22:47 +02:00
2ed8a23a34 Refactoring. 2014-04-09 12:21:12 +02:00
fac068acc5 The scheduler now keeps track of running tasks. 2014-04-09 12:19:10 +02:00
1a7da89f18 Switched from int to long 2014-04-09 11:41:53 +02:00
d3e3c20a7f Refactored so that Scheduler exposes Tasks, not AbstractWorker. 2014-04-09 10:13:49 +02:00
400ea78dcc Manually starting tasks is now done via the scheduler. 2014-04-09 09:55:10 +02:00
275ae7afab Merge remote-tracking branch 'origin/develop' into develop 2014-04-09 09:51:31 +02:00
64a6d397bf Made execute a public method on the Scheduler interface. 2014-04-09 09:50:49 +02:00
c184fcb464 Renamed WorkerSchedule to Task 2014-04-09 09:30:23 +02:00
c833d238f2 Renamed timer to scheduledExecutorService. 2014-04-09 09:28:35 +02:00
bf07b0633f Added basic tests to the scheduler. 2014-04-09 09:27:34 +02:00
5ed17b0d8b Made the ScheduledExecutorService injected instead of created. 2014-04-09 09:00:20 +02:00
07c9044287 Renamed method. 2014-04-09 08:51:08 +02:00
83b040c512 Created two separate Schedule implementations (Repeating and Daily) so that the delay is not fixed at creation for the Daily schedule. 2014-04-09 08:49:01 +02:00
fred-fri
75d75c6eea creating transaction entity 2014-04-09 13:00:57 +09:00
Emil Siverhall
12e819b64c renamed migration script 2014-04-08 17:04:09 +02:00
Emil Siverhall
b00a5ee696 Merge remote-tracking branch 'origin/develop' into develop 2014-04-08 17:03:05 +02:00
07d0789c1e Small refactoring. 2014-04-08 16:49:21 +02:00
b0625753e9 Merge remote-tracking branch 'origin/develop' into develop 2014-04-08 16:46:11 +02:00
f0e097ba64 Scheduler/GuiceWebApplication is no longer responsible for scheduling workers. It is now done by the temporary (yeah right) TemporaryWorkerScheduler. 2014-04-08 16:44:35 +02:00
Emil Siverhall
6c794a1425 obladi oblada 2014-04-08 16:33:18 +02:00
Golrokh Moattar
88e677413f Merge remote-tracking branch 'origin/develop' into develop 2014-04-08 16:27:54 +02:00
Golrokh Moattar
bd4f3ce970 GenericDataPanel used in Supervisor->MyProject-> Opposition & Active participations 2014-04-08 16:27:35 +02:00
3b9fba07d6 Moved Daisy-related exception to Daisy module. 2014-04-08 15:56:41 +02:00
7044f1f522 Removed unused constructor. 2014-04-08 15:56:14 +02:00
737dd6026b Merge remote-tracking branch 'origin/develop' into develop 2014-04-08 15:50:12 +02:00
e664412d6d Moved the project exporter and user bulk import to the daisy-integration module. 2014-04-08 15:49:45 +02:00
7310ff6b59 Moved the project exporter and user bulk import to the daisy-integration module. 2014-04-08 15:38:43 +02:00
33a5096ce9 Removed all the static stuff that was left in the Scheduler and hid the implementation behind an interface. 2014-04-08 15:26:53 +02:00
Golrokh Moattar
c801597c4a bootstrap styling on navigations 2014-04-08 14:51:07 +02:00
18d16710f7 Broke out separate Schedule class. 2014-04-08 14:35:54 +02:00
5a4c8b8dfc Moved worker-related stuff to core. 2014-04-08 14:16:41 +02:00
Emil Siverhall
31a6da8e90 feedback for department service panel 2014-04-08 13:57:13 +02:00
Emil Siverhall
68e1aa612b list all department services 2014-04-08 13:17:01 +02:00
Emil Siverhall
75bf466ee1 department_service module added 2014-04-08 10:05:21 +02:00
Emil Siverhall
e1b54cfac8 make sure getCurrent actually checks for the current user as well 2014-04-08 08:16:03 +02:00
fred-fri
f9a2bae9f9 increasing length of thesissummary 2014-04-08 13:38:28 +09:00
Golrokh Moattar
5fe83f890e in SupervisorMyProjectsPanel, GenericDataPanel changed to GenericDataPanel2 2014-04-07 17:19:19 +02:00
Emil Siverhall
55cc94d702 implemented service method 2014-04-07 14:34:54 +02:00
Emil Siverhall
a9866c1661 basic form implementations 2014-04-07 13:00:29 +02:00
d00fb9718b Added the concept of life-cycles to the Guice components. 2014-04-07 11:27:01 +02:00
Emil Siverhall
5e03282998 entity for department service 2014-04-07 10:19:27 +02:00
474a4003c9 Made DataInitializer save stuff with EntityManager instead of a bunch of otherwise unused repos/services. 2014-04-05 22:02:02 +02:00
da077a5826 Removed checks that could never be false. 2014-04-05 21:43:52 +02:00
6c1a6da598 Removed check that could never be false. 2014-04-05 21:40:58 +02:00
051d8c107e Removed some unused methods. 2014-04-05 21:38:00 +02:00
dc46b8cce3 Removed StudyPlanRepository. 2014-04-05 21:33:59 +02:00
37524bc576 Removed unused class. 2014-04-05 21:26:33 +02:00
Emil Siverhall
ed97aaa7ec system setting to show/hide sso login 2014-04-04 13:33:03 +02:00