Balázs Orbán
7bb037bb9d
chore: temp. disable E2E tests
2023-01-24 02:42:13 +01:00
Balázs Orbán
505f69b519
chore: fix pipeline
2023-01-24 02:29:10 +01:00
Thang Vu
557fb9d741
chore: ignore e2e actions in forks
2023-01-23 12:28:48 +07:00
Thang Vu
87d9cc4244
feat: e2e tests ( #6380 )
...
* feat: e2e test init
* run e2e test on CI
* Add credentials to ci
* Update pnpm-lock.yaml
* move test to dev
* add dotenv
* remove in examples
* add e2e command
* revert
* add output cache for turbo e2e
* correct path for upload artifact
* Update release.yml
2023-01-18 19:43:50 +07:00
Balázs Orbán
3be7bb7a79
chore: try fork
2023-01-07 09:50:12 +01:00
Balázs Orbán
16d680b110
chore: revert
2023-01-07 09:04:13 +01:00
Balázs Orbán
6e027811ef
chore: set git config globally
2023-01-07 09:01:33 +01:00
Balázs Orbán
e5df406429
chore: try adding email+username
2023-01-07 08:56:25 +01:00
Balázs Orbán
e4ddb533ff
chore: hint that we want to use fine grained GH_PAT
2023-01-07 08:48:15 +01:00
Balázs Orbán
4e16b21a60
chore: update sync GH Action
2023-01-07 08:41:43 +01:00
Thang Vu
511f66b0a8
chore: enable remote caching for GH actions ( #6187 )
2022-12-26 11:38:30 +00:00
Balázs Orbán
c081773667
chore: use classic PAT for example sync
2022-12-24 15:25:57 +00:00
Balázs Orbán
cac9816d32
chore: update sync examples PAT
2022-12-24 15:19:27 +00:00
Balázs Orbán
01620f9b7c
chore: drop older node.js versions, update pnpm
2022-12-24 03:26:07 +01:00
Balázs Orbán
e47c3c81f1
chore: format
2022-12-24 01:47:46 +01:00
Balázs Orbán
d7fbd05eba
chore: update monorepo-release package
2022-12-23 06:52:57 +01:00
Balázs Orbán
532aa24495
chore: use classic PAT for now
2022-12-23 05:10:27 +01:00
Balázs Orbán
3b85f46c21
Update release.yml
2022-12-23 04:11:44 +01:00
Balázs Orbán
6aa1af2ffb
Update release.yml
2022-12-23 04:11:00 +01:00
Balázs Orbán
9364625681
Update release.yml
2022-12-23 04:09:30 +01:00
Balázs Orbán
3a685b28f8
Update release.yml
2022-12-23 02:56:15 +00:00
Balázs Orbán
5b34b95c58
Update release.yml
2022-12-23 02:42:21 +00:00
Balázs Orbán
39c78f27b5
fix(sveltekit): update to latest @auth/core, autogenerate API reference ( #6153 )
...
* docs(sveltekit): autogenerate API reference
* feat(sveltekit): update to use latest `@auth/core`
* chore: format
* chore: add auth packages as docs dependency
* chore: format
* chore: more formatting
* chore: don't run build before tests
2022-12-23 02:17:24 +00:00
Balázs Orbán
b179f15cf3
chore: tweak release config
2022-12-23 01:49:04 +01:00
Nico Domino
0ea9ada3a9
chore(docs): remaining authjs.dev and repo clean up ( #6097 )
2022-12-22 18:04:52 +01:00
ndom91
6eab7ac25f
chore(actions): revert var dump
2022-12-19 01:31:11 +01:00
ndom91
9b05dbc540
chore(actions): add path
2022-12-19 01:28:33 +01:00
ndom91
132a76d951
chore(actions): test github context
2022-12-19 01:26:54 +01:00
ndom91
553924d902
chore(actions): fix validator path
2022-12-19 01:12:38 +01:00
Balázs Orbán
9209b48dbe
chore: add issue validator
2022-12-06 12:21:42 +01:00
Balázs Orbán
25c7ce1d2b
chore: revert sync-example action
2022-12-03 12:31:22 +01:00
Nico Domino
41f75cf870
chore(actions): version bump all deps ( #5903 )
2022-11-28 11:10:15 +00:00
Nico Miebach
30ad639d16
fix: Add support for Node 18 ( #5656 )
...
* add support for Node 18
* update node engines in packages/next-auth
Co-authored-by: Thang Vu <hi@thvu.dev >
2022-10-30 23:54:16 -07:00
Thang Vu
ab48fcfe5b
chore: remove codeql run on main push
2022-10-14 08:37:59 +07:00
Balázs Orbán
e2b92bf04f
chore: add newlines to PR comment
2022-07-19 17:45:55 +02:00
Balázs Orbán
2296471f02
chore: add pnpm to experimental release comment
2022-07-15 02:20:06 +02:00
Balázs Orbán
374dc30f9f
chore: bump pnpm version requirement
2022-07-13 14:01:25 +02:00
Balázs Orbán
32fa01f939
chore: re-add GITHUB_TOKEN
2022-07-06 11:44:37 +02:00
Balázs Orbán
cb0f3e1ae2
chore: rename GITHUB_TOKEN to RELEASE_TOKEN
2022-06-28 12:21:58 +02:00
Balázs Orbán
8ce728197f
chore: update to use release token
2022-06-23 12:10:05 +02:00
Balázs Orbán
2469e44572
feat: allow standard Request in NextAuthHandler ( #4704 )
...
* chore: upgrade dev dependencies
* chore: use SWC for test transforms
* feat: allow standard `Request` as `NextAuthHandler` argument
* test: add initial core tests
* chore: ignore `tests` in build
* chore: fix lint
* chore: move `lib` to `utils`
* add body parsing, simplify
* fix tests
* chore: use `NPM_TOKEN_PKG` for experimental release
2022-06-14 12:25:07 +02:00
Thomas Knickman
9f6949816c
chore(release): increase checkout depth ( #4654 )
...
Fetch two commits in CI so HEAD^1 is able to function correctly to determine diff between last commit and now.
2022-05-31 18:37:22 +02:00
Thang Vu
4f29d39521
chore: move to pnpm ( #4420 )
...
* feat: pnpm
* Update publish script
* gitignore the pnpm debug log
* Fix workspace
* Fix dev commands
* feat: pnpm
* Update publish script
* gitignore the pnpm debug log
* Fix workspace
* Fix dev commands
* chore: fix pnpm install in GitHub Action
* fix: update tsconfig path
* pnpm run -> pnpm
* chore: remove cache-node and add back setup-node
* fix: tsconfig dependencies
* chore: fix tsconfig path
* fix: adapter-test dependencies
* fix: setup-node for release-pr
* fix: import adapter-test
* chore: update workspace dependency for next-auth
* fix: test failure
* fix: add jest for adapters
* fix: jest again
* fix: mongo in prisma
* fix: `--no-git-checks` for `release-pr`
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-05-03 15:05:55 +02:00
Balázs Orbán
8ed038d891
chore: revert
2022-04-12 17:05:40 +02:00
Balázs Orbán
b25425795b
chore: CI=1
2022-04-12 17:01:16 +02:00
Balázs Orbán
a4a487a22a
chore: NPM_TOKEN_PKG
2022-04-12 16:46:26 +02:00
Balázs Orbán
c9e74f435c
chore: remove dry run flag
2022-03-15 22:54:43 +01:00
Balázs Orbán
9a86bd38cf
chore: disable coverage, fix dynamodb jest config
2022-02-28 00:50:42 +01:00
Balázs Orbán
45861548c2
chore: tweak Turbo
2022-02-21 01:40:13 +01:00
Thang Vu
bb37c29218
chore: improve caching dependencies ( #3971 )
2022-02-15 04:02:09 +01:00