stack/.github/workflows
Zai Shi 097fbc6e4c
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
Fix docker (#664)
<!--

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

-->

<!-- ELLIPSIS_HIDDEN -->

----

> [!IMPORTANT]
> Enable Docker build by removing fail step and switch from `bcrypt` to
`bcryptjs` for password hashing.
> 
>   - **Docker Workflow**:
> - Removed temporary fail step in
`.github/workflows/docker-server-build.yaml` to enable Docker build
process.
>   - **Dependencies**:
> - Replaced `bcrypt` with `bcryptjs` in `package.json` and `hashes.tsx`
for password hashing.
>     - Updated `@types/bcrypt` to `@types/bcryptjs` in `package.json`.
>   - **Documentation**:
> - Added `docker/README.md` with instructions for building and running
Docker containers for server and emulator.
> 
> <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 c7a3ed9f11. You can
[customize](https://app.ellipsis.dev/stack-auth/settings/summaries) this
summary. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
2025-05-08 01:31:03 +02:00
..
all-good.yaml Attempt CI fix 2025-03-12 16:50:55 -07:00
auto-assign.yaml Run auto-assign on draft PRs 2025-04-10 10:18:47 -07:00
auto-update.yaml Run auto-update only once per day 2025-03-12 17:10:03 -07:00
check-prisma-migrations.yaml GH Actions push trigger only on main or dev branches 2025-03-12 10:52:35 -07:00
docker-emulator-test.yaml Port dashboard to Next.js 15 (#560) 2025-03-24 00:03:50 +01:00
docker-server-build.yaml Fix docker (#664) 2025-05-08 01:31:03 +02:00
docker-server-test.yaml Port dashboard to Next.js 15 (#560) 2025-03-24 00:03:50 +01:00
e2e-api-tests.yaml GH Actions push trigger only on main or dev branches 2025-03-12 10:52:35 -07:00
lint-and-build.yaml GH Actions push trigger only on main or dev branches 2025-03-12 10:52:35 -07:00
mirror-to-wdb.yaml Fix GitHub Actions concurrency 2025-03-10 14:09:09 -07:00
preview-docs.yaml allow outside PR to run fern preview 2025-03-13 09:56:27 -07:00
publish-docs.yaml Fix GitHub Actions concurrency 2025-03-10 14:09:09 -07:00
restart-dev-and-test.yaml Increase test workers 2025-03-19 15:13:24 -07:00
setup-tests.yaml Increase test workers 2025-03-19 15:13:24 -07:00
table-of-contents.yaml GH Actions push trigger only on main or dev branches 2025-03-12 10:52:35 -07:00