Commit Graph

1418 Commits

Author SHA1 Message Date
Konstantin Wohlwend
bca8202fee chore: update package versions
Some checks failed
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
2025-01-03 18:01:00 -08:00
Konstantin Wohlwend
ab26bc8d3a Use 30d intervals for metrics page 2025-01-03 17:52:43 -08:00
Zai Shi
b3d1dfbdcb fixed otp mobile number pad 2025-01-03 16:23:55 -08:00
Konstantin Wohlwend
c1a2c9da89 Move metrics page to Overview
Some checks failed
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2024-12-30 16:08:42 -08:00
Konstantin Wohlwend
f11bd9ec49 Make onboarding dialog non-blocking
Some checks failed
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2024-12-29 20:22:34 -08:00
Konstantin Wohlwend
dc91c25937 Improve metrics page chart sizing on Safari 2024-12-29 19:07:35 -08:00
Konstantin Wohlwend
4acc91fc29 chore: update package versions 2024-12-29 12:28:53 -08:00
Konstantin Wohlwend
6e0d6b9890 Better support for Supabase Studio index advisor 2024-12-29 12:20:35 -08:00
Konstantin Wohlwend
2b09cfb841 Fix indentation 2024-12-29 11:34:14 -08:00
Konstantin Wohlwend
e25394bb62 Wrap API page main in <div> 2024-12-29 11:34:04 -08:00
Konstantin Wohlwend
6b0353635f Remove verify-data-integrity test 2024-12-28 21:42:36 -08:00
Konstantin Wohlwend
cc8aebea04 Remove unnecessary log statement 2024-12-28 21:42:14 -08:00
Konstantin Wohlwend
f5539c1a32 Supabase Studio index advisor 2024-12-28 21:40:26 -08:00
Konstantin Wohlwend
1bce908c7d PgAdmin & Supabase Studio 2024-12-28 21:33:30 -08:00
Konsti Wohlwend
cf95bb707f
Raw project query (#382) 2024-12-28 11:47:09 -08:00
Konstantin Wohlwend
2aa6c31566 Require pagination cursor to be UUID 2024-12-28 10:01:46 -08:00
Konstantin Wohlwend
4d5df15d6a Fix unit tests
Some checks failed
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2024-12-27 14:20:08 -08:00
Konstantin Wohlwend
871dbb934c Fix users query 2024-12-27 13:44:16 -08:00
Konstantin Wohlwend
8f710fb388 Log error when selected team member has no team 2024-12-27 12:13:25 -08:00
Konstantin Wohlwend
ca8fa28d15 chore: update package versions
Some checks failed
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2024-12-27 11:49:14 -08:00
Konsti Wohlwend
8ce7c9f079
Raw SQL query for fetching users (#381) 2024-12-27 11:31:12 -08:00
Konstantin Wohlwend
285c51bd34 Better 429 request logging 2024-12-27 11:30:42 -08:00
Konstantin Wohlwend
42c5e2fe49 Fix STACK-SERVER-NH 2024-12-27 11:17:51 -08:00
Konstantin Wohlwend
640026c89e Only fetch keys that are required for the access type 2024-12-26 11:47:14 -08:00
Konstantin Wohlwend
9fca293199 Improved OTel spans 2024-12-26 11:42:08 -08:00
Konstantin Wohlwend
e5374acca6 Better traceSpan signature
Some checks failed
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
2024-12-24 23:45:40 -08:00
Konstantin Wohlwend
1232d2b26c Even more OTel spans 2024-12-24 23:43:34 -08:00
Konstantin Wohlwend
723e307c7e Add display name to span attributes 2024-12-24 22:20:39 -08:00
Konstantin Wohlwend
8080134595 More OTel spans 2024-12-24 17:45:19 -08:00
Konstantin Wohlwend
f0cc81ec9e Update backend TypeScript target 2024-12-24 16:44:59 -08:00
Konstantin Wohlwend
9afde9f0d6 chore: update package versions 2024-12-24 10:53:36 -08:00
Zai Shi
d540db0b56 removed GET team transaction 2024-12-24 10:46:38 -08:00
Zai Shi
9821a8b25e fixed smtp config bug 2024-12-24 10:00:25 -08:00
Konstantin Wohlwend
f364b6b0c5 Insert final newline on file save 2024-12-24 00:01:14 -08:00
Konstantin Wohlwend
a183bcca07 Address TODO next-release comments 2024-12-23 20:03:50 -08:00
Konstantin Wohlwend
74ea96bfd9 Remove unused dependencies 2024-12-23 19:58:34 -08:00
Konstantin Wohlwend
4199f929bf object-curly-spacing rule 2024-12-23 19:37:05 -08:00
Konstantin Wohlwend
63d24c2b56 Allow development key override for test environments 2024-12-23 19:33:32 -08:00
Konstantin Wohlwend
b46bdc8f04 Fix STACK-BACKEND-5K 2024-12-23 19:16:24 -08:00
Zai Shi
f36f349e8f fixed schema 2024-12-23 16:16:19 -08:00
Zai Shi
71a479a1f2 added jwks url 2024-12-23 15:51:24 -08:00
Zai Shi
02be71b55d fixed type error 2024-12-23 15:42:42 -08:00
Zai Shi
15697f5273 added update password button 2024-12-23 15:36:08 -08:00
Konstantin Wohlwend
7ef4f36903 Fix STACK-BACKEND-5M 2024-12-23 14:10:22 -08:00
Konstantin Wohlwend
e7044080c5 Create fewer projects in unit tests 2024-12-23 14:03:00 -08:00
Zai Shi
330ddd4680
Update README.md 2024-12-23 22:38:51 +01:00
Konstantin Wohlwend
415dc2df42 Remove empty profile image strings from database 2024-12-23 13:08:36 -08:00
Konstantin Wohlwend
ef935e24d8 Fix STACK-BACKEND-5Q 2024-12-23 12:36:27 -08:00
Konstantin Wohlwend
ca27239929 chore: update package versions 2024-12-23 12:11:11 -08:00
Konstantin Wohlwend
fd5f0300fd Update README
Some checks failed
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2024-12-22 23:27:12 -08:00