Convly
|
78c5f82c37
|
Update symbols
|
2022-10-27 14:17:14 +02:00 |
|
Convly
|
125269d4fa
|
Add readable stream capabilities to the query builder
|
2022-10-27 11:51:44 +02:00 |
|
Marc-Roig
|
70595ae790
|
access array last element without at
|
2022-10-26 17:30:22 +02:00 |
|
Marc-Roig
|
aedff736b5
|
change joincolumn name to integer
|
2022-10-26 11:29:43 +02:00 |
|
Marc-Roig
|
5f5e3e67db
|
all order columns to float
|
2022-10-26 09:16:22 +02:00 |
|
Marc-Roig
|
bb6ceaefbe
|
change column type to float
|
2022-10-25 17:25:39 +02:00 |
|
Marc-Roig
|
7a9f43a027
|
log relation reorderer error
|
2022-10-25 16:12:10 +02:00 |
|
Pierre Noël
|
24add7820d
|
Merge branch 'main' into feature/relations-main-view
|
2022-10-25 16:04:49 +02:00 |
|
Marc-Roig
|
5106ed251e
|
test relation orderer
|
2022-10-24 15:18:38 +02:00 |
|
Marc-Roig
|
0f330d1410
|
Merge branch 'feature/relations-reordering' into relations-reordering/fractional-orderer
|
2022-10-24 14:48:10 +02:00 |
|
Marc-Roig
|
b8cf3a13d7
|
document relations orderer
|
2022-10-24 14:47:15 +02:00 |
|
Marc-Roig
|
36ca8d7df6
|
max order default to 0 if no relations
|
2022-10-24 11:56:22 +02:00 |
|
Marc-Roig
|
640adedd73
|
fractional orderer error management
|
2022-10-24 11:21:44 +02:00 |
|
Pierre Noël
|
05c93d44c5
|
add content api tests for connect relation format
|
2022-10-24 11:09:01 +02:00 |
|
Marc-Roig
|
2e7aa7c2a9
|
use position attribute for positional arguments
|
2022-10-24 10:21:29 +02:00 |
|
Marc-Roig
|
485355820f
|
add connect disconnect format
|
2022-10-24 09:22:45 +02:00 |
|
Convly
|
b4f4b499b9
|
Fix a bug that was not automatically adding the join column to the select list when populated
|
2022-10-20 15:32:51 +02:00 |
|
Convly
|
65feb971b8
|
v4.4.5
|
2022-10-19 18:49:19 +02:00 |
|
Convly
|
02f7b3b65d
|
v4.4.4
|
2022-10-19 15:19:00 +02:00 |
|
Julie Plantey
|
41b1bcf8cd
|
Merge branch 'main' of https://github.com/strapi/strapi into feature/relations-main-view
|
2022-10-11 11:16:00 +02:00 |
|
Pierre Noël
|
bd82249ab6
|
fix xToOne relations + finish e2e tests
|
2022-10-10 14:28:57 +02:00 |
|
Pierre Noël
|
541f4b6a40
|
Merge pull request #14574 from strapi/relations-main-view/fix-order
Use transformLoadParamsToQuery instead of transformParamsToQuery to f…
|
2022-10-10 14:28:18 +02:00 |
|
Pierre Noël
|
da70af1294
|
remove offset & limit when counting in populate
|
2022-10-07 20:21:15 +02:00 |
|
Pierre Noël
|
95f3abfa6b
|
remove TODO comments
|
2022-10-07 15:42:48 +02:00 |
|
Pierre Noël
|
6e67d82f5f
|
add transaction in DB entity manager
|
2022-10-06 18:03:10 +02:00 |
|
Convly
|
3ddf1626e7
|
Revert "v4.4.3"
This reverts commit 3d42ce32952b2d5ad51b46604a4cf20d2709469a.
|
2022-10-05 16:22:44 +02:00 |
|
Convly
|
3d42ce3295
|
v4.4.3
|
2022-10-05 16:15:29 +02:00 |
|
Convly
|
f99314ead7
|
v4.4.3
|
2022-10-05 16:04:25 +02:00 |
|
Convly
|
f33e7c97ab
|
v4.4.2
|
2022-10-05 15:32:01 +02:00 |
|
Jamie Howard
|
b81d7bec39
|
chore: improve error message
|
2022-10-04 16:39:43 +01:00 |
|
Pierre Noël
|
a17b3a0ba2
|
add and use loadPages
|
2022-10-03 17:52:12 +02:00 |
|
Alexandre Bodin
|
15cb9900b4
|
Add ordering option to populate
|
2022-09-30 23:38:05 +02:00 |
|
Alexandre Bodin
|
7c4b7e02c8
|
Refactor populate
|
2022-09-30 23:38:05 +02:00 |
|
Marc-Roig
|
9edb46c310
|
check if set is empty
|
2022-09-30 10:54:44 +02:00 |
|
Pierre Noël
|
3e60852fa0
|
fix partial update delete
|
2022-09-30 10:54:44 +02:00 |
|
Pierre Noël
|
bf16d07463
|
throw when deletePreviousAnyToOneRelations and deletePreviousOneToAnyRelations are called for non compatible relations
|
2022-09-30 10:54:43 +02:00 |
|
Pierre Noël
|
8248458a1f
|
fix cleanOrder query for mysql
|
2022-09-30 10:54:43 +02:00 |
|
Pierre Noël
|
3acb08cd5b
|
fix onConflict for components
|
2022-09-30 10:54:42 +02:00 |
|
Pierre Noël
|
8e5543b21d
|
fix cleanOrder + use hasOrderColumn and hasInverseOrderColumn
|
2022-09-30 10:54:41 +02:00 |
|
Pierre Noël
|
a56879e12b
|
implement cleanOrder function
|
2022-09-30 10:54:41 +02:00 |
|
Pierre Noël
|
9830910312
|
fix morphToMany order
|
2022-09-30 10:54:40 +02:00 |
|
Pierre Noël
|
eb8d79e0c8
|
restructure updateRelations - connect
|
2022-09-30 10:54:40 +02:00 |
|
Pierre Noël
|
3ffc748b86
|
improve max query in updateRelations - connect
|
2022-09-30 10:54:39 +02:00 |
|
Pierre Noël
|
43106732a2
|
improve max query in insertRelations
|
2022-09-30 10:54:39 +02:00 |
|
Pierre Noël
|
2cebbc2de4
|
fix unique index
|
2022-09-30 10:54:38 +02:00 |
|
Pierre Noël
|
a9819dc375
|
use onConflict in updateRelations
|
2022-09-30 10:54:38 +02:00 |
|
Pierre Noël
|
3b0d6b6e7f
|
refactor deleteAllRelations
|
2022-09-30 10:54:37 +02:00 |
|
Pierre Noël
|
4ce09c5193
|
various fixes
|
2022-09-30 10:54:37 +02:00 |
|
Pierre Noël
|
4ef5e1fa48
|
fix set issues
|
2022-09-30 10:54:36 +02:00 |
|
Pierre Noël
|
c1d82b6f9e
|
use set format
|
2022-09-30 10:54:36 +02:00 |
|