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

Migrate to Go modules #3418

Merged
merged 15 commits into from
Mar 10, 2020
Merged

Migrate to Go modules #3418

merged 15 commits into from
Mar 10, 2020

Commits on Mar 7, 2020

  1. Remove vendor and _beats

    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    9ff7364 View commit details
    Browse the repository at this point in the history
  2. Fork generate_notice.py

    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    bafb642 View commit details
    Browse the repository at this point in the history
  3. Use modules

    - Add go.mod
    - Add tools.go for tracking build/test tools in go.mod
    - Update Makefile to use go.mod, instead of vendor
    - Update beats imports to use "beats/v7"
    - Update cespare/xxhash to use "xxhash/v2"
    - Copy reviewdog.yml from beats
    - Copy build scripts from beats/dev-tools
    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    a3f799f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e115c0 View commit details
    Browse the repository at this point in the history
  5. validation: staticcheck tidy-up

    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    88ad86a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    412ab09 View commit details
    Browse the repository at this point in the history
  7. docker-compose: various changes for modules

    - Modify "update-beats" target to rsync libbeat/testing/environments
      into apm-server/testing/environments. We could alternatively just
      go our own way, but this is fairly easy to maintain for now.
    
    - Update tests/Dockerfile to remove GOPATH, and prime the container
      with the module dependencies by copying in "go.mod" and running
      "go mod download".
    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    c2da7ef View commit details
    Browse the repository at this point in the history
  8. elasticsearch: fix test

    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    7c20a1a View commit details
    Browse the repository at this point in the history
  9. Update beats framework to 9718fa246a26

    Handle libbeat/common/transport moves.
    
    Closes elastic#3416
    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    b3f8886 View commit details
    Browse the repository at this point in the history
  10. Update beats framework to bbf9d6697f4a

    Crossbuild fixes.
    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    9d773c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b346d3 View commit details
    Browse the repository at this point in the history
  12. Update README

    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    7d6abaf View commit details
    Browse the repository at this point in the history
  13. fix-mod

    axw committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    7615d0b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    69485c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5f74d View commit details
    Browse the repository at this point in the history