ライブ・チェンジ・ログ

リアルタイムで構築しているものを見る。 プラットフォーム間で出荷されるすべての機能、修正、改善.

17,927
総変更点
4,612
特徴:
4,539
フィックス
32
プロジェクト
プロジェクトによるフィルタ
すべてのプロジェクト17,927AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,521TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,577kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
タイプ別フィルター
すべてのタイプBuild24CI523Chore670Docs226Feature4,612Fix4,539Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
December 4, 2025
OtherKlusterServices

Remove duplicate driver line - use driver=mysql directly

snadjafinia·9mo ago
OtherKlusterServices

Fix Dovecot 2.4 passdb/userdb - must have names (passdb sql, userdb sql)

- Dovecot 2.4 requires named passdb/userdb sections - Changed from 'passdb {' to 'passdb sql {' - Changed from 'userdb {' to 'userdb sql {'

snadjafinia·9mo ago
OtherKlusterServices

Fix passdb syntax - use separate auth-sql.conf.ext file

- Create auth-sql.conf.ext with proper passdb/userdb blocks - Include it in 10-auth.conf instead of inline blocks - This fixes 'passdb { } is missing section na...

snadjafinia·9mo ago
OtherKlusterServices

Fix Dovecot config - use proper config files (10-mail.conf, 10-auth.conf, 10-master.conf)

- Override mail_location in 10-mail.conf (where it belongs) - Configure SQL auth in 10-auth.conf - Configure services in 10-master.conf - This matches Dovecot's...

snadjafinia·9mo ago
OtherKlusterServices

Create main dovecot.conf file that includes conf.d directory

snadjafinia·9mo ago
OtherKlusterServices

Create conf.d directory before writing config files

snadjafinia·9mo ago
OtherKlusterServices

Use Dovecot default configs with custom overrides

- Copy default Dovecot configs first - Add custom config in conf.d/99-custom.conf - This ensures all required settings are present - Fixes 'mail_location: Unkno...

snadjafinia·9mo ago
OtherKlusterServices

Remove plaintext auth - Dovecot defaults to secure

