Commit Graph

124 Commits

Author SHA1 Message Date
Konsti Wohlwend
14c27bb0ea
Rename catalog to product line (#1107) 2026-01-16 13:09:10 -08:00
Konstantin Wohlwend
eb23c43045 readme 2025-11-28 13:51:36 -08:00
Armaan Jain
c2992f35f8
Dashboard redesign (#1029)
Co-authored-by: Konstantin Wohlwend <n2d4xc@gmail.com>
Co-authored-by: Dominik Scholz <dominik.scholz@live.at>
Co-authored-by: Developing-Gamer <Developing-Gamer@users.noreply.github.com>
2025-11-28 13:21:18 -08:00
Konstantin Wohlwend
38aa7536c3 Update README 2025-11-28 11:03:56 -08:00
Konstantin Wohlwend
49aac18cd7 Update README 2025-11-06 16:02:22 -08:00
smyja
ffb720dd15
Fix: Updated doc link in README.md (#827)
Fixed broken link

Co-authored-by: Madison <madison.w.kennedy@gmail.com>
2025-08-04 15:25:29 -07:00
Zai Shi
a7acab4646
Auto migration (#526)
<!--

Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md

-->

<!-- ELLIPSIS_HIDDEN -->


----

> [!IMPORTANT]
> Introduces an automated database migration system, replacing manual
Prisma commands with new scripts and updating workflows, configurations,
and tests accordingly.
> 
>   - **Auto-Migration System**:
> - Introduces `db-migrations.ts` script for handling database
migrations automatically.
> - Adds utility functions in `utils.tsx` for managing migration files.
> - Implements `applyMigrations` and `runMigrationNeeded` in `index.tsx`
for executing migrations.
>   - **Workflow and Scripts**:
> - Updates GitHub workflows (`check-prisma-migrations.yaml`,
`e2e-api-tests.yaml`) to use new migration commands.
> - Replaces `prisma migrate` commands with `db:init`, `db:migrate`,
etc., in `package.json` and `README.md`.
>   - **Testing**:
> - Adds `auto-migration.tests.ts` for testing migration logic and
concurrency handling.
>   - **Configuration**:
> - Updates `.env.development` and `vitest.config.ts` for new
environment variables and paths.
> - Modifies `turbo.json` and `package.json` to include new migration
tasks and scripts.
> 
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=stack-auth%2Fstack-auth&utm_source=github&utm_medium=referral)<sup>
for 2c24183879. You can
[customize](https://app.ellipsis.dev/stack-auth/settings/summaries) this
summary. It will automatically update as commits are pushed.</sup>


<!-- ELLIPSIS_HIDDEN -->

---------

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-24 02:38:37 +02:00
Konsti Wohlwend
dbb1b880f5
Update README.md
Some checks failed
all-good: Did all the other checks pass? / all-good (push) Has been cancelled
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Emulator Test / docker (push) Has been cancelled
Docker Server Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Server Test / docker (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (latest) (push) Has been cancelled
Preview Docs / run (push) Has been cancelled
Dev Environment Test / restart-dev-and-test (push) Has been cancelled
Run setup tests / setup-tests (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2025-05-15 15:42:58 -07:00
Konstantin Wohlwend
6398859734 Update README 2025-03-23 03:03:11 -07:00
Konstantin Wohlwend
16704f778c Attempt CI fix 2025-03-12 16:50:55 -07:00
David Gomes
2171ab96f1
Allows for --no-browser in Stack Auth init command (#521) 2025-03-10 04:53:36 +01:00
Zai Shi
92cd74670a updated readme 2025-03-04 17:47:10 -08:00
devin-ai-integration[bot]
7920440eb6
Update branding from Stack to Stack Auth in documentation (#504)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: zai@stack-auth.com <zai@stack-auth.com>
2025-03-04 04:07:54 +01:00
Zai Shi
4df77497a0 Update GitHub repository links in documentation 2025-02-20 10:14:55 -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
Zai Shi
330ddd4680
Update README.md 2024-12-23 22:38:51 +01: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
Zai Shi
925c06ece4 added dev:basic 2024-12-18 18:17:41 -08:00
N2D4
7dfdfc39f7 chore(docs): update TOC 2024-12-18 19:37:29 +00:00
Konstantin Wohlwend
ae2c8f561d Dev launchpad 2024-12-18 11:37:13 -08:00
Konstantin Wohlwend
1b7a9d6b59 Add PgHero to dev setup 2024-12-18 10:19:24 -08:00
Jakub Kołodziejczak
ee48d2b7c0
chore: update known errors to correct URL (#356)
Co-authored-by: Konstantin Wohlwend <n2d4xc@gmail.com>
2024-12-10 00:14:21 -08:00
Konstantin Wohlwend
79ffcf1021 Update README 2024-12-01 00:12:03 -08:00
Konstantin Wohlwend
a71ca3343c Update README 2024-11-30 23:58:52 -08:00
Zai Shi
3844d0a1cb updated readme
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.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-11-01 18:03:26 -07:00
Moritz Schneider
2650e92156
Improved passkey UX (#325) 2024-10-29 17:21:07 -07:00
Zai Shi
c4c9b8e59d
Update README.md 2024-10-23 01:32:21 +02:00
Zai Shi
67b0d575a8
Update README.md 2024-10-23 01:09:01 +02:00
Zai Shi
8c113fc9da
Update README.md 2024-10-23 01:07:34 +02:00
Konstantin Wohlwend
de68bfc5c4 Update README 2024-10-21 08:32:07 -07:00
Konstantin Wohlwend
c45b36e3a4 Update README 2024-10-21 08:30:53 -07:00
Konstantin Wohlwend
8889bd820b Update README 2024-10-21 08:24:12 -07:00
N2D4
84a6403a98 chore(docs): update TOC 2024-10-21 15:23:59 +00:00
Konstantin Wohlwend
d70a13f0e9 Add port mapping to README 2024-10-21 08:23:44 -07:00
Konstantin Wohlwend
9546b8df4b Use pnpm run build:dev in setup script 2024-10-21 08:19:14 -07:00
Zai Shi
d66900b9d0
Update README.md 2024-10-10 18:57:16 +02:00
Konsti Wohlwend
36c9935a53
Add newsletter link
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.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-10-09 17:07:02 -07:00
Zai Shi
df23909036
Update README.md 2024-10-02 03:44:07 +02:00
Zai Shi
8a71e03841
Update README.md 2024-10-02 03:41:06 +02:00
Zai Shi
5c8e20592d
Update README.md 2024-10-02 03:32:32 +02:00
Zai Shi
27f3387741
Update README.md
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.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-09-29 21:45:15 +02:00
Konstantin Wohlwend
eb51c4d63c pnpm run restart-deps 2024-09-07 18:21:11 -07:00
N2D4
fb581ded88 chore(docs): update TOC 2024-09-01 00:30:42 +00:00
Konsti Wohlwend
3daed158cb
Update README.md 2024-08-31 17:30:31 -07:00
N2D4
741c81be21 chore(docs): update TOC 2024-09-01 00:25:02 +00:00
Mihail Eric
cd3b418fab
add chat support bot (#218)
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2024-08-31 17:24:50 -07:00
Konsti Wohlwend
c39eeababd
Update README.md 2024-08-24 16:33:46 -07:00
Zai Shi
41b6f53ae3
Update README.md 2024-08-24 22:24:33 +02:00
Zai Shi
7d8dc0fa43
Update README.md 2024-08-24 22:05:01 +02:00
Zai Shi
a125a0bdf2
Update README image sizes 2024-08-20 20:04:27 +02:00