Steffen Jost jost
  • Joined on 2024-09-16
jost pushed to fradrive/jost at fraport/fradrive-old 2024-10-08 17:47:50 +02:00
3960931bb5 fix(avs): fix #224 repeated superior changes no longer occur
jost commented on issue fraport/fradrive-old#224 2024-10-08 14:55:48 +02:00
Doppelte Probleme in Problemliste

Problem erkannt: Ein Superior-Wechsel wird anhand der AvsFirmInfo-Änderungen festgestellt. Diese sind aber Nutzer-bezogen, d.h. nachdem der erste Firmenangehöroge behandelt wurde, wird beim…

jost pushed to fradrive/jost at fraport/fradrive-old 2024-10-08 13:01:49 +02:00
56c2be7b79 refactor(occurrences): fold RoomReference into Occurrences, completed
4e171a7a1a fix(memcached): using memcachedHere did not compile due to staging problems
Compare 2 commits »
jost pushed to fradrive/jost at fraport/fradrive-old 2024-10-07 18:31:08 +02:00
f642b9cccf fix(occurrences): room occurrence form works now
jost opened issue fraport/fradrive-old#225 2024-10-07 18:12:03 +02:00
Leere Firmen werden erstellt
jost opened issue fraport/fradrive-old#224 2024-10-07 18:10:45 +02:00
Doppelte Probleme in Problemliste
jost pushed to fradrive/jost at fraport/fradrive-old 2024-10-07 12:58:27 +02:00
72b2b6876b fix(test): add arbitrart instances and adjust argument changes to tests
jost pushed to fradrive/jost at fraport/fradrive-old 2024-10-04 16:16:37 +02:00
c9ecb30542 fix(build): occurrences no longer have a READ instance
jost pushed to fradrive/jost at fraport/fradrive-old 2024-10-04 16:13:44 +02:00
8ddf38b904 chore(build): limit max compile cpu cores to 5
21592347b4 chore(occurrences): workaround provide simple room field with least recent suggestions
Compare 2 commits »
jost commented on issue fraport/fradrive-old#2 2024-10-04 15:28:35 +02:00
Besprechung Sarah
  • Verwendung von jsonb_array_elements? Momentan mit sqlQQ: Wie kann man das mit Esqueleto realisieren oder zumindest gegen Fehlermeldungen absichern? Siehe `Handler.Utils.Form.roomReference…
jost pushed to fradrive/jost at fraport/fradrive-old 2024-10-04 12:19:42 +02:00
e625dca6ea refactor(memcached): remove ARC cache and LRU logic some more
f17d89c21e chore(occurrences): add GIN index for JSONB columns
Compare 2 commits »
jost pushed to fradrive/jost at fraport/fradrive-old 2024-09-30 16:05:39 +02:00
5c7b4cff93 refactor(occurrences): fix migration
jost pushed to fradrive/jost at fraport/fradrive-old 2024-09-30 13:57:17 +02:00
83fe750b15 refactor(occurrences): remove RoomReference from model and add migration
jost pushed to fradrive/jost at fraport/fradrive-old 2024-09-24 17:15:20 +02:00
e29e6f3db8 refactor(occurrences): fold RoomReference into Occurrences (WIP)
jost pushed to fradrive/jost at fraport/fradrive-old 2024-09-24 13:10:18 +02:00
6dd27eb848 fix(build): minor
jost pushed to fradrive/jost at fraport/fradrive-old 2024-09-24 13:05:20 +02:00
4c2baa4e9f fix(occurrences): occurringLessons had an erroneously inverted condition
jost commented on issue fraport/fradrive-old#88 2024-09-24 11:23:29 +02:00
Kursplanung

Hinweis: Neue Funktion Handler.Utils.Occurrences.occurringLesson aus commit 384c39b9ec könnte Stundenplänen sehr nützlich sein.

jost pushed to fradrive/jost at fraport/fradrive-old 2024-09-24 11:21:36 +02:00
384c39b9ec chore(occurrences): add datatype LessonTime for dealing timetable intervals
jost pushed to fradrive/jost at fraport/fradrive-old 2024-09-23 18:52:32 +02:00
a262921a7d refactor(memcached): remove ARC cache entirely
05638c2b51 chore(memcached): add key classes for easy invalidation
3d7df8066d refactor(daily): factor our tutorial selection function
Compare 3 commits »
jost commented on issue fraport/fradrive-old#2 2024-09-23 18:49:51 +02:00
Besprechung Sarah
  • ARC entfernt, unklar ob PrewarmCacheConf{..} überhaupt noch eine Funktion hat?