James Ward
|
259ad0ee18
|
chore: use eslint instead of tslint (#6452)
|
2020-07-24 19:45:43 +03:00 |
|
Umed Khudoiberdiev
|
b422c3bfc2
|
updated deps and fixed commands
|
2019-03-02 02:49:39 +05:00 |
|
zackzachariah
|
910f0f39d4
|
Undo the over-zealous autoformatting from VSCode
|
2019-03-01 00:08:24 +00:00 |
|
zackzachariah
|
96309620bb
|
Migrate tslint to use built in stylish format
|
2019-02-28 23:58:48 +00:00 |
|
Chris
|
36b7392a72
|
- added gulp task to convert dummy classes to typescript on build time
- disabled additional mongoDb classes for browser builds
|
2019-02-14 21:47:12 +01:00 |
|
Daniel Lang
|
3a8bb3b3b2
|
removed websql and systemjs
Support for WebSql and System.js have has been dropped after a
discussion (#1918) as they are cannot be fully supported and aren't used
that much
|
2018-04-12 17:23:00 +02:00 |
|
Zotov Dmitry
|
06c2e46eb0
|
added test (issue #423)
|
2018-02-22 17:16:31 +05:00 |
|
Zotov Dmitry
|
17f3224c58
|
fixing falling tests;
|
2018-02-13 17:04:41 +05:00 |
|
Zotov Dmitry
|
d6edc142fd
|
Merge branch 'next' into schema-builder-refactoring
Conflicts:
CHANGELOG.md
docs/entities.md
gulpfile.ts
package-lock.json
src/connection/Connection.ts
src/driver/oracle/OracleDriver.ts
src/driver/postgres/PostgresDriver.ts
src/metadata-args/MetadataArgsStorage.ts
src/metadata/EntityMetadata.ts
src/persistence/SubjectExecutor.ts
src/query-builder/UpdateQueryBuilder.ts
test/functional/sqljs/auto-save.ts
|
2018-02-08 17:53:06 +05:00 |
|
Zotov Dmitry
|
b8c782e8c3
|
fixing falling tests;
|
2018-02-08 17:38:56 +05:00 |
|
Umed Khudoiberdiev
|
8ef1695311
|
Merge branch 'master' into next
* master: (57 commits)
update typescript to 2.7
removing repeat types at postgres and sqlite
Prevent transforms breaking on datetime types (closes #1140)
fixing repeating column types for mysql / mariadb
loose -> lose
loose -> loss
loose -> lose
Updated the hidden column to reflect the query
version bump
Fix typo in connection-options.md
Fixed typo in mongodb.md
Update support.md
Update support.md
Update roadmap.md
Update decorator-reference.md
Update faq.md
Update sequelize-migration.md
Update example-with-express.md
Update active-record-data-mapper.md
Update using-cli.md
...
# Conflicts:
# CHANGELOG.md
# README.md
# docs/relations.md
# docs/roadmap.md
# docs/tree-entities.md
# package-lock.json
# package.json
# src/query-builder/UpdateQueryBuilder.ts
# test/functional/entity-metadata-validator/basic/entity-metadata-validator.ts
# test/functional/sqljs/auto-save.ts
|
2018-02-06 12:17:33 +05:00 |
|
Daniel Lang
|
77905b9729
|
gulpfile: added clear to delete build dir before compile
|
2018-01-23 21:43:53 +01:00 |
|
Umed Khudoiberdiev
|
8cbf9e075a
|
fixed gulpfile
|
2018-01-17 19:28:03 +05:00 |
|
Umed Khudoiberdiev
|
c90963d26d
|
fixed gulptask
|
2018-01-17 16:57:21 +05:00 |
|
Umed Khudoiberdiev
|
f1399ee312
|
fix compiler error
|
2018-01-17 14:41:08 +05:00 |
|
Daniel Lang
|
fa17752dc5
|
fix(test-coverage): coverage is back at CI
coverage was removed because it prevented failing tests from actually
failing on CI. This is an attempt at adding it back in.
|
2018-01-11 21:12:59 +01:00 |
|
Daniel Lang
|
25ece465a6
|
tests(sqljs): fixed tests not failing when mocha fails
|
2017-12-18 22:50:43 +01:00 |
|
Daniel Lang
|
5c4f407cc8
|
tests(sqljs): removed error flag
|
2017-12-18 22:40:11 +01:00 |
|
Daniel Lang
|
79213872e2
|
tests(sqljs): removed explicit error message
|
2017-12-18 22:35:23 +01:00 |
|
Daniel Lang
|
7639623d44
|
tests(sqljs): removed istanbul pipe
|
2017-12-18 22:28:31 +01:00 |
|
Daniel Lang
|
0dd7251eeb
|
tests(sqljs): added explicit error code to fail the process
|
2017-12-18 21:57:23 +01:00 |
|
Luchillo
|
6fa4cb9021
|
Merge remote-tracking branch 'typeorm/master' into feature/extend-lazy-relation-testing
|
2017-09-17 13:59:16 -05:00 |
|
Daniel Lang
|
4e541cd0d4
|
updated browser docs
|
2017-09-16 20:10:26 +02:00 |
|
Luchillo
|
f625467f42
|
Add lazy-relation-tests, update to latest master
|
2017-09-13 13:24:28 -05:00 |
|
Umed Khudoiberdiev
|
f470353bf5
|
trying to figure out travis ci issues
|
2017-09-13 22:16:23 +05:00 |
|
Umed Khudoiberdiev
|
3f9b5fc59f
|
added delay for ci tests
|
2017-09-13 21:47:11 +05:00 |
|
Daniel Lang
|
a8c336bcb3
|
made using one package possible
|
2017-09-12 20:39:51 +02:00 |
|
Daniel Lang
|
5eedfc7649
|
reverted name change for systemjs
|
2017-09-12 19:29:19 +02:00 |
|
Daniel Lang
|
2070120770
|
added missing cli.js to browser package, fixed systemjs version when using "typeorm-browser" as package name
|
2017-09-12 14:26:59 +02:00 |
|
Daniel Lang
|
e0bf036a22
|
changed source files to .d.ts in browser build
|
2017-09-12 11:17:36 +02:00 |
|
Daniel Lang
|
8fe6a72a27
|
removed bold sql error output, reverted changed in gulpfile
|
2017-09-08 09:15:15 +02:00 |
|
Daniel Lang
|
50a3f2db1c
|
fixed systemjs build, removed duplicate import
|
2017-09-08 00:29:36 +02:00 |
|
Daniel Lang
|
b711c71358
|
changed chalk, fixed mongodb import, changed browser package structure
|
2017-09-07 12:47:50 +02:00 |
|
Umed Khudoiberdiev
|
ce32f92d6d
|
fixes #811
|
2017-09-04 23:28:09 +05:00 |
|
Felipe Sabino
|
0c330c194b
|
Avoiding global npm installs
|
2017-06-30 08:58:41 -03:00 |
|
Cameron Spear
|
24a53a342b
|
Update the developer docs with more info about creating tests
|
2017-03-22 16:29:54 -07:00 |
|
Zotov Dmitry
|
abf62fe753
|
added locking functionality in query builder;
fixed issue #312;
|
2017-03-02 18:23:09 +05:00 |
|
Umed Khudoiberdiev
|
2984c4dc2c
|
returned back badges and fixed corrupted gulp-mocha dependency
|
2017-02-24 13:44:23 +05:00 |
|
Umed Khudoiberdiev
|
a400d91f25
|
Revert "experimental fix of SchemaBuilder"
This reverts commit ae0d368f7b6d0d66cac224f82ff365ef326eb410.
|
2017-01-26 19:38:19 +05:00 |
|
Umed Khudoiberdiev
|
ae0d368f7b
|
experimental fix of SchemaBuilder
|
2017-01-26 19:29:54 +05:00 |
|
Umed Khudoiberdiev
|
efea808234
|
merged typeormbrowser into the main package
|
2017-01-16 12:22:30 +05:00 |
|
Umed Khudoiberdiev
|
07c684bbc4
|
renamed browser shim to typeorm model shim
|
2017-01-16 10:17:34 +05:00 |
|
Umed Khudoiberdiev
|
dd055e51cf
|
fixed failing test CI issues
|
2017-01-12 15:40:27 +05:00 |
|
Umed Khudoiberdiev
|
ecfe66d73f
|
fixed browser shim issues
|
2017-01-07 23:23:45 +05:00 |
|
Umed Khudoiberdiev
|
1aadaa0781
|
added support of tsnode to run tests
|
2016-12-24 00:30:39 +05:00 |
|
Umed Khudoiberdiev
|
61d7b7f63a
|
fixes in migrations support
|
2016-12-23 21:32:02 +05:00 |
|
Andrew Ross
|
857c6e5f74
|
Removed require decleration
|
2016-12-11 13:22:17 +02:00 |
|
Andrew Ross
|
7162595024
|
Unique constraint now takes in table name in postgres and mssql
typeorm/typeorm/issues#108
Removed specific drivers
Removed the metadata checks.
|
2016-12-10 22:36:12 +02:00 |
|
Umed Khudoiberdiev
|
a11eea57fe
|
added typescript to javascript replacement back because npm still does not support typescript code highlighting
|
2016-12-07 17:44:19 +05:00 |
|
Umed Khudoiberdiev
|
21fff8cfc4
|
increased test period time
|
2016-12-07 14:48:49 +05:00 |
|