Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Container Scopes #1104

Merged
merged 104 commits into from
May 30, 2024
Merged

Integrate Container Scopes #1104

merged 104 commits into from
May 30, 2024

Commits on Jan 22, 2024

  1. Add HttpRequest scope

    msmakouz committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5a74a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac81df7 View commit details
    Browse the repository at this point in the history
  3. Bind controller in scope

    msmakouz committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a0d9d03 View commit details
    Browse the repository at this point in the history
  4. Add Proxy attributes

    msmakouz committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a56620b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Fix tests

    msmakouz committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    94bd526 View commit details
    Browse the repository at this point in the history
  2. Fix Psalm

    msmakouz committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fcbd72d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    229011f View commit details
    Browse the repository at this point in the history
  2. Fix parameters in phpdoc

    msmakouz committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5f632fd View commit details
    Browse the repository at this point in the history
  3. Simplify code

    msmakouz committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    adcbc74 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Simplify Hmvc tests

    msmakouz committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a82dcfe View commit details
    Browse the repository at this point in the history
  2. Simplify http tests

    msmakouz committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6651415 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1eb653 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e3c737 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ebb717 View commit details
    Browse the repository at this point in the history
  6. Fix test app directory

    msmakouz committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    98385be View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Add todo

    msmakouz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a337cb4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1069 from spiral/feature/http-request-scope

    [spiral/router] Opening of `http.request` scope added
    msmakouz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    004d36d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Merge remote-tracking branch 'origin/master' into feature/scopes

    # Conflicts:
    #	src/Core/tests/Scope/UseCaseTest.php
    msmakouz committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7983a60 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    ebca2fc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    a3465cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1078 from spiral/rename-enum

    Change the name of the enum from `ScopeName` to `Spiral`
    msmakouz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    287abf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e87fd4 View commit details
    Browse the repository at this point in the history
  4. Add unit test

    msmakouz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1e65f86 View commit details
    Browse the repository at this point in the history
  5. Fix scope

    msmakouz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3a2f629 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1079 from spiral/feature/scoped-pagination

    Added `PaginationProviderInterface` binding in scope
    msmakouz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d9281b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Using HTTP scopes

    msmakouz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5147e08 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    [ci skip] [skip ci]
    StyleCIBot committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    e5c84ec View commit details
    Browse the repository at this point in the history
  3. Improve test

    msmakouz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    0dba8cb View commit details
    Browse the repository at this point in the history
  4. Fix CS

    msmakouz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    dae1870 View commit details
    Browse the repository at this point in the history
  5. Apply fixes from StyleCI

    [ci skip] [skip ci]
    StyleCIBot committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1752d6d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge remote-tracking branch 'origin/master' into feature/scopes

    # Conflicts:
    #	src/Core/src/Container.php
    msmakouz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    7ad2a89 View commit details
    Browse the repository at this point in the history
  2. Uses named scopes in console component

    fixes #1074
    butschster committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6eb1792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a556d3a View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    [ci skip] [skip ci]
    StyleCIBot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    82fed45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f378299 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f9c1e0 View commit details
    Browse the repository at this point in the history
  7. Simplify unit tests

    msmakouz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    79d18b7 View commit details
    Browse the repository at this point in the history
  8. Deprecate SectionScope

    msmakouz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a54de6b View commit details
    Browse the repository at this point in the history
  9. Remove unused code

    msmakouz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    07b2f37 View commit details
    Browse the repository at this point in the history
  10. Add for CookieQueue in scope

    msmakouz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    35649c9 View commit details
    Browse the repository at this point in the history
  11. Remove unused code

    msmakouz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0440963 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    23bea6d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b7e48f4 View commit details
    Browse the repository at this point in the history
  14. Add exceptions test

    msmakouz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    83c195e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    683faf5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aefe526 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cb6df86 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    9a2b173 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    69fe624 View commit details
    Browse the repository at this point in the history
  2. Fix InputInterface binding

    msmakouz committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    66b3b0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a77110 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    b98575d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge remote-tracking branch 'origin/master' into feature/scopes

    # Conflicts:
    #	src/Core/tests/Attribute/ScopeTest.php
    #	src/Core/tests/Scope/UseCaseTest.php
    #	src/Framework/Framework/Spiral.php
    roxblnfk committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7e30fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6d12d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b2f4dd View commit details
    Browse the repository at this point in the history
  4. Add todo

    msmakouz committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a7c5129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48ecd28 View commit details
    Browse the repository at this point in the history
  6. Revert buildCore method

    msmakouz committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d082e02 View commit details
    Browse the repository at this point in the history
  7. Add phpdoc

    msmakouz committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    99ae1ec View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1085 from spiral/console-scopes

    Console scopes
    roxblnfk committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f7ebfbe View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    90b366c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dbf436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d5422f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7d7103 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    816620a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466ffc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db49785 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6561d86 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    078591a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Add Target implementation

    roxblnfk committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    58046d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e8f74 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Recompose files

    roxblnfk committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    de7725e View commit details
    Browse the repository at this point in the history
  2. Add tests

    roxblnfk committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bfda7e1 View commit details
    Browse the repository at this point in the history
  3. Fix psalm issues

    roxblnfk committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bd3cbac View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    52a1329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b813426 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Polishing

    roxblnfk committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b4fd411 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add more tests

    roxblnfk committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    157114e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    0d9dc72 View commit details
    Browse the repository at this point in the history
  2. Add tests for Target

    roxblnfk committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bdc6541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4fd254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    830d2b6 View commit details
    Browse the repository at this point in the history
  5. Fix psalm issues

    roxblnfk committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    394443e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    2f0d4f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    c295b24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9bbd6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1103 from spiral/changes-from-master

    Merge changes from the master branch
    roxblnfk committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8545a9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4002f2 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    roxblnfk committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    26e79ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d814c57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32797fe View commit details
    Browse the repository at this point in the history
  8. Merge branch 'refs/heads/master' into feature/scopes

    # Conflicts:
    #	src/Console/src/Command.php
    #	src/Framework/Bootloader/Http/RouterBootloader.php
    #	src/Hmvc/src/Core/AbstractCore.php
    #	src/Router/src/CoreHandler.php
    #	src/Router/tests/BaseTestCase.php
    roxblnfk committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e56f906 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Fix interceptor Target::fromPair : parent class is put into the path …

    …immediately because ReflectionMethod may contain parent class instead of target
    roxblnfk committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6674166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc02fad View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Add TestableKernel trait

    msmakouz committed May 2, 2024
    Configuration menu
    Copy the full SHA
    568f4fb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    f6d01ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218a472 View commit details
    Browse the repository at this point in the history
  3. Fix psalm issues

    roxblnfk committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c1a7902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12b822a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad847fd View commit details
    Browse the repository at this point in the history
  6. Cleanup

    roxblnfk committed May 7, 2024
    Configuration menu
    Copy the full SHA
    00d721c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Remove outdated tests

    roxblnfk committed May 8, 2024
    Configuration menu
    Copy the full SHA
    703275a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6f66b2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    189718f View commit details
    Browse the repository at this point in the history