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

Daemon Templates, Docker Socket Proxy, AppAPI 2.0 #212

Merged
merged 48 commits into from
Jan 25, 2024

Commits on Jan 16, 2024

  1. draft: Daemon config adjustments

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

Commits on Jan 21, 2024

  1. WIP, refactored AppAPIService.php [ci-skip]

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    379954c View commit details
    Browse the repository at this point in the history
  2. work in progress: fixed errors found by psalm

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    a4c5952 View commit details
    Browse the repository at this point in the history
  3. fixed cyclic imports, talkbots -> Proxy

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    517de9e View commit details
    Browse the repository at this point in the history
  4. drop default value for "deploy_config" [skip ci]

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    aa5010f View commit details
    Browse the repository at this point in the history
  5. WIP: Admin settings fixes and adjustments

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

Commits on Jan 22, 2024

  1. removed caching for daemons [skip ci]

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0e06538 View commit details
    Browse the repository at this point in the history
  2. reworked TalkBot API [skip ci]

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    691f404 View commit details
    Browse the repository at this point in the history
  3. WIP: a11y adjustments, register daemon form improvements,

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

Commits on Jan 23, 2024

  1. fixing bugs after refactoring [skip ci]

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2af6907 View commit details
    Browse the repository at this point in the history
  2. getExAppFreePort and proper daemon host:port parsing [skip ci]

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b4c22ff View commit details
    Browse the repository at this point in the history
  3. small bugfixes

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ff087c0 View commit details
    Browse the repository at this point in the history
  4. check if ExApp enabled before disabling [ci skip]

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ff0f1c7 View commit details
    Browse the repository at this point in the history
  5. corrected Makefile commands

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7559467 View commit details
    Browse the repository at this point in the history
  6. CI: fixing deploy tests

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d64a7fc View commit details
    Browse the repository at this point in the history
  7. CI: fixing deploy tests (2)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e8467b0 View commit details
    Browse the repository at this point in the history
  8. CI: fixing deploy tests (3)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c9963e9 View commit details
    Browse the repository at this point in the history
  9. CI: fixing special tests (1)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    952de90 View commit details
    Browse the repository at this point in the history
  10. CI: fixing special tests (2)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bb79181 View commit details
    Browse the repository at this point in the history
  11. CI: fixing special tests (3)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    cd703df View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. WIP: minor fixes, force host if https enabled in UI

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6544271 View commit details
    Browse the repository at this point in the history
  2. WIP: remove ExApps on daemon deletion

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1c7d158 View commit details
    Browse the repository at this point in the history
  3. WIP: ExApps deletion on daemon delete fixes [ci-skip]

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    adf89c9 View commit details
    Browse the repository at this point in the history
  4. Daemon remove: refactoring ExApps removal

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    536437e View commit details
    Browse the repository at this point in the history
  5. CI: deploy tests: HaProxy HTTP

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    45e82bb View commit details
    Browse the repository at this point in the history
  6. CI: deploy tests: HaProxy HTTP (2)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fcd74b3 View commit details
    Browse the repository at this point in the history
  7. remove default daemon creation

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    aabbde6 View commit details
    Browse the repository at this point in the history
  8. CI : deploy tests (2)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bf9a0d3 View commit details
    Browse the repository at this point in the history
  9. CI : deploy tests (2)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    af1bd1e View commit details
    Browse the repository at this point in the history
  10. CI : deploy tests (3)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c4d4c0d View commit details
    Browse the repository at this point in the history
  11. CI : deploy tests (3)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fb7e898 View commit details
    Browse the repository at this point in the history
  12. CI : deploy tests (3)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8c43c46 View commit details
    Browse the repository at this point in the history
  13. CI : deploy tests (3)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    923d6da View commit details
    Browse the repository at this point in the history
  14. CI : deploy tests (4)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    688ae3e View commit details
    Browse the repository at this point in the history
  15. CI : deploy tests (4)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ecde35b View commit details
    Browse the repository at this point in the history
  16. CI : deploy tests (5)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f00b9d8 View commit details
    Browse the repository at this point in the history
  17. CI : deploy tests (5)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    64dc23b View commit details
    Browse the repository at this point in the history
  18. CI : deploy tests (5)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8593bf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. WIP: Prompt removal confirm for manual-install too

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    40b8572 View commit details
    Browse the repository at this point in the history
  2. WIP: Daemons update repair step, minor fixes

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    dd5b0da View commit details
    Browse the repository at this point in the history
  3. dev, Oracle DB fix

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8d45e3d View commit details
    Browse the repository at this point in the history
  4. dev, Oracle DB fix (2)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    582f2ec View commit details
    Browse the repository at this point in the history
  5. dev, Oracle DB fix (3)

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d4036b6 View commit details
    Browse the repository at this point in the history
  6. occ:daemon:register - skip registering if daemon present

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    bigcat88 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0d3df53 View commit details
    Browse the repository at this point in the history
  7. WIP: Do not rewrite params [ci skip]

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8910355 View commit details
    Browse the repository at this point in the history
  8. WIP: disabled deployment method on manual-install

    Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
    andrey18106 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ac0ecee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b47b13 View commit details
    Browse the repository at this point in the history
  10. WIP: update screenshots

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