Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

typeorm-fixtures

:pill: Fixtures loader for typeorm
Collective - Host: opensource - https://opencollective.com/typeorm-fixtures - Code: https://github.com/RobinCK/typeorm-fixtures

Merge pull request #219 from RobinCK/dependabot/npm_and_yarn/word-wrap-1.2.5

chore(deps): bump word-wrap from 1.2.3 to 1.2.5

github.com/RobinCK/typeorm-fixtures - df03be108efd4f19673a347677ce03a1b8d0f7e4 authored about 1 year ago by Igor Ognichenko <[email protected]>
Merge pull request #218 from RobinCK/dependabot/npm_and_yarn/semver-5.7.2

chore(deps): bump semver from 5.7.1 to 5.7.2

github.com/RobinCK/typeorm-fixtures - a0e375ba837536ab307518b7d45bbba5523a51a3 authored about 1 year ago by Igor Ognichenko <[email protected]>
chore(release): 4.0.0 :tada:

github.com/RobinCK/typeorm-fixtures - 17babd5e653c624c7cbc70f442abbeb207388ca2 authored about 1 year ago by Igor Ognichenko <[email protected]>
chore(deps): bump semver from 5.7.1 to 5.7.2

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https:...

github.com/RobinCK/typeorm-fixtures - a7e031dec3142c93580e27f534783f8644418aab authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump word-wrap from 1.2.3 to 1.2.5

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release no...

github.com/RobinCK/typeorm-fixtures - c2f37289e2bc7e0017de7c07b37800dd64b13f1b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #217 from slukes/fixtures-iterator-performance

Fixtures iterator performance

github.com/RobinCK/typeorm-fixtures - 3865c93f6cb8bda8fe0e157b3037eb67c293af0c authored about 1 year ago by Igor Ognichenko <[email protected]>
fix: use graphs instead

github.com/RobinCK/typeorm-fixtures - 098f4e4b08599e6ca7a75fa70b562ae07cefd8fe authored about 1 year ago by Samuel Lukes <[email protected]>
chore: improve performance of fixtures iterator

github.com/RobinCK/typeorm-fixtures - e03cf8ff550c6e858bae0047139c02131d4d4ccc authored about 1 year ago by Samuel Lukes <[email protected]>
Merge pull request #216 from urg/improve-readme

Update README.md

github.com/RobinCK/typeorm-fixtures - bc294fa36868716a19cafa69b3d2ad41a3ba8e6b authored over 1 year ago by Igor Ognichenko <[email protected]>
Update README.md

Add Entity Schemas section
Add JS alternative section for Load Processor
Fix link to call methods

github.com/RobinCK/typeorm-fixtures - 25bdd733a7b4620a8a5338d43d10061e7d5f7350 authored over 1 year ago by Patrick McAndrew <[email protected]>
chore(release): 3.1.0 🎉

github.com/RobinCK/typeorm-fixtures - c79e5fb9cec5fc91ccfb5e2fe03199de3bbfb1f5 authored over 1 year ago by Igor Ognichenko <[email protected]>
Merge pull request #210 from ladislasdellinger/add-ts-loader

feat(loader): add a TsLoader

github.com/RobinCK/typeorm-fixtures - a16beff9a115e0ce1ac9593be23d6a915b1cd756 authored over 1 year ago by Igor Ognichenko <[email protected]>
use lodash for clone deep

github.com/RobinCK/typeorm-fixtures - 10ccadaf0676609a192e5708a9d4760e36cbc0a4 authored over 1 year ago by Ladislas Dellinger <[email protected]>
sync load for ts and deep clone object

github.com/RobinCK/typeorm-fixtures - a1424e4b3d9987965e72a9d56781749695a2d8d5 authored over 1 year ago by Ladislas Dellinger <[email protected]>
chore(release): 3.0.2 :tada:

github.com/RobinCK/typeorm-fixtures - 7911a664d9142a2c5c5438c659ac00e752ec55db authored about 2 years ago by Igor Ognichenko <[email protected]>
Merge pull request #205 from kkent030315/develop

