Commit Graph

150 Commits

Author SHA1 Message Date
Sebastian Böckelmann
21015ff06d Initialize Testing of Testservice
Some checks failed
Java CI with Maven / build (push) Failing after 1m2s
2023-11-10 20:44:26 +01:00
Sebastian Böckelmann
2f7fb3e2b4 Test TaskRepository
All checks were successful
Java CI with Maven / build (push) Successful in 35s
2023-11-10 19:35:44 +01:00
Sebastian Böckelmann
4d655c32ed FindAlltasksByUser Test
All checks were successful
Java CI with Maven / build (push) Successful in 34s
2023-11-08 21:22:28 +01:00
Sebastian Böckelmann
8f5e8133f8 TaskgroupRepsitoryTest (+Delete)
All checks were successful
Java CI with Maven / build (push) Successful in 35s
2023-11-08 20:17:57 +01:00
Sebastian Böckelmann
5cf04a6858 TaskgroupRepsitoryTest
All checks were successful
Java CI with Maven / build (push) Successful in 34s
2023-11-08 20:00:18 +01:00
Sebastian Böckelmann
7199174736 Merge remote-tracking branch 'origin/tests' into tests
All checks were successful
Java CI with Maven / build (push) Successful in 1m0s
2023-11-07 20:20:13 +01:00
Sebastian Böckelmann
2f78c5ebbf Tests for user-repository 2023-11-07 20:20:07 +01:00
942563e5d9 v3 instead of v2
All checks were successful
Java CI with Maven / build (push) Successful in 34s
2023-11-07 19:44:14 +01:00
8166239405 Switch actions/checkout to v2 instead of v3
All checks were successful
Java CI with Maven / build (push) Successful in 1m23s
2023-11-07 19:33:26 +01:00
Sebastian Böckelmann
5ba2fb6509 Fix failing test case
Some checks failed
Java CI with Maven / build (push) Failing after 4m5s
2023-11-07 19:09:08 +01:00
affe46afbe Merge remote-tracking branch 'origin/tests' into tests
Some checks failed
Java CI with Maven / build (push) Failing after 15m59s
2023-11-06 08:54:54 +01:00
1d7c280e84 Simulate failing test 2023-11-06 08:54:15 +01:00
91c24fa288 Skip uploading dependency graph
All checks were successful
Java CI with Maven / build (push) Successful in 2m33s
2023-11-05 22:33:00 +01:00
d1b8f98f8e (Hopefully) Fix pom location
Some checks failed
Java CI with Maven / build (push) Failing after 3m4s
2023-11-05 22:28:46 +01:00
4a59352435 Include maven installation in actions
Some checks failed
Java CI with Maven / build (push) Failing after 1m50s
2023-11-05 22:25:48 +01:00
caf0dc0b75 Fix doppelname
Some checks failed
Java CI with Maven / build (push) Failing after 1m12s
2023-11-05 22:23:28 +01:00
2332478661 Fix missing push 2023-11-05 22:23:08 +01:00
bfc5a324f8 Use github action template 2023-11-05 22:20:04 +01:00
22a57bdc37 Test maven test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 49s
2023-11-05 22:10:03 +01:00
4ac1d8bbcc Demo Gitea Actions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
2023-11-05 22:06:21 +01:00
cbe0ed070b Deactivate Overall System test (temporarly) 2023-11-05 19:08:44 +01:00
2c23952a5e Write simple Testcase for ci/cd 2023-11-05 19:04:41 +01:00
1b31a9239c Merge pull request 'issue-36' (#39) from issue-36 into master
Reviewed-on: Sebastian/TimeManager#39
2023-10-29 17:54:23 +01:00
Sebastian
ae7550657c Active tasks 2023-10-29 17:53:47 +01:00
Sebastian
a9c3931ced Upcoming tasks 2023-10-29 17:20:24 +01:00
2cabc09598 Merge pull request 'issue-35' (#37) from issue-35 into master
Reviewed-on: Sebastian/TimeManager#37
2023-10-29 16:16:34 +01:00
Sebastian
62165e0afb Delete overdue task 2023-10-29 16:15:41 +01:00
Sebastian
f565d3dae1 Fix marking finished task as overdue 2023-10-29 16:11:04 +01:00
Sebastian
6cfd48a962 Overdue tasks dashboard 2023-10-29 16:03:58 +01:00
Sebastian
513a51c3db Abstract API Endpoint to filter task fetch also by overdue 2023-10-29 13:13:29 +01:00
2b627b679e Merge pull request 'issue-32' (#34) from issue-32 into master
Reviewed-on: Sebastian/TimeManager#34
2023-10-29 12:35:11 +01:00
Sebastian
6eccb57a8c Include routing for task and taskgroup headlines 2023-10-29 11:27:51 +01:00
Sebastian
c762d3d200 Reschedule Missed Schedule 2023-10-29 11:21:40 +01:00
Sebastian
9de0e1a119 Forget all missed schedules 2023-10-29 11:16:48 +01:00
Sebastian
38d27c3dac Forget single schedule 2023-10-29 10:56:08 +01:00
Sebastian
966c896ae0 Design Missed Schedules Component and manage routing to it 2023-10-29 10:34:02 +01:00
Sebastian
30cbe60d6d List missed Schedules 2023-10-29 10:16:08 +01:00
c3c81da4a1 Merge pull request 'issue-31' (#33) from issue-31 into master
Reviewed-on: Sebastian/TimeManager#33
2023-10-29 09:57:27 +01:00
Sebastian
5aacf720d0 Work also with start schedule based on last minute 2023-10-29 09:56:32 +01:00
Sebastian
2324976bd6 Register Forgotten Activities 2023-10-29 09:47:57 +01:00
836247ff73 Merge pull request 'issue-29' (#30) from issue-29 into master
Reviewed-on: Sebastian/TimeManager#30
2023-10-29 07:13:46 +01:00
Sebastian
99880522df Check if there is another active schedule when starting task now 2023-10-29 07:13:08 +01:00
Sebastian
5ed66b911b Allow missing start and deadline dates when creating tasks 2023-10-29 07:03:56 +01:00
614a98b8cf Merge pull request 'issue-18' (#28) from issue-18 into master
Reviewed-on: Sebastian/TimeManager#28
2023-10-28 19:36:14 +02:00
79d280b3c0 Merge pull request 'issue-25' (#27) from issue-25 into issue-18
Reviewed-on: Sebastian/TimeManager#27
2023-10-28 19:33:05 +02:00
Sebastian
984552bc69 Routing for TaskLink and ManageTaskgroup Btn 2023-10-28 19:31:08 +02:00
Sebastian
314a11ee18 Visualize Anouncement for missed schedules 2023-10-28 19:27:13 +02:00
Sebastian
9402db4a9b Show add task btn also when no task exists 2023-10-28 19:10:46 +02:00
Sebastian
98efb9150c Add tasks from TaskOverview 2023-10-28 19:09:07 +02:00
Sebastian
217e48aead Implement routing to schedule from TaskOverviewCard 2023-10-28 19:05:20 +02:00