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

Windows events #3246

Merged
merged 28 commits into from
Feb 2, 2021
Merged

Windows events #3246

merged 28 commits into from
Feb 2, 2021

Commits on Dec 20, 2020

  1. First commit for windows event targets.

    I had to add couple of new go modules and hook the windows log in.
    
    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    d2c8112 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    1f9cb05 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    042d22b View commit details
    Browse the repository at this point in the history
  2. nits

    cyriltovena committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    70204a3 View commit details
    Browse the repository at this point in the history
  3. adding documentation

    cyriltovena committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e639452 View commit details
    Browse the repository at this point in the history
  4. go tidy

    cyriltovena committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    a2487b7 View commit details
    Browse the repository at this point in the history
  5. go.mod fun

    cyriltovena committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    f4ceb9c View commit details
    Browse the repository at this point in the history
  6. lint windows

    cyriltovena committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    bc1245e View commit details
    Browse the repository at this point in the history
  7. nope

    cyriltovena committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    4c8f49c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    825ce3e View commit details
    Browse the repository at this point in the history
  9. don't lint forked package

    cyriltovena committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    afc5869 View commit details
    Browse the repository at this point in the history
  10. mod check

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    5c229be View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Update pkg/promtail/targets/windows/bookmark.go

    Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
    cyriltovena and owen-d authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    5062184 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Merge remote-tracking branch 'upstream/master' into windows_events

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    0722ed6 View commit details
    Browse the repository at this point in the history
  2. Use passed-in Prometheus registerer.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    83f0708 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
    cyriltovena and owen-d authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8ae11f3 View commit details
    Browse the repository at this point in the history
  4. testing out windows drone.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    2b39c7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dc2063 View commit details
    Browse the repository at this point in the history
  6. type exec.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    7b41ba1 View commit details
    Browse the repository at this point in the history
  7. docker image.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    23e1980 View commit details
    Browse the repository at this point in the history
  8. go/go.exe

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    24d9ef4 View commit details
    Browse the repository at this point in the history
  9. build windows on container.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    7043e1c View commit details
    Browse the repository at this point in the history
  10. trying another image.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    5aaf324 View commit details
    Browse the repository at this point in the history
  11. typo in image

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b2496a6 View commit details
    Browse the repository at this point in the history
  12. Fixed local timezone issue.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    6a76b8f View commit details
    Browse the repository at this point in the history
  13. Fix tests with timezone.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    2a8b211 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Fixes timezone tests.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    68dc467 View commit details
    Browse the repository at this point in the history
  2. Update logstash since the last image is not working anymore 🤷

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    c7f782b View commit details
    Browse the repository at this point in the history