Commit History

作者 SHA1 備註 提交日期
  Christian Kahlau 363a506ee1 Merge branch 'master' into feature/admin-panel 3 年之前
  Christian Kahlau be31854c98 ng: package dependency cleanup 3 年之前
  Christian Kahlau 8524f60f2c ng: package dependency cleanup 3 年之前
  Christian Kahlau f178e1379a Merge branch 'master' into feature/admin-panel 3 年之前
  Christian Kahlau 3f05682391 Docs: Postman collection: +notify & notifyThreshold 3 年之前
  Christian Kahlau 788c84699f Server: Bugfix: wasn't able to delete regexp-checks via PUT endpoint 3 年之前
  Christian Kahlau c509509660 Server: update service check config from db on every timer tick - also update notify/-Threshold params 3 年之前
  Christian Kahlau c152995a9c Server: Actually send FCM Notifications when HTTP Check Errors exceed a threshold; added "notify" & "notifyThreshold" settings to HttpCheckConfig 3 年之前
  Christian Kahlau da0da3f083 Server: FCM Admin SDK implementation; + Testing Endpoint POST /fcm/topics/:topic 3 年之前
  Christian Kahlau eb08c2059e FCM Express Backend: added static logo endpoint GET /logo.png 3 年之前
  Christian Kahlau d943cdf0a3 FCM Install: to avoid prompt during install.sh: set angular-cli analytics to false 3 年之前
  Christian Kahlau c18d1a558b Implementation of FCM Registration Service (ng+express.js) 3 年之前
  Christian Kahlau 04c7b9c048 Refactoring: moved bootstrap-theme one level up in order to use it in two angular sub projects 3 年之前
  Christian Kahlau 15d5fd70f6 Build Error in ng/-project: -> downgraded typescript to ~4.8.0 3 年之前
  Christian Kahlau 581ddae2cd Server: Install script - npm install with --legacy-peer-deps 3 年之前
  Christian Kahlau 7525db1800 Server: Reduced data entries sent out by endpoint GET /services/{:serverId}/{:serviceId}/data 3 年之前
  Christian Kahlau 20fe55fa60 Server: Initial Service Checks - queue in main thread for thread safety 3 年之前
  benc1 925610b055 Admin Panel WIP: Create Read Update works 3 年之前
  benc1 fe1df0fe7b angular update 14 -> 15 3 年之前
  benc1 69e11eb67e rendering servers as accordion items 3 年之前
  benc1 de87fe337c typescript updated ^4.9.3 3 年之前
  benc1 75e9ffee8b .idea folder ignored 3 年之前
  Christian Kahlau 5c2ca9c6b1 Server: Endpoint GET /services/{:serverId}/{:serviceId}/data; Docs: Postman collection update 3 年之前
  Christian Kahlau 3e3c06d5a0 Server: Timer thread safety - don't schedule already scheduled subscribers when next loop comes too early 3 年之前
  Christian Kahlau 4006199fdd Server: Thread safety: queue & await initial server data syncs as well 3 年之前
  Christian Kahlau fd73cb807f Server: Graceful exit on SIGTERM (system unit'S default KillSignal) 3 年之前
  Christian Kahlau 01e0bc4e29 Server: refactored database connections to improve thread safety 3 年之前
  Christian Kahlau 6112e1ed56 Server: Implemented HttpCheckController; Updating check scheduler on relevant changes in /services API 3 年之前
  Christian Kahlau 9daef9efd0 Server: Timer optimiert - gleichzeitige Jobs queuen und awaiten 3 年之前
  Christian Kahlau d2ed07688e Server: DELETE /services/{serverId}/{serviceID}; CASCADE DELETE on all FKs; Docs: Postman Collection 3 年之前