Thang Vu
2a2c3d7a45
chore: add security guidelines to PR & issue template ( #5470 )
...
* chore: add security guidelines to pr & issue template
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-10-03 15:59:19 +02:00
Balázs Orbán
946a825865
chore: fix adapters PR auto-labeler
2022-07-19 23:55:03 +02:00
Balázs Orbán
e2b92bf04f
chore: add newlines to PR comment
2022-07-19 17:45:55 +02:00
Balázs Orbán
c56abbd745
chore: update CODEOWNERS ( #4941 )
...
* chore: update codeowners
* reorganize
2022-07-15 12:35:54 +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
Lluis Agusti
268c0636d7
chore(github): update PR template ( #4482 )
2022-04-28 13:28:35 +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
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