James
5bc8b29e79
chore: merge
2023-09-19 10:53:44 -04:00
James
7fdf77cf3e
chore: bugs with sort, graphql tests with postgres
2023-09-19 10:50:04 -04:00
Alessio Gravili
c356b96913
chore: package.json improvements: order, duplicate scripts and packages
2023-09-19 11:51:56 +02:00
Alessio Gravili
cdaa0acd61
chore: run eslint & prettier, adjust perfectionist sorting for package.json and tsconfig.json in eslint configs
2023-09-19 11:41:56 +02:00
Alessio Gravili
4f68b722dc
chore: fix imports in db-postgres adapter
2023-09-19 11:15:47 +02:00
Dan Ribbens
8ab24a4513
chore: postgres chain selectCount query methods
2023-09-18 14:44:35 -04:00
Dan Ribbens
b271936b64
chore: fix postgres updateOne
2023-09-18 14:38:59 -04:00
Dan Ribbens
321e59705d
chore: split paths for graphql
2023-09-18 13:53:07 -04:00
James
029e319c7b
chore: wires up contains in pg, skips point tests
2023-09-18 13:00:00 -04:00
James
2442144c98
chore: fixes id types for graphql in database adapters
2023-09-18 11:42:59 -04:00
Dan Ribbens
025d647bf7
chore: wip postgres collections-graphql
2023-09-18 11:10:32 -04:00
Dan Ribbens
998eb99003
chore: postgres query block fields ( #3347 )
2023-09-17 23:19:19 -04:00
James
16a4de2df7
chore: merge bundlers
2023-09-16 11:02:42 -04:00
James
5aa67cf98d
chore: functioning vite
2023-09-16 10:59:58 -04:00
Dan Ribbens
09a455bb7b
chore: remove temp test env var
2023-09-15 13:52:19 -04:00
Dan Ribbens
2c61ae8452
chore: merge db-adapters
2023-09-15 13:03:13 -04:00
Elliot DeNolf
abab0abca8
chore: sort all package.json files in a sane way
2023-09-14 16:32:37 -04:00
Dan Ribbens
8df2c888fe
feat: postgres transactions
2023-09-14 15:39:58 -04:00
Dan Ribbens
a838274ae7
chore: merge
2023-09-14 14:52:16 -04:00
Dan Ribbens
16d314ff49
chore: fix imports postgres
2023-09-14 14:46:27 -04:00
Elliot DeNolf
79f9ef2481
chore: migration improvements ( #3335 )
...
* chore: better migrationDir handling
* chore: add .migrations to gitignore
* chore: migration cli debugging
* docs: stub out each migration command
2023-09-14 14:23:17 -04:00
Dan Ribbens
9575ec5319
merges postgres transactions
2023-09-14 13:13:59 -04:00
Elliot DeNolf
11c8804886
chore: add build script back to db-postgres/package.json
2023-09-14 12:27:38 -04:00
Elliot DeNolf
488c6651d9
chore: restore db-postgres from feat/db-adapters
2023-09-14 12:24:30 -04:00
Elliot DeNolf
744de9c706
chore: merge from 2.0
2023-09-14 12:10:36 -04:00
Dan Ribbens
1f1082c068
query exists false
2023-09-13 14:43:01 -04:00
Dan Ribbens
bb16ce965c
query relationship by id
2023-09-13 13:02:22 -04:00
Dan Ribbens
8d98dea1b8
querying localized fields with all
2023-09-13 10:23:18 -04:00
Dan Ribbens
7cdda26e5d
querying on poly relationTo ids
2023-09-12 16:26:06 -04:00
Dan Ribbens
cc1966020a
querying localized has many relationship field
2023-09-12 13:43:31 -04:00
Dan Ribbens
33c15afa79
querying localized relationship field
2023-09-12 12:29:00 -04:00
James
61098f96a8
chore: builds pattern to return constraints array
2023-09-12 10:14:09 -04:00
Dan Ribbens
8e16d825ff
wip refactor joins for relationships
2023-09-12 09:54:53 -04:00
Alessio Gravili
73fe11baf3
chore: improve handling of subpath exports for published package ( #3310 )
...
* chore: exportPointerFiles script
* chore: handle creation of subfolders which may not exist
* chore: add json to copyfiles
* chore: do not use exports property for publishConfig
* chore: add clean:unix command
* chore: modify clean:unix command to also delete any tsconfig.tsbuildinfo files
* chore: remove exports properties from db adapter packages
2023-09-11 22:20:12 +02:00
Dan Ribbens
af6b7592a1
postgres short circuit empty find results
2023-09-09 17:26:38 -04:00
Dan Ribbens
754efe00f6
optimize find to query docs and count concurrently, normalize pagination args
2023-09-08 11:21:22 -04:00
Alessio Gravili
4aad563f58
chore: cleanup 2.0 tsconfigs, fix building types for db adapters ( #3293 )
...
* chore: cleanup tsconfigs and fix db-mongodb builds
* chore: make the db adapters depend on payload
* chore: fix tsconfig for test directory
* chore: fix packages/db-mongodb not building
2023-09-07 22:36:17 +02:00
Dan Ribbens
1f7b52497c
postgres sanitize query value
2023-09-07 14:45:07 -04:00
Dan Ribbens
595173327e
postgres operations buildQuery updates
2023-09-07 11:49:21 -04:00
Alessio Gravili
1fbda85cd0
chore: lint and format everything again
2023-09-07 15:53:48 +02:00
Dan Ribbens
2e086d95d9
chore: working simple where
2023-09-06 16:25:52 -04:00
Dan Ribbens
d07394d197
sorting on group nested field
2023-09-06 15:05:04 -04:00
Dan Ribbens
d33cff94e0
getTableColumnFromPath tabs
2023-09-05 17:27:43 -04:00
Dan Ribbens
5b620e77f4
wip getTableColumnFromPath
2023-09-05 16:36:32 -04:00
James
59fe015239
chore: chops up buildQuery
2023-09-05 13:57:08 -04:00
Dan Ribbens
73e2a03b6d
wip changes to build query
2023-09-05 12:30:06 -04:00
Alessio Gravili
b93d2d89c7
chore: use swc instead of tsc to build
2023-09-01 21:41:12 +02:00
Alessio Gravili
934bae2d24
chore: dirty TypeScript bandaid fixes
2023-09-01 18:29:36 +02:00
Alessio Gravili
ae7d6f97d2
chore: formatting and linting ( #3261 )
...
* chore: lint packages/payload
* chore: lint packages/db-postgres
* chore: lint packages/db-mongodb
* chore: update eslintrc exclusion rules
* chore: update eslintrc exclusion rules
* chore: lint misc files
* chore: run prettier through packages
* chore: run eslint on payload again
* chore: prettier misc files
* chore: prettier docs
2023-09-01 17:39:44 +02:00
Dan Ribbens
5d7aa0d009
chore: wip traversePaths of sort and buildSearchParams
2023-09-01 11:26:36 -04:00