5630 Commits

Author SHA1 Message Date
Rohan Talip
08cea16ac5
chore: added --cache to prettier call (#10865) 2025-01-20 21:19:34 +01:00
Herasymovych Ihor
7a384be0f6
fox: Fix maximum call stack error (#10733) 2025-01-20 21:11:52 +01:00
Orhan Özalp
340f933f6d
refactor: Rename SubjectTopoligicalSorter as SubjectTopologicalSorter (#11074) 2025-01-20 21:04:21 +01:00
Mohamed Akram
7bea198b9b
perf: improve results transformer performance (#10349) 2025-01-19 17:57:45 +01:00
Oleg "OSA413" Sokolov
9d1d3f1008
chore(test): Add Coverage on Coveralls (#11225)
use lcov by default
2025-01-09 11:03:32 +01:00
Ahmed Radwan
65026cc509
docs: clarify adjacency list (#10664)
Closes: #2540
2025-01-05 22:16:25 +01:00
Mykyta
c293bd278d
docs: fix imports in Or find operator example (#10689) 2025-01-05 22:12:27 +01:00
LucoEldritch
f4e97d754d
docs: Update mongodb.md (#10718) 2025-01-05 22:09:07 +01:00
Jacob Sánchez
025318b8c8
docs: Include info about using soft delete in Repository API (#10722) 2025-01-05 22:07:18 +01:00
Kunal Garg
4d319020ff
docs: Update eager-and-lazy-relations.md (#10791) 2025-01-05 21:58:00 +01:00
Pavlo Kolodka
9b76ae8fbf
docs: improve OneToOne description (#10798) 2025-01-05 21:57:02 +01:00
Ivan Vlahov
cf69b64312
docs: documentation for parameters in Repository, DataSource, EntityManager query methods (#10848) 2025-01-05 21:53:05 +01:00
Ikko Eltociear Ashimine
d54a554ba1
docs: update EntityManager.ts docs (#10875) 2025-01-05 21:46:31 +01:00
Mykola Kryshchuk
c27e4e83b5
docs: update find-options (#10877) 2025-01-05 21:45:28 +01:00
Guillaume Lhermenier
43e3a07e1e
docs: removed dead link about using typeorm with DI from faq.md (#10886) 2025-01-05 21:44:10 +01:00
YoungKi Lyu
c1ff5d3fa5
docs: add Lock tables in Set Locking (#10921) 2025-01-05 21:42:55 +01:00
Oussama Moussaoui
2844cbc7c8
docs: fix connection options description (#10935) 2025-01-05 21:37:53 +01:00
임채성
54bed9d56d
docs: update deprecated naming (#11017)
Connection is deprecated, so updated naming 'connection' to 'dataSource'.
2025-01-05 21:36:37 +01:00
Hlib Omelchenko
4f643a51af
docs: fix spacing (#11052) 2025-01-05 21:34:40 +01:00
Jonathan Berger
bdd7bc8287
docs: Update explanation in README.md (#11089)
Remove out-of-sync code explanation and make introduction document shorter.
2025-01-05 21:28:26 +01:00
Patryk Rajpold
36476bf793
docs: one-to-one relation explanation fix (#11151) 2025-01-05 21:26:05 +01:00
Felipe Pena
6fe7afa747
docs: Update select-query-builder.md (#11120) 2025-01-05 21:24:10 +01:00
standage-thanh
9d15cbdaee
docs: update many-to-many-relations.md (#10699) 2025-01-05 21:13:03 +01:00
Max Katz
fa8befbea2
chore(license): update copyright year to 2025 (#11223) 2025-01-05 21:03:01 +01:00
Lucian Mocanu
71addb2ef4
refactor: use node:fs/promises (#11206)
* refactor: use fs promises

* refactor: remove del, update rimraf
2024-12-30 09:33:51 +01:00
Victor Domene Gimeno
30f801f9f0
docs: Update select-query-builder.md (#11166)
change row by column y description
2024-12-30 09:27:45 +01:00
Lucian Mocanu
af7ac1c6d8
chore: migrate to ESLint flat config (#11205) 2024-12-29 16:33:46 +01:00
Mike Guida
67c896ff11
docs: Update QueryResultCache method descriptions (#11192)
Correct the description for getFromCache,
matching the descriptions found on the redis and
db cache implementations. Also correct grammar
on the description of the synchronize method.
2024-12-29 16:25:19 +01:00
Abdul Aziz Al Basyir
b2d26b07ec
docs: Update data-source-options.md (#11207) 2024-12-29 16:24:03 +01:00
Joel Stimson
19a6954d8b
chore: Lint on GitHub actions (#11177) 2024-12-18 11:44:18 +01:00
Joel Stimson
a3a7d75bbe
docs: Remove links to defunct Vesper project (#11195) 2024-12-18 11:11:52 +01:00
Mike Guida
d05eb7b8ee
chore: remove gh issues as a place for questions (#11194))
Remove the suggestion of github issues as a place
for questions about using TypeORM, and instead
point people towards stack overflow and discord
for questions about using TypeORM.
2024-12-18 07:39:03 +01:00
Oleg "OSA413" Sokolov
53f253d527
test: redo cockroachdb to service-container GHA and update its version to latest (24) (#11190) 2024-12-16 08:33:00 +01:00
Oleg "OSA413" Sokolov
af603ae5cf
test: Expand node version matrix to node16, node18, and node20 (#11183) 2024-12-14 08:51:17 +01:00
Joel Stimson
40204e6c59
chore: Remove CircleCI now that Github actions are running (#11189) 2024-12-14 08:49:11 +01:00
Abdul Aziz Al Basyir
755191e8cb
docs: Some sentence updated for datasource doc (#11182) 2024-12-12 14:13:16 +01:00
Oleg "OSA413" Sokolov
14657737a4
chore: Update some packages and run npm audit fix (#11181)
Closes #11171
2024-12-12 14:11:30 +01:00
Oleg "OSA413" Sokolov
b535cbd1bf
style: Apply formatting (#11175) 2024-12-11 09:51:02 +01:00
Oleg "OSA413" Sokolov
5c2330adc1
test: Split SQLite tests and fix better-sqlite3 (#11174) 2024-12-10 22:14:13 +01:00
Oleg "OSA413" Sokolov
f6a94ddcfc
test: remove restriction of CI/CD runs for fork branches (#11173) 2024-12-10 15:54:02 +01:00
Oleg "OSA413" Sokolov
d106eed439
test: Add GitHub Actions for tests CI/CD (#11157) 2024-12-10 08:34:24 +01:00
Michael Bromley
fdbb013d22
Merge pull request #11153 from michaelbromley/replace-slack-links
chore: Replace Slack links with Discord
2024-11-28 13:57:13 +01:00
Michael Bromley
c74ab274bf chore: Remove Umed's Skype info 2024-11-28 13:56:34 +01:00
Michael Bromley
6927a65bfb chore: Replace Slack links with Discord
The community has officially moved to Discord
2024-11-28 13:38:53 +01:00
David Höck
db508424c8
chore(docs): add announcement (#11125)
* chore: add announcement file

* chore: add link from home page to announcement

* fix: link to announcement in readme

* chore: remove todo

* chore: add Tauri links
2024-11-08 13:09:13 +01:00
Oleg "OSA413" Sokolov
e7649d2746
fix: moved reflect-metadata to peerDependencies and set version to "^0.1.14 || ^0.2.0" (#10779) 2024-03-28 20:06:13 +05:00
jeisberg
83567f5334
fix: composite key save issue (#10672)
* chore(TypeORM): Create test case to uncover TypeORM composite key save issue

* chore(TypeORM): Revert package.json test script alteration

* fix the issue

* fixed regression in 1551

* fixed test to prevent issues with auto increment when inserting rows in a different order

* fixed test to prevent issues with auto increment when inserting rows in a different order

---------

Co-authored-by: Umed Khudoiberdiev <pleerock.me@gmail.com>
2024-02-02 13:41:37 +05:00
OrangeSheepCool
28a83834ee
docs: update the custom-repository.md file in the docs/zh_CN directory (#10676)
Co-authored-by: OrangeSheepCool <chenyangshuang@qutke.com>
2024-02-02 00:50:54 +05:00
Umed Khudoiberdiev
3d55188c0d version bump 0.3.20 2024-01-26 16:18:56 +05:00
Lucian Mocanu
8f371f2397
Revert "fix: prevent using absolute table path in migrations unless required (#10123)" (#10624)
This reverts commit dd595242a7fbb8c7445cc79bf0b751f1ed1762bd.
2024-01-26 12:21:08 +05:00