Commit graph

83 commits

Author SHA1 Message Date
Edwin ANNE
a9de07a2f1 Merge branch 'master' into umami-software/master 2026-01-23 21:28:40 +01:00
Edwin ANNE
fa2c915fe1 Add OIDC authentification in project 2025-10-16 21:44:54 +02:00
Mike Cao
88639dfe83 New schema for pixels and links. 2025-08-13 20:27:54 -07:00
Mike Cao
45c9ea9c22 Merge branch 'dev' into jajaja
# Conflicts:
#	db/mysql/schema.prisma
#	package.json
#	pnpm-lock.yaml
#	src/app/(main)/reports/[reportId]/ReportBody.tsx
#	src/app/(main)/reports/[reportId]/ReportPage.tsx
#	src/app/(main)/reports/utm/UTMView.tsx
#	src/app/(main)/websites/[websiteId]/WebsiteMetricsBar.tsx
#	src/app/(main)/websites/[websiteId]/WebsiteTableView.tsx
#	src/app/(main)/websites/[websiteId]/events/EventsPage.tsx
#	src/app/api/reports/[reportId]/route.ts
#	src/app/api/websites/[websiteId]/metrics/route.ts
#	src/components/hooks/queries/useReport.ts
#	src/components/icons.ts
#	src/components/messages.ts
#	src/components/metrics/MetricsTable.module.css
#	src/components/metrics/MetricsTable.tsx
#	src/queries/sql/events/getEventMetrics.ts
#	src/queries/sql/reports/getUTM.ts
2025-07-23 23:39:28 -07:00
Francis Cao
da7f4cb2d0 create and apply mysql migrations 2025-07-18 10:26:24 -07:00
Mike Cao
ba2f74c6ca Removed mysql schema. 2025-05-09 22:06:39 -07:00
Mike Cao
6594c31a70 Use esbuild to build prisma client. 2025-05-01 04:38:43 -07:00
Mike Cao
63e0873b5d Use generated prisma client. 2025-05-01 04:24:56 -07:00
Mike Cao
e89cf9e930 Removed generated prisma. 2025-04-30 21:28:02 -07:00
Francis Cao
de54290af6 add distinct id to saves and fix schema mapping 2025-04-29 09:31:46 -07:00
Francis Cao
c5efc27c07 distinct_id schema changes and search on sessions page 2025-04-29 08:57:58 -07:00
Mike Cao
5aaff55a70 Use custom path for generated Prisma client. 2025-04-28 16:51:24 -07:00
Francis Cao
12b8ac4272 app and db schema - region rename, hostname move 2025-04-24 22:42:33 -07:00
Francis Cao
e7fc482a30 add mysql/psql migrations for utm/click IDs 2025-04-14 13:12:06 -07:00
Mike Cao
07330bd930 Upgrade Prisma to v6.1.0.
(cherry picked from commit c0fd22cbf6)
2025-01-18 17:01:14 -08:00
Mike Cao
662039090e Downgrade to Prisma 5.22.0 2025-01-16 12:44:25 -08:00
Mike Cao
c0fd22cbf6 Upgrade Prisma to v6.1.0. 2025-01-10 18:58:53 -08:00
Mike Cao
c414c605b4 Revert Prisma changes due to v6 issue. 2025-01-10 16:59:11 -08:00
Mike Cao
6e158be4ac Removed Prisma fixes from v5. 2025-01-09 21:31:10 -08:00
Mike Cao
e80b4ffcae Fixed MySQL. 2024-12-14 16:06:26 -08:00
Mike Cao
f84d89614a
Merge pull request #3035 from tudormarze/fix/mysql-myisam
Set engine to InnoDB for MySQL
2024-11-07 22:04:47 -08:00
Tudor Marze
1d4f1a84bb Set engine to InnoDB for MySQL 2024-11-01 17:02:37 +02:00
Francis Cao
bffb98cd51 add tag migrations and update send / saveEvent 2024-10-15 11:29:27 -07:00
Francis Cao
7381254cc2 add relational migrations. update event_key references to data_key 2024-04-08 20:24:15 -07:00
Francis Cao
91a4cb4487 add mysql column population 2024-03-21 11:33:35 -07:00
Francis Cao
af1a118374 update mysql migrations 2024-03-21 11:10:13 -07:00
Maxime-J
5fc3d81c39 Fix MySQL migration 4. 2024-02-15 10:59:11 +00:00
Francis Cao
e915074c4b populate created_by in migration script 2024-02-05 12:09:57 -08:00
Francis Cao
e5e8d0acc8 finalize teams schema 2024-02-05 11:47:12 -08:00
Francis Cao
a6a73db9c4 update schema file and add migrations 2024-01-16 12:32:27 -08:00
Floris
b5a7e4e1cc
Fix migrations to support mysql 5.7 2023-11-15 18:35:40 +01:00
Francis Cao
6dba68c823 add metric performance indexes 2023-08-16 14:33:55 -07:00
Francis Cao
31a11be1ac fix event data column order to match psql 2023-07-13 10:11:08 -07:00
Francis Cao
9726d02dcd remove ms from string date value, add mysql migration 2023-07-11 08:55:58 -07:00
Brian Cao
0a3ee2277a Fix numeric to number. 2023-07-06 21:02:56 -07:00
Brian Cao
b484286523
Feat/um 305 unique session ch (#2065)
* Add session_data / session redis to CH.

* Add mysql migration.
2023-05-31 21:46:49 -07:00
Francis Cao
1038a54fe4 add mysql 02 migration 2023-05-31 12:01:16 -07:00
Francis Cao
fa3659fcf6 fix user password edit and fix prisma schema for updated_at columns 2023-04-20 10:46:58 -07:00
Sergio
a7daae2d20 fix typo prisma mysql schema 2023-04-18 09:07:59 +02:00
Francis Cao
b1074c893a 01_init schema changes 2023-04-16 21:07:36 -07:00
Francis Cao
21e48c194e fix system user insert mysql 2023-04-10 09:56:25 -07:00
Francis Cao
c38da5bfd7 readd system user insert for mysql 2023-03-27 12:15:22 -07:00
Francis Cao
cb79d806e8 update postgres / mysql migrations 2023-03-27 11:36:21 -07:00
Francis Cao
14e4a090bb update schema and queries to implement reset_at 2023-03-27 11:25:16 -07:00
Brian Cao
9979672de5
Feat/um 202 event data new (#1841)
* Add event_data base.

* Add url_path.

* Add eventData back.

* Finish event_data relational.

* resolve comments.
2023-03-23 14:01:15 -07:00
Francis Cao
87545a5648 add system user insert back for MySQL 2023-03-22 23:07:01 -07:00
Francis Cao
ea39f5b431 add new event data schema 2023-03-22 23:02:37 -07:00
Francis Cao
cfa36d1802 clean-up migrations 2023-03-14 17:43:36 -07:00
Francis Cao
9321401297 schema changes to CH, Postgres, MySQL 2023-03-14 17:27:17 -07:00
Brian Cao
82f0bc3d2b
remove event_data. (#1804) 2023-03-01 16:42:47 -08:00