Skip to content
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: aws/aws-xray-sdk-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: aws/aws-xray-sdk-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 14 commits
  • 22 files changed
  • 8 contributors

Commits on Jun 25, 2020

  1. Fix typo (Metdata -> Metadata) (#239)

    * Fix typo (Metdata -> Metadata)
    
    * Keep metadata struct as private
    
    * Keep Metdata for backward compatibility
    
    * Fix name conflict
    
    * According to Deprecated comment convention
    
    * Fix grammar
    aereal authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    4c659a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    aa6a33f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    5463140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74bd93d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Fix xray.BeginSegment to honor sampling rule (#244)

    * Fix xray.BeginSegment to honor sampling rule
    
    Fixes #242
    
    * Fix bug with tests use range scoped variable
    
    * Revert changes to sampling strategy to omit empty check
    
    Per
    #244 (comment)
    these changes require further consideration from the AWS team.
    
    * Clarify xray.BeginSegment note
    kevioke authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    17f8b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0618c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Merge pull request #245 from bhautikpip/go_runtime_key

    Added runtime and runtime_version key
    shengxil authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    4137269 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Added IGNORE_ERROR mode for context missing strategy (#253)

    * Added IGNORE_ERROR mode for context missing strategy
    
    * Addressed reviewdog comments
    
    * Added test
    bhautikpip authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    95821db View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Create sampleapps.yml

    Build ecr image whenever there is a change for go sdk or sample apps.
    JohnWu20 authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e395df1 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    c996b9c View commit details
    Browse the repository at this point in the history
  2. Add go sample app and github actions to build docker image (#261)

    * add xray go sample
    
    * delete mysql part because mysql driver doesn't support for go 1.9
    
    * delete mysql part because mysql driver doesn't support for go 1.9
    
    * Add copyRight and correct the typo
    
    * delete the / to meet the test template
    
    * Add LICENSE file and change the License header
    
    * test workflow
    
    * test workflow
    
    * fix it
    
    * fix it
    
    * fix it
    
    * fix it
    
    * fix it
    
    * fix it
    
    * ECR login
    
    * aws config and ECR login
    
    * aws config and ECR login
    
    * aws config and ECR login
    
    * aws config and ECR login
    
    * aws config and ECR login
    
    * test ecr
    
    * fix docker file
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * update ecr publish workflow, sample app and minor change
    
    * removed travis test and added workflow badge
    
    Co-authored-by: Bhautik Pipaliya <[email protected]>
    Co-authored-by: bhautikpip <[email protected]>
    3 people authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    60d8de2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Integration test (#270)

    * Added sample apps code
    
    * Added terraform and Github workflow
    
    * remove test yml file and modified copy command
    
    * Added rsync command for copy
    
    * modified path
    
    * Added go env and modified workflow
    
    * Added testing and resouce tear down
    
    * syntax fix
    
    * modified description
    
    * minor changes
    
    * Added test.yml file
    
    * Modified workflow to work with test framework
    
    * fix issue
    
    * fix bug
    
    * fix test case issue
    
    * Added s3 list buckets
    
    * removed sample app dir
    
    * minor changes to integ test workflow
    
    * added replace to deploy on eb
    
    * added region to app and minor workflow fix
    
    * fix workflow error
    
    * modified ecr workflow to point to local module
    bhautikpip authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    eed2b30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59038a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Release v1.2.0 (#272)

    * Added sample apps code
    
    * Added terraform and Github workflow
    
    * remove test yml file and modified copy command
    
    * Added rsync command for copy
    
    * modified path
    
    * Added go env and modified workflow
    
    * Added testing and resouce tear down
    
    * syntax fix
    
    * modified description
    
    * minor changes
    
    * Added test.yml file
    
    * Modified workflow to work with test framework
    
    * fix issue
    
    * fix bug
    
    * fix test case issue
    
    * Added s3 list buckets
    
    * removed sample app dir
    
    * minor changes to integ test workflow
    
    * added replace to deploy on eb
    
    * added region to app and minor workflow fix
    
    * fix workflow error
    
    * modified ecr workflow to point to local module
    
    * prepare for release v1.2.0
    
    * Updated release date
    
    * minor change
    bhautikpip authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1ef5601 View commit details
    Browse the repository at this point in the history
Loading