Ecosyste.ms: OpenCollective

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

github.com/yiisoft/active-record

Active Record database abstraction layer
https://github.com/yiisoft/active-record

Update actions workflows. (#295)

4d3ef78749216142a0187ffb239dc60c00b0a6e3 authored 9 months ago by Wilmer Arambula <[email protected]>
update irc link (#294)

95f115f77b61cfb354a84b35ec8cfb7f40941fd3 authored 9 months ago by Ihor Sychevskyi <[email protected]>
Refactor `delete...()` methods (#284)

d2fa2370e781f088737702eb6e460c6da4ad824f authored 9 months ago by Sergei Tigrov <[email protected]>
Refactor `BaseActiveRecord::getDirtyAttributes()` (#283)

fb7f4a81cae1da43d102eb422bb324dea1233aaf authored 9 months ago by Sergei Tigrov <[email protected]>
Refactor `update...()` methods (#282)

c5f92e5b121ae4705c5a95c051c6673407f8ab8a authored 9 months ago by Sergei Tigrov <[email protected]>
Update docs (#292)

2ba318b4f7f82c69a0d7e4d639ba6f6ad45fe68b authored 9 months ago by Wilmer Arambula <[email protected]>
Add docs for testing. (#288)

Co-authored-by: Alexander Makarov <[email protected]>

a9097f17330e1a0d649aafb21733a392d960773b authored 10 months ago by Wilmer Arambula <[email protected]>
Update the comments of the method createQueryTo in ActiveRecordFactory so that the IDE can automatically identify the specific class of ActiveRecord (#280)

Co-authored-by: Sergei Tigrov <[email protected]>

e32fa0dd6e27caf538d2181ff49e17ff0985b620 authored 10 months ago by 行风 <[email protected]>
Refactor `BaseActiveRecord::getAttributes()` (#279)

eb86518cd825c6a5b93f0e99bd2a0193af2c1c25 authored 10 months ago by Sergei Tigrov <[email protected]>
Test `BaseActiveRecord::getOldAttribute()` after insert and update (#277)

6d9864bfdb7d6473a7538ba184b12b006388731c authored 10 months ago by Sergei Tigrov <[email protected]>
Do not catch an `Exception` in `isset()` of magic properties (#276)

c78469c6cab557e4323f19d428bfeb24b20f769d authored 10 months ago by Sergei Tigrov <[email protected]>
Throw `UnknownPropertyException` when setting unknown property (#275)

813da82aaf4f9ea0c61673febe96f283dd69df82 authored 10 months ago by Sergei Tigrov <[email protected]>
Fix setting value for an attribute when AR class has get method for the attribute (#274)

cdcca0894e6ee340c3418e4ef79dec3a96176665 authored 10 months ago by Sergei Tigrov <[email protected]>
implement the interface ArrayableInterface for BaseActiveRecord (#273)

Co-authored-by: Sergei Tigrov <[email protected]>

3bed01c871fb24f9a05a5cea899e4331eec6ca9c authored 10 months ago by 行风 <[email protected]>
Update rector/rector requirement from ^0.17 to ^0.18 (#270)

Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the l...

41c66912b49aae072dd75dc6caee10c1c22ee1b0 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix test oracle, update dependencies. (#269)

c76b0e698dfa1defaaa325ff74d9c7fd4cdc40bc authored about 1 year ago by Wilmer Arambula <[email protected]>
Apply fixes from StyleCI

c3892925d554368affc5cd897098ff594d9e7d16 authored about 1 year ago by StyleCI Bot <[email protected]>
Add method resetWithJoin and other methods to ActiveQueryInterface (#266)

f735a41d5f69294f499bf0449c484f6f72983582 authored about 1 year ago by Valerii Gorbachev <[email protected]>
Fix `ActiveRecordInterface::class`. (#263)

0ebe2c763b4b035a81a808dff55698e8e298d958 authored over 1 year ago by Wilmer Arambula <[email protected]>
Fix issue psalm 1 - part 2. (#261)

7d4b9e68c3804d3436ecdcc4c96e5cfe3c800033 authored over 1 year ago by Wilmer Arambula <[email protected]>
Fix issue psalm 1 - part 1. (#260)

41bd32b41cc48ee4381004b28aff9a8e71945560 authored over 1 year ago by Wilmer Arambula <[email protected]>
Add support subpackage-install.yml. (#259)

7dc84ef4caf5957557d937259192e05324da0adc authored over 1 year ago by Wilmer Arambula <[email protected]>
Set to psalm 2. (#258)

76e7340992ff1085bdbd361c77f7937a79dd277a authored over 1 year ago by Wilmer Arambula <[email protected]>
[ci-review] Apply changes from Rector action.

4a240757559c0a78708e9261f7a213d9beaa3c3d authored over 1 year ago by rector-bot <[email protected]>
Implement serialization of active record object into array representation (#246)

748657d8c56d0b83ebd356d66f381d90f204c0a6 authored over 1 year ago by Stefano D. Mtangoo <[email protected]>
Use stable drivers of db

594551f7a6bc6e1695ae6c23dd32aa0d362cf188 authored over 1 year ago by Alexander Makarov <[email protected]>
Use stable yiisoft/db

7712dc176fdac4ce3bbbb583fd8c33dbc61b6831 authored over 1 year ago by Alexander Makarov <[email protected]>
Adjust method names (#257)

9750b157d2fbaec3bbad06bbae43909822f9e15f authored over 1 year ago by Alexander Makarov <[email protected]>
Better naming classes with `PDO` - part 2. (#255)

de59c1f65270c830df7d9155de547d84e97d8aa2 authored over 1 year ago by Wilmer Arambula <[email protected]>
Better naming classes with `PDO` - part 1. (#253)

f090e8b35c108c602f081ecd4554c67b32018ec1 authored over 1 year ago by Wilmer Arambula <[email protected]>
Better naming helpers. (#252)

49186a309c140cd29494f183d459cb3e5f7bf04c authored over 1 year ago by Wilmer Arambula <[email protected]>
Better naming `getDriverName()`. (#251)

4da2b4a564b95b09b6999e060ae11cd9f5cbe03a authored over 1 year ago by Wilmer Arambula <[email protected]>
Raise psalm 3. (#250)

3c656fa88d3645472a0f4a39c8bef52959e5d2d3 authored over 1 year ago by Wilmer Arambula <[email protected]>
Simplify the tests, fix phpdoc `ActiveQuery::class`, `ActiveQueryInterface::class`. (#249)

1e7624ac83e87abf9f7473ef1690721cf9bed298 authored over 1 year ago by Wilmer Arambula <[email protected]>
Update composer.json. (#248)

88983b191e0dfb551931357d4d9bab9bbf844563 authored over 1 year ago by Wilmer Arambula <[email protected]>
Update StyleCI config (#247)

* Update StyleCI config

* Apply fixes from StyleCI

---------

Co-authored-by: StyleCI Bo...

e12fe95d8f69cce2b70f45d115794faacbe57263 authored over 1 year ago by Sergei Predvoditelev <[email protected]>
Clean code `ActiveQuery` class. (#245)

e029fb40c2ec8fb578d2e277e82c5b5bd4a034a2 authored over 1 year ago by Wilmer Arambula <[email protected]>
Adopt last change `Query` class. (#244)

9c15fcec09d420ae6eaf23d0496037f9e4c4470d authored over 1 year ago by Wilmer Arambula <[email protected]>
Move method populate to Helper (#240)

* Move method populate to Helper

* AR fix

* style fix

* style fix

* style fix

611a43492617ad428c75171f7840b600854f0892 authored over 1 year ago by Valerii Gorbachev <[email protected]>
Divide `one()` method in two. (#239)

352915a6935ac644abbf7ad3d8d0249da83a89b9 authored over 1 year ago by Wilmer Arambula <[email protected]>
Update contributor code of conduct (#238)

60ec3d88be88ee8c2be17c1614ae7fb6bcbbe688 authored over 1 year ago by Sergei Predvoditelev <[email protected]>
Simple schema cache implementation (#237)

* Simple schema cache implementation

* add cache to composer.json

7337a092c7085b0cdf38ae75d673b6e57ef52734 authored over 1 year ago by Valerii Gorbachev <[email protected]>
Remove warning `phpunit 9.6`, add `psalm 5.6`. (#235)

65b47c2e9b952651dee70beb3116a5d1b2f3c390 authored over 1 year ago by Wilmer Arambula <[email protected]>
Fix `phpunit 10`. (#234)

fd979c5b11713fc2e9230a432c607e895eb34a01 authored over 1 year ago by Wilmer Arambula <[email protected]>
Update `phpunit v.10`. (#233)

ba6d7951eccd5a517655909d7527f3999bec12aa authored over 1 year ago by Wilmer Arambula <[email protected]>
update link (#232)

89232a3d6862e13943c2d1c74eda9c70fbb2ca85 authored over 1 year ago by Ihor Sychevskyi <[email protected]>
Work with QueryHelper (#228)

* Work with QueryHelper

* test fix

* test fix2

04d15411205e2b6e410427d802e4416400e6857f authored over 1 year ago by Valerii Gorbachev <[email protected]>
Expression -> ExpressionInterface refactoring (#227)

ef9bbae7a7db75c7bc676d12f9749cd005cdb421 authored over 1 year ago by Valerii Gorbachev <[email protected]>
[ci-review] Apply changes from Rector action.

214e6b43636128afdacdde18bde65bc22405841c authored over 1 year ago by rector-bot <[email protected]>
Fix eager loading of nested one-to-many relations (#225)

* Fix eager loading of nested one-to-many relations
https://github.com/yiisoft/yii2/pull/19585
...

24aa08a3b2f671182d1c82b1f934ece6865f7a4a authored over 1 year ago by Valerii Gorbachev <[email protected]>
Fix a virtual relation not working because of new isset checks in `\yii\db\ActiveRelationTrait` (#224)

https://github.com/yiisoft/yii2/pull/19469

9277adeaedf21b52ea5e4dfbc9b206bcc678d9eb authored over 1 year ago by Valerii Gorbachev <[email protected]>
Remove code duplication in `ActiveRecord::attributes()` (#223)

https://github.com/yiisoft/yii2/pull/19237

4b371d09ad4ff9f03ad0873251a2bbcfa0793a51 authored over 1 year ago by Valerii Gorbachev <[email protected]>
Fix undefined array key errors in ActiveRelationTrait (#221)

* Fix undefined array key errors in ActiveRelationTrait
https://github.com/yiisoft/yii2/pull/19...

35da0847945b47a60defd07962cb87c2ef027acb authored over 1 year ago by Valerii Gorbachev <[email protected]>
Mini fixes (#220)

af423110f0d92b7267374034615b8229aedf11bf authored over 1 year ago by Valerii Gorbachev <[email protected]>
From yii2 Fix #17174: Fix BaseActiveRecord::unlink()` to not ignore `on` conditions in `via` relations (#219)

* From yii2 Fix #17174: Fix BaseActiveRecord::unlink()` to not ignore `on` conditions in `via` r...

03291d980c6fbc6baeed661319e1cb3fc24dfab1 authored over 1 year ago by Valerii Gorbachev <[email protected]>
Fixes from yii2 #18435, #18442 (#218)

* Fixes from yii2 #18435, #18442

* psalm fix

2592a39a0f1a6f059b5b9db43543730c8a7ebf36 authored over 1 year ago by Valerii Gorbachev <[email protected]>
Remove yiisoft/strings parts 2 (#217)

3015d86e7b048527408fc3920fe29e5372869db2 authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Remove depedencies from composer.json (#216)

5f208b77ea9e67d59f98ab8d9f038b82b87e5359 authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Attempt to remove of Yiisoft/Array depedency (#215)

16bff2f932a6b31994e63e0a0f9166b8ca4afb7e authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Removed dependency Yiisoft\Profiler (#214)

cdd6142fc1c45557f870931702b440d1f73ce041 authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Remove QueryCache (#213)

c352e2ef085c1a63a51183fcb27c890784a3cf8c authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Adopt last chages yiisoft/db. (#211)

* Adopt last chages yiisoft/db.

10c07d02fd17c3300fdc43ea0c6d72c894f77334 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Rename method insertEx (#212)

aeab4dce16b27f590b10b510cba09bb1b9ffe3bf authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Improvements Dsn::class, fix phpdoc, add more tests. (#210)

* Improvements Dsn::class, fix phpdoc, add more tests.

ba3eb35dcb808f1b6cdae8c4f7c5d78b8029f914 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Update badges in `README.md`.

d77cd6b1dd9280d0bb012d238ec0bf6e9ee7b8f0 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Allow to specify the table name dynamically for ActiveRecord::class. (#203)

* Allow to specify the table name dynamically for ActiveRecord::class.

9877c09b9e3c7f66b6b0d2ad6f86ab89f347fbeb authored almost 2 years ago by Wilmer Arambula <[email protected]>
Set psalm to 5. (#201)

* Set psalm to 5.

33361f70b439b02fad7068f223f304e7dced1119 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix composer.json. (#200)

Fix composer.json.

2e309479d20c734846c34158ca91026d2d04ea0a authored almost 2 years ago by Wilmer Arambula <[email protected]>
Set psalm to 6. (#199)

* Set psalm to 6.

7346d4006cdf6855541c8b64f205a9a0d47e86d0 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Merge pull request #197 from yiisoft/add-composer-require-checker

[Batch] Add composer-require-checker CI

88c915a5a30429ba48963f93d061e13152ab6d6e authored almost 2 years ago by Dmitriy Derepko <[email protected]>
Fix 1: return types, phpdocs, add static method tableName in Interface. (#198)

* Add static method tableName in ActiveRecordInteface::class.
* Fix phpdocs in BaseActiveRecord...

b5046c7e15b0072b3ea637f5b483037a841642c5 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Add composer-require-checker dependency [batch]

35c63214026cfe8b05a54b802974955c7425817d authored about 2 years ago by Dmitrii Derepko <[email protected]>
Add composer-require-checker [batch]

423bde3e1b8bce2637c6137e49b521fb7584a2a6 authored about 2 years ago by Dmitrii Derepko <[email protected]>
Add rector actions. (#196)

* Add rector actions.
* Fix type hint method.
* Fix type hint method.
* More fix changes rect...

5b36c6df2b24702f364a70bf45c762dc756569e0 authored about 2 years ago by Wilmer Arambula <[email protected]>
Merge pull request #193 from yiisoft/change-static-method-tablename

Change to static method tablename.

e254933436b5c288079c2e86ad6de5e303781e8a authored about 2 years ago by Wilmer Arambula <[email protected]>
Change to static method tablename/

bc3466831cb20d0f7eda24448a23f908d116cf69 authored about 2 years ago by Wilmer Arambula <[email protected]>
Adopt to `yiisoft/db` (#190)

* Adopt to `yiisoft/db`

* fix

cd8c72a6fe49819177a1ada0263cb1ba6cd51e80 authored over 2 years ago by Sergei Predvoditelev <[email protected]>
Update code (#189)

60d87da1909d0617ad16eca7da363e826bb5ed34 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Check and fix all todo in code (#188)

* Check and fix all todo in code

* styleci fixes

3a885f9fef4eba59274142aca23131696fec2a46 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Added interface for BatchQueryResult (#187)

11dfc0a05bea34933a4d7b8d9fb7af01e26e2983 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Remove `PDO` folders in subpackages (#186)

be689f7bad4312f96e42d3952b8d8a085f20fad7 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Mini refactoring (folder relocation) (#185)

3da959811885e0c3884299e0a902f8f34ef1c9c4 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Usage QueryInterface (#181)

4103a42016af027aa8f71dccfedde6c91d9d44cb authored over 2 years ago by Valerii Gorbachev <[email protected]>
Work with attributes on connection (#180)

80a4f118ac9294322c1c7298378e403411c87d78 authored over 2 years ago by Valerii Gorbachev <[email protected]>
refactoring (#179)

be1342b3b117ce15eb48b72de1df04dc357c659b authored over 2 years ago by Valerii Gorbachev <[email protected]>
styleci fixes3 (#178)

6298ece635fb1c64aaf56d4ccfd82a68da0df49c authored over 2 years ago by Valerii Gorbachev <[email protected]>
Merge pull request #177 from terabytesoftw/fix-test-activerecord-81

Fixed tests `PHP 8.1`.

1f228392a6ef7cc46e57362c032b8e8e7779775a authored over 2 years ago by Wilmer Arambula <[email protected]>
Fix style.ci.

e72d36fe25b4ab365089244ae1116e8c366d9477 authored over 2 years ago by Wilmer Arambula <[email protected]>
Fixed tests `PHP 8.1`.

a34306fa343f4d12e8e1aa41a70e8c70be8803af authored over 2 years ago by Wilmer Arambula <[email protected]>
Merge pull request #176 from terabytesoftw/move-classes-pdo-to-driver-pdo

* Move classes PDO to directory src/Driver/PDO.

9529344fee86dedfd6d685e58b09762f4d7628d8 authored over 2 years ago by Wilmer Arambula <[email protected]>
Move classes `PDO` to directory `src/Driver/PDO`.

8b723baaa38561cccb297fa35aea097e7b742ba5 authored over 2 years ago by Wilmer Arambula <[email protected]>
Rename class in tests (#175)

b4343911ac270a7f58fefcb8f182e2cdf98910a1 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Split `Query::class`. (#174)

* Split Query::class.

cb0f38d5a2c0e9ea834cc7b1f8dc787bbc96b10d authored over 2 years ago by Wilmer Arambula <[email protected]>
Apply fixes from StyleCI

e9f9e9700a0ebc2dbc570ca8c5af3a191d54f9a3 authored over 2 years ago by StyleCI Bot <[email protected]>
Set errorLevel psalm to 1 `yiisoft/db`. (#173)

Set errorLevel psalm to 1 `yiisoft/db`.

17aa394799d199a5caf06f6c93d678348928ddf8 authored over 2 years ago by Wilmer Arambula <[email protected]>
Remove method static Query::create() (#172)

* Remove method static Query::create().

be5ce4e5d0221c162b2e7bf074a22270e0742439 authored over 2 years ago by Wilmer Arambula <[email protected]>
Step 2 - partial removing Command::getPdoStatement from other classes (#171)

62a009555f574fd14da31ecc08958615dbf552f1 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Update workflows.

ed0a23901feac095d1bc2b6e474d924f2fb6c2b6 authored over 2 years ago by Wilmer <[email protected]>
Apply fixes from StyleCI

ca8e8cd3cb621217391de1e0fd6d0b7991d0f01b authored over 2 years ago by StyleCI Bot <[email protected]>
big refactoring. (#170)

big refactoring. (#170)

183059659bfcc1ed9542e14c78aa5e31bdf4baf8 authored over 2 years ago by Wilmer Arambula <[email protected]>