Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: softwareone-platform/mpt-rql-net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: softwareone-platform/mpt-rql-net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 2 commits
  • 81 files changed
  • 1 contributor

Commits on Jun 9, 2025

  1. Readme.md improvements (#7)

    * Readme.md improved
    
    * Readme.md inconsistencies fixed.
    damir-usmanov authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    a000954 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Refactor namespaces and enhance code structure (#8)

    * Refactor namespaces and enhance code structure
    
    Key changes include:
    - Enhanced organization of the `RqlExpression` class with method regions for better readability.
    - Updated `RqlOperators` and `RqlSelectModes` enums to include the `[Flags]` attribute for improved usability.
    - Refactored `RqlPropertyAttribute` for streamlined handling of actions, operators, and selection modes.
    - Introduced interfaces like `IRqlNode` and `IRqlQueryable` to promote better object-oriented design.
    - Restructured `RqlSettings` and related classes for cohesive configuration management.
    - Updated test files to ensure relevance and functionality with the new structure.
    
    These changes aim to improve modularity, readability, and maintainability while adhering to modern C# practices.
    
    * namespace adjustments
    
    * IRqlMapAccessor moved to abstractions
    
    * Refactor RQL configuration and result handling
    damir-usmanov authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    0a76c4d View commit details
    Browse the repository at this point in the history
Loading