Commit Graph

176 Commits

Author SHA1 Message Date
Sebastian Böckelmann
8a86241e86 Perform building only on master branch (missed one step in building frontend
All checks were successful
Java CI with Maven / build-and-push-frontend (push) Successful in 8s
Java CI with Maven / build-and-push-backend (push) Successful in 8s
Java CI with Maven / test (push) Successful in 37s
2023-11-14 08:54:21 +01:00
Sebastian Böckelmann
e68f8e9432 Perform building only on master branch
All checks were successful
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Successful in 10s
Java CI with Maven / build-and-push-backend (push) Successful in 7s
2023-11-14 08:52:19 +01:00
Sebastian Böckelmann
7d63cd19cb Build backend automatic
All checks were successful
Java CI with Maven / test (push) Successful in 34s
Java CI with Maven / build-and-push-frontend (push) Successful in 2m5s
Java CI with Maven / build-and-push-backend (push) Successful in 2m5s
2023-11-14 08:44:31 +01:00
Sebastian Böckelmann
e4daee49a1 Include repo owner in image name and tag
All checks were successful
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Successful in 2m2s
2023-11-14 08:31:12 +01:00
Sebastian Böckelmann
af716718de Adapt reponame to lowercase
Some checks failed
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Failing after 2m1s
2023-11-14 08:15:07 +01:00
Sebastian Böckelmann
523fa972f0 Fix docker tag to match repo name
Some checks failed
Java CI with Maven / test (push) Successful in 35s
Java CI with Maven / build-and-push-frontend (push) Failing after 16s
2023-11-14 08:11:45 +01:00
Sebastian Böckelmann
cf06f8107b Fix name of image to match case sensitivity
Some checks failed
Java CI with Maven / test (push) Successful in 39s
Java CI with Maven / build-and-push-frontend (push) Failing after 2m3s
2023-11-14 07:56:51 +01:00
Sebastian Böckelmann
afee5680e1 Set context of frontend docker build to frontend/.
Some checks failed
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Failing after 2m0s
2023-11-14 07:52:41 +01:00
Sebastian Böckelmann
785032812f Remove tem. backend deployment from actions and add docker context to frontend build
Some checks failed
Java CI with Maven / test (push) Successful in 37s
Java CI with Maven / build-and-push-frontend (push) Failing after 20s
2023-11-14 07:49:55 +01:00
Sebastian Böckelmann
a4e7b12908 Adapt docker tag
All checks were successful
Java CI with Maven / test (push) Successful in 39s
Java CI with Maven / build-and-push-frontend (push) Successful in 13s
Java CI with Maven / build-and-push-backend (push) Successful in 14s
2023-11-13 22:56:33 +01:00
Sebastian Böckelmann
f001abd73d Merge remote-tracking branch 'origin/docker-deployment' into docker-deployment
All checks were successful
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Successful in 13s
Java CI with Maven / build-and-push-backend (push) Successful in 13s
# Conflicts:
#	backend/.idea/workspace.xml
2023-11-13 22:52:01 +01:00
Sebastian Böckelmann
a19de7b1b5 Change branch to push on to master 2023-11-13 22:51:19 +01:00
cf312ecc26 Merge pull request 'issue-52' (#64) from issue-52 into docker-deployment
All checks were successful
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Successful in 14s
Reviewed-on: Sebastian/TimeManager#64
2023-11-13 22:48:50 +01:00
Sebastian Böckelmann
2d4c44ee09 Change context of dockerfile to frontend
All checks were successful
Java CI with Maven / test (push) Successful in 37s
Java CI with Maven / build-and-push-frontend (push) Successful in 15s
2023-11-13 22:40:24 +01:00
Sebastian Böckelmann
aa9b462c96 Change context of dockerfile
All checks were successful
Java CI with Maven / test (push) Successful in 37s
Java CI with Maven / build-and-push-frontend (push) Successful in 13s
2023-11-13 22:38:50 +01:00
Sebastian Böckelmann
0e28d59e3c Change dockerimage for continues deployment to ubuntu-latest
All checks were successful
Java CI with Maven / test (push) Successful in 1m34s
Java CI with Maven / build-and-push-frontend (push) Successful in 20s
2023-11-13 22:32:02 +01:00
Sebastian Böckelmann
8936dd65f4 Change dockerimage for continues deployment
Some checks reported warnings
Java CI with Maven / build-and-push-frontend (push) Has been cancelled
Java CI with Maven / test (push) Has been cancelled
2023-11-13 22:26:13 +01:00
Sebastian Böckelmann
ab43c49507 Change path to Dockerfile
Some checks failed
Java CI with Maven / test (push) Successful in 51s
Java CI with Maven / build-and-push-frontend (push) Failing after 9s
2023-11-13 22:03:55 +01:00
Sebastian Böckelmann
be6ab301c6 Build frontend automatically
Some checks failed
Java CI with Maven / test (push) Successful in 49s
Java CI with Maven / build-and-push-frontend (push) Failing after 17s
2023-11-13 22:01:00 +01:00
Sebastian Böckelmann
4f4c556bb9 Use moment for parsing dates of taskfieldinfo and adapt annotation for spring json parsing
All checks were successful
Java CI with Maven / build (push) Successful in 45s
2023-11-13 19:49:36 +01:00
Sebastian Böckelmann
9ca128d80d Use moment to format date correctly for api
All checks were successful
Java CI with Maven / build (push) Successful in 42s
2023-11-13 19:42:40 +01:00
Sebastian Böckelmann
7974bba473 Fix error 500 when scheduling a basic schedule for today
All checks were successful
Java CI with Maven / build (push) Successful in 47s
2023-11-13 19:42:13 +01:00
79034a5b3a Merge pull request 'issue-54' (#62) from issue-54 into master
All checks were successful
Java CI with Maven / build (push) Successful in 43s
Reviewed-on: Sebastian/TimeManager#62
2023-11-13 19:34:10 +01:00
Sebastian Böckelmann
290cdd2fbf Rename activeTime in TaskScheduleStopResponse to workTime to match angular model (Fix NAN minutes in dashboard)
All checks were successful
Java CI with Maven / build (push) Successful in 45s
2023-11-13 19:32:28 +01:00
Sebastian Böckelmann
fa6b1b4fa1 Display Running For counter independently of scheduletype
All checks were successful
Java CI with Maven / build (push) Successful in 44s
2023-11-13 19:28:43 +01:00
89158aee1d Merge pull request 'issue-22' (#61) from issue-22 into master
All checks were successful
Java CI with Maven / build (push) Successful in 43s
Reviewed-on: Sebastian/TimeManager#61
2023-11-13 19:21:45 +01:00
Sebastian Böckelmann
1e492a9111 Reset navigation link list when navigation back
All checks were successful
Java CI with Maven / build (push) Successful in 44s
2023-11-13 19:20:28 +01:00
Sebastian Böckelmann
2477f32d0b Fix order of navigation link list
All checks were successful
Java CI with Maven / build (push) Successful in 44s
2023-11-13 19:11:55 +01:00
db6e40e713 Merge pull request 'issue-47' (#60) from issue-47 into master
All checks were successful
Java CI with Maven / build (push) Successful in 43s
Reviewed-on: Sebastian/TimeManager#60
2023-11-13 18:54:08 +01:00
Sebastian Böckelmann
281d37cf0b Compile fresh backend when building docker image
All checks were successful
Java CI with Maven / build (push) Successful in 44s
2023-11-13 18:39:25 +01:00
55d2d4936e Merge pull request 'Merge pullrequest docker-deployment into issue-47' (#59) from docker-deployment into issue-47
All checks were successful
Java CI with Maven / build (push) Successful in 45s
Reviewed-on: Sebastian/TimeManager#59
2023-11-13 18:19:48 +01:00
f97ed39bbe Merge pull request 'Redirecting /api inside docker deployment' (#56) from nils-docker-fix-redirect into docker-deployment
All checks were successful
Java CI with Maven / build (push) Successful in 44s
Reviewed-on: Sebastian/TimeManager#56
2023-11-13 18:17:34 +01:00
7f6b4c2e08 Implement redirect for /api in docker deployment
All checks were successful
Java CI with Maven / build (push) Successful in 48s
2023-11-13 10:46:45 +01:00
Sebastian Böckelmann
d2f5bb003e Fix issue 49 (Missing Verlinkung bei OverdueTasks)
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-13 08:54:38 +01:00
Sebastian Böckelmann
cf427cdd46 Edit and Delete in Draggable Scheduler
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-12 22:35:22 +01:00
Sebastian Böckelmann
6cdf069b38 Unwrap event titles in calendar view
All checks were successful
Java CI with Maven / build (push) Successful in 41s
2023-11-12 22:01:52 +01:00
Sebastian Böckelmann
cfd1bfe7cb Display TaskPath and not only TaskTitle in Schedules of calendar
All checks were successful
Java CI with Maven / build (push) Successful in 47s
2023-11-12 21:41:59 +01:00
Sebastian Böckelmann
c25d45d697 Schedule tasks through drag and drop
All checks were successful
Java CI with Maven / build (push) Successful in 47s
2023-11-12 21:22:48 +01:00
Sebastian Böckelmann
1ca0ee20ad Fix parsing datetime (diesmal hoffentlich wirklich)
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-12 18:11:27 +01:00
Sebastian Böckelmann
299285e25b Fix parsing datetime
Some checks failed
Java CI with Maven / build (push) Failing after 48s
2023-11-12 17:23:13 +01:00
Sebastian Böckelmann
01e3d87026 Fix deleting tasks
All checks were successful
Java CI with Maven / build (push) Successful in 1m4s
2023-11-12 17:08:02 +01:00
Sebastian Böckelmann
157126d404 Deploy on docker (not productive yet!)
All checks were successful
Java CI with Maven / build (push) Successful in 59s
2023-11-12 16:43:39 +01:00
f000b36710 issue-20 (#46)
All checks were successful
Java CI with Maven / build (push) Successful in 46s
Co-authored-by: Sebastian Böckelmann <uqpko@student.kit.edu>
Reviewed-on: Sebastian/TimeManager#46
2023-11-12 13:18:53 +01:00
Sebastian Böckelmann
0e07549a65 Fix typos and date type
All checks were successful
Java CI with Maven / build (push) Successful in 50s
2023-11-11 19:20:05 +01:00
Sebastian Böckelmann
13a876c893 Include Working Status in Frontend Dashboard
All checks were successful
Java CI with Maven / build (push) Successful in 48s
2023-11-11 19:12:07 +01:00
Sebastian Böckelmann
d7850a9aa7 Get Working Status of Today Endpoint
All checks were successful
Java CI with Maven / build (push) Successful in 55s
2023-11-11 19:09:24 +01:00
f076a5907c schedule-refactor (#45)
All checks were successful
Java CI with Maven / build (push) Successful in 48s
Co-authored-by: Sebastian Böckelmann <uqpko@student.kit.edu>
Reviewed-on: Sebastian/TimeManager#45
2023-11-11 18:56:14 +01:00
36cb537f3c tests (#43)
All checks were successful
Java CI with Maven / build (push) Successful in 47s
Co-authored-by: Sebastian Böckelmann <uqpko@student.kit.edu>
Reviewed-on: Sebastian/TimeManager#43
2023-11-11 11:20:48 +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