Mabadiliko ya Tabianchi

Kuona nini sisi ni kujenga katika muda halisi. Kila kipengele, kurekebisha, na kuboresha kusafirishwa kwenye jukwaa.

17,896
Mabadiliko ya Jumla
4,600
Features ya
4,522
Wa
32
Miradi ya Miradi
Filter ya Mradi
Miradi yote17,896AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService364InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,565kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filter ya aina
Aina zoteBuild24CI522Chore670Docs226Feature4,600Fix4,522Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
September 5, 2026
Fixkamo-analytics

Jaribu kuweka kwa digest, si kwa tag

Ahadi ya awali inaacha "kuweka picha" kuwa kimya hakuna-op. Hii inathibitisha kuwa matokeo: baada ya rollout, tag ni kutatuliwa kwa digest katika Usajili na Vio...

Kamoยท6d ago
Fixkamo-analytics

Ujenzi wa mradi huo haukuleta chochote na uliripoti mafanikio

Picha ni tagged na SHA ahadi, hivyo kujenga upya ahadi hiyo kuzalisha Mfano wa picha sawa. "Kuweka picha" kisha hakuna mabadiliko, Kufukuzwa ni kamwe kuguswa, '...

Kamoยท6d ago
September 4, 2026
Fixkamo-analytics

Let a rollout finish what the old pod was doing

Deploys replaced the only pod of each service with nothing to catch the requests in flight. Three settings, applied across the fleet: - preStop sleeps 10s befo...

Kamoยท1w ago
August 26, 2026
Fixkamo-analytics

The signed-in session becomes per-tab

analytics.auth lived in localStorage, which every tab of this origin shares. Analytics is reached by an OTK handoff from a workspace and each handoff mints a to...

Kamoยท2w ago
August 14, 2026
Fixkamo-analytics

Stop listing every visitor twice

Performance (web vitals) events were saved with no hostname โ€” the collector's performance branch never passed one, unlike the pageview branch. All 803 stored pe...

Kamoยท4w ago
August 3, 2026
Fixkamo-analytics

Harden the kubectl download against flaky egress [skip ci]

dl.k8s.io juu ya egress ya mkimbiaji hupungua katikati ya uhamisho: curl: (56) OpenSSL SSL read: decryption kushindwa au rekodi mbaya ya Mac ambayo inashindwa k...

Kamoยท1mo ago
July 7, 2026
Fixkamo-analytics

Alias ALL turbopack content-hashed externals, not just prisma

The prior fix only aliased @prisma/client-<hash>; the build also externalizes pg-<hash> (node-postgres, via @prisma/adapter-pg) under the same content-hashed sc...

Kamoยท2mo ago
Fixkamo-analytics

Alias Prisma 7 content-hashed client so DB routes stop 500ing

Jenereta ya prisma-client (engineType=client) inaoka maudhui-hashed specifier (@prisma/client-<hash>) katika kujenga ijayo. Muumba wa kuridhika kupitia pnpm-sto...

Kamoยท2mo ago
June 23, 2026
Fixkamo-analytics

Install script deps after standalone copy; bump PRISMA_VERSION to 7.6.0

The runner stage installed script deps (semver/chalk/prisma/...) BEFORE copying the Next.js standalone output. Next traces a partial, index.js-less semver into ...

Kamoยท2mo ago
Fixkamo-analytics

Pin pnpm to 10.34.3 so build-script review lists are honored

Unpinned 'npm install -g pnpm' now resolves to pnpm 11.8.0, which dropped **************** in favour of allowBuilds. The repo's review lists were therefore igno...

Kamoยท2mo ago
Fixkamo-analytics

Copy pnpm-workspace.yaml + review remaining build scripts

The deps stage only copied package.json+lockfile, so pnpm could not see the **************** review lists (they live in pnpm-workspace.yaml). With strictDepBuil...

Kamoยท2mo ago
Fixkamo-analytics

Allow prisma build script so pnpm add does not exit non-zero

Newer pnpm fails the build with ERR_PNPM_IGNORED_BUILDS when prisma's postinstall is ignored. Only @prisma/engines was allow-listed, so every image build since ...

Kamoยท2mo ago
April 19, 2026
April 17, 2026
Fixkamo-analytics

Use pg Pool options instead of connection string for geo DB

CockroachDB rejects insecure connections and node-pg can't verify self-signed certs via connection string alone. Parse the URL into Pool options and pass ssl:{r...

Kamoยท4mo ago
Fixkamo-analytics

*** session check, loading spinner, rebrand analytics to Kamo Analytics

Use redis get instead of exists for more reliable *** validation on logout. Replace "Authenticating..." text with an animated spinner on the OTK auth page. Rena...

Kamoยท4mo ago
Fixkamo-analytics

Copy GeoLite2 database to production image for country detection

The /geo/ directory containing GeoLite2-City.mmdb was built during the builder stage but never copied to the runner stage, so all country/region lookups returne...

Kamoยท4mo ago
Fixkamo-analytics

Preserve logo aspect ratio in SideNav

Kamoยท4mo ago
Fixkamo-analytics

Move CSP to proxy.ts instead of middleware.ts to avoid build conflict

