Ecosyste.ms: OpenCollective

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

github.com/eggjs/tegg

Strong Type framework with eggjs.
https://github.com/eggjs/tegg

chroe: add Templates for discussions/questions/RFCs (#99)

In order to make people submit questions/discussions/RFCs easily, some
yml files are used to re...

b66414727c3f2781690d33f2a91a105555e0fae9 authored almost 2 years ago by Maledong <[email protected]>
v3.5.2

961a1e12f78050b620edf8fe1a2c9a34ded2ff83 authored almost 2 years ago by killagu <[email protected]>
fix: not create ctx logger proto (#97)

100886ba90bdc7cccd07fa2f390defb5b0c53e22 authored almost 2 years ago by killa <[email protected]>
fix: eventbus cork should support reentry (#98)

077044c040f8423572605eb2980e3cc6da8c038e authored almost 2 years ago by killa <[email protected]>
v3.5.1

9fb155b326afe632142259f126199714a71ce38c authored almost 2 years ago by killagu <[email protected]>
fix: remove useless init singleton proto (#96)

All ctx proto has been init, so trigger singleton
proto init is useless.

097ac58c675d43088c8785a12cf224b5d6adea17 authored almost 2 years ago by killa <[email protected]>
v3.5.0

eead7467030e46fb5349fe60acd5c2f0f317de0f authored almost 2 years ago by killagu <[email protected]>
fix: loader should not deps metadata (#94)

ff57de4f3e0d0dc33d77d05a887242fcb4c32024 authored almost 2 years ago by killa <[email protected]>
feat: use SingletonProto for egg ctx object (#92)

* feat: use SingletonProto for egg ctx object

3385d571b076d3148978f252188f29d9cf2c6781 authored almost 2 years ago by killa <[email protected]>
feat: remove context egg object factory (#93)

e14bdb257eaebc0b0a4c37c6073a5c3237718718 authored almost 2 years ago by killa <[email protected]>
feat: append call stack for runInBackground (#91)

ec7bc2c60ffb49b4a51feec82e391b1f6a88549a authored almost 2 years ago by killa <[email protected]>
v3.4.1

53c6f0685df3c7fefbbc2f3af1a83f8b56bb0a9d authored almost 2 years ago by killagu <[email protected]>
fix: BackgroundTaskHelper should support recursively call (#90)

368ac0343d0d4e96b3768e7fd169b721551d0e4b authored almost 2 years ago by killa <[email protected]>
v3.4.0

b47d1514a4d8d6cc8ce0e380b7c35fe6ae1c446f authored almost 2 years ago by killagu <[email protected]>
feat: use singleton model insteadof context (#89)

cfdfc05f13048806274de1a35b1207c073a8519d authored almost 2 years ago by elrrrrrrr <[email protected]>
v3.3.4

fec8a3a22bd96648fa31f8ac928ac347a939eef8 authored almost 2 years ago by killagu <[email protected]>
fix: should not notify backgroundTaskHelper if teggContext not exists (#88)

4cab68bfc08a3786bde9a67cd8687f152829d9a0 authored almost 2 years ago by killa <[email protected]>
v3.3.3

a33849de914033dc4184135a05c8e7802ec5ef83 authored almost 2 years ago by killagu <[email protected]>
fix: wait egg background task done before destroy tegg ctx (#87)

deea4d8d75c43347c6ee09e0e97f5fa80dd68dd9 authored almost 2 years ago by killa <[email protected]>
v3.3.2

6b31708c6e603b65cf38279175228bfd08b12fcd authored almost 2 years ago by killagu <[email protected]>
fix: beginModuleScope should be reentrant (#86)

648aeaf1f20ff5bc217bf6f16fac9d9181eb8447 authored almost 2 years ago by killa <[email protected]>
v3.3.1

4e5f0262dee1aa0ab34c0526cb6b709dbe7fe045 authored almost 2 years ago by killagu <[email protected]>
fix: inject property should be configurable (#85)

Mock property will configure property.

c13ab55d7b483a5c4a6e4293a6095aa98d070a8b authored almost 2 years ago by killa <[email protected]>
v3.3.0

07dccbd7c656c32811bff4f0e7d119a0e1d1a5c4 authored almost 2 years ago by killagu <[email protected]>
feat: add app.eggContextHandler (#84)

277262418143956b2e75bd1db5f2e7dd9b75eb8b authored almost 2 years ago by killa <[email protected]>
feat: export singleton orm client (#82)

* feat: add singleton orm

5320af77d7e7c5c73b80560a576f2ce01fc21fff authored almost 2 years ago by elrrrrrrr <[email protected]>
fix: router type (#83)

b32d9b8e94552d27dc0249c9f38e7223b24beff0 authored almost 2 years ago by elrrrrrrr <[email protected]>
v3.2.4

641cd162d73ef7a740ec1a4e61612961a3e35336 authored almost 2 years ago by killagu <[email protected]>
fix: release obj from LifecycleUtil after obj destroy (#81)

96951392d2981e3426be78a9653c617e889de3af authored almost 2 years ago by killa <[email protected]>
v3.2.3

0b7337df36d745aaa6f874de0107812184af0183 authored almost 2 years ago by killagu <[email protected]>
fix: cork/uncork should can be called multi times in same ctx (#78)

269cda6327122111c230e6f69abb525ce4ab5be1 authored almost 2 years ago by killa <[email protected]>
test: move devDependencies to workspaces (#77)

7a051e6f4a3117171f13448a1e0c3d2336c8fcdb authored almost 2 years ago by fengmk2 <[email protected]>
test: move devDependencies to workspaces (#77)

78117b1f10a8a562fa2e063344b4c2df06b1c82d authored almost 2 years ago by fengmk2 <[email protected]>
chore: upgrade egg-tracer to v2 (#76)

288ca7e3efd2c4de0812c6faa14df11f62b0ebca authored almost 2 years ago by fengmk2 <[email protected]>
v3.2.2

1db4e5320a0ea19b450df7d99ab7939f3ad48f6e authored almost 2 years ago by killagu <[email protected]>
refactor: use workspaces to run test and fix hoisted deps (#75)

Co-authored-by: killagu <[email protected]>

4f3eeb59b40399cd208cf17ce0eaa52f586ec921 authored almost 2 years ago by fengmk2 <[email protected]>
v3.2.1

5591645a1e1e58b112cbb130d4700e1560cbfa62 authored almost 2 years ago by killagu <[email protected]>
fix: fix nest inject ctx obj to singleton obj (#74)

e4b6252aa79925e16185e568bf7b220f367253ab authored almost 2 years ago by killa <[email protected]>
v3.2.0

24d04ee8cd9f1618209fb31f67703d6bef63b2de authored almost 2 years ago by killagu <[email protected]>
feat: impl mockModuleContextScope (#73)

041881ca317ad81366172a35ac56b7b2dc0a0488 authored almost 2 years ago by killa <[email protected]>
v3.1.0

19ff0ca1dc6286fc54445c30ccff64b582c59fd0 authored almost 2 years ago by killagu <[email protected]>
fix: inject context proto to singleton proto (#72)

fcc0b2b48fc9bce580c1f2bcfcc38039ae909951 authored almost 2 years ago by killa <[email protected]>
fix: add 'globby' as dependencies (#71)

it's required by plugin/controller/lib/EggControllerLoader.ts

76d85d9948527028f926ae0ff5a61111eb1cbd04 authored almost 2 years ago by Haoliang Gao <[email protected]>
Release/3.0.0 (#70)

* chore: use union version

* v3.0.0-alpha.0

* feat: delete controller root hook

In sing...

942c516999e5380bd3f2b30de1dfd28569525da4 authored almost 2 years ago by killa <[email protected]>
feat(break): use async local storage (#69)

feat: use async local storage

772aeb9412c6d7cd23560230b441161ba28ffa0e authored about 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/[email protected]
- @eg...

efc615ef7ca99af8d659b42454f47b74e0170e50 authored about 2 years ago by killagu <[email protected]>
feat: multi host decorator (#68)

f6679de1495024ecb9182168843300aa91288508 authored about 2 years ago by elrrrrrrr <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/tegg-eventbus-p...

4bba3996dd1d4beddb9af56e67902b49f335da25 authored about 2 years ago by killagu <[email protected]>
deps: fix sdk-base (#67)

1c7f3e2263e12777a22c4a4679cc470f8d22447f authored about 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/tegg-background-task@1....

93f94727f904dbe96e57cbcc9c0a3b2ff7bd0bb6 authored about 2 years ago by killagu <[email protected]>
fix: use require.resolve instead path.join to resolve dependencies path (#63)

* fix: use require.resolve instead path.join to resolve dependencies path

Co-authored-by: xim...

d7f3beb27a22b95bb54589c5988a68ce2484c089 authored about 2 years ago by qile222 <[email protected]>
fix: fix mock prototype in aop not work (#66)

16640eb751405532b2a1241b17624ce3ac2d1c7a authored about 2 years ago by killa <[email protected]>
feat: standalone support context (#65)

b35dc2d40fff1331145abd3f04917dc64f80010b authored about 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/te...

65dd5fab7d810add040eed6fe17e8d6fb9e07f31 authored about 2 years ago by killagu <[email protected]>
fix: fix file path for advice decorator (#64)

d6aa091851b5d1ca63e7e56e081df4d15ab3284e authored about 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/tegg-background-task@1....

de0d2cd055cc6deca938b74aabb90ef5f9fc0dd7 authored about 2 years ago by killagu <[email protected]>
fix: skip file not exits (#62)

10e56d418f359efa5d8909541768082cf068d2a4 authored about 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/[email protected]
-...

7c6cb45eda528a9e8109a84eb8ea9e024eb8c90e authored about 2 years ago by killagu <[email protected]>
feat: implement cork/uncork for eventbus (#60)

38114bd7ea3b46cc4a79556a005ef18b2ae11ec2 authored about 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/tegg-background-task@1....

d5e18b9e9af115d0fe02e3b3190e364244b698ac authored about 2 years ago by killagu <[email protected]>
fix: none exist node_modules path (#59)

77cb0687ba8e5d9f20a6df0548de9d55a8771c21 authored about 2 years ago by Luo Yu <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/tegg-background-task@1....

6bd085c1c265921d31110811f4d707875dc7acea authored about 2 years ago by killagu <[email protected]>
feat: add new module scan mode (#58)

* feat: add new module scan mode

3be6c2047a0241a482aafd0aaa072f51f861b6ea authored about 2 years ago by Luo Yu <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/[email protected]...

de1a917ec6d1b38a9cc5e6ffe2179b74e65ba114 authored over 2 years ago by killagu <[email protected]>
fix: fix miss agent file

0fa496bdbb4ffa4e911fffa3e176fa7bdf03fb12 authored over 2 years ago by killagu <[email protected]>
Publish

- @eggjs/[email protected]

ba232928d2f81e5ec6dcc1109adc2ce0778d115e authored over 2 years ago by killagu <[email protected]>
fix: fix miss agent file (#56)

cfb4dcc006ee1253733c7122f885a05da94f80b5 authored over 2 years ago by killa <[email protected]>
chore: use npm workspace (#55)

f478c493a1ad562b26dce64af376533f2f6704c4 authored over 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]

f3ec20a3250f767c189b7c31be7b2374926daf6f authored over 2 years ago by killagu <[email protected]>
fix: fix schedule import

1fb54816fb3240c641824c2bc2b464c35652b655 authored over 2 years ago by killagu <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/tegg-schedule-d...

70062f4509048d32d7797856b40c84e4a3029bde authored over 2 years ago by killagu <[email protected]>
fix: fix events type from any to keyof Events (#54)

a2551b2d9f9eabf9ed5c87f83489615eefa3e6d1 authored over 2 years ago by killa <[email protected]>
feat: impl Schedule decorator (#52)

feat: impl Schedule decorator

7f950050b548ca542addbd7b466675da4e81ce3f authored over 2 years ago by killa <[email protected]>
deps: upgrade elint (#53)

43b885a10e253d626240e0d6e3c980e47ed543f9 authored over 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/tegg-aop-plugin...

2d297e607fe891b909d8ceb63463972ae053fdcb authored over 2 years ago by killagu <[email protected]>
fix: eventbus runtime should wait all handlers done (#51)

0651d300f9a18bd97299548f3ebccad1d0382d28 authored over 2 years ago by killa <[email protected]>
chore: typo (#50)

12140fa79f81fc0aff4f54fe7ec8e5ae0a5cbe40 authored over 2 years ago by Kuitos <[email protected]>
Publish

- @eggjs/[email protected]

e9d2b4019b5fb0395d479475996e2f096a84dc44 authored over 2 years ago by killagu <[email protected]>
fix: fix rootProtoManager.registerRootProto

not change the params order

f416ed70af1c46d31ebf712b208205d67337d958 authored over 2 years ago by killagu <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/[email protected]
- @eg...

00a48489e8ee5ce1c12d35e48e78bd376391c01d authored over 2 years ago by killagu <[email protected]>
feat: impl Host decorator (#48)

65dc7a899ba72dd0851c35046562766d7f2b71b6 authored over 2 years ago by killa <[email protected]>
ci: fix orm ut in node18 with macos (#49)

dns lookup with node18 perfer ipv6,localhost
will be resolved to ::1, and mysql listen
bind to...

80b2a8c87cbca413581ebcacdd205ee9dfdb3987 authored over 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/tegg-eventbus-p...

cd8c3cb4309db29a8ffd73bb8bf64e6395084c5d authored over 2 years ago by wanghx <[email protected]>
fix: optimize backgroud output (#47)

* fix: optimize backgroud output

* fix: lint

* fix: lint

Co-authored-by: wanghx <whx897...

6d978c5d7c339c78a90b00d2c2622f0be85ab3ce authored over 2 years ago by 吖猩 <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/[email protected]
- @eg...

41b67b2e5c66a88c4d7fc96a8c5b7bfb5691e150 authored over 2 years ago by killagu <[email protected]>
feat: middleware decorator allow multi middleware function (#46)

a4b55f7065c3d78e2c98c4b05f01871f666542ef authored over 2 years ago by Luo Yu <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggj...

5da127fcf618ed89c4bf1beadc38bb2058f8426b authored over 2 years ago by killagu <[email protected]>
fix: use getMetaData for ModelMetadataUtil (#44)

In inject mode, the child class has no metadata.

87a306c4fba51fd519a47c0caaa79442643ea107 authored over 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggj...

f43f1f05dd4d89cc6ff890b667d220e837b59679 authored over 2 years ago by killagu <[email protected]>
feat: impl Inject Model (#43)

ced2ce2134964dcb410410c0192a34f77507c42d authored over 2 years ago by killa <[email protected]>
ci: add node 16/18 ci (#39)

39a081790d044b77d3c25d3d986d0c24d5494b7e authored over 2 years ago by killa <[email protected]>
Publish

- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggjs/[email protected]
- @eggj...

f387ec87692607ac61e4fd40871f3694ca373993 authored over 2 years ago by killagu <[email protected]>
proj: use independent version

9b051beaacce4c83e93a160dc3134de1fd57a196 authored over 2 years ago by killagu <[email protected]>
deps: upgrade leoric to 2.x (#42)

849624fd9458e95aa2bb2fcf22798f8276b3e7a8 authored over 2 years ago by killa <[email protected]>
feat: support leoric hooks (#41)

9ecdbd2fe434445c698cd2140ae97f76b6bb6ddf authored over 2 years ago by killa <[email protected]>
v1.3.0

22ef3a397c05de85ec2457c809c0df330fc24501 authored over 2 years ago by killagu <[email protected]>
feat: support leoric hooks (#41)

9bdbc2cbe96df9f66f96b4f8e208883e99957946 authored over 2 years ago by killa <[email protected]>
feat: allow inject proto and name (#40)

* feat: allow inject proto and name

* fix: remove proto

* feat: support read from design:t...

abd17665af2528c4c2e33f4c6b0fceddd8a4e76b authored over 2 years ago by 吖猩 <[email protected]>
v1.2.0

8e2a7384017df27fb28362defec21cd40e628bdb authored over 2 years ago by killagu <[email protected]>
feat: skip compatible object when egg context init (#38)

3ad07e55851ce1e304a3e65d22157d1719ef3eaa authored over 2 years ago by killa <[email protected]>