Jarrod Flesch
|
d204418530
|
chore: partial gql changes
|
2024-02-07 14:01:46 -05:00 |
|
Jacob Fletcher
|
b549003054
|
chore(db-postgres): removes vite and webpack config extensions
|
2024-01-12 15:32:37 -05:00 |
|
Jarrod Flesch
|
8bc31cd592
|
fix(db-postgres): findOne correctly querying with where queries (#4550)
|
2023-12-18 14:17:58 -05:00 |
|
Dan Ribbens
|
6e9ae65374
|
fix(db-postgres): querying nested blocks fields (#4404)
Co-authored-by: Jessica Chowdhury <jessica@trbl.design>
|
2023-12-07 09:18:48 -05:00 |
|
Dan Ribbens
|
dbaecda0e9
|
fix(db-postgres): sorting on a not-configured field throws error (#4382)
|
2023-12-06 09:27:43 -05:00 |
|
Jarrod Flesch
|
cd07873fc5
|
fix(db-postgres): allow for nested block fields to be queried (#4237)
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com>
|
2023-11-29 11:03:57 -05:00 |
|
Dan Ribbens
|
3514bfbdae
|
fix(db-postgres): error saving nested arrays with versions (#4302)
|
2023-11-29 10:10:08 -05:00 |
|
Elliot DeNolf
|
308979f31d
|
feat(db-postgres): search for migrations dir intelligently
|
2023-11-28 11:09:36 -05:00 |
|
Dan Ribbens
|
6ea29094ba
|
fix(db-postgres): incorrect pagination totalDocs (#4248)
Co-authored-by: Alessio Gravili <alessio@bonfireleads.com>
|
2023-11-22 16:14:14 -05:00 |
|
Dan Ribbens
|
57da3c99a7
|
fix: error on graphql multiple queries (#3985)
|
2023-11-08 12:38:25 -05:00 |
|
Jarrod Flesch
|
182c57b191
|
fix: hasMany number and select fields unable to save within arrays (#4047)
|
2023-11-07 22:29:41 -05:00 |
|
Jarrod Flesch
|
5ea88bb47d
|
fix: block row removal w/ db-postgres adapter (#3951)
|
2023-11-01 08:32:02 -04:00 |
|
Dan Ribbens
|
4d8d4c214a
|
fix: unique field error handling (#3888)
|
2023-10-27 13:31:14 -04:00 |
|
Dan Ribbens
|
229e4459cb
|
fix(db-postgres): block and array inserts error (#3714)
Co-authored-by: James <james@trbl.design>
|
2023-10-18 16:53:26 -04:00 |
|
James
|
45a62ba949
|
fix: blocks within groups in postgres
|
2023-10-16 16:12:21 -04:00 |
|
James
|
59b87fdb21
|
chore: typo
|
2023-10-15 17:55:30 -04:00 |
|
James
|
8d4f39af5e
|
Merge branch 'main' of github.com:payloadcms/payload into fix/empty-in-array
|
2023-10-15 17:29:51 -04:00 |
|
James
|
c4ac341d75
|
fix: empty inArray no longer crashes postgres
|
2023-10-15 17:28:13 -04:00 |
|
James
|
2c8fbf1be3
|
chore: adds specificity to tests
|
2023-10-15 11:08:16 -04:00 |
|
James
|
eec88f8f1b
|
Merge branch 'fix/#3568-postgres-relationships-in-array' of github.com:payloadcms/payload into fix/#3568-postgres-relationships-in-array
|
2023-10-15 10:43:32 -04:00 |
|
James
|
52f89c0136
|
fix(db-postgres): ensures columns are nullable if within field with condition
|
2023-10-14 15:34:27 -04:00 |
|
Dan Ribbens
|
21649537a6
|
fix(db-postgres): query relationship path inside arrays
|
2023-10-14 15:17:42 -04:00 |
|
James
|
e180131314
|
chore: only imports drizzle-kit if it will be used
|
2023-10-14 12:13:13 -04:00 |
|
Dan Ribbens
|
2c67eff059
|
fix(db-postgres): query relationship in array alias
|
2023-10-13 13:32:44 -04:00 |
|
Dan Ribbens
|
d229fc391a
|
fix(db-postgres): sorting on versions (#3611)
* fix(db-postgres): WIP sorting on versions
* fix: sorting collections with drafts
* chore: getQueryDraftsSort readability
|
2023-10-12 17:11:25 -04:00 |
|
Dan Ribbens
|
46a24a9822
|
fix(db-postgres): in and not_in query operator (#3608)
|
2023-10-12 17:11:12 -04:00 |
|
James Mikrut
|
c91b1e8310
|
Merge pull request #3578 from payloadcms/fix/#3570
fix: postgres select fields within groups (#3570)
|
2023-10-11 11:00:49 -04:00 |
|
James
|
06e2fa9d11
|
fix: postgres select fields within groups (#3570)
|
2023-10-11 10:47:10 -04:00 |
|
Dan Ribbens
|
aabc0650f8
|
fix(db-postgres): drafts cannot be saved because not null constraint (#3547)
|
2023-10-11 10:18:44 -04:00 |
|
James Mikrut
|
1914be75aa
|
Merge pull request #3555 from payloadcms/fix/#3521
fix: #3521
|
2023-10-10 15:59:52 -04:00 |
|
James
|
eb97acd408
|
fix: #3521
|
2023-10-10 14:46:52 -04:00 |
|
James
|
e6f0d35985
|
fix: #3541
|
2023-10-10 14:07:26 -04:00 |
|
James
|
5d9384f530
|
fix: #3513, hasMany relationships unable to be cleared
|
2023-10-09 13:46:41 -04:00 |
|
Dan Ribbens
|
d0c352cc62
|
chore: remove transaction logger warnings
|
2023-10-09 00:33:19 -04:00 |
|
James
|
999f2fba04
|
chore: live preview tests pass
|
2023-10-08 16:47:42 -04:00 |
|
Dan Ribbens
|
eb58d9e877
|
chore: removes indexes from collection config (#3476)
|
2023-10-08 14:48:14 -04:00 |
|
Elliot DeNolf
|
74972cf4c9
|
chore: add predefined migration for version-v1-v2
|
2023-10-08 12:10:03 -04:00 |
|
Elliot DeNolf
|
940174f446
|
chore(db-postgres): improve error parsing
|
2023-10-07 19:16:36 -04:00 |
|
James
|
a41a3c5ee7
|
chore: allows updateOne with where clause in postgres
|
2023-10-07 17:58:38 -04:00 |
|
James
|
6c0eef3ec2
|
chore: allows disabling of push
|
2023-10-07 17:58:17 -04:00 |
|
James
|
e1f092410e
|
chore: removes unique compound indexes
|
2023-10-07 16:54:00 -04:00 |
|
James
|
f70837ab11
|
chore: shortens relationships table name to rels
|
2023-10-07 15:53:56 -04:00 |
|
Elliot DeNolf
|
e55ec6329c
|
chore: fix up fresh, refresh, and reset migration operations
|
2023-10-06 17:15:43 -04:00 |
|
Elliot DeNolf
|
4e973c9389
|
chore: adjust logging on start and in connect warning prompts
|
2023-10-06 11:57:00 -04:00 |
|
Dan Ribbens
|
2b831a67b4
|
chore: changes postgres interface client arg to pool and adds poolOptions
|
2023-10-06 11:56:23 -04:00 |
|
Elliot DeNolf
|
8a2045e3e4
|
chore(db-postgres): remove schema col from migration table creation
|
2023-10-05 16:54:56 -04:00 |
|
Elliot DeNolf
|
a46a80bd52
|
chore(db-postgres): create migration prompts when no schema changes detected
|
2023-10-05 16:00:59 -04:00 |
|
Elliot DeNolf
|
eafeea4dd8
|
chore(db-postgres): return early on migrate if no migration files
|
2023-10-05 15:45:28 -04:00 |
|
Elliot DeNolf
|
74d6ef0c31
|
chore(db-postgres): set updated_at on dev push migration
|
2023-10-05 14:50:57 -04:00 |
|
Elliot DeNolf
|
cfb77e2f27
|
chore(db-postgres): show warning if dev pushes exist on migrate
|
2023-10-05 14:02:10 -04:00 |
|