Next.js 16 doesn't allow both middleware.ts and proxy.ts. The Docker build copies proxy.ts as the middleware, so add CSP frame-ancestors header there instead. T...

Kamoยท4mo ago
Fixkamo-analytics

Use Next.js middleware for CSP so frame-ancestors works at runtime

The standalone build bakes next.config.ts headers at build time, so ALLOWED_FRAME_URLS was always empty. Move CSP to a Next.js middleware that reads the env var...

Kamoยท4mo ago
Fixkamo-analytics

Read ALLOWED_FRAME_URLS at runtime so CSP frame-ancestors works in standalone mode

The env var was being read at module scope during build, baking an empty value into the standalone server. Move CSP and all header construction into functions c...

Kamoยท4mo ago
April 10, 2026
Fixkamo-analytics

Add explicit AS keyword for PostgreSQL column alias in session and event queries

The session and event expanded metrics queries use implicit column aliasing (`${column} name`) which causes a PostgreSQL syntax error when the column name (like...

lawrence3699ยท5mo ago
March 25, 2026
Fixkamo-analytics

Use settings timezone in revenue chart date range

The revenue chart was using the browser's local timezone instead of the timezone configured in analytics settings. This caused the chart to show different time ...

Serhii Zghamaยท5mo ago
March 16, 2026
Fixkamo-analytics

Align FunnelResult export with actual returned shape

Rudy B.ยท5mo ago
February 22, 2026
Fixkamo-analytics

Make signin email case-insensitive

Closes #3981

Alejandro Gispertยท6mo ago
February 13, 2026
Fixkamo-analytics

Apply same null referrer fix to link tracking route

The same bug exists in the link route (q/[slug]) where request.headers.get("referer") returns null for requests without a Referer header, causing silent Zod val...

juanisidoroยท7mo ago
Fixkamo-analytics

Handle null referrer in pixel tracking route

request.headers.get("referer") returns null when the header is absent (e.g. email clients). The Zod schema uses .optional() which accepts undefined but rejects ...

juanisidoroยท7mo ago
January 13, 2026
Fixkamo-analytics

Autofill background color

Dorian TETUยท8mo ago
December 11, 2025
Fixkamo-analytics

Use correct key for event values

Egor Fedorovยท9mo ago
Fixkamo-analytics

Handle denied storage access

GochoMugoยท9mo ago
December 3, 2025
Fixkamo-analytics

Disable prefetch for Links view button

Indra Gunawanยท9mo ago
November 29, 2025
Fixkamo-analytics

[#3778] update 'Edit' word to support translation

Prince EKPINSEยท9mo ago
November 27, 2025
Fixkamo-analytics

Skip realtime chart animation when data unchanged

Arthur Sepiolยท9mo ago
November 25, 2025
Fixkamo-analytics

Fix SQL syntax error in getPageviewExpandedMetrics query

Travis Zhangยท9mo ago
November 11, 2025
Fixkamo-analytics

Enable password manager autofill on login form (#3735)

Prince EKPINSEยท10mo ago
Fixkamo-analytics

Correct autocomplete attributes to enable password manager autofill

Prince EKPINSEยท10mo ago
November 8, 2025
Fixkamo-analytics

Redirect loop on auth failure

metaloozeeยท10mo ago
Fixkamo-analytics

Disable download button when no data available

Prince EKPINSEยท10mo ago
Fixkamo-analytics

Disable download button when no data available

Prince EKPINSEยท10mo ago
November 4, 2025
Fixkamo-analytics

Quote "event" reserved keyword in journey queries

Fixes PostgreSQL syntax error by quoting the "event" column alias. This was causing the journey query to fail. "event" is a reserved keyword in PostgreSQL. Add...

rkoh-rqยท10mo ago
September 15, 2025
Fixkamo-analytics

Parse netlify ip header by default: `x-nf-client-connection-ip`

This header is not clearly documented, but it is mentioned in semi-official sources, and I have tested it to ensure it's working properly. Without this, analyt...

Andrey NeringยทSep 15, 2025
September 4, 2025
Fixkamo-analytics

Improve URL normalization and handling in tracking functions

Chairil Fauzi FirmansyahยทSep 4, 2025
Fixkamo-analytics

Prevent multiple initialization when script injected more than once

Chairil Fauzi FirmansyahยทSep 4, 2025
August 28, 2025
Fixkamo-analytics

Put Google in the right order of grouped domains

0xflotusยทAug 28, 2025
June 4, 2025
May 30, 2025
Fixkamo-analytics

Handle unknown location fields in user detection

ExlasoยทMay 30, 2025
Fixkamo-analytics

Decode location fields in user detection

ExlasoยทMay 30, 2025
May 22, 2025
Fixkamo-analytics

Fix remove trailing slash regex

Eritque arcusยทMay 22, 2025
Fixkamo-analytics

Hash is not included in record

Eritque arcusยทMay 22, 2025

Je, unaona nini kuhusu usafiri?

Kila moja ya hizi updates ardhi katika nafasi yako ya kazi moja kwa moja. Kuanza bure na kuangalia kukua wiki baada ya wiki.

Kuwa Huru MileleMtazamo wa bei