- Removed auth_allow_plaintext setting - Dovecot will require encryption for authentication by default - All requirements verified: ✅ K1M1 only deployment (...

snadjafinia·9mo ago
OtherKlusterServices

Use Dovecot 2.4 with proper configuration

- Use Alpine latest (has Dovecot 2.4) - Add dovecot_config_version = 2.4 as FIRST setting (required) - Fix Dovecot SQL user_query to include mail location - Ver...

snadjafinia·9mo ago
OtherKlusterServices

Add dict block as first setting for Dovecot config

snadjafinia·9mo ago
OtherKlusterServices

Add config version comment to Dovecot config

snadjafinia·9mo ago
OtherKlusterServices

WORKING SOLUTION: Alpine-based Dovecot with MySQL backend

- Use Alpine Linux base image with Dovecot installed from packages - Dovecot config created inline - no Docker image restrictions - Full control over configurat...

snadjafinia·9mo ago
OtherKlusterServices

Add initial accounts to postfix-accounts.cf for docker-mailserver

- docker-mailserver requires at least one account in postfix-accounts.cf - Added sage@, support@, sysadmin@kamocrm.com with hashed passwords - Password hash gen...

snadjafinia·9mo ago
OtherKlusterServices

Replace separate Postfix/Dovecot with docker-mailserver integrated solution

- Deploy docker-mailserver **************** - Integrated Postfix + Dovecot in single proven container - Configure MySQL backend for virtual mailboxes/domains/al...

snadjafinia·9mo ago
OtherKlusterServices

Try older Dovecot Alpine image to avoid strict config requirements

- Switch from dovecot/dovecot:latest to dovecot/dovecot:2.3.21-alpine - Older version may not have strict dovecot_config_version requirement - Keeps all databas...

snadjafinia·9mo ago
OtherKlusterServices

Dovecot config iteration - simplified further

- Removed problematic includes and dict blocks - Simplified to minimal configuration - Note: The official dovecot/dovecot image has strict config requirements

snadjafinia·9mo ago
Otherkamo-analytics

fix getRevenue case-insensitivity bug

Francis Cao·9mo ago
OtherKlusterServices

Simplify Dovecot config - remove problematic version include

- Remove dovecot-version include that was causing errors - Use simpler configuration with just protocols and protocol includes - Restarted Roundcube pod to trig...

snadjafinia·9mo ago
OtherKlusterServices

Fix Dovecot version requirement and create roundcubemail database

- Dovecot: Add dovecot-version.conf.ext include (required as first setting) - MySQL Job: CREATE DATABASE roundcubemail before granting permissions - Fixes 'The ...

snadjafinia·9mo ago
OtherKlusterServices

Simplify Dovecot config and fix MySQL permissions job

- Dovecot: Use single complete dovecot.conf instead of conf.d fragments - Dovecot: Simplified configuration with minimal working setup - MySQL Job: Use root cre...

snadjafinia·9mo ago
OtherKlusterServices

Fix Dovecot configuration and add permissions job to CI/CD

- Dovecot: Move passdb/userdb config directly into 10-auth.conf - Dovecot: Remove problematic auth-sql.conf.ext include - CI/CD: Add mysql-permissions-job.yaml ...

snadjafinia·9mo ago
OtherKlusterServices

Fix Dovecot auth syntax and Roundcube database permissions

- Dovecot: Fix auth-sql.conf.ext syntax - passdb/userdb need section names - MySQL: Grant ALL PRIVILEGES on roundcubemail database to kamo user - Add mysql-perm...

snadjafinia·9mo ago
OtherKlusterServices

Fix Dovecot and Postfix configurations to resolve CrashLoopBackOff

- Dovecot: Use conf.d structure with official Dovecot image defaults - Dovecot: Split config into individual files (10-auth, 10-mail, 10-master, 10-ssl) - Postf...

snadjafinia·9mo ago
OtherKlusterServices

Trigger deployment after WireGuard fix

snadjafinia·9mo ago
OtherKlusterServices

Fix kubeconfig setup in CI/CD to use Tailscale IPs directly

- Replace sed commands with kubectl config set-cluster for reliable connection - Use 100.64.1.1 for K1M1 and 100.64.2.1 for K2M1 directly - Fixes 'dial tcp 100....

snadjafinia·9mo ago
OtherKlusterServices

Add complete mail server infrastructure with Postfix, Dovecot, Roundcube, and MySQL

- Deploy mail server (MySQL, Postfix, Dovecot, Roundcube) to K1M1 only - Configure HTTPS access via Traefik at https://mail.kamocrm.com - Set up multi-domain su...

snadjafinia·9mo ago
Otherkamo-analytics

Bump jws from 3.2.2 to 3.2.3

Bumps **************** from 3.2.2 to 3.2.3. - [Release **************** - **************** - **************** --- updated-dependencies: - dependency-name: jws ...

dependabot[bot]·9mo ago
Otherkamo-analytics

Merge branch 'dev' into boards

# Conflicts: # pnpm-lock.yaml

Mike Cao·9mo ago
Otherkamo-analytics

Fix formatting for Docker compose instructions

Mike Cao·9mo ago
Otherkamo-analytics

Merge pull request #3832 from analytics-software/dev

v3.0.2

Mike Cao·9mo ago
Otherkamo-analytics

Fixed Docker build.

Mike Cao·9mo ago
Otherkamo-analytics

Bump version 3.0.2.

Mike Cao·9mo ago
Otherkamo-analytics

Merge pull request #3827 from ****************

Bump next from 15.5.3 to 15.5.7

Mike Cao·9mo ago
Otherkamo-analytics

Updated README.

Mike Cao·9mo ago
Otherkamo-analytics

Merge branch 'dev' of **************** into dev

Mike Cao·9mo ago
Otherkamo-analytics

Fixed replica logic.

Mike Cao·9mo ago
December 3, 2025
Otherkamo-analytics

Merge remote-tracking branch 'origin/dev' into dev

# Conflicts: # package.json # pnpm-lock.yaml # **************** # ****************

Mike Cao·9mo ago
Otherkamo-analytics

Updated next. Fixed link RSC fetch.

Mike Cao·9mo ago
Otherkamo-analytics

Merge branch **************** of **************** into dev

Francis Cao·9mo ago
Otherkamo-analytics

Fix 日付範囲増分関数

クローズド #3828

Francis Cao·9mo ago
Otherkamo-analytics

Bump next from 15.5.3 to 15.5.7

Bumps **************** from 15.5.3 to 15.5.7. - [Release **************** - **************** - **************** --- updated-dependencies: - dependency-name: ne...

dependabot[bot]·9mo ago
Otherkamo-analytics

「プリスマスキーボード+varchar長さ増加」を反転

コミットを変換する メニュー

Francis Cao·9mo ago

配送を見るのが好きですか?

これらのアップデートは、自動的にワークスペースに埋め込まれます。 週1回無料スタートし、週1回生育する.

永遠に無料で始める料金を見る