An open API service for providing issue and pull request metadata for open source projects.

GitHub / yii2-extensions/nested-sets-behavior issues and pull requests

#91 - chore(deps): bump php-forge/actions from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] about 2 months ago - 2 comments
Labels: dependencies, github_actions

#90 - fix: Update badge styles and links in `README.md`, reorganize sections for clarity.

Pull Request - State: closed - Opened by terabytesoftw 2 months ago - 1 comment
Labels: bug

#86 - fix: Update branch alias version in `composer.json` from `0.1.x-dev` to `0.2.x-dev`.

Pull Request - State: closed - Opened by terabytesoftw 3 months ago - 1 comment
Labels: bug

#84 - fix: Add missing `Composer` requirement in installation guide.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 1 comment
Labels: bug

#84 - fix: Add missing `Composer` requirement in installation guide.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 1 comment
Labels: bug

#83 - fix: Correct badge URL formatting in `README.md`.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 1 comment
Labels: bug

#83 - fix: Correct badge URL formatting in `README.md`.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 1 comment
Labels: bug

#73 - docs: Add SQL Server-specific configuration details to test class documentation.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#73 - docs: Add SQL Server-specific configuration details to test class documentation.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#72 - refactor: Consolidate database connection enums into unified configuration.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#70 - docs: Enhance test classes with comprehensive documentation for nested sets behavior.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#69 - feat: Update mutation workflow to support `PostgreSQL` with docker setup.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: enhancement

#69 - feat: Update mutation workflow to support `PostgreSQL` with docker setup.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: enhancement

#68 - refactor: Remove unnecessary ordering by `lft` attribute in query.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#67 - docs: enhance `README.md` with database setup instructions and migration details for single and multiple trees.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 4 comments
Labels: enhancement

#66 - feat: Add migration files for `tree` and `multiple_tree` tables with support for various database drivers.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: enhancement

#66 - feat: Add migration files for `tree` and `multiple_tree` tables with support for various database drivers.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: enhancement

#65 - fix: simplify root node insertion check in `beforeInsertRootNode` method.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#65 - fix: simplify root node insertion check in `beforeInsertRootNode` method.

Pull Request - State: open - Opened by terabytesoftw 4 months ago
Labels: bug

#64 - docs: update `README` to include database support section with CI badges.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 1 comment
Labels: bug

#64 - docs: update `README` to include database support section with CI badges.

Pull Request - State: open - Opened by terabytesoftw 4 months ago
Labels: bug

#63 - docs: add database support section with CI badges for various database systems.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 1 comment
Labels: bug

#62 - feat: add `Oracle` database support with corresponding test classes for improved functionality.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 4 comments
Labels: enhancement

#61 - feat: add `MySQL` CI workflow and corresponding test classes for improoved database testing.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: enhancement

#60 - refactor: `NestedSetsBehaviorTest` class split into domain specific test classes.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 6 comments
Labels: bug

#59 - docs: Add mutation-static command to composer scripts and update testing documentation.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#58 - docs: Update `README` and testing documentation to include new features and testing instructions.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#58 - docs: Update `README` and testing documentation to include new features and testing instructions.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#57 - refactor: Implement code changes to enhance functionality and improve performance.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#54 - test: Add unit test for node state after deletion with children in `NestedSetsBehavior`.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#53 - test: Add boundary tests for `isChildOf()` method in `NestedSetsBehavior` class.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 3 comments
Labels: bug

#53 - test: Add boundary tests for `isChildOf()` method in `NestedSetsBehavior` class.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 3 comments
Labels: bug

#51 - test: Ensure `leaves()` and `parents()` methods include `ORDER BY` for deterministic results.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#50 - feat: Add cache invalidation method and tests for `NestedSetsBehavior`.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#48 - refactor: Centralize query condition building in `QueryConditionBuilder`.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#43 - refactor: Test assertions in `NestedSetsQueryBehaviorTest` class for consistency.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#31 - test: Verify protected methods remain accessible to subclasses in `NestedSetsBehavior`.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#29 - feat: Add tests to include validation scenarios for `prependTo` method.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments

#28 - feat: Add tests to include validation scenarios for `makeRoot` method.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#27 - feat: Add tests to include validation scenarios for `insertBefore` method.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#26 - feat: Add tests to include validation scenarios for `insertAfter` method.

Pull Request - State: open - Opened by terabytesoftw 4 months ago
Labels: bug

#20 - refactor: Remove unnecessary node refresh in `beforeUpdate()` method of `NestedSetsBehavior` class.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#18 - refactor: Simplify node insertion logic in `beforeInsert()` method of `NestedSetsBehavior` class.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#15 - refactor: Streamline node movement logic in `NestedSetsBehavior` class in `afterUpdate()` method.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#14 - Add tree integrity validation to NestedSetsBehavior

Issue - State: closed - Opened by coderabbitai[bot] 4 months ago - 1 comment

#12 - feat: Add mutation testing configuration and update `PHPUnit` schema location.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#11 - refactor: Raise code coverage 100%.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#9 - fix: Update `README.md` structure for clarity.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 2 comments
Labels: bug

#8 - fix: Update `README.md` badges for consistency and clarity.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 1 comment
Labels: bug

#7 - Better namespace, add tests for `PHPStan` config and enhanced tests.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 1 comment
Labels: bug

#6 - fix: Update `PHPStan` config path and add missing `phpstan-config.php` file.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 1 comment
Labels: bug

#5 - refactor: Improve `NestedSetsBehavior`, `NestedSetsQueryBehavior` and tests; add `PHPStan` config.

Pull Request - State: closed - Opened by terabytesoftw 4 months ago - 7 comments
Labels: bug

#4 - Better namespace.

Pull Request - State: closed - Opened by terabytesoftw almost 2 years ago - 1 comment