Commit graph

160 commits

Author SHA1 Message Date
1e42614b22 Merge pull request 'refactor: remove required validator from newSkill field' (#84) from fix/fix-save-not-working into main
All checks were successful
Playwright Tests / test (push) Successful in 2m25s
Reviewed-on: #84
2025-01-22 11:36:25 +00:00
2582c5b568
refactor(mitarbeiter-form): remove console log statements
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m20s
2025-01-22 12:35:10 +01:00
f51619e172
refactor: remove required validator from newSkill field
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m12s
2025-01-22 12:31:09 +01:00
6efe952831 Merge pull request 'Fix selecting nothing' (#81) from fix/fix-selecting-nothing-as-skill into main
All checks were successful
Playwright Tests / test (push) Successful in 1m55s
Reviewed-on: #81
2025-01-22 11:17:44 +00:00
2e9b48be7c fix(qualifikation-form): prevent adding invalid employee ID
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m7s
2025-01-22 11:14:55 +00:00
60c5d41161 fix(mitarbeiter-form): prevent adding skill with invalid id 2025-01-22 11:14:55 +00:00
e5b2d7789f Merge pull request 'Employee Details page' (#80) from employees-detailseite into main
All checks were successful
Playwright Tests / test (push) Successful in 2m24s
Reviewed-on: #80
2025-01-22 11:04:44 +00:00
300520093d
refactor(employee-detail): restructure HTML layout with container
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m49s
2025-01-22 12:01:44 +01:00
fb90c770f6
test: remove outdated edit redirect test case
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m8s
2025-01-22 11:54:20 +01:00
9b90c735f5
IDK 2025-01-22 11:54:10 +01:00
ebd4508743 Merge pull request 'feat(navigation): add navigation bar to employee views' (#79) from feature/add-sidebar into main
All checks were successful
Playwright Tests / test (push) Successful in 2m3s
Playwright Tests / test (pull_request) Successful in 2m39s
Reviewed-on: #79
2025-01-22 09:23:07 +00:00
5cc396f552
feat(navigation): add navigation bar to employee views
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m16s
2025-01-22 10:16:08 +01:00
f3738ff631 Merge pull request 'refactor: remove unused employee fields from template' (#77) from fix/remove-extra-collumns-from-employees into main
All checks were successful
Playwright Tests / test (push) Successful in 2m10s
Reviewed-on: #77
2025-01-22 08:32:14 +00:00
fbec66debc Merge pull request 'feat(qualifikationsverwaltung): add error handling for delete skill' (#76) from fix/skill-deletion-logi into main
All checks were successful
Playwright Tests / test (push) Successful in 2m25s
Reviewed-on: #76
2025-01-22 08:29:36 +00:00
4dc253b508
refactor: remove unused employee fields from template
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m45s
2025-01-22 09:28:17 +01:00
5f18aa207d
feat(qualifikationsverwaltung): add error handling for delete skill
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m12s
2025-01-22 09:26:46 +01:00
2a337f3586 Merge pull request 'feat: add qualification creation component and route' (#75) from feature/create-skill into main
All checks were successful
Playwright Tests / test (push) Successful in 2m13s
Reviewed-on: #75
2025-01-22 08:09:43 +00:00
471a675117
fix: correct selector and template URLs in component
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m2s
2025-01-22 09:07:13 +01:00
9b80777fc3
feat: add qualification creation component and route
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m19s
2025-01-22 09:03:52 +01:00
08adf21da9 Merge pull request 'chore(deps): lock file maintenance' (#52) from renovate/lock-file-maintenance into main
All checks were successful
Playwright Tests / test (push) Successful in 2m7s
Reviewed-on: #52
2025-01-18 08:49:10 +00:00
158c7acb55 chore(deps): lock file maintenance
All checks were successful
Playwright Tests / test (pull_request) Successful in 3m24s
2025-01-17 14:03:07 +00:00
11da909e3f Merge pull request 'feat: add Playwright testing framework configuration and tests' (#71) from feature/add-playwright into main
All checks were successful
Playwright Tests / test (push) Successful in 2m7s
Reviewed-on: #71
2025-01-17 13:34:51 +00:00
d920f8d774
test: remove redundant employee creation test
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m48s
2025-01-17 14:32:27 +01:00
421740910e
chore: update CI workers to improve test concurrency
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m3s
2025-01-17 14:29:31 +01:00
d6f68afd64
test: Update delete button wait conditions in tests
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m20s
2025-01-17 14:25:07 +01:00
d3b9362023
test: Add wait for delete button in creation test
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m24s
2025-01-17 14:19:35 +01:00
e91dc49804
test: Add timeouts for safety in employee tests
Some checks failed
Playwright Tests / test (pull_request) Failing after 2m16s
2025-01-17 14:05:30 +01:00
b61e00e647
test: add wait for delete button visibility before click
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m56s
2025-01-17 13:59:47 +01:00
bac1f3cfac
test: Remove old employee test and add new tests
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m42s
2025-01-17 13:55:25 +01:00
a6047e2720
test: add tests for mitarbeiter creation and validation
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m36s
2025-01-17 13:32:11 +01:00
3882cde8ca
test: add initial tests for qualifications management
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m3s
2025-01-17 12:17:27 +01:00
56a2ef77fa
test: add search functionality test case
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m58s
2025-01-17 12:04:25 +01:00
d4cdfba01a
test: rename test for user deletion scenario
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m52s
2025-01-17 11:51:55 +01:00
c1de527057
style(tests): format code for better readability
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m33s
2025-01-17 11:48:26 +01:00
007a2f041b
test: add test for user deletion functionality
Some checks failed
Playwright Tests / test (pull_request) Failing after 2m34s
2025-01-17 11:30:24 +01:00
c29ae4ef18
ci: remove unnecessary container names in workflow config
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m51s
2025-01-17 11:19:35 +01:00
9e70e2a090
fix: correct Angular build target in workflows and config
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m56s
2025-01-17 11:06:11 +01:00
b70d7c8e0e
feat: add pipeline configuration to angular.json
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled
2025-01-17 11:04:27 +01:00
f21d03dda3
ci: update command to start Angular server in workflow
Some checks failed
Playwright Tests / test (pull_request) Failing after 54s
2025-01-17 11:00:33 +01:00
f3a61c10ad
ci: update angular server command in workflow file
Some checks failed
Playwright Tests / test (pull_request) Failing after 51s
2025-01-17 10:58:25 +01:00
3a25307a36
fix: update BASE_URL to use 127.0.0.1
Some checks failed
Playwright Tests / test (pull_request) Failing after 2m28s
2025-01-17 10:54:56 +01:00
00fefab60b
ci: update Angular server command in workflow file
Some checks failed
Playwright Tests / test (pull_request) Failing after 2m12s
2025-01-17 10:51:41 +01:00
2ee45c699a
build: update Angular CLI before building project
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m27s
2025-01-17 10:47:32 +01:00
b693ea7706
build: update build command to use ng instead of npm
Some checks failed
Playwright Tests / test (pull_request) Failing after 24s
2025-01-17 10:45:44 +01:00
0c475e51a9
build: update build command for Angular project
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m37s
2025-01-17 10:41:42 +01:00
17f20461f8
feat(ci): add CI environment configuration and replace URL 2025-01-17 10:41:01 +01:00
aceb2e953c
ci: remove unnecessary debug steps from workflow
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m27s
2025-01-17 10:25:06 +01:00
370b1f54f5
ci: update telnet command in Playwright workflow
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m32s
2025-01-17 10:22:50 +01:00
5a4e14c2dd
fix(skill.service): update BASE_URL for production use
Some checks failed
Playwright Tests / test (pull_request) Failing after 14s
2025-01-17 10:20:58 +01:00
db0966fdd9
ci: add port mapping to Playwright workflow configuration
Some checks failed
Playwright Tests / test (pull_request) Failing after 15s
2025-01-17 10:18:08 +01:00