Skip to content
This repository was archived by the owner on Aug 30, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/datadog-trace-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.3.0
Choose a base ref
...
head repository: DataDog/datadog-trace-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.3.1
Choose a head ref
  • 7 commits
  • 43 files changed
  • 1 contributor

Commits on Jun 26, 2018

  1. build: make build fail on linting errors. (#436)

    This makes `golint` use exit status 1 when linting errors are found. It
    also fixes any already-existing linting errors.
    gbbr committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    8aad1f7 View commit details
    Browse the repository at this point in the history
  2. model: remove dead code (#441)

    gbbr committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    ec1da5c View commit details
    Browse the repository at this point in the history
  3. cmd/trace-agent: default to YAML config (#435)

    * cmd/trace-agent: refactor config and default to yaml (with fallback)
    
    This change marks the INI configuration as deprecated and defaults the
    trace agent configuration to the YAML one. It also removes the
    previously deprecated `-ddconfig` flag (in version 5).
    
    * cmd/trace-agent: minimize init() functions and factor out shared flags.
    * fallback to legacy config if it's the only option
    * osutil, flags: add new packages to separate concerns.
    * config: improve config package.
    * move env constants to merge_env.go
    gbbr committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    8684f75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a4139f View commit details
    Browse the repository at this point in the history
  5. quantizer: allow variable assignments in SQL queries (#437)

    * quantizer: allow variable assignments in SQL queries
    
    This change alters the tokenizer to allow ":=" assignments in SELECT
    parameters, treating them as regular assignments. Previously this would
    cause the parser to return an error and fail to tokenize the query.
    
    * quantizer: no space between ":" and "="
    gbbr committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    12db224 View commit details
    Browse the repository at this point in the history
  6. Makefile: add 'binaries' command to help release pre-compiled binarie…

    …s. (#442)
    
    * Makefile: add 'binaries' command to help release pre-compiled binaries.
    
    * Makefile: checkout and build binaries from V
    
    * README: update binary name
    gbbr committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    2fa96fa View commit details
    Browse the repository at this point in the history
  7. config: add "connection_limit" option to yaml config (#443)

    This adds the `connection_limit` configuration option to the yaml
    configuration `apm_config` section to match the `ini` settings.
    gbbr committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    2f7fb97 View commit details
    Browse the repository at this point in the history
Loading