Commit Graph

7927 Commits

Author SHA1 Message Date
3c5edb1b97 fix(avs): typo in superior remark, towards #178 2024-09-04 16:29:12 +02:00
71afd4a0df docs(gitlab-ci): tweak comments 2024-09-04 06:00:34 +02:00
fa02a0727a build(docker/fradrive): update release Dockerfile to copy bin 2024-09-04 05:32:46 +02:00
c47d1c01f8 ci(backend): fix release container rules 2024-09-04 05:30:40 +02:00
dfc83b7b3c ci(backend): add release job to backend-prod downstream pipeline 2024-09-04 05:28:42 +02:00
034be6e2c9 ci(gitlab-ci): fix curl more 2024-09-04 05:23:22 +02:00
be75627bc0 ci(gitlab-ci): fix curl 2024-09-04 05:17:41 +02:00
b5f2f4ff0e ci(gitlab-ci): use CI_JOB_MANUAL for container setup 2024-09-04 04:59:15 +02:00
e5eae3da2c ci(gitlab-ci): fix container rules 2024-09-04 04:57:02 +02:00
c3722693ad ci(gitlab-ci): work on container rebuilds 2024-09-04 04:52:27 +02:00
2f8e6bc30b ci(gitlab-ci): fix syntax even more 2024-09-04 04:41:01 +02:00
b549f0027f ci(gitlab-ci): try to fix syntax 2024-09-04 04:31:01 +02:00
597a611f58 ci(gitlab-ci): fix syntax 2024-09-04 04:24:47 +02:00
3c71388a32 ci(gitlab-ci): fix syntax 2024-09-04 04:21:48 +02:00
fc57bdffb5 ci(gitlab-ci): replace manual frontend container build
check if image already exists in the registry and build if not; also rebuild on manual run
2024-09-04 04:18:53 +02:00
d4d18a968c build(frontend): update karma config 2024-09-04 03:18:46 +02:00
4f7855b9ee fix(avs): acs auto synch had inverted success/failure
also: some minor typo fixes
2024-09-03 12:53:51 +02:00
c7d5cbfb49 build(frontend): fix webpack config 2024-09-03 02:44:26 +02:00
f4ee39c717 build(docker/frontend): remove debug output 2024-09-03 02:17:25 +02:00
fd51a1ce5e build(frontend): fix webpack config 2024-09-03 02:16:16 +02:00
03aa1c6837 chore(frontend): eslint 2024-09-03 02:04:35 +02:00
6e42c3d1c7 build(frontend): fix babel config 2024-09-03 01:59:49 +02:00
483f3f7e05 build(frontend): fix frontend webpack paths 2024-09-03 01:57:36 +02:00
6854201b0f build(frontend): add missing dependencies for webpack config 2024-09-03 01:57:15 +02:00
7b08f37a51 build(frontend): update babel config 2024-09-03 01:56:48 +02:00
68398fdcc6 build(frontend): disallow require, update webpack config for js instead of cjs 2024-09-03 01:43:39 +02:00
115d2e2629 build(frontend): account for moved eslint config file with new syntax 2024-09-03 01:42:47 +02:00
de6811372b build(Makefile): clean .cache 2024-09-03 00:43:03 +02:00
3fcb7d2b4e build(docker/frontend): remove deprecated and unsafe babel-preset-env dependency by tweaking babel config 2024-09-02 16:02:33 +02:00
0ecba9f829 build(docker/frontend): fix babel and webpack config for new node version 2024-09-02 15:50:26 +02:00
95e1f03d31 Merge branch '145-build-system-rewrite' of ssh://gitlab.uniworx.de/fradrive/fradrive into 145-build-system-rewrite 2024-09-02 13:42:51 +02:00
1e896da4a3 chore(avs): prepare superior update shortcircuit for future 2024-09-02 09:08:44 +02:00
025388a2f2 ci(gitlab-ci/version.pl): Implemented changelog handling in version.pl 2024-09-01 13:08:52 +02:00
7e5c256b4c fix(avs): company superiors are now irregular supervisors and old ones are deleted
DETAILS:

Superiors:
- Superiors do not become Company-Default-Supervisors automatically
- Superiors become irregular supervisors without rerouting, existing supervisions are not changed
- Superiors become company users at equal-to-max priority, if not already

For each AVN User update:
- if superior change for unchanged company:
    all company supervisions with remark "Vorgesetzter" are removed
    create admin problem that notifies about superior change (special if new superior could not be created)
- all company associates are irregularly supervised by the new superior with remark "Vorgesetzer"

Questions:
 - company had superior, but no longer: just remove superior-supervisions, do not report admin problem?
 - Problem: superior changed, but we first encounter this through a user changing company. Change is not detected at this point, old superiors remain until an old company associate is updated too
2024-08-30 17:41:33 +02:00
ae235bf269 chore(webpack): update webpack config for major node and npm update 2024-08-29 18:49:59 +02:00
b4a59f6b02 chore(package.json): add/fix more frontend dependencies 2024-08-29 18:49:22 +02:00
43319fbcca chore(admin): unreachable page offers convient avs and ldap synch buttons 2024-08-29 18:12:10 +02:00
d25ce1a011 chore(package.json): upgrade and fix dependencies 2024-08-29 18:02:07 +02:00
f9dd14ca9b chore(package.json): remove orphan definitions and scripts 2024-08-29 17:44:30 +02:00
863010a630 chore(package.json): upgrade dependencies and remove unnecessary packages 2024-08-29 17:43:31 +02:00
f946e99da3 fix(ldap): no more timeout for ldap synch all button 2024-08-29 16:45:39 +02:00
6da2146793 build(docker/frontend): add debug info 2024-08-29 16:41:06 +02:00
2c5423e869 ci(gitlab-ci): fix release needs 2024-08-29 16:38:39 +02:00
f2072ca31b ci(gitlab-ci): unite release:prepare and release:changelog jobs 2024-08-29 16:37:55 +02:00
5ae515594d ci(gitlab-ci): use new versioning script to compute release version 2024-08-29 16:35:17 +02:00
45d1480181 build(docker/frontend): upgrade nodejs version
14.7.1 -> 20.17.0, probably with a lot yet untreated breaking changes
2024-08-29 16:28:41 +02:00
cfe2318f81 fix(avs): attempt LDAP upsert before creating avs users 2024-08-29 16:15:16 +02:00
64ff002ffb chore(firm): provide more filters for supervisors
also fix build #175
2024-08-29 14:34:37 +02:00
8397c468a0 fix(firm): fix #175 by separating superiors in firm tables and selections 2024-08-28 17:50:44 +02:00
81721b0794 chore(status): improve readability of time spans 2024-08-28 10:45:11 +02:00