ci(github actions): configure build ci for multiplatform

github.com/RobinCK/typeorm-fixtures - 94d955a2392a33f7d6a87ef03b2e11f34ba9635d authored about 2 years ago by Igor Ognichenko <[email protected]>
Merge pull request #204 from kkent030315/fixglob

fix: glob path separator must use '/' on Windows

github.com/RobinCK/typeorm-fixtures - d254eae5f97de24ea2dd49acaa6258f9b76b3572 authored about 2 years ago by Igor Ognichenko <[email protected]>
recover whitespace in the bracket

github.com/RobinCK/typeorm-fixtures - d5d31df4051db84a3a201575697851b44bdd70f9 authored about 2 years ago by Kento Oki <[email protected]>
remove temporally debug code

github.com/RobinCK/typeorm-fixtures - e9a254a6049912b18e760d0ba072fb6cbb77dce4 authored about 2 years ago by Kento Oki <[email protected]>
configure lf eol and autocrlf in windows

github.com/RobinCK/typeorm-fixtures - 2389cc07c2df7b19bf6734afd510386016911934 authored about 2 years ago by Kento Oki <[email protected]>
making sure it works

github.com/RobinCK/typeorm-fixtures - bcaaf758943dadd54d733bc826d470ccd74a1289 authored about 2 years ago by Kento Oki <[email protected]>
configure ci for multi-platform

