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

Generate fields.yml using Mage #7670

Merged
merged 2 commits into from
Jul 24, 2018

Commits on Jul 21, 2018

  1. Generate fields.yml using Mage

    Make will now delegate to mage for generating fields.yml. Make will check if the mage command exists and go install it if not. The FIELDS_FILE_PATH make variable is not longer used because the path(s) are specified in magefile.go.
    
    This allows fields.yml to be generated on Windows using Mage. The CI scripts for Windows have been updated so that fields.yml is generated for all Beats during testing.
    
    This also adds a make.bat in each directory where building occurs to give Windows
    users a starting point.
    
    Some fixes were made to the generators because:
    - rsync was excluding important source files contained in a directory
      named "build"
    - the generated project needed to be `git init` before running certain
      magefile targets that detect project's root dir and import path.
    andrewkroh committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    4905640 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Remove debugging commands

    andrewkroh committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    56f265c View commit details
    Browse the repository at this point in the history