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

auto-updating config via websocket | setting: automatically include limit in query for tags/services #189

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. auto include limit in query

    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    05cf13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38edd47 View commit details
    Browse the repository at this point in the history
  3. Clientconfig in backend:

    frontend glue code
    load config on component load
    get config from server
    config flag
    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f365f6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44087a9 View commit details
    Browse the repository at this point in the history
  5. Config view

    yarn format
    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fb76b6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb0e992 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa6d918 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d26cfcb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07c32cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    086a934 View commit details
    Browse the repository at this point in the history
  11. Fixes from first Review

    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9d542cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    30dba3f View commit details
    Browse the repository at this point in the history
  13. Fixed go compile error,

    Fixed conditional vue-if
    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    faa0642 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d09dc0e View commit details
    Browse the repository at this point in the history
  15. Review fixes:

    Removed obsolete code
    SetClientConfig now returns nothing
    
    linting <3
    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    dffbeb9 View commit details
    Browse the repository at this point in the history
  16. fix: manager_test removed clientconfig in constructor

    linting <3333
    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    155ad76 View commit details
    Browse the repository at this point in the history
  17. hardcode query in navigation view

    lint
    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a869a4f View commit details
    Browse the repository at this point in the history
  18. generated type guards

    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3fb0c89 View commit details
    Browse the repository at this point in the history
  19. Config now reactive

    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1edd8aa View commit details
    Browse the repository at this point in the history
  20. watch on store object instead of listening on computed property

    dont return config after updating
    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    dccc989 View commit details
    Browse the repository at this point in the history
  21. clientconfig now pointer

    findus committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c659924 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    14a0fe3 View commit details
    Browse the repository at this point in the history