github.com/RobinCK/typeorm-fixtures - 1e976731cfe6f5d725baa9e8d2af675dc7997f9b authored about 2 years ago by Kento Oki <[email protected]>
fix: glob path separator must use '/' on Windows (#203)

path passed to glob.sync must explicitly use '/' instead of '\' due to glob 7.x -> 8.x changes.
...

github.com/RobinCK/typeorm-fixtures - c68a6927826a5172e167035c3ecaa4555fe28913 authored about 2 years ago by Kento Oki <[email protected]>
chore(release): 3.0.1 :tada:

github.com/RobinCK/typeorm-fixtures - 86d1395daa1102d1bf210dfc4aa54c3190ea570d authored over 2 years ago by Igor Ognichenko <[email protected]>
Merge pull request #201 from leosuncin/fix/faker-deprecated-method

fix: amend deprecated faker method

github.com/RobinCK/typeorm-fixtures - bcb3ec60482da386277d103b98c7c31f37e6fd99 authored over 2 years ago by Igor Ognichenko <[email protected]>
fix: amend deprecated faker method

Replace faker.fake with faker.helpers.fake

FIX RobinCK/typeorm-fixtures#200

github.com/RobinCK/typeorm-fixtures - f0f41c4892cf4d01cadf6a6d3d613161c5ee7b12 authored over 2 years ago by Jaime Leonardo Suncin Cruz <[email protected]>
chore(release): 3.0.0 :tada:

github.com/RobinCK/typeorm-fixtures - 523ac0175dc9a29dbf7f58f27e129edbcf5ab267 authored over 2 years ago by Igor Ognichenko <[email protected]>
chore: revert package name

github.com/RobinCK/typeorm-fixtures - b4657fdca5172f120059b9ba842c6b60f354d18a authored over 2 years ago by Igor Ognichenko <[email protected]>
Merge pull request #196 from kevin-lot/master

Refactor from fork

github.com/RobinCK/typeorm-fixtures - cdd253618b4690bcb6d0d3d6a5bccaf8047a5f0e authored over 2 years ago by Igor Ognichenko <[email protected]>
Merge pull request #4 from kevin-lot/feature/help

update Readme and cli

github.com/RobinCK/typeorm-fixtures - f7620e116a225f30ec7284c459c080eaea8827cf authored over 2 years ago by Kevin Lot <[email protected]>
fix(test): provide new argument ignoreDecorators

github.com/RobinCK/typeorm-fixtures - aa3c261307de518fb18ef05673d499fb7af7ff0c authored over 2 years ago by [email protected] <[email protected]>
ci(yarn): remove option that doesn't exist in yarn

github.com/RobinCK/typeorm-fixtures - b9a9fe4c7b7d0db5547ebb0851b13b5f35f66b60 authored over 2 years ago by [email protected] <[email protected]>
fix(lint): fix configuration of eslint

github.com/RobinCK/typeorm-fixtures - 3fce8938558ed5d77bd5ee90a0315f28b48ad7c0 authored over 2 years ago by [email protected] <[email protected]>
ci(github actions): use offical action for setup node

github.com/RobinCK/typeorm-fixtures - 01b4c9aed7d3e7d69d1d7522375beb839e4da995 authored over 2 years ago by [email protected] <[email protected]>
docs(help): update Readme and help of cli

github.com/RobinCK/typeorm-fixtures - bfa92ba88d19099a7de89c5659d529ca12e8e02b authored over 2 years ago by [email protected] <[email protected]>
fix(chalk): revert to chalk version 4

chalk 5 is esm only (means typescript 4.7 is required)

github.com/RobinCK/typeorm-fixtures - 63477870105e4f1e65ff189cd1ad56a82b35621f authored over 2 years ago by [email protected] <[email protected]>
refactor(all): update outdated packages, use yargs

update outdated packages, use yargs instead of commander like typeorm-cli

BREAKING CHANGE: use ...

github.com/RobinCK/typeorm-fixtures - e523d5585f778f815745a17ceceb976172de324a authored over 2 years ago by [email protected] <[email protected]>
fix(cli): add cli to have esm and cjs mode like typeorm cli

github.com/RobinCK/typeorm-fixtures - aec7d09b500e99f3d7e11e1c9c36c4ca315c4f52 authored over 2 years ago by [email protected] <[email protected]>
feat(datasource): use new method to load dataSource

BREAKING CHANGE: ormconfig file should not work anymore, use dataSource file instead.

github.com/RobinCK/typeorm-fixtures - 78559af178f9bbd55e577b95dcc5170c3f508bce authored over 2 years ago by [email protected] <[email protected]>
ignore decorator of class-validator

github.com/RobinCK/typeorm-fixtures - 1049524b52cf74ef85ae0feecb2a47661ef8e26e authored over 2 years ago by [email protected] <[email protected]>
Merge pull request #3 from kevin-lot/enhancement/update

github.com/RobinCK/typeorm-fixtures - dbca420859d4868e963fe2813f718d3ebe7e9baf authored over 2 years ago by Kevin Lot <[email protected]>
refactor(all): update cli, update readme, refactor build, fix class-validator since the update 0.5

github.com/RobinCK/typeorm-fixtures - f90fced4f443964b60358006dc2835c7c56eb3af authored over 2 years ago by [email protected] <[email protected]>
Merge pull request #2 from RobinCK/master

github.com/RobinCK/typeorm-fixtures - b5731c1fa7fb4d289118e45d296bc9cd2866fd6d authored over 2 years ago by Kevin Lot <[email protected]>
chore(release): 2.0.0 :tada:

github.com/RobinCK/typeorm-fixtures - 01e9c6b050bd5abd4cbbad9bf84119a6e215b899 authored over 2 years ago by Igor Ognichenko <[email protected]>
Updated config.yml

github.com/RobinCK/typeorm-fixtures - c0299f9012ac3a5b51c0760decc7ebcfe3488c11 authored over 2 years ago by Igor Ognichenko <[email protected]>
Merge pull request #194 from kevin-lot/feature-update-packages

fix: update packages to have a compatibility with typeorm 0.3.*

github.com/RobinCK/typeorm-fixtures - e820e6bb5996444425e373c6ec2b6b73d00eb79a authored over 2 years ago by Igor Ognichenko <[email protected]>
Merge pull request #195 from kevin-lot/feature/github-actions-update

fix(ci): update github actions configuration to use last images

github.com/RobinCK/typeorm-fixtures - b521df6a78f58337e4539ec96ae3de23a04331b0 authored over 2 years ago by Igor Ognichenko <[email protected]>
fix(ci): update github actions configuration to use last images

github.com/RobinCK/typeorm-fixtures - 8a1c340683ba7c9e9f0cb7caf63b52bad00a7cb6 authored over 2 years ago by [email protected] <[email protected]>
fix: update packages to have a compatibility with typeorm 0.3.*

update packages, replace tslint with eslint, remove useless types packages

BREAKING CHANGE: Imc...

github.com/RobinCK/typeorm-fixtures - c4ee8f7e7b607eb9aed2c48a3a4c274ef5318a21 authored over 2 years ago by [email protected] <[email protected]>
chore(release): 1.11.1 :tada:

github.com/RobinCK/typeorm-fixtures - 4f08587501ff7d36748d3cecfc4c78397c8677b9 authored over 2 years ago by Igor Ognichenko <[email protected]>
Merge pull request #190 from imnotjames/chore/cli-progress

chore: require at least [email protected]

github.com/RobinCK/typeorm-fixtures - 19fb340228d049961929acbc58cbc8088baba53c authored over 2 years ago by Igor Ognichenko <[email protected]>
chore: require at least [email protected]

the older versions of cli-progress pulled in potentially insecure versions
of the colors package...

github.com/RobinCK/typeorm-fixtures - 6ae74fdbe6b70074dc6ffaddc0310a1ee3463675 authored over 2 years ago by James Ward <[email protected]>
fix: circleci

github.com/RobinCK/typeorm-fixtures - 28beb04511e385ff888d5b6fc20ecb2b9f0362e4 authored almost 3 years ago by Igor Ognichenko <[email protected]>
chore(release): 1.11.0 :tada:

github.com/RobinCK/typeorm-fixtures - b0002458f6fb3ccd373f34ba6802e3b60dcc9236 authored almost 3 years ago by Igor Ognichenko <[email protected]>
Merge pull request #186 from imnotjames/chore/use-fakerjs-faker

chore: use faker-js/faker & upgrade to v6 with TS defs

github.com/RobinCK/typeorm-fixtures - 87807e199c80ea55e996170fc07a783a33332012 authored almost 3 years ago by Igor Ognichenko <[email protected]>
chore: use faker-js/faker & upgrade to v6 with TS defs

github.com/RobinCK/typeorm-fixtures - 3f82e76da5059856f78e83e1a11e84bbc18f781c authored almost 3 years ago by James Ward <[email protected]>
Merge pull request #182 from braaar/patch-1

docs: update faker.js syntax in readme

github.com/RobinCK/typeorm-fixtures - 5dfbc0c84fdc2f4b5d89e34ff835ce06d6779d0d authored almost 3 years ago by Igor Ognichenko <[email protected]>
docs: update faker.js syntax in readme

use `datatype.number` instead of `random.number`

Since 5.5.0, `datatype` replaces `random` i...

github.com/RobinCK/typeorm-fixtures - b3af96459b441d7f2c2354d82a355336e9f60252 authored almost 3 years ago by Brage <[email protected]>
chore(release): 1.10.1 :tada:

github.com/RobinCK/typeorm-fixtures - d8115e54c046586e8becc91415b5e4d0c4fa7ac6 authored almost 3 years ago by Igor Ognichenko <[email protected]>
Merge pull request #181 from RobinCK/dependabot/npm_and_yarn/shelljs-0.8.5

chore(deps): bump shelljs from 0.8.4 to 0.8.5

github.com/RobinCK/typeorm-fixtures - 122145690c0b24841341de81ac1dbb5a6503dfbb authored almost 3 years ago by Igor Ognichenko <[email protected]>
chore(release): 1.10.0 :tada:

github.com/RobinCK/typeorm-fixtures - 3566cf65baad7b2f08a469beb8d83b9c8445bc67 authored almost 3 years ago by Igor Ognichenko <[email protected]>
chore: upgrade faker version and change lint to documentation

github.com/RobinCK/typeorm-fixtures - 1cda8937c2519544de62531656942f60bebf8977 authored almost 3 years ago by Igor Ognichenko <[email protected]>
chore(deps): bump shelljs from 0.8.4 to 0.8.5

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https...

github.com/RobinCK/typeorm-fixtures - 0417b2f65b839ea46641eef8c566a5f9b82029d6 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(release): 1.9.2 :tada:

github.com/RobinCK/typeorm-fixtures - ecaa68296c27d16fbf7b391daa57d0fef6c0a390 authored over 3 years ago by Igor Ognichenko <[email protected]>
Merge pull request #174 from fstoerkle/null-parser

Parse `null` values as `null`

github.com/RobinCK/typeorm-fixtures - 997788d3105fdb5ad6de6339951da8bd7ac65e8e authored over 3 years ago by Igor Ognichenko <[email protected]>
chore: fix typo in test file name

github.com/RobinCK/typeorm-fixtures - a5a477695afc9dbcf7210d46975238ae94e8e7c3 authored over 3 years ago by Florian Störkle <[email protected]>
feat: support parsing `null` values as `null`

Previously, they would have been parsed as empty object `{}`.

github.com/RobinCK/typeorm-fixtures - b5db29b0a605ea1638a7c796be9030cc8d7adb6e authored over 3 years ago by Florian Störkle <[email protected]>
chore(release): 1.9.1 :tada:

github.com/RobinCK/typeorm-fixtures - 2460586aefab7bb49abc2a727a055d41e1dda26a authored almost 4 years ago by Igor Ognichenko <[email protected]>
Merge pull request #162 from poldridge/master

fix: Recognize EJS over multiple lines

github.com/RobinCK/typeorm-fixtures - 68ce81bdaecb35ec54e5fdb8c3df2632918bc515 authored almost 4 years ago by Igor Ognichenko <[email protected]>
fix: Recognize EJS over multiple lines

github.com/RobinCK/typeorm-fixtures - b3f6043612dc96542e73603965568b0a5806cec3 authored almost 4 years ago by Paul Oldridge <[email protected]>
fix: update postinstall script

fix #147

github.com/RobinCK/typeorm-fixtures - 3cdc24fa101ff2c0c6045e1a51a34cc6704a200f authored almost 4 years ago by Igor Ognichenko <[email protected]>
chore(release): 1.9.0 :tada:

github.com/RobinCK/typeorm-fixtures - 2e4eebe25368e8683e7d9b91d2a612f3af6e8f84 authored almost 4 years ago by Igor Ognichenko <[email protected]>
Merge pull request #160 from RobinCK/develop

Develop

github.com/RobinCK/typeorm-fixtures - 310f3dc6f2f2745352204eb588da2ef6ae01873c authored almost 4 years ago by Igor Ognichenko <[email protected]>
chore: update ci

github.com/RobinCK/typeorm-fixtures - 054a80e893bd0c28e9111e638f5ce7a6f17ef122 authored almost 4 years ago by Igor Ognichenko <[email protected]>
chore: update ci

github.com/RobinCK/typeorm-fixtures - 049491358d68b03739e8d4ce2e012518ce76ddec authored almost 4 years ago by Igor Ognichenko <[email protected]>
chore: update ci

github.com/RobinCK/typeorm-fixtures - 8b246d7efa2f396d723a01d84cafd2fe82555b51 authored almost 4 years ago by Igor Ognichenko <[email protected]>
chore: upgrade all dependencies

github.com/RobinCK/typeorm-fixtures - ef2869c9d5b62b52a8c57d8068ee6facd807148f authored almost 4 years ago by Igor Ognichenko <[email protected]>
test: fixed tests

github.com/RobinCK/typeorm-fixtures - 97e9b10c8db4516103c223909528861fbaea280b authored almost 4 years ago by Igor Ognichenko <[email protected]>
chore: upgrade dependencies

github.com/RobinCK/typeorm-fixtures - b1560c800429823194d0bc3c12854e2466bec999 authored almost 4 years ago by Igor Ognichenko <[email protected]>
fix: removed ignore flag for class transformer decorators

github.com/RobinCK/typeorm-fixtures - f500747c830a15be47cd57f93c75f03945c8feea authored almost 4 years ago by Igor Ognichenko <[email protected]>
chore: added interface for entity variable

github.com/RobinCK/typeorm-fixtures - 2abdc21878e06f41a6185fa2cf6092bb70288823 authored almost 4 years ago by Igor Ognichenko <[email protected]>
chore: remove resolvedFields: undefined

github.com/RobinCK/typeorm-fixtures - 33a62b4b2456c2d1c9036c837a9bc54659a957b9 authored almost 4 years ago by Igor Ognichenko <[email protected]>
Merge branch 'master' into develop

github.com/RobinCK/typeorm-fixtures - 8054110af212b0900a155237caeea075966ed4af authored almost 4 years ago by Igor Ognichenko <[email protected]>
Merge pull request #159 from getbigger-io/master

Fix unability to use fixtures resolver with lazy loading entities and typeorm relation promise r...

github.com/RobinCK/typeorm-fixtures - 34db3f03fde84c57edc82747daeed5dcc0cf0316 authored almost 4 years ago by Igor Ognichenko <[email protected]>
Update build.yml

github.com/RobinCK/typeorm-fixtures - a717ebce35e47b24a7f4374f2ab8968cb00e87cc authored almost 4 years ago by Igor Ognichenko <[email protected]>
Merge branch 'master' into develop

github.com/RobinCK/typeorm-fixtures - c5a268a641a91f56d40194b573701fe5ffb6b5e6 authored almost 4 years ago by Igor Ognichenko <[email protected]>
Added tests and resolved comments

github.com/RobinCK/typeorm-fixtures - 63ba890a990ad31084e2f9a660e5e0200ce2a32e authored almost 4 years ago by Nicolas MACHEREY <[email protected]>
Fix tests

github.com/RobinCK/typeorm-fixtures - 41519b293df821ab17a440aaa93bb5853358e27e authored about 4 years ago by Nicolas MACHEREY <[email protected]>
Remove useless promise parser

github.com/RobinCK/typeorm-fixtures - a7389ffaeed0ba86d126270cb23ecb3f5739a36e authored about 4 years ago by Nicolas MACHEREY <[email protected]>
Added resolve promise for typeorm entities with resolver

github.com/RobinCK/typeorm-fixtures - 557578ef5ed6660e8cd39cc9bd4d3d8e9578a78c authored about 4 years ago by Nicolas MACHEREY <[email protected]>
Merge pull request #156 from RobinCK/dependabot/npm_and_yarn/highlight.js-9.18.5

chore(deps): bump highlight.js from 9.18.1 to 9.18.5

github.com/RobinCK/typeorm-fixtures - e571a8d6c4ddd323cb1545df8876bce46a9409bd authored about 4 years ago by Igor Ognichenko <[email protected]>
Merge pull request #157 from RobinCK/dependabot/npm_and_yarn/ini-1.3.7

chore(deps): bump ini from 1.3.5 to 1.3.7

github.com/RobinCK/typeorm-fixtures - 0953c0b8eef3f1f888d3b07a165a61056011d94e authored about 4 years ago by Igor Ognichenko <[email protected]>
chore(deps): bump ini from 1.3.5 to 1.3.7

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github...

github.com/RobinCK/typeorm-fixtures - 64a27ba645684cd7d162b0f294c81ec6e3eab98d authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump highlight.js from 9.18.1 to 9.18.5

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5.
- [Rele...

github.com/RobinCK/typeorm-fixtures - 46d0511f12b9eab77671fa0bba53fc5d15178700 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>