Marc-Roig
|
e725596ca7
|
feat: add indexes to morph tables
|
2023-04-20 12:08:15 +02:00 |
|
Marc
|
167aba4d97
|
Merge branch 'main' into fix/duplicate-join-tables
|
2023-01-18 10:27:05 +01:00 |
|
Marc-Roig
|
e273f7f76d
|
look for duplicated inverseBy relationships
|
2022-12-20 10:17:38 +01:00 |
|
Josh
|
23bf8c5dac
|
Merge branch 'main' into feature/relations-reordering
|
2022-12-05 10:00:01 +00:00 |
|
Marc-Roig
|
a7f37ba45d
|
change order column name to inv
|
2022-11-25 11:50:53 +01:00 |
|
Marc-Roig
|
8b65fe7b4d
|
Merge branch 'feature/relations-reordering' into relations-reordering/fractional-orderer
|
2022-11-10 09:50:42 +01:00 |
|
Pierre Noël
|
cbcf02eeca
|
Merge branch 'main' into feature/relations-main-view
|
2022-11-02 10:48:27 +01: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 |
|
Jamie Howard
|
b81d7bec39
|
chore: improve error message
|
2022-10-04 16:39:43 +01: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
|
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
|
4ce09c5193
|
various fixes
|
2022-09-30 10:54:37 +02:00 |
|
Pierre Noël
|
59417498ab
|
use NULL as default order + better handle migration
|
2022-09-30 10:54:33 +02:00 |
|
Pierre Noël
|
83c29436ca
|
adapt all entity-manager with 2 order columns
|
2022-09-30 10:54:33 +02:00 |
|
Pierre Noël
|
c4031449fb
|
implement 2 columns + adapt attachRelations
|
2022-09-30 10:54:32 +02:00 |
|
Pierre Noël
|
e29c069e2a
|
add first base for reordering
|
2022-09-30 10:54:31 +02:00 |
|
Jamie Howard
|
9270ee9f27
|
fix(database): detect clashing DB tables
chore: rollback front end implementation
|
2022-09-27 17:25:48 +01:00 |
|
Alexandre Bodin
|
714268f310
|
Add primary keys to relational table
|
2022-08-19 09:58:20 +02:00 |
|
Alexandre Bodin
|
cf49ddbbfc
|
Prettier and backend fix
|
2022-08-11 10:20:49 +02:00 |
|
Alexandre Bodin
|
0ae14c06cb
|
1st fix pass
|
2022-08-11 10:20:48 +02:00 |
|
Pierre Noël
|
1e66f567f8
|
change folder uid for pathId
|
2022-06-13 09:16:26 +01:00 |
|
nemo0
|
2c931634f0
|
Changed unknow to unknown
|
2021-12-22 19:59:03 +05:30 |
|
Alexandre Bodin
|
58e024d3ad
|
use columnName snake casing and rename timestamp attributes
|
2021-09-22 17:05:30 +02:00 |
|
Alexandre Bodin
|
72b5a19a7c
|
Pg & Mysql schema reading & indexing fks
|
2021-09-16 11:37:44 +02:00 |
|
Alexandre Bodin
|
c173fa416e
|
wip
|
2021-09-15 19:53:15 +02:00 |
|
Alexandre Bodin
|
fd86d1926f
|
Handle polymorphic relation field filter and order
|
2021-08-17 18:08:42 +02:00 |
|
Alexandre Bodin
|
3c2040011a
|
Handle join table pivot associations and ordering
|
2021-08-12 16:12:40 +02:00 |
|
Alexandre Bodin
|
1941cfbf4d
|
Add a generic subscriber to run the model lifecycles
|
2021-08-04 17:47:38 +02:00 |
|
Alexandre Bodin
|
680040fbda
|
Fix morph populate
|
2021-07-30 20:45:51 +02:00 |
|
Alexandre Bodin
|
7b10521664
|
Fix search
|
2021-07-28 21:03:32 +02:00 |
|
Alexandre Bodin
|
ac6716c21d
|
Update dz
|
2021-07-26 22:02:48 +02:00 |
|
Alexandre Bodin
|
e4199664c9
|
Update & delete polymorphic
|
2021-07-26 21:06:06 +02:00 |
|
Alexandre Bodin
|
a9002be38a
|
Add populate v1 for morph relations + create associations
|
2021-07-26 17:52:59 +02:00 |
|
Alexandre Bodin
|
50d39abe29
|
Continue compo / dz implementation
|
2021-07-21 18:14:16 +02:00 |
|
Alexandre Bodin
|
2d051109bd
|
populate in tests
|
2021-07-19 21:17:34 +02:00 |
|
Alexandre Bodin
|
81dd94c6ec
|
Refactor all query() calls
|
2021-07-08 18:15:32 +02:00 |
|
Alexandre Bodin
|
3ded0ef2bd
|
Init compo & add publication field
|
2021-07-07 18:04:39 +02:00 |
|
Alexandre Bodin
|
e973804399
|
Filters working
|
2021-07-05 18:35:16 +02:00 |
|
Alexandre Bodin
|
3711ca3072
|
wip
|
2021-07-02 02:26:14 +02:00 |
|
Alexandre Bodin
|
03988acb63
|
Cleanup
|
2021-07-01 14:33:04 +02:00 |
|
Alexandre Bodin
|
2d59716f5d
|
Cleanup CTB
|
2021-06-30 22:52:12 +02:00 |
|
Alexandre Bodin
|
b4ecb48c44
|
Remove mongoose connector
|
2021-06-29 16:27:35 +02:00 |
|
Alexandre Bodin
|
d33a363c88
|
Crud + relations Associations v1
|
2021-06-25 12:07:32 +02:00 |
|
Alexandre Bodin
|
bdbf90b567
|
wip
|
2021-06-24 18:28:36 +02:00 |
|
Alexandre Bodin
|
64c1e1f21a
|
Server can start
|
2021-06-24 09:12:18 +02:00 |
|