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

ExApp routes (public/user/admin) support #327

Merged
merged 28 commits into from
Aug 2, 2024

Commits on Jul 30, 2024

  1. WIP: ExApp routes draft

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    226a0fb View commit details
    Browse the repository at this point in the history
  2. WIP: fix typo

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4e1ced6 View commit details
    Browse the repository at this point in the history
  3. WIP: adjustments, update changelog

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ef73130 View commit details
    Browse the repository at this point in the history
  4. WIP: add headers_to_exclude

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9d84b59 View commit details
    Browse the repository at this point in the history
  5. fix: headers_to_include -> headers_to_exclude

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    814be1b View commit details
    Browse the repository at this point in the history
  6. fix: remove fallback set empty routes

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    425d35f View commit details
    Browse the repository at this point in the history
  7. WIP: fix routes check, other adjustments

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0c7ba40 View commit details
    Browse the repository at this point in the history
  8. WIP: add routes to Basic api scope

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bfb0ffc View commit details
    Browse the repository at this point in the history
  9. WIP: minor corrections

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2eb3249 View commit details
    Browse the repository at this point in the history
  10. remove unused parts, fix psalm

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3bcc649 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fix: correct logic to not throw an exception

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7547c08 View commit details
    Browse the repository at this point in the history
  2. fix: add index by appid for routes table

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    495e708 View commit details
    Browse the repository at this point in the history
  3. fix: correct log level from debug to error

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1d736e8 View commit details
    Browse the repository at this point in the history
  4. fix(ci): suppress non-relevant psalm errors

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    53fe2cb View commit details
    Browse the repository at this point in the history
  5. fix: we don't need unique index

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e33c343 View commit details
    Browse the repository at this point in the history
  6. fix: remove old docstring

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2afa2a6 View commit details
    Browse the repository at this point in the history
  7. fix: php-cs

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    da6b956 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. WIP: remove API for routes registration to use only info.xml

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7b0cb99 View commit details
    Browse the repository at this point in the history
  2. WIP: add update of ExApp routes during ExApp update

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    92bf7da View commit details
    Browse the repository at this point in the history
  3. WIP: add pre-process of routes from info.xml, minor corrections

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6051d5f View commit details
    Browse the repository at this point in the history
  4. WIP: remove unnecessary routes check, it's already done in registerExApp

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3f8636e View commit details
    Browse the repository at this point in the history
  5. WIP: use string access_level names and map to numeric during registra…

    …tion
    
    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1741a27 View commit details
    Browse the repository at this point in the history
  6. fix(ci): update baseline

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    aae57e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    5de629c View commit details
    Browse the repository at this point in the history
  2. fix: correct naming

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d05f0e4 View commit details
    Browse the repository at this point in the history
  3. fix: correct naming

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9d24476 View commit details
    Browse the repository at this point in the history
  4. fix: minor corrections in headers_to_exclude

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    452cdb4 View commit details
    Browse the repository at this point in the history
  5. fix: minor corrections in headers_to_exclude

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2f9a1fd View commit details
    Browse the repository at this point in the history