Remove invalid Spring Security pattern /ws/**/info
- PatternParseException: No more pattern data allowed after {*...} or ** - /ws/** already covers all paths under /ws including /ws/info - This was causing 500 e...
Apply media-cors middleware to MediaService IngressRoute
- Apply media-cors middleware to allow CORS headers for WebSocket connections - Matches the pattern used for theme domains
Add media-cors middleware for media domain CORS support
- Add media-cors middleware matching theme-cors configuration - Allows CORS headers to be set for media.{domain} requests
Explicitly permit OPTIONS requests for CORS preflight
- Add explicit permit for OPTIONS method on all paths - Add explicit permit for /ws/info endpoint (SockJS handshake) - This ensures CORS preflight requests reac...
Make CORS configuration more permissive for WebSocket connections
- Explicitly handle '*' wildcard for origins, methods, and headers - Add WebSocket-related headers to exposed headers - Add logging to verify CORS configuration...
Add logging and configure SockJS heartbeat/disconnect settings
- Add logging to verify WebSocket endpoint registration - Configure SockJS heartbeat and disconnect delay - This should help diagnose why SockJS handshake isn't...
Revert IngressRoute changes - Traefik handles WebSocket automatically
ضمان أن يتم التعرف على مسار الرسائل من قبل التالي(ي)
- يضاف قطع الأشجار للتحقق من الطريق -ملف الطريق موجود والهيكل صحيح للتالي
نقل ممتلكات غير موجودة من شركة (ستامب) تسجيل العملاء
- STOMP العميل ليس لديه ملكية نشطة - فقط تحقق من ملكية متصلة وهذا هو مؤشر الدولة الصحيح
نقل غير مدعوم من شركة ويب سوكيت للسيّر من شركة ستامب
- على ويب سوكيت إيغور ليس ملكاً صالحاً في أماكن عمل - المتعاملون مع الأخطاء في نظام SockJS (الخطأ، الأوزون) يقدمون بالفعل عن طريق الخطأ
يضاف خطأ شامل على شبكة ويب
- متعاملون مع الأخطاء في نظام سوكجيس (مستعدون، رعب، أوبوز) للقبض على إخفاقات الاتصالات - إضافة وقت للكشف عن الوصلات (10 ثواني) لتحديد الإخفاقات الصامتة - مضافة ...
Remove duplicate WebSocket endpoint registration and improve logging
- Removed duplicate /ws endpoint registration (SockJS already handles native WebSocket) - Added null check for payload in subscribeToSession - This may fix WebS...
Remove invalid Spring Security path pattern /ws/**/websocket
- Spring Security does not allow path segments after /** pattern - /ws/** already matches all paths under /ws including websocket endpoints - This fixes Pattern...
Remove incorrect HTTPS agent work atround
- التغييرات التي أُعيد تغييرها التي تجاوزت شهادة التصديق -الشهادة تصدر عن طريق خدمة الشقق الآلي (لنبدأ) - ضرورة التحقيق في سبب فشل التصديق على الشهادة
Use HTTPS with agent that accepts self-signed certificates
- Reverted to always use HTTPS (not HTTP) - مضافاً وكيلاً لدائرة نقل الأسلحة البشرية مقترناً برفض غير مأذون به: زوراً للأقراص المصممة ذاتياً - This allows serve...
Use Kubernetes service name for MediaService to avoid SSL cert issues
-السيرفر بجانب الطريق التالي - This avoids self-signed certificate errors when connecting to https://media.kamocrm.com - ولا تزال الطلبات المقدمة من العملاء تست...
إزالة الطرق القديمة/الأمنية/الوسائط/الوسائط التي كانت تعترض الطلبات
- الطرق القديمة كانت تتجه إلى دائرة الإعلام التي لم تعد لديها نقاط نهاية في وسائط الإعلام - ينبغي لجميع طلبات وسائط الإعلام أن تمر عبر الممرات/الوسائط/الطرق مبا...
يضاف خطأ مفصّل لقطع الأشجار من أجل إنشاء دورة إعلامية
- لوج وسائط الإعلام - رعاة الاستجابة - تحسين تسجيل الأخطاء بتفاصيل خاطئة كاملة - إدراج القانون الملزم قانوناً في رد الفعل الخاطئ
مضافا إليه الإجراءات/الفحص من الفئة " 5 " للنشر في وظيفة واحدة من طراز K1m1
Revert to actions/ checkout@v4 to match other next.js projects
- إزالة المنطق اليدوي المعقد الذي كان يسبب الشنق - استخدام الإجراءات/الفحص المعياري @v4 مثل kamo-login and kamo-register - تبسيط سياق بناء (دوكر) ليستخدمه بدلاً...
استخدام الاستنساخ الضحل مع الوقت لمنع الشنق
- استخدام - معمق واحد لاستنساخ أسرع - إضافة وقت )١٢٠ دولارا للغطاء الضحل، و ٣٠٠ لكامل( -العودة إلى المستنسخ الكامل إذا فشل الضحل - الحصول على التزام محدد إذا لز...
تغيير إلى دليل صحيح قبل مستنسخة جيت لتجنب خطأ دليل العمل
- تغيير إلى/مقطع أو/قبل إزالة/إغلاق أماكن العمل -أزيل الدليل فقط إذا كان موجوداً لكن ليس أمراً منطقياً - منع 'غير قادر على قراءة خطأ دليل العمل الحالي
Use hardcoded repository URL and set GITHUB_WORKSPACE env var
- Use direct repository URL to avoid DNS/hostname resolution issues - Set GITHUB_WORKSPACE environment variable for subsequent steps - Use env var in Docker bui...
Use git clone directly instead of relying on empty workspace
- Clone repository using git directly with repository URL - Handle both fresh clone and existing repository cases - Use working-directory for Docker build actio...
Simplify all checkout steps - remove git operations that hang
- Remove git fetch/reset/clean from deploy jobs - Forgejo runner already has code checked out - Just verify GITHUB_WORKSPACE is valid
Simplify checkout step - remove git clone that was hanging
- Remove git clone logic that was causing 20+ minute hangs - Forgejo runner already has code checked out, just verify directory - Remove unnecessary git fetch/r...
Improve checkout and Docker build context handling
- Add proper repository cloning if not already checked out - Verify Dockerfile exists before building - Use absolute paths for Docker build context - Fix workin...
Replace actions/checkout with manual git checkout to avoid DNS issues
- Replace actions/checkout@v4 with manual git checkout commands - Forgejo runner already has code checked out, just need to ensure clean state - Fixes DNS looku...
Add 'media' subdomain to auto-cert SUBDOMAINS for MediaService
- Add 'media' to SUBDOMAINS list in auto-cert-service.yaml - Enables automatic SSL certificate generation for media.{domain} subdomains - Required for MediaServ...
Clarify WebSocket support in IngressRoute (automatic in Traefik)
Add direct MediaService routes via media.{domain} for WebSocket support
- Create new /api/media/* routes that forward directly to media.{domain} - These routes bypass APIService to allow secure WebSocket connections - MediaService r...
Add logging for subscription request to backend
- Log when subscription request is sent to /app/chat/subscribe - Helps verify if subscription requests are reaching the backend
Add detailed logging for subscribe function
- Log when subscribe() is called and current connection state - Log client existence and connection status - Helps diagnose why subscriptions aren't being creat...
Explicitly permit WebSocket endpoints in Spring Security
- Added explicit permitAll for /ws/** endpoints - WebSocket upgrade requests need explicit permission even in development mode - Fixes issue where WebSocket con...
Add detailed logging for WebSocket subscription requests
- Added logging to trace when subscribeToSession is called - Logs payload and sessionGuid extraction - Logs database lookup for session verification - Helps dia...
Add detailed WebSocket connection logging
- Enhanced logging for WebSocket connection success/failure - Log connection frame details on successful connection - Log detailed STOMP error information - Hel...
البحث عن جلسات الدردشة الحالية التي يعقدها المشتركون، ليس فقط صاحب الدورة
-تغيّر البحث عن (أوريكاتي شاتس) لتفتيش سجلات الوسطاء بدلاً من الإعلام - يفتش الآن الجلسات التي يشارك فيها المبدعون (المدعوون أو الأعضاء في اللجنة) -يبحث أيضا في...
Add detailed logging for message member ID retrieval
- Added logging to trace member ID for each message being returned - Logs member class name to detect proxy/stub issues - Logs distinct member IDs in response t...
يضاف JOIN FETCH إلى العضو المتلهف في الاستفسارات عن الرسائل
- أضف جوين فيتيش عضو في كلا العثور على BySession AndIs Removed الاستفسارات الخاطئة - ضمان تحميل الكيان العضو بتلهف لتجنب قضايا التحميل الكسول - إصدار النقاط الت...
صنع آلياً مجرى (جيت سترام) إن لم يكن موجوداً
- أضيفت طريقة لفحص وخلق مجرى - تم إنشاء نظام " سترايم " بمواضيع من التشكيل (الفصل) لا تتطابق مع مسارات الخطأ في الموضوع عند نشر الرسائل - الخلق الجامح هو الإيدي...
مثل ما ترى الشحن؟?
كل واحد من هذه تحديثات الأراضي في مكان عملك تلقائيا. ابدأوا بالمجان وشاهدوها تنمو بعد أسبوع.