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

Add systemd socket listener activation #95

Merged

Commits on Jun 5, 2022

  1. add systemd socket listener activation

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Jun 5, 2022
    Copy the full SHA
    07c7e71 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. allow listening on multiple listeners

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Aug 20, 2022
    Copy the full SHA
    24b6ef7 View commit details
    Browse the repository at this point in the history
  2. use flag struct, support multiple port listeners, support activated s…

    …ystemd listeners, move listener flags implementation from exporter to toolkit
    
    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Aug 20, 2022
    Copy the full SHA
    1a788e5 View commit details
    Browse the repository at this point in the history
  3. new flags formatting and update tests

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Aug 20, 2022
    Copy the full SHA
    b61e0b9 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into DaAwesomeP-system…

    …d-socket-activation
    
    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Aug 20, 2022
    Copy the full SHA
    9b8c633 View commit details
    Browse the repository at this point in the history
  5. Address listener flag be more explicit that is repeatable

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Aug 20, 2022
    Copy the full SHA
    1b4cfc0 View commit details
    Browse the repository at this point in the history
  6. Add sync dep for errgroup

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Aug 20, 2022
    Copy the full SHA
    67d1deb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. fix lint

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Aug 23, 2022
    Copy the full SHA
    d771011 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. move flag struct to remove dependency on kingpinflag

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Sep 14, 2022
    Copy the full SHA
    888e3dd View commit details
    Browse the repository at this point in the history
  2. Flag struct add linux only note to socket activation

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Sep 14, 2022
    Copy the full SHA
    379c4b4 View commit details
    Browse the repository at this point in the history
  3. AddFlags only show systemd socket option on Linux

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Sep 14, 2022
    Copy the full SHA
    8ce2a7b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. AddFlags make default port configurable

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Sep 15, 2022
    Copy the full SHA
    75fc996 View commit details
    Browse the repository at this point in the history
  2. AddFlags defaultAddress instead of defaultPort

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Sep 15, 2022
    Copy the full SHA
    d40c346 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. rename FlagStruct to FlagConfig

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Sep 16, 2022
    Copy the full SHA
    9a52603 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Sep 16, 2022
    Copy the full SHA
    65006b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. FlagConfig fix failing test

    Signed-off-by: Perry Naseck <git@perrynaseck.com>
    DaAwesomeP committed Sep 21, 2022
    Copy the full SHA
    864ade2 View commit details
    Browse the repository at this point in the history