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

[Backport 4.3-1.2-wzd] Add centralized request service #4824

Closed
wants to merge 2 commits into from

Commits on Nov 8, 2022

  1. Add centralized request service (#4758)

    * create service
    
    * Improve service functionality
    
    * add timeout handling
    
    * Improve code quality
    
    * Fix issue that caused infinite loop
    
    * separate interceptor initialization
    
    * add interceptor to plugin start
    
    * fix double reload and add abort
    
    * Add function to disable requests externally
    
    * Add auth validation on server to disable requests
    
    * Update changelog
    
    * Add missing parameters verification
    
    * Add missing parameter validation
    
    * Add reload to interceptor
    
    * Change structure of code
    
    * Implement new service
    
    * Fix bug
    
    * Fix errors
    
    * Create unit tests
    
    * Fix bad reference to previous PR in changelog
    
    * Add missing previous change in changelog
    
    (cherry picked from commit 34c3fae)
    Tostti committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    de4ab38 View commit details
    Browse the repository at this point in the history
  2. Fix typo in changelog

    Tostti committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    603ca41 View commit details
    Browse the repository at this point in the history