Jarrod Flesch
a57410133a
chore: clean ts-config files
2024-02-23 12:23:07 -05:00
Jarrod Flesch
5fdcb322c8
chore: adds mongodb as dev dep in db-mongodb package
2024-02-23 10:38:38 -05:00
Jarrod Flesch
6eb4f7e4a1
chore: removes local property from payload
2024-02-23 10:02:59 -05:00
James
b7f42f47a1
chore: fixes bad imports
2024-02-16 12:02:02 -05:00
James
8f29df541f
chore: removes references to bson
2024-02-16 11:31:05 -05:00
James
80e61206fd
chore: merge
2024-02-16 11:29:00 -05:00
James
12c5100bc8
chore: pulls mongodb from main
2024-02-16 11:27:23 -05:00
Jarrod Flesch
a0d97ff7ed
Merge branch 'feat/next-poc' of https://github.com/payloadcms/payload into feat/next-poc
2024-02-15 14:57:59 -05:00
Jarrod Flesch
6a1a83cc2b
feat: passing auth test suite
2024-02-15 14:57:53 -05:00
James
abf0f7111d
chore: type fixes
2024-02-15 14:12:59 -05:00
James
c8c393eff9
chore: bumps mongoose to 7
2024-02-15 13:28:07 -05:00
James
6f7a3ed031
chore: restores payload-config tsconfig path temporarily
2024-02-15 11:34:50 -05:00
James
fb47b28318
chore: working turbopack
2024-02-14 16:52:55 -05:00
Jarrod Flesch
717a6b6d07
feat: initial test suite framework ( #4929 )
2024-02-14 09:46:11 -05:00
Jarrod Flesch
d204418530
chore: partial gql changes
2024-02-07 14:01:46 -05:00
Jacob Fletcher
2ee425bdf1
chore(db-mongodb): removes vite and webpack config extensions
2024-01-12 15:31:57 -05:00
Jarrod Flesch
7c54012caa
chore: remoeve old import
2024-01-12 08:58:01 -05:00
Jarrod Flesch
0f1960f22a
chore: adjust other package ts-configs that rely on translations
2024-01-10 14:48:05 -05:00
Jarrod Flesch
45ceabf49e
chore: renames PayloadT to Payload
2024-01-10 14:30:56 -05:00
Jarrod Flesch
56c766c7b8
feat: adds i18n functionality within Rest API, Local and Client contexts ( #4749 )
2024-01-09 14:37:17 -05:00
Jacob Fletcher
3e11a5200e
chore(ui): ssr main nav ( #4619 )
2023-12-27 22:17:24 -05:00
Jarrod Flesch
a267aad709
chore: allows for custom endpoints
2023-12-22 13:18:45 -05:00
Jacob Fletcher
5558e0c62f
Merge branch 'main' into feat/next-poc
2023-12-19 10:34:34 -05:00
Patrik
46e8c01fbe
fix: searching by id sends undefined in where query param ( #4464 )
...
fix(db-mongodb): search by id using operator
2023-12-12 14:02:30 -05:00
Jacob Fletcher
77407f0879
Merge branch 'main' into feat/next-poc
2023-12-01 22:50:58 -05:00
Elliot DeNolf
45a3e31c95
chore(release): db-mongodb/1.1.0 [skip ci]
2023-11-30 11:10:33 -05:00
Elliot DeNolf
530c825f80
feat(db-mongodb): search for migrations dir intelligently
2023-11-28 11:09:55 -05:00
James
c232983e63
chore: progress to ui scaffolding
2023-11-15 17:22:40 -05:00
Elliot DeNolf
5dbbd8f88b
chore(release): db-mongodb/1.0.8 [skip ci]
2023-11-10 10:42:00 -05:00
Alessio Gravili
9f873f8630
chore(db-mongodb): add option to disable index hint optimization, which breaks on AWS DocumentDB ( #3997 )
...
* chore: add option to disable pagination count index hinting optimization
* chore: rename hintPaginationCountIndex to disablePaginationCountIndexHint
* chore: fix logic
* chore: disablePaginationCountIndexHint => disableIndexHints
2023-11-10 16:08:14 +01:00
Elliot DeNolf
e2d36c3cab
chore(release): db-mongodb/1.0.7 [skip ci]
2023-11-08 14:53:05 -05:00
Dan Ribbens
57da3c99a7
fix: error on graphql multiple queries ( #3985 )
2023-11-08 12:38:25 -05:00
James
0996f8cccb
chore: initial next poc
2023-11-07 13:59:59 -05:00
Elliot DeNolf
eb42c031ef
fix: parse predefined migrations via file arg or name prefix ( #4001 )
2023-11-03 19:26:25 -04:00
Elliot DeNolf
1a523eff98
chore(release): db-mongodb/1.0.6 [skip ci]
2023-11-03 16:22:59 -04:00
Jessica Chowdhury
b722f202af
fix: autosave updating data in unrelated docs
2023-11-02 17:54:25 +00:00
Elliot DeNolf
d383a00b65
chore(release): db-mongodb/1.0.5 [skip ci]
2023-10-30 12:28:47 -04:00
Dan Ribbens
4d8d4c214a
fix: unique field error handling ( #3888 )
2023-10-27 13:31:14 -04:00
Alessio Gravili
56e58e9ec7
fix(db-mongodb): improve find query performance ( #3836 )
...
Fixes #3904
* fix(db-mongodb): improve find query performance
* fix: add optimization to other operations which use pagination: findGlobalVersions, findVersions, queryDrafts
* fix: index createdAt field by default
2023-10-27 17:57:18 +02:00
Jacob Fletcher
4f2b080d1c
fix(db-mongodb): versions pagination ( #3875 )
2023-10-26 12:18:54 -04:00
Elliot DeNolf
eec60d5883
chore: rename .eslintrc.cjs -> .js
2023-10-20 15:50:25 -04:00
Elliot DeNolf
5ba95df674
chore(release): db-mongodb/1.0.4 [skip ci]
2023-10-19 16:13:46 -04:00
Jarrod Flesch
4b13686f61
fix: corrects versions collection casing ( #3739 )
2023-10-19 13:08:24 -04:00
Elliot DeNolf
ef4b5d8bfd
chore: add payload as peer dep to all adapters ( #3716 )
2023-10-17 15:20:09 -04:00
Elliot DeNolf
0b64c5fb66
chore(deps): bump graphql, graphql-request, mongoose, drizzle-kit
2023-10-11 11:20:58 -04:00
Elliot DeNolf
48600f0c66
chore(release): db-mongodb/1.0.3
2023-10-10 16:09:53 -04:00
James
eb97acd408
fix : #3521
2023-10-10 14:46:52 -04:00
Elliot DeNolf
61151c9c5d
chore(release): db-mongodb@1.0.2
2023-10-09 09:21:10 -04:00
Elliot DeNolf
71c41dbe03
chore: update main and types to dist
2023-10-09 09:16:46 -04:00
Dan Ribbens
24f1965f69
Merge branch 'main' of github.com:payloadcms/payload
2023-10-09 00:33:47 -04:00