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
Balázs Orbán
22d3f707e9
chore: rename issue template, add triage label
2022-02-14 20:11:44 +01:00
Balázs Orbán
2d87da454d
chore: add docs issue template
2022-02-14 20:08:54 +01:00
Balázs Orbán
9aed24fb4b
chore: remove duplicate from issue template dropdown
2022-02-14 02:45:21 +01:00
Balázs Orbán
1c2b573933
chore: pin down repo-file-sync until bug fixed
...
See https://github.com/BetaHuhn/repo-file-sync-action/issues/168
2022-02-14 02:33:50 +01:00
Balázs Orbán
be9555e6cf
chore: force order on issue templates
2022-02-14 01:32:43 +01:00
Balázs Orbán
a18ea2245f
chore: minor fixes on issue templates
2022-02-14 01:31:07 +01:00
Balázs Orbán
39f947365d
chore: improve maintenance ( #3969 )
...
* chore: clean up stalebot config
* chore: introduce issue labeler bot
* chore: clean up PR labeler bot
* chore: clean up bug report process
* chore: add space
* chore: add links to docs in provider/adapter issue templates
* chore: add triage label to feature request issue template
2022-02-14 01:25:50 +01:00
Balázs Orbán
2e371053c2
chore: add release script ( #3891 )
...
* chore: fix `next-auth` version in `package.json`
* chore: add WIP publish script
* chore: fix comments, add TODOs
* chore: set newer TS target
* chore: extract release config
* chore: WIP work on publish script
* chore: finish up release script
* chore: do not push unless not dryRun
* chore: add debug env var, return early if no package to update
* chore: remove unnecessary comment
* chore: remove changeset and unused dependencies
* chore: drop `semantic-release`
* chore: remove `jsonfile` dependency
* chore: address code review
* fix: list other commits in changelog when releasing
* chore: fix env variable references
* chore: fetch with tags and commit history
* chore: fix analyze code
* chore: fix utils script
* chore: better changelog formatting
* chore: fix package path
* chore: fix some remaining stuff
* chore: remove DEBUG flag
2022-02-13 17:36:15 +01:00
Balázs Orbán
8d410abdc9
chore: fix typo an issue template
2022-02-13 00:49:59 +01:00
Balázs Orbán
a4c619e358
chore: link to discussions from issue template
2022-02-13 00:49:03 +01:00
Balázs Orbán
53433db493
chore: note that feature requests are converted
2022-02-13 00:39:17 +01:00
Thang Vu
68e412b063
chore: fix Github action error with yarn ( #3903 )
...
Restore action name
2022-02-10 16:39:27 +01:00
Thang Vu
a9a3f60cb7
chore: Attempt to improve cache speed ( #3893 )
2022-02-10 02:02:20 +01:00
Balázs Orbán
5c1826a8d1
docs(example): add Gatsby example, move Next.js example ( #3872 )
...
* docs: add Gatsby example, move Next.js example
* chore: fix sync action
* docs(example): fix README link
2022-02-07 18:03:51 +01:00
Balázs Orbán
953712ceaa
chore: skip PR when syncing to example repo
2022-02-06 23:31:56 +01:00
Balázs Orbán
ef769523bc
chore: move example ( #3861 )
...
* chore: sync LICENSE file
* chore: move example repository into monorepo
* change to public repository
* add ntoe about source
* change order
2022-02-06 23:18:48 +01:00
Balázs Orbán
3b5ee252bd
Update sync.yml
2022-02-06 23:00:28 +01:00
Balázs Orbán
e9dee0af44
chore: add sync config ( #3860 )
2022-02-06 22:59:29 +01:00
Balázs Orbán
878fe84e29
chore: expose UPSTASH env vars to test runs
2022-02-06 15:10:08 +01:00
Balázs Orbán
8ad90b3eb0
docs: move encode/decode to advanced options ( #3849 )
...
* docs: move `encode/decode` to advanced options
* chore: change docs label to documentation
2022-02-06 14:07:29 +01:00
Nico Domino
4d63aa6a41
chore: add adapters issue template ( #3807 )
...
* chore: add adapters issue template
* fix: cleanup existing issue templates
* fix: add adapter auto labels
* fix: balazs als docs owner
* Update .github/ISSUE_TEMPLATE/adapters.yml
* feat: add incorrect info disclaimer line
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-02-05 14:39:28 +01:00
Nico Domino
dc3ad8c408
chore: move adapters to monorepo ( #3805 )
...
* feat: move adapters repo to new packages dir
* fix: rm docusaurus build dir
* fix: update .gitignore
* fix: reorganise package directories
* remove package lock files
* fix: folder rename
* remove package lock file
* fix: jest config paths
* update yarn.lock
* ignore dynamodb local bin
* fix: gitignore
* fix: update adapter-test
* change adapter-test package json
* rename prisma adapter package name
* fix paths
* update gitignore
* run tests with one concurrency
* fix: merge conflicts
* gitignore dist folders
* fix: add jest.config.js to tsconfig ignore
* fix: yarn.lock
* fix: ignore pouch in turbo commands
* ignore jest file
* fix: test turbo test cmd
* fix: turbo test cmd
* test: disable mongodb-adapter temporarily
* ignore all dev.db files
* simplify gitignore
* remove unused dependency
* have tsconfig in its own package
* remove unnecessary .gitignore files
* move jest config to preset
* add ts expect error comment
* chore: update .gitignore
* remove babelrc
* don't depend on build for testing in turbo
* fix: cleanup testing npm scripts
* fix: remove jest-config roots
* fix: add fauna jest preset
* fix: rm dev.db from prisma mirgation
* fix prisma
* remove nohoist
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-02-04 22:40:32 +01:00
Balázs Orbán
3fe7a64e7a
chore: monorepo 1 ( #3804 )
...
* fix labeler
* try fixing test runs in GitHub Actions
* pass flags to test command
* test version pr
* move versoin-pr action
* remove --dry-run flag
* re-enable testing, re-add semantic release for now
* add docs
* use `yarn.lock` and different docs port
* simplify dev app config
* fix coverage report
* fix provider source links
* fix more links
2022-02-04 16:01:26 +01:00
Balázs Orbán
3d5c669a05
Update bug_report.yaml
2022-01-25 18:37:30 +01:00
Balázs Orbán
29977f108f
Update bug_report.yaml
2022-01-25 18:36:56 +01:00
Balázs Orbán
7d2e16a6bb
Update bug_report.yaml
2022-01-25 18:35:54 +01:00
Balázs Orbán
8644e553ed
Merge branch 'main' into beta
2021-11-30 19:20:56 +01:00
Tania
932d05da70
docs: mention other repos in readme and issue forms ( #2989 )
...
* Update bug_report.yaml
Add information about distributing issues to the correct repo
* fix yaml syntax
* remove new line
* improve content
* Import content
* remove one emoji
* Update feature_request.yaml
* Update README.md
2021-10-22 09:40:18 +02:00
Balázs Orbán
2cb763ceba
chore: remove test:types script in release workflow
2021-09-05 11:14:04 +02:00
Balázs Orbán
da8d729129
Merge main into next
2021-09-04 12:23:22 +02:00
Balázs Orbán
e099223a27
refactor(ts): rewrite core to TypeScript ( #2552 )
...
* chore(deps): upgrade TS packages
* build(ts): use tsc to compile
* refactor(ts): move some files to TS
* chore: implement SkyPack check suggestions
* chore(ci): temprarily disable tests
* chore: add PR comment action
* chore: add determine version github action
* chore: prefix with env.
* chore: add runs to action
* chore: change runs.using to node12
* chore: fix typo
* chore: install @actions/core as dev dependency
* chore: move env var, remove old script
* chore: change version comment message
* refactor(ts): convert server/index.js to TS
* chore: fix `types` path
* chore: fix paths
* refactor(ts): convert `next-auth/react`
* refactor(ts): convert `next-auth/jwt` to TS
* chore: fix import
* refactor: move `types` into `src`
* refactor(ts): fix types imports
* chore: add cleanup script
* chore: exclude all `tests` folder from compilation
* refactor: rename types/index.d.ts to types/index.ts
* refactor(ts): move `next-auth/jwt`
* refactor(ts): move `next-auth/providers`
* chore(ts): fix `next-auth` types
* refactor(ts): change internal import paths
* test(ts): remove type tests
* chore: remove test:types script
* refactor(ts): move more code to TypeScript
* refactor: fix some imports
* refactor(ts): move error module into server
* fix(ts): add type to .js providers
* chore: rename adapters.ts to adapters.d.ts
* fix: update exports field
* chore: add files that should end up on npm
* chore: add stricter lib checking
* refactor(ts): remove unnecessary files, fix imports
* chore: autocomplete env variables
* fix: add css folder to npm files
* fix: fix CSS import/generation
* feat: log provider when authorization url error happens
* refactor(ts): turn pages into .tsx
* chore: compile differently for client/server
* refactor(ts): move server file to TS
* chore: add back node target
* chore: add back comment removal
* chore: re-enable tests
* chore: ignore test files when building
* chore(ts): refactor files to TS
* chore(ts): fix imports
* chore(ts): more ts
* fix(ts): correctly type _NEXTAUTH_DEBUG env var
* chore: don't generate internals module iwth babel
* fix(ts): better `clientId`, `clientSecret` constraints
* refactor(ts): move facebook provider to TS
* refactor(ts): apply suggested changes
* chore(ts): strip internal types from compilation
* refactor(ts): move server types to server folder
* refactor(ts): rename internals to types
2021-08-31 15:18:12 +02:00
Balázs Orbán
1c1e8410e6
chore(docs): remove docs from repo ( #2609 )
...
Documentation has been moved to its own repository. See https://github.com/nextauthjs/docs
2021-08-27 13:15:33 +02:00
Balázs Orbán
cff153bd80
Merge main into next
2021-07-10 12:02:21 +02:00
Balázs Orbán
ac5b4db0f2
chore: add OpenCollective link to FUNDING.yml
2021-07-05 17:54:34 +02:00
Mahieyin Rahmun
8bbffdd08c
docs(github): remove title property ( #2308 )
2021-07-04 13:23:44 +02:00
Mahieyin Rahmun
a22a0a36fd
docs(github): remove title prefix and make reproductions required ( #2306 )
2021-07-04 11:19:13 +02:00
Mahieyin Rahmun
797272afe1
docs: use issue template forms ( #2274 )
...
* (docs) initial issue template forms as per #2271
* (typo) fix grammar and typo
* (forms) make the requested changes
* (chore) delete the old .md files
* (forms) fix type key
2021-07-02 21:13:03 +02:00
Balázs Orbán
8ff4b26014
Merge main into next
2021-07-02 13:10:34 +02:00
Balázs Orbán
9c0851c0f9
chore(ci): shorten names in release.yml workflow
2021-06-30 21:36:28 +02:00
Nico Domino
b4f2a0106a
chore(ci): add environment approval ( #2214 )
...
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2021-06-30 15:28:12 +02:00
Balázs Orbán
2c35aa27f9
Merge main into next
2021-06-29 22:55:33 +02:00
Balázs Orbán
9c095b0532
chore(dev): fix dev app when running locally ( #2280 )
...
* fix: fix console warning in dev app
* chore: add `npm i` to `dev:setup` script
* chore(deps): update dev dependencies (react+next)
* chore: update package-lock.json
* chore: use node 16 in actions
2021-06-29 22:11:55 +02:00
ndom91
9abb392b4e
chore: fix gh action typo
2021-06-27 03:39:38 +02:00