Commit Graph

1473 Commits

Author SHA1 Message Date
Konstantin Wohlwend
4554112241 Fix types
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
Run setup tests / test (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2025-01-31 18:33:16 -08:00
Konstantin Wohlwend
59d4d4d338 Fix build 2025-01-31 18:28:47 -08:00
Konstantin Wohlwend
66bf1d0494 Show JWT expiresAt in 401 error message 2025-01-31 18:24:45 -08:00
Konstantin Wohlwend
fca9f57f11 Better user ID search 2025-01-31 17:35:36 -08:00
Zai Shi
d90128e44a added EENVELOPE error 2025-01-31 17:11:42 -08:00
Zai Shi
38494003f0 added ETIMEOUT for email errors 2025-01-31 16:39:59 -08:00
Zai Shi
ef1c693121 removed unused 2025-01-31 10:54:53 -08:00
CactusBlue
e27f7746c2
User ID Search, Again (#414) 2025-01-31 19:54:16 +01:00
Konsti Wohlwend
d6ece57cc6
Revert "Very basic user id filtering (#412)" (#413)
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
Run setup tests / test (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
This reverts commit de33a8d5db.
2025-01-30 16:34:31 -08:00
CactusBlue
de33a8d5db
Very basic user id filtering (#412) 2025-01-30 16:25:29 -08:00
Konstantin Wohlwend
3fc6a7147b Neon API project provisioning defaults 2025-01-30 09:56:58 -08:00
Konsti Wohlwend
f869c93563
Use Depot for GitHub Actions (#402) 2025-01-29 10:08:16 -08:00
Mattèo Gauthier
aca9c3ebd5
docs: fix streched image on deployed fern docs (#410) 2025-01-29 09:40:15 -08:00
CactusBlue
1ad4173e2a
add autocomplete for emails as well (#407)
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
Run setup tests / test (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2025-01-28 18:37:40 -08:00
CactusBlue
d591a24129
adjust sidebar layout for minimum width (#404) 2025-01-28 18:36:28 -08:00
Konstantin Wohlwend
a73bf97885 start-deps now waits until Postgres is ready
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
Run setup tests / test (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2025-01-27 18:25:26 -08:00
CactusBlue
24533c2473
--neon flag for @stackframe/init-stack (#400)
* add setup tests

* continue, even on error

* colorize everything

* simplify success logging

* wat

* install neon as dependency

* combine neon installation

* clean ansi color application

* remove unrelated file

* use stack-shared string utils

---------

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2025-01-27 17:07:27 -08:00
CactusBlue
e27173d27e
Automated testing for setup instructions in README.md (#399)
* add setup tests

* continue, even on error

* add build:packages

* add automated branch for setup testing

* add delay

* combine commands

* rollback

* update README

* use action to run in background

* try running in foreground for testing

* set shell

* check if running codegen before works

* fix quetzal file missing

* swap the order

* use background action

* fix

* try this instead

* modify readme

* add sleep

* raise the timeout

* run on faster machine

* use jarvus instead

* Update packages/stack/scripts/merge-quetzal-translations.ts

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

* Update README.md

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

* fix run on all branches

* Update .github/workflows/setup-tests.yaml

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

---------

Co-authored-by: root <TheCactusBlue>
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2025-01-27 16:48:38 -08:00
Konstantin Wohlwend
1c35695a66 Update .env.development 2025-01-27 15:24:35 -08:00
Konstantin Wohlwend
75341b0b64 More bugfixes 2025-01-27 15:00:18 -08:00
Konstantin Wohlwend
f2bf3faa2b chore: update package versions 2025-01-27 14:58:18 -08:00
Konstantin Wohlwend
21f5cd7e6a Bugfixes 2025-01-27 14:57:58 -08:00
Zai Shi
6526408fec
Fix docker action 2025-01-27 23:52:23 +01:00
Konstantin Wohlwend
2f0ec414fe chore: update package versions 2025-01-27 14:34:09 -08:00
Konstantin Wohlwend
a6b4398f04 getTokens now refreshes expired tokens 2025-01-27 14:32:33 -08:00
hopleus
00b9e250f4
Fixed separator when only Passkey is enabled (#389)
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2025-01-27 21:33:26 +01:00
Konstantin Wohlwend
4c6a261249 Recommend VSCode GH Actions extension
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
2025-01-23 14:45:50 -08:00
Konstantin Wohlwend
3d6cf7314c Fix spelling
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-22 22:06:30 -08:00
Zai Shi
77cce58f92
Neon api keys UI improvement (#398) 2025-01-23 07:05:34 +01:00
Konstantin Wohlwend
05e7b5fa1b More project transfer tests 2025-01-22 16:07:49 -08:00
CactusBlue
6c0d414a8e
Adjust padding on Globe live 2025-01-22 15:00:49 -08:00
Zai Shi
30cd64cca4 renamed domains & handlers to domains 2025-01-21 14:57:09 -08:00
Zai Shi
3a73338a10 chore: update package versions 2025-01-21 13:11:53 -08:00
Zai Shi
2206d9d782 fixed custom smtp server UI bug 2025-01-21 13:10:15 -08:00
Zai Shi
6337daf087 updated translation 2025-01-21 12:13:09 -08:00
Zai Shi
e62559c52f fixed domain list problem 2025-01-21 10:40:39 -08:00
Konstantin Wohlwend
4d3936e050 Fix STACK-SERVER-P0
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
2025-01-14 18:35:58 -08:00
Konstantin Wohlwend
cbf6c7083f Fix build 2025-01-14 18:17:33 -08:00
Konstantin Wohlwend
56251ccc15 Fewer transaction retries 2025-01-13 17:05:07 -08:00
Konstantin Wohlwend
0f55c18e98 Fix STACK-BACKEND-2J 2025-01-13 17:02:05 -08:00
Konstantin Wohlwend
6272cdf8dc Fix STACK-BACKEND-69 2025-01-13 16:57:41 -08:00
Konstantin Wohlwend
3cd66c4c58 Fix STACK-BACKEND-67 2025-01-13 11:06:36 -08:00
Konstantin Wohlwend
20e3922390 Better unknown errors for test emails 2025-01-13 10:58:47 -08:00
Konstantin Wohlwend
072d4ecf98 Fix STACK-BACKEND-6A 2025-01-13 10:58:10 -08:00
Konstantin Wohlwend
4e03a16f4b Fix STACK-BACKEND-63 2025-01-13 10:51:56 -08:00
Konstantin Wohlwend
b7d4277510 Error when sending email takes too long 2025-01-13 10:36:40 -08:00
Konstantin Wohlwend
f15de038fe More descriptive error message when invalid scopes are requested 2025-01-13 10:25:07 -08:00
Konstantin Wohlwend
ff7c72798b 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-11 23:05:20 -08:00
Zai Shi
8cb4f01782 added default project name when creating neon project
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
2025-01-07 14:30:13 -08:00
Zai Shi
8f7e3c54d5 added create and connect button on neon oauth 2025-01-07 11:24:47 -08:00