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

Allow proxy through master #427

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2021

  1. adding settings that will allow direct control over the protocols and…

    … ports used to connect to the workers.
    Rob Russo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0483ac8 View commit details
    Browse the repository at this point in the history
  2. update version number

    Rob Russo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9a7ebd7 View commit details
    Browse the repository at this point in the history
  3. add example config

    Rob Russo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    18dc7f8 View commit details
    Browse the repository at this point in the history
  4. fix proto string

    Rob Russo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    fa2b80c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. implement pull through proxy

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    148fec2 View commit details
    Browse the repository at this point in the history
  2. update deps

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    948bde4 View commit details
    Browse the repository at this point in the history
  3. fix tail size

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    61c1daa View commit details
    Browse the repository at this point in the history
  4. fix function name

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    889085e View commit details
    Browse the repository at this point in the history
  5. debug url

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    da1307a View commit details
    Browse the repository at this point in the history
  6. fix url

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    91f8be7 View commit details
    Browse the repository at this point in the history
  7. debug

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    52e5fa8 View commit details
    Browse the repository at this point in the history
  8. change proxy config

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    d3b416c View commit details
    Browse the repository at this point in the history
  9. change config

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    eab75f0 View commit details
    Browse the repository at this point in the history
  10. add port and proto

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    8e51960 View commit details
    Browse the repository at this point in the history
  11. update example config

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0b416d3 View commit details
    Browse the repository at this point in the history
  12. remove extra uri

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    05fe9fe View commit details
    Browse the repository at this point in the history
  13. fix api uri

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    1a6a2bc View commit details
    Browse the repository at this point in the history
  14. fix var name

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    d64c56e View commit details
    Browse the repository at this point in the history
  15. add slave lookup

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    9425a44 View commit details
    Browse the repository at this point in the history
  16. find slave

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    70c2751 View commit details
    Browse the repository at this point in the history
  17. update function call

    Rob Russo committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    75f7fa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. update job

    Rob Russo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d4546d2 View commit details
    Browse the repository at this point in the history
  2. use self for params

    Rob Russo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b72d1cd View commit details
    Browse the repository at this point in the history
  3. merge params

    Rob Russo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e542740 View commit details
    Browse the repository at this point in the history
  4. fix jopb params

    Rob Russo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    ed2ea5b View commit details
    Browse the repository at this point in the history
  5. set poll interval config

    Rob Russo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    fdcc6f0 View commit details
    Browse the repository at this point in the history
  6. fix api name

    Rob Russo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    ea39f54 View commit details
    Browse the repository at this point in the history
  7. prevent duplicate log lines

    Rob Russo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6fcfed1 View commit details
    Browse the repository at this point in the history