-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Update TypeORM to v0.3.20
Squashed commit of the following: commit 901c7a8 Author: Michael Bromley <michael@michaelbromley.co.uk> Date: Fri Mar 8 13:07:51 2024 +0100 fix(core): Fix handling of customPropertyMap in ListQueryBuilder commit 0c82208 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Wed Mar 6 17:09:46 2024 +0100 feat(core): Improve joinTreeRelationsDynamically function commit b6b6663 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Wed Mar 6 16:01:44 2024 +0100 feat(core): Add unjoined translation relations and fix alias for filters commit 3801422 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Wed Mar 6 12:39:13 2024 +0100 feat(core): Refactoring for list-query-builder.ts and add missed relations commit 2219b44 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Mon Mar 4 12:27:22 2024 +0100 feat(core): Fix test case because we have only 2 variants of product commit 752e31a Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Mon Mar 4 10:03:40 2024 +0100 chore(core): Clean up code commit ce7be86 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Mon Mar 4 09:46:25 2024 +0100 feat(core): Add missing reverse relations commit 47add43 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Sun Mar 3 16:23:23 2024 +0100 chore(core): Clean up code commit 0d8fec0 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Sun Mar 3 15:42:22 2024 +0100 chore(core): Clean up code commit f9f5260 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Sun Mar 3 15:02:52 2024 +0100 feat(core): Fix for un-joined relations or joined with wrong alias commit 32e0df7 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Sun Mar 3 13:11:21 2024 +0100 feat(core): Refactoring and extending the `tree` join function commit 2c37221 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Fri Mar 1 18:11:34 2024 +0100 feat(chore): Fix comment for relationLoadStrategy commit e9762ed Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Fri Mar 1 18:10:24 2024 +0100 feat(core): Backward compatibility and ability to use old logic to work around bugs in collections commit ddaaaf2 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Fri Mar 1 17:22:07 2024 +0100 feat(core): Refactoring for a problem with Tree collection due to a bug in Typeorm commit 42764b4 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Fri Mar 1 11:59:26 2024 +0100 feat(core): Update inverse relations and filter for entities commit 4a9e082 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Wed Feb 21 11:39:32 2024 +0100 feat(core): Update expression for product-variant.entity.ts commit ae6d95d Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Wed Feb 21 10:43:45 2024 +0100 feat(core): Update translationsAlias and clean up code from comments commit 937d4de Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Tue Feb 20 19:35:40 2024 +0100 feat(core): Fixed alias from NamingStrategy due to difference `_{relation}` -> `__{relation}` commit dd30d22 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Tue Feb 20 18:00:10 2024 +0100 feat(core): Added relations from queries and removed optimization methods commit 6ebbcfc Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Tue Feb 20 14:45:29 2024 +0100 feat(core): Change removed method eagerJoinRelationAlias to joinTableColumnName commit e9b1169 Author: Eugene Nitsenko <nitsenko94@gmail.com> Date: Tue Feb 20 14:36:40 2024 +0100 feat(core): Upgrade typeorm version from v0.3.11 to v0.3.20
- Loading branch information
1 parent
04dcaab
commit 0afc94e
Showing
22 changed files
with
352 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.