Ecosyste.ms: OpenCollective

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

github.com/eggjs/egg-orm

Object relational mapping for Egg framework
https://github.com/eggjs/egg-orm

release: v2.3.1

93718d357a3226900be616158ee2eb4ac77dcdd6 authored about 1 year ago by Chen Yangjian <[email protected]>
chore: overwrite the default console.error in logQueryError (#33)

make sure server disk does not get flooded with leoric logs by default

b87701f4f53dfb0211ae5da9db6e9a386663e5ce authored about 1 year ago by Chen Yangjian <[email protected]>
Add CodeQL workflow for GitHub code scanning (#32)

Co-authored-by: LGTM Migrator <[email protected]>

b8b7f5d85e504bdcb35abf7f102b9eb32dec3581 authored about 2 years ago by lgtm-com[bot] <43144390+lgtm-com[bot]@users.noreply.github.com>
release: v2.3.0

ef4d3f91a5a3a5b83dc63639843ae4ef2003a104 authored about 2 years ago by Chen Yangjian <[email protected]>
fix: rewire prototype of models when subclassing is enabled (#29)

* fix: rewire prototype of models when subclassing is enabled

realm.Bone will be a subclass o...

e9661c95e5e392d1ad61a5c603913c390cec02d3 authored about 2 years ago by Chen Yangjian <[email protected]>
release: v2.2.0

63ad1bf02c5217ae1e1931ce9b02840835a0735b authored over 2 years ago by Chen Yangjian <[email protected]>
feat: support tegg-egg mixing mode (#28)

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

75590a81903d465bb44511e49ede9c63fea34054 authored over 2 years ago by JimmyDaddy <[email protected]>
release: v2.1.2

c7f7952a76c95eba24a58148012bbc7c6369a149 authored over 2 years ago by Chen Yangjian <[email protected]>
chore: sequelizeBone export app/ctx, doc and example complete (#27)

* chore: sequelizeBone export app/ctx, doc and example complete

* chore: npm run all

Co-au...

5ae9d1b79cf97678f1129de18713003f2768bd0e authored over 2 years ago by JimmyDaddy <[email protected]>
release: v2.1.1

ac0e628ac7529c7148857ecb18fb813cccbb6e6c authored over 2 years ago by Chen Yangjian <[email protected]>
fix: sequelize adapter with model extends from Bone directly and export leoric form egg-orm (#26)

* docs: ts guide doc

* fix: test custom getter/setter not work in subclass

* fix: sequeliz...

ecb66afbabdf6bad6fc27acd79edb0e2db9d6e7b authored over 2 years ago by JimmyDaddy <[email protected]>
fix: override model.app or model.prototype.app event if exists (#24)

7868db3327956dd0111b54efd897eca9ea45808c authored over 2 years ago by Chen Yangjian <[email protected]>
docs: ts guide doc (#23)

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

2432313d857820a5dddef9db5b5b8f8b51770e21 authored over 2 years ago by JimmyDaddy <[email protected]>
release: v2.1.0

60d00c728137fcd1527e724ab6b84d6a35aa18cb authored over 2 years ago by Chen Yangjian <[email protected]>
feat: support ts and class model definition (#22)

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

77d64049a62a022e10cdd4d297b6c470869a2c37 authored over 2 years ago by JimmyDaddy <[email protected]>
fix: readme (#21)

Co-authored-by: hui.kang <[email protected]>

7086680f533b9efa70db55e06345adbb5ac321f5 authored over 2 years ago by hui <[email protected]>
docs: zh readme refabrication (#20)

bc3e93aea29daf1742824d06c6a6479b94cd68f0 authored over 2 years ago by Chen Yangjian <[email protected]>
chore: elaborate example apps (#19)

- associations in examples/typescript
- attributes in examples/basic

f4f4dc4ddfad3f27cbdd313d5891c161583ec1ed authored almost 3 years ago by Chen Yangjian <[email protected]>
refactor: declaration types integration test (#18)

att

4616d5af7c5f6ec2053903823b3e0661bafc6426 authored almost 3 years ago by Chen Yangjian <[email protected]>
feat: add index.d.ts (#17)

* feat: add index.d.ts

* fix typo

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

d7db532a2285ae4fa109f92883d782be22fdda6e authored almost 3 years ago by Deng Ruoqi <[email protected]>
release: v2.0.0

ad744d9af082061df76e34ca26d3ad2e5f819427 authored almost 3 years ago by Chen Yangjian <[email protected]>
upgrade: leoric v2.x (#16)

6be23728dd1dcd0b2e81d5bedbe7cde901267d43 authored almost 3 years ago by Chen Yangjian <[email protected]>
release: v1.1.7

27217ea067f9c65c64d583151e6c4267f96d1402 authored over 3 years ago by Chen Yangjian <[email protected]>
fix: `Model.name` should be consistent (#15)

f5f9b411ada8f8866d70adda316b3827e6ad9f62 authored over 3 years ago by Chen Yangjian <[email protected]>
release: v1.1.6

3991dbbbebdc30500544ab58c56f12936f8e1aff authored over 3 years ago by Chen Yangjian <[email protected]>
fix: ignore properties inject by egg loader (#14)

the file loader provided by egg-core will inject `pathName` and `fullPath` into module exports, ...

3bf8f64b67479799aa709f075c36f4174a1a85fa authored over 3 years ago by Chen Yangjian <[email protected]>
release: v1.1.5

62b10c5abcebb09f01ef9687777be6bd39fed3a0 authored over 3 years ago by Chen Yangjian <[email protected]>
fix: support Model.app and model.app (#13)

0622fd39ae7267caa9f4d6635f4d27f4d654c72c authored over 3 years ago by Chen Yangjian <[email protected]>
fix: allow models be extended from Bone directly (#12)

* fix: allow models be extended from Bone directly

... to make codebases that use v0.4.x a bi...

58a1929d1d209d8aaed91bf3e09561b110ae5746 authored over 3 years ago by Chen Yangjian <[email protected]>
docs: Readme & leoric.js.org/setup/egg (#11)

d52a7eef275e0024c4a6abf09d3f73a85b7b51ec authored over 3 years ago by Chen Yangjian <[email protected]>
build: enable github actions (#10)

* build: enable github actions

* release: v1.1.3

96fa6d24e655db9295e364ecc77332935df70b80 authored over 3 years ago by Chen Yangjian <[email protected]>
fix: ctx.model.ctx injection (#9)

* fix: ctx.model.ctx injection

* fix: ignore fullPath and pathName when serialize

c09b80ddc1d9025a2e16cb8a3c8164fc8b73e629 authored over 3 years ago by Chen Yangjian <[email protected]>
ci: release 1.1.2 (#8)

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

1b20fa925fd1e013470774012152c61514afe199 authored almost 4 years ago by JimmyDaddy <[email protected]>
fix: ctx undefined while custom setter executing (#7)

* fix: ctx undefined while custom setter executing

* fix: remove unused code

Co-authored-b...

0516f824cbee66f49a8e04a5f363062dd63e1ee0 authored almost 4 years ago by JimmyDaddy <[email protected]>
Release 1.1.1 (#6)

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

f68616b487e5232a58cca7414fee42767882d8df authored about 4 years ago by JimmyDaddy <[email protected]>
fix: realm.define (#5)

* fix: realm.define

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

2b6708cf9f3b3e9872b1484f666b6715a5d0238c authored about 4 years ago by JimmyDaddy <[email protected]>
Release 1.1.0

67ffd980c866d0c2cbc945621ae1068a270fda7c authored over 4 years ago by dead-horse <[email protected]>
fix delegate and lazy load database (#4)

* fix: ensure delegate work as expect

* test: add test cases

* refactor: use egg boot

*...

816c27ef33b8fc19e43cb0dfa835ff737c8f3551 authored over 4 years ago by Yiyu He <[email protected]>
Release 1.0.0

e3764f22dc4069107327537a7d63a8ee6f81036d authored almost 5 years ago by fengmk2 <[email protected]>
fix: run in sequelize mode (#3)

5a8f304177d59381391e890d92f9e7acd923ca76 authored almost 5 years ago by fengmk2 <[email protected]>
Merge pull request #2 from cyjake/fix-model-ctx

fix: ctx.model.ctx & ctx.model.Foo.ctx

5febe00f4367448624eb5470e45899646e55d22e authored almost 5 years ago by Chen Yangjian <[email protected]>
test: context injection tests

1ae963adeb91867f173eeb090ed19d9aaa536214 authored almost 5 years ago by Chen Yangjian <[email protected]>
test: database & ci setup

2aa1279eb668771794e4a3484e1b6d49c0aa2f07 authored almost 5 years ago by Chen Yangjian <[email protected]>
fix: ctx.model.ctx & ctx.model.Foo.ctx

3d3c16d398c4f3821876df8426e68c939e8ca35f authored almost 5 years ago by Chen Yangjian <[email protected]>
Merge pull request #1 from fengmk2/fix-ContextCLass

fix: should set ctx on instance and Class

a5e5ff5b1d2b7457ef9758f3e1f0181ce1f7629a authored almost 5 years ago by Chen Yangjian <[email protected]>
fix: should set ctx on instance and Class

34a6fa164a7db533ce8dd330cf65d2f97604686e authored almost 5 years ago by fengmk2 <[email protected]>
init repo

1b110aeabcf5ba0b6ee5631388f5e559e4620899 authored almost 5 years ago by nil <[email protected]>