224 Commits

Author SHA1 Message Date
Lucian Mocanu
23fcde24ee
docs: separate driver-specific documentation (#11581) 2025-07-28 10:28:51 +02:00
Abdul Aziz Al Basyir
a4c9dd8943
chore: change test badge from test.yml to commit-validation.yml (#11560) 2025-07-06 12:54:54 +02:00
Lucian Mocanu
aebc7ebc67
feat(sap): use the native driver for connection pooling (#11520)
* feat(sap): use the native driver for connection pooling

* Add pool error handler
2025-07-01 23:43:12 +02:00
Naor Peled
4b0ffeeb33
docs: new website initial commit
Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com>
Co-authored-by: Jovana Đurić <63621526+jovanadjuric@users.noreply.github.com>
Co-authored-by: jovanadjuric <mat.jovana@gmail.com>
Co-authored-by: Mike Guida <mike@mguida.com>
Co-authored-by: gioboa <giorgiob.boa@gmail.com>
2025-06-06 18:03:25 +03:00
David Höck
b9263d50d6
chore: Add new logo (#11276)
* chore: Add new logo to README

* chore: Remove announcement teaser in README

* fix: Revert format changes in README.md
2025-02-06 17:38:33 +01:00
Oleg "OSA413" Sokolov
79960e136d
chore: replace CircleCI badge with GitHub Actions (#11230) 2025-01-21 22:46:54 +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
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
Joel Stimson
a3a7d75bbe
docs: Remove links to defunct Vesper project (#11195) 2024-12-18 11:11:52 +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
Lucian Mocanu
c22e30f1d2
build: set TS compile target to ES2021 (#10595)
* build: set TS compile target to ES2021

* docs: update minimum supported node version

* build: use @tsconfig/node16
2024-01-04 09:57:12 +05:00
Lidhya Jeejan
6b61724cf4
docs: corrected the typos and grammatical errors in README.md (#10145)
Corrected the typos and grammatical errors.
2023-08-19 17:24:45 +05:00
mptr
f6a3ce732d
feat: support for the latest mongodb v5 (#9925)
* fix: add support for mongodb driver v5

This new fix allow support to mongodb driver v5

Closes: #7907

* refactor: remove callback from MongoDriver connect

* fix: check for propertyName in transform

* fix: add support for mongodb driver v5

This new fix allow support to mongodb driver v5

Closes: #7907

* feat: mongodb 5.2.0 typings

* fix: instanceof ObjectId check

Instanceof check now no longer references to just the
type but the loaded class ref instead.

* test: fix test name to mongodb v5

---------

Co-authored-by: Matheus Melo Antiquera <matheusantiquera@finchsolucoes.com.br>
Co-authored-by: tgrassl <grassl.timon@gmail.com>
Co-authored-by: Matheus Melo Antiquera <matheus.melo.a@hotmail.com>
2023-04-15 13:30:01 +05:00
Umed Khudoiberdiev
7dac12c2b1
fix: drop xml & yml connection option support (#9930) 2023-04-09 11:30:28 +05:00
Umed Khudoiberdiev
adce6985d8
Revert "fix: add support for mongodb v4 (#9450)" (#9762)
This reverts commit 8150525354a7a66e68152ef7bd894ad93266d2af.
2023-02-07 13:08:41 +05:00
Matheus Melo Antiquera
8150525354
fix: add support for mongodb v4 (#9450)
* fix: add support for mongodb driver v4

This new fix allow support to mongodb driver v4

Closes: #7907

* fix: add support for mongodb driver v4
This new fix allow support to mongodb driver v4

Closes: #7907

---------

Co-authored-by: Matheus Melo Antiquera <matheusantiquera@finchsolucoes.com.br>
2023-02-07 12:57:35 +05:00
Oskar Jaskólski
b566d54de3
docs: removed unnecessary slash in comments (#9533) 2022-12-03 16:58:34 +05:00
Sebastiaan Nijland
16c1841c18
docs: update incorrect link (#9431)
* docs: update incorrect link

The link to the vesper framework was incorrect - it now points to the repository on github, which does seems to be inactive but at least the link now works.

* docs: add accidentally removed div
2022-11-04 16:20:18 +05:00
Simon Garner
1903af741d
docs: add typeorm-relations to Extensions section (#9521) 2022-11-04 15:52:25 +05:00
Peter
9f8429f5eb
docs: extended extension section in README.md file (#8933) 2022-04-27 19:04:52 +05:00
AlexMesser
62518ae122
feat: Cloud Spanner support (#8730)
* working on Cloud Spanner driver implementation

* working on DDL synchronization

* working on DDL synchronization

* fixed failing test

* working on VIEW implementation

* fixed query parameters

* lint

* added transaction support;
added streaming support;

* fixed column types

* fixes after merge

* prettier

* added support for generated columns

* added escaping for distinct alias

* working on generated columns

* changed failing test

* updated tests for Spanner;
bugfixes;

* updated tests for Spanner;
bugfixes;

* updated tests for Spanner;
bugfixes;

* fixed failing test

* fixed failing test

* fixing failing tests

* fixing failing tests

* fixing failing tests

* added support for typeorm-generated uuid;
fixed caching;

* fixing failing tests

* fixing failing tests

* fixing failing tests

* fixing failing tests

* fixing failing tests

* fixing failing tests

* debugging failing test

* debugging failing test

* fixed bug in @PrimaryColumn decorator

* fixed failing tests

* fixed VIEW functionality;
fixed failing tests;

* updated docs
2022-04-12 17:31:57 +05:00
kevaLsabhany
dfd0585965
docs: update README.md (#8881)
Removed unnecessary import statements from code snippets.
2022-04-12 17:22:06 +05:00
Gilad S
7a20922929
docs: add typeorm-codebase-sync to the README.md file (#8847) 2022-04-04 19:46:04 +05:00
ByungJoon Lee
baa2f44f2d
docs: added "erdia" extension to readme (#8841)
* added "erdia" extension to readme
* Update README.md, README_ko.md
2022-04-02 20:29:49 +05:00
fedemahf
aa6b1891d6
docs: fix typo (#8838) 2022-04-02 20:26:38 +05:00
Umed Khudoiberdiev
c8fb1bbe21 working on the docs 2022-03-21 22:52:58 +05:00
Umed Khudoiberdiev
b53a481430 working on the docs 2022-03-21 22:39:48 +05:00
Gilad S
3a694dd3e9
feat: ESM support (#8536)
* feat: support importing TypeORM in esm projects

Closes: #6974
Closes: #6941

* bugfix: generate index.mjs directly out of commonjs exports

The new implementation generates ESM exports directly out of the commonjs exports, and provides a default export to maintain compatability with existing `import`s of the commonjs implementation

* feat: support loading ESM entity and connection config files

When TypeORM tries to load an entity file or a connection config file, it will determine what is the appropriate module system to use for the file and then `import` or `require` it as it sees fit.

Closes: #7516
Closes: #7159

* fix: adapt ImportUtils.importOrRequireFile tests to older version of nodejs

* fix: improved importOrRequireFile implementation

* feat: add solution to circular dependency issue in ESM projects

* docs: added FAQ regarding ESM projects

* chore: add `"type": "commonjs"` to package.json

* style

* docs: improve `ts-node` usage examples for CLI commands in ESM projects

* feat: add support for generating an ESM base project

* refactor: renamed `Related` type to `Relation`

* docs: added a section in the Getting Started guide regarding the `Relation` wrapper type in ESM projects

* docs: improved documentation of the `Relation` type

* docs: improved documentation of the `Relation` type

* docs: added ESM support to the list of TypeORM features
2022-01-31 14:25:58 +05:00
Umed Khudoiberdiev
ae858ad4bc
removed buggy david badge 2021-11-09 20:06:31 +05:00
modem7
179ae7534c
docs: update README.md (#8302)
Improving grammar of readme to better follow the rest of the readme file.
2021-10-26 16:37:09 +05:00
Itay Garin
cf281ef70c
docs: add link to react example (#8209) 2021-10-22 21:25:51 +05:00
Sagar Yadav
b6c828cc6c
docs: fix grammar issues in README (#8282)
Fixed some grammar mistakes
2021-10-18 13:46:04 -04:00
James Ward
e560706ece
chore: update slack invite link (#8126) 2021-08-28 11:17:24 -04:00
Sahibjot Saggu
01a038cbf9
docs: add correct MongoDB installation version (#8073) 2021-08-13 01:54:58 -04:00
Peter
33c912842c
docs: added "typeorm-extension" to readme (#7790)
* added typeorm-extension to readme

* Update README.md

Co-authored-by: AlexMesser <dmzt08@gmail.com>
2021-07-24 13:02:48 +05:00
gocpplua
84e66290e8
docs: NOT NULL constraint failed: photo.views (#7845)
Co-authored-by: chenqi <chenqi1@sensetime.com>
2021-07-21 20:09:40 +05:00
Fuh Austin
9bbdb01946
docs: remove many-to-one reference from the many-to-many` documentation (#7806) 2021-06-28 04:11:03 -04:00
Henry Boisdequin
8b72d798d2
refactor: improve README.md and DEVLOPER.md code examples formatting (#7436) 2021-03-05 17:29:00 +05:00
Marius Obert
f47b8773bf
docs: remove SAP registry (#7224)
This registry is deprecated now: <https://blogs.sap.com/2017/05/16/sap-npm-registry-launched-making-the-lives-of-node.js-developers-easier/>
2020-12-29 20:23:17 +05:00
ericcrosson-bitgo
f27622daf9
docs: fix grammatical error (#7133) 2020-12-02 20:24:16 +05:00
Eugene Manuilov
c4a36da625
docs: added typeorm-uml to the extensions list. (#7066) 2020-11-15 11:49:21 +05:00
Dr Nic Williams
3902fd1c9b
docs: photo.views/isPublished are required fields (#6970)
* photo.views is required field

In the many-to-many photos/albums example - photo.views is required field

* photo.isPublished must be provided

Fixes `null value in column "isPublished" violates not-null constraint`
2020-10-26 10:51:32 +05:00
Gaurav Sharma
e9f9e1cae6
docs: docker-compose generation option in typeorm init command (#6841) 2020-10-06 13:23:23 +05:00
Umed Khudoiberdiev
10b05a9210
removing gitads 2020-09-02 12:15:27 +05:00
James Ward
9750e3842c
doc: use CircleCI for CI badge (#6516)
* use CircleCI for CI badge

Updates the badge to point at CircleCI for the passing / failing status

* doc: use circleci badge in README (zh_CN)

* doc: use circleci badge in readme in docs (zh_CN)

* doc: use circleci badge under index in docs (zh_CN)
2020-08-07 13:55:13 +05:00
Alcides Augusto
0d6191b177
doc: change @types/node install to install in dev dependencies (#6485) 2020-08-02 19:32:46 +05:00
James Ward
1c52ccf150
chore: update slack invite link (#6447) 2020-07-24 20:08:25 +03:00
Umed Khudoiberdiev
5e47caf4bd
ads styling fixes 2020-07-24 19:22:25 +03:00
Umed Khudoiberdiev
feeb7d1cd7
Update README.md 2020-07-24 14:21:23 +03:00