James
8155902476
chore: poc for how to type db adapters
2023-09-24 14:22:06 -07:00
Dan Ribbens
bf745d19ed
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
2023-09-24 15:53:22 -04:00
Dan Ribbens
ef51e0855f
chore: wip transactions re-enabled
2023-09-24 15:53:02 -04:00
James
e437b41950
chore: misc bugs, types pattern
2023-09-24 10:51:21 -07:00
James
220e7a590d
chore: bugs with hasMany select localized
2023-09-23 12:29:40 -07:00
James
bb7feddbff
chore: improves semantics of transform write
2023-09-23 12:18:04 -07:00
James
74fcf2fc1f
chore: bugs with array
2023-09-23 10:59:34 -07:00
James
a458375934
chore: passing versions tests
2023-09-23 10:07:29 -07:00
Dan Ribbens
e5ef842839
chore: split out updateVersion function
2023-09-23 12:22:23 -04:00
Dan Ribbens
0fbb8d1a32
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
2023-09-23 12:18:23 -04:00
Dan Ribbens
1c2e74f0c9
chore: split out updateVersion function
2023-09-23 12:18:10 -04:00
James
e6e8ab6630
chore: adds updateGlobalVersion to mongo adapter
2023-09-23 09:02:59 -07:00
Dan Ribbens
d3bfb76783
merges
2023-09-23 11:38:39 -04:00
James
64e7c395ce
chore: ensures globals can be found and updated
2023-09-23 08:35:23 -07:00
James
d886af32d9
chore: allows querying on relationTo
2023-09-23 08:26:40 -07:00
James
ee0bddf85b
chore: progress to versions
2023-09-23 07:50:28 -07:00
Jacob Fletcher
7ea4fcde2c
feat: custom document tabs ( #3387 )
2023-09-22 17:42:23 -04:00
James
0f6f26e4d1
chore: updates old versions when new is created
2023-09-22 17:41:26 -04:00
James
82d2d2350f
chore: uploads test suite passes
2023-09-22 16:51:29 -04:00
Elliot DeNolf
1377f56f26
chore: handle nulls vs undefined
2023-09-22 16:44:51 -04:00
Elliot DeNolf
a112b98597
chore: handle querying for existing upload
2023-09-22 16:42:53 -04:00
James
95e428223f
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
2023-09-22 16:34:53 -04:00
James
5abd9e3372
chore: self joins are now aliased correctly in relationship queries
2023-09-22 16:34:25 -04:00
Dan Ribbens
0c0a11debb
chore: postgres versions update to latest false
2023-09-22 15:43:35 -04:00
Elliot DeNolf
528fb47b0b
chore: fix dev:generate-types
2023-09-22 15:13:57 -04:00
Elliot DeNolf
0d68216c4b
chore: fix hooks test, array inside group
2023-09-22 14:54:02 -04:00
Dan Ribbens
6ee15c3571
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
2023-09-22 14:51:12 -04:00
Dan Ribbens
575bd9436a
chore: build query fixes
2023-09-22 14:31:23 -04:00
James
f3415bb13e
chore: ensures relationships can be cleared
2023-09-22 14:11:18 -04:00
Alessio Gravili
8b715a8127
chore: revert setting default db to postgres
2023-09-22 02:05:57 +02:00
Dan Ribbens
ad82b99dc6
chore: save updatedAt with new values
2023-09-21 16:51:40 -04:00
Dan Ribbens
6aaaeaff98
chore: add postgres updateVersion
2023-09-21 16:07:40 -04:00
James
edf9dd7983
chore: misc cleanup
2023-09-21 13:52:01 -04:00
Dan Ribbens
9eca30f281
chore: add postgres findglobalversions
2023-09-21 12:57:04 -04:00
Dan Ribbens
67b347aaa3
chore: postgres disable unique constraints for version tables
2023-09-21 12:19:19 -04:00
Dan Ribbens
c02dc385cb
chore: use db transactions in upsertRows
2023-09-21 12:18:10 -04:00
Dan Ribbens
44a2b1a98f
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
2023-09-21 11:29:18 -04:00
Dan Ribbens
c0dfeb4918
chore: postgres operations use db from session for transactions
2023-09-21 11:29:09 -04:00
Elliot DeNolf
17132b72ad
ci: configure int tests with postgres ( #3364 )
...
* chore: configure postgres
* chore: adjust action and connection
* chore: export postgres url as env
2023-09-21 09:34:43 -04:00
James
1191a2851c
chore: wires up a few versions methods
2023-09-20 14:37:14 -04:00
Dan Ribbens
caa56e6ef6
chore: postgres abstract find
2023-09-20 13:25:04 -04:00
Dan Ribbens
62421da6ad
chore: fix missing transaction id bug
2023-09-20 06:58:40 -04:00
Dan Ribbens
cec16abea0
chore: postgres enforce notNullable on required fields
2023-09-20 06:57:15 -04:00
Elliot DeNolf
25be3a3c6f
ci: cache build and run tests per db adapter ( #3362 )
...
* ci: cache entire build to share with future jobs
* chore: pnpm setup for tests job
* chore: use build cache in db adapter builds
* chore: troubleshoot db builds
* chore: add back db-mongodb
* chore: add back db-postgres, cleanup
* chore: separate type gen into separate job
* chore: run tests separately for each db adapter
* chore: use matrix for tests w/ db
* chore: explicit ip and port for postgres
2023-09-19 22:31:33 -04:00
James
4dd98396a7
chore: adds date field
2023-09-19 19:23:17 -04:00
James
0c101cd713
chore: revises field names being lost while creating indexes
2023-09-19 19:00:35 -04:00
James
2a282c7257
chore: builds select field
2023-09-19 17:39:35 -04:00
James
bbcdf32a90
chore: builds hasMany selects
2023-09-19 17:15:10 -04:00
Elliot DeNolf
db4aa1e8b6
ci: move int tests before e2e
2023-09-19 17:04:31 -04:00
Elliot DeNolf
7159bf2ff3
test: remove unused test/postgres dir
2023-09-19 17:04:31 -04:00