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

refact acquisition: build profiles (optionally exclude datasources from final binary) #3217

Merged
merged 12 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    20ee29b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49cb2d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b72fda2 View commit details
    Browse the repository at this point in the history
  4. build profiles

    example
    
    $ make BUILD_PROFILE=minimal
    
    or
    
    $ make EXCLUDE=datasource_s3,datasource_kinesis
    mmetc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ed36912 View commit details
    Browse the repository at this point in the history
  5. oops

    mmetc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    dbff41d View commit details
    Browse the repository at this point in the history
  6. remove extra parens

    mmetc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a3d11da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8981bec View commit details
    Browse the repository at this point in the history
  8. CI: build profile/minimal

    mmetc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    717131b View commit details
    Browse the repository at this point in the history
  9. appsec_stub.go

    mmetc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ed771b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6572683 View commit details
    Browse the repository at this point in the history
  11. fix unit tests

    mmetc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7a14b63 View commit details
    Browse the repository at this point in the history
  12. lint

    mmetc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    79cc22a View commit details
    Browse the repository at this point in the history