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

Stop using mage:import in custom beats #14162

Merged
merged 3 commits into from
Oct 22, 2019

Commits on Oct 21, 2019

  1. Stop using mage:import in custom beats

    mage:import doesn't take into account vendorized dependencies, this is a
    problen for custom beats, because by default they have libbeat as a
    vendorized dependency. The solution would be to use go modules, but in
    the meantime lets remove the use of mage:import from the magefiles
    intended to be used by custom beats.
    jsoriano committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    08e3c18 View commit details
    Browse the repository at this point in the history
  2. Add target for go tests

    jsoriano committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    53e743f View commit details
    Browse the repository at this point in the history
  3. Add build targets

    jsoriano committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    ddcab97 View commit details
    Browse the repository at this point in the history