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

chore: remove htc #238

Open
wants to merge 184 commits into
base: main
Choose a base branch
from
Open

chore: remove htc #238

wants to merge 184 commits into from

Commits on Jul 8, 2020

  1. first commit

    aaron-steinfeld committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    4f854aa View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Configuration menu
    Copy the full SHA
    5a192b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1b296 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from hypertrace/upgrade-vuln-jetty

    fix: upgrade new jetty vulnerability
    aaron-steinfeld authored Jul 11, 2020
    Configuration menu
    Copy the full SHA
    cfc65de View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    e4eba84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from hypertrace/update-license

    chore: update to Apache 2.0 License
    tim-mwangi authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    409abe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    4be3ff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cdfa1c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from hypertrace/Upgrade_grpc_utils

    Upgrade grpcutils for 0.1.3 to support binary headers
    aaron-steinfeld authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    b51ad0b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    2a7ba8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from hypertrace/docker-plugin-upgrade

    chore: upgrade docker plugin
    aaron-steinfeld authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    eb5a40c View commit details
    Browse the repository at this point in the history
  3. ci: update codeowners

    aaron-steinfeld committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    d35cae0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Merge pull request #5 from hypertrace/update-codeowners

    ci: update codeowners
    aaron-steinfeld authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8dae216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c6f39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from hypertrace/update-docker-plugin-version

    ci: update docker plugin version
    aaron-steinfeld authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    2819e7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734760a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7 from hypertrace/add-groupability

    feat: expose groupability metadata on attributes
    aaron-steinfeld authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    40302e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    b62ab1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from hypertrace/upgrade-docker-plugin

    chore: upgrade docker plugin
    aaron-steinfeld authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d5a56c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Locks Java to 11

    Adrian Cole committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    06fddc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a4cad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from hypertrace/version-bumps

    fix: upgrade to non-vulernable grpc
    aaron-steinfeld authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    acd2bde View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Merge pull request #9 from hypertrace/lock-source

    Locks Java to 11
    adriancole authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    393e947 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. added id argument as a primitive string argument (#11)

    * added id argument as a primitive string argument
    
    * added deserialization for id argument
    skjindal93 authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    d083f32 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

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

Commits on Sep 4, 2020

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

Commits on Sep 9, 2020

  1. update serviceframework version (#14)

    * update servicegramework version
    
    * Fix Snyk errors
    samarth-gupta-traceable authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4ec17f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. fix: add support for string array attribute type (#15)

    * fix: add support for string array attribute type
    
    * add some unit tests
    
    * Change the expecteds to the types directly instead of creating Singles
    
    Co-authored-by: Aaron Steinfeld <[email protected]>
    
    * Need to add these to the batch commit
    
    Co-authored-by: Aaron Steinfeld <[email protected]>
    tim-mwangi and aaron-steinfeld authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    2ad528d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. chore: update platform service framework (#17)

    to fix snyk issue
    tim-mwangi authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c4d4d6b View commit details
    Browse the repository at this point in the history
  2. fix: NPE due to service name getter override (#18)

    First observed after updating platform service framework dependency
    tim-mwangi authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1f5700b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. chore: use gradle platforms to share versions (#16)

    * chore: example using gradle platforms to share versions
    
    * chore: move all versions to platform manifests
    
    * chore: share platform across all subprojects
    
    * chore: explicitly add platform for compileOnly
    aaron-steinfeld authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    fb69118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0da4f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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

Commits on Oct 22, 2020

  1. feat: add support for unknown scopes (#20)

    * feat: add support for unknown scopes
    
    * fix: remove external span string
    
    * chore: roll back gradle changes
    aaron-steinfeld authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    cdaf471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d5cf1b View commit details
    Browse the repository at this point in the history
  3. refactor: remove enum on responses in favor of string (#24)

    * refactor: remove enum on responses in favor of string
    
    replacing the enum on response objects with a string version is actually
    backwards compatible since both strings and enums come through in json
    as strings. the deprecation of the enum on the responses was an extra
    step that can be skipped.
    
    * refactor: mark scope as non null on metadata
    aaron-steinfeld authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1bb94a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b56839 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

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

Commits on Oct 28, 2020

  1. Adds Time Scalar (#26)

    Supports Time Scalar without Date such as 08:00.
    This is useful to specify schedule rather than a temporal date time.
    inespo authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    9bf8020 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

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

Commits on Oct 30, 2020

  1. Revert "Adds Time Scalar (#26)" (#31)

    This reverts commit 9bf8020.
    inespo authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    50398b9 View commit details
    Browse the repository at this point in the history
  2. feat: support dynamic id mappings (#30)

    this change allows id mappings to be added dynamically without
    explicitly listing them out in the guice module config. This is meant to
    unlock support for features like tenant-scoped entities and dynamically
    created entity types.
    aaron-steinfeld authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    9cffdc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

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

Commits on Nov 6, 2020

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

Commits on Nov 22, 2020

  1. fix: snyk ionetty vulberability warning (#34)

    Ignore it in .snyk file since there is no patch for it
    tim-mwangi authored Nov 22, 2020
    Configuration menu
    Copy the full SHA
    f62bc0b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

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

Commits on Dec 17, 2020

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

Commits on Dec 18, 2020

  1. fix(attribute-map): default attribute value treated as null (#37)

    * fix(attribute-map): default attribute value treated as empty object
    
    * ignore default value UNSET from attribute map
    skjindal93 authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b10a84f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

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

Commits on Dec 30, 2020

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

Commits on Jan 7, 2021

  1. ci: migrating to GitHub actions (#40)

    * migrating to GHA and removes CCI
    
    * removes CCI
    
    * addressed Aaron's comments
    JBAhire authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    d251177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    095b466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e6c0b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Updated gateway version (#43)

    Updated gateway version to use Metric baseline
    pavan-traceable authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    3c9f414 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Jan 17, 2021

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

Commits on Jan 22, 2021

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

Commits on Feb 2, 2021

  1. chore: update versions (#47)

    * chore: update versions
    
    * chore: update snyk expiration
    aaron-steinfeld authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    bfdbfe2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

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

Commits on Feb 12, 2021

  1. added support for not in operator (#49)

    * added support for not in operator
    
    * fix snyk
    
    * remove constraints block
    
    * update snyk id
    skjindal93 authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    39ab486 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Enforce style update vulns (#51)

    * style: add formatter and apply
    
    * chore: update dependencies to clean up vulns
    
    * refactor: move style plugin to apply to all java projects
    aaron-steinfeld authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8a03e41 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

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

Commits on Mar 18, 2021

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

Commits on Apr 9, 2021

  1. publish artifacts to hypertrace artifactory (#54)

    * publish artifacts to hypertrace artifactory
    
    * fix snyk failure
    
    * fix snyk failure
    ravisingal authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5ce7ad3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. feat: Mock Api for log event (#55)

    Rishabh authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f627973 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

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

Commits on Apr 23, 2021

  1. feat: Integrate with Gateway log api (#56)

    Rishabh authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    1e1c09e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

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

Commits on Apr 29, 2021

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

Commits on May 4, 2021

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

Commits on May 13, 2021

  1. feat: adds support for exporting spans in otlp format (#62)

    * feat: adds support for exporting spans in otlp format
    
    * refactor: addressed review comments and refactor a bit
    
    * feat: removed un-used protobuf plugin
    
    * chore: addressed missed review comments
    
    * refactor: removed the request scope argument from span request builder
    
    * fix: extending expiry date for IONETTY-1042268
    
    * test: adds the unit test for export span conversion
    
    * refactor the tags based method
    
    * chore: address few comments
    kotharironak authored May 13, 2021
    Configuration menu
    Copy the full SHA
    79c9a04 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

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

Commits on May 25, 2021

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

Commits on May 26, 2021

  1. feat: enhance export api with log event data (#64)

    * feat: enhance export api with log event data
    
    * chore: address spotless issue
    kotharironak authored May 26, 2021
    Configuration menu
    Copy the full SHA
    fdd2e96 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. fix: apply limit on span log fetch (#66)

    * fix: apply limit on span log fetch
    
    * chore: upgrade jetty
    aaron-steinfeld authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ae05224 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. refactor: deprecate graphql request context (#68)

    * refactor: deprecate graphql request context
    
    * refactor: migrated all usages in core
    aaron-steinfeld authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    5d48c7b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Gateway-Service Client Timeout Config (#70)

    * Added config for gateway gRPC client deadline
    
    * Spotless apply
    
    * Changed gateway-service client timeout unit to java.time.Duration and added fallback configuration
    suddendust authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2b889a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Attribute Service Client Configurable Timeout (#71)

    * Configurable timeouts for attribute and config service
    
    * Spotless apply
    
    * Refactored logic around default client timeout in case of missing config
    
    * .synk update expiry date
    
    * Reuse optionallyGet in the implementation of getTimeoutOrFallback
    suddendust authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    189b44f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

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

Commits on Aug 27, 2021

  1. Add labels config service as a dependency (#73)

    Co-authored-by: saxenakshitiz <[email protected]>
    saxenakshitiz and saxenakshitiz authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    7171477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1d5ff View commit details
    Browse the repository at this point in the history
  3. Upgrade gradle version (#74)

    Rishabh Singh authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    2edb271 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. refactor: use caching attribute client (#76)

    * refactor: use caching attribute client
    
    * chore: update snyk expiration
    
    * style: spotless
    aaron-steinfeld authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d941520 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

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

Commits on Sep 24, 2021

  1. Filter out internal attributes using the internal flag (#78)

    * filtered out attributes using the internal flag in the getAll method
    
    * corrected mistake in if condition
    
    * filtering out internal attributes
    
    * snyk-scan fix
    
    * same version for netty libs
    
    Co-authored-by: Ankit Choudhary <[email protected]>
    ankitchoudhary111 and Ankit Choudhary authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    f060ccc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

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

Commits on Sep 28, 2021

  1. Revert "Revert "Filter out internal attributes using the internal fla…

    …g"" (#80)
    
    * Revert "Revert "Filter out internal attributes using the internal flag (#78)" (#79)"
    
    This reverts commit c1bb407.
    
    * upgrade attribute service
    skjindal93 authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    2360aef View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    29f5405 View commit details
    Browse the repository at this point in the history
  2. feat: support internal attributes inside graphql (#81)

    * feat: support internal attributes inside graphql
    
    * ci: fix snyk and codecov
    aaron-steinfeld authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f50dca8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

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

Commits on Dec 1, 2021

  1. Add offsetTime Scalar to Typefunction (#84)

    Add offsetTime Scalar to Typefunction
    pavan-traceable authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    e91dff6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

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

Commits on Dec 18, 2021

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

Commits on Dec 27, 2021

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

Commits on Dec 29, 2021

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

Commits on Jan 7, 2022

  1. Attribute expressions (#91)

    * feat: add support for attribute expressions
    
    * feat: expression support in filter and sorting
    
    * refactor: move stuff around
    
    * refactor: more refactoring
    
    * chore: temp for testing integration
    
    * chore: more cleanup
    
    * chore: clenaup dependencies, fix tests
    aaron-steinfeld authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7be2e98 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. refactor: attribute association expression rename (#92)

    * refactor: attribute association expression rename
    
    * fix: vulnerable dependency
    aaron-steinfeld authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    43f084b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Feb 10, 2022

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

Commits on Apr 5, 2022

  1. Updated grpc version deps (#96)

    * Updated grpc version deps
    
    * updated jackson-databind
    
    * updated jackson-databind version
    
    * ignored ionetty vulnerability
    avinashkolluru authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a0d0a33 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on May 6, 2022

  1. ENG-17101: Support array types beyond string array in Literal convert…

    …er (#99)
    
    * ENG-17101: Support array types beyond string array in Literal converter
    suresh-prakash authored May 6, 2022
    Configuration menu
    Copy the full SHA
    49982fd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Support for GrpcChannelConfig in GrpcChannelRegistry (#100)

    * Support for GrpcChannelConfig in GrpcChannelRegistry
    suresh-prakash authored May 23, 2022
    Configuration menu
    Copy the full SHA
    74f3d81 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    3466f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b612df View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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

Commits on Jul 27, 2022

  1. refactor: use http service framework (#105)

    * refactor: use http service framework
    
    * chore: update http framework to released version
    aaron-steinfeld authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    25000d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. refactor: use container-provided channel registry (#106)

    * refactor: use container-provided channel registry
    
    * fix: update snyk ignore
    
    * ci: update test publish plugin
    aaron-steinfeld authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b3f39e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. refactor: add request id, change how registry is provided (#107)

    * refactor: add request id, change how registry is provided
    
    * test: update tests, style
    aaron-steinfeld authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    fd5b13d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. refactor: update jackson (#108)

    * refactor: update jackson
    
    * fix: data packages require version
    aaron-steinfeld authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    914fb0d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Sep 19, 2022

  1. feat: Add DISTINCT_ARRAY aggregation type (#110)

    * feat: add distinct aggregation
    
    * add DISTINCT_ARRAY operator
    
    * update attribute service
    SrikarMannepalli authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3584f91 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

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

Commits on Sep 28, 2022

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

Commits on Oct 3, 2022

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

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    8fc42ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    692e470 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. refactor: update grpc utils (#116)

    * refactor: update grpc utils
    
    * refactor: update commons text too
    aaron-steinfeld authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    41cfb34 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

Commits on Nov 10, 2022

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

Commits on Nov 24, 2022

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

Commits on Nov 30, 2022

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

Commits on Dec 9, 2022

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

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    683b5a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da2a3f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. fix | have distinct values in the id lookup table (#125)

    * making the immutable table to have distinct value
    aman-bansal authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    45ae555 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

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

Commits on Feb 3, 2023

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

Commits on Mar 2, 2023

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

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    7fd5a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e6cf0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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

Commits on Mar 28, 2023

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

Commits on Apr 12, 2023

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

Commits on Apr 17, 2023

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

Commits on Jun 19, 2023

  1. refactor: update vulnerabilities (#136)

    * refactor: update vulnerabilities
    
    * fix: move bom declaration
    aaron-steinfeld authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    eb6dc3e View commit details
    Browse the repository at this point in the history
  2. fix: update graphql java version (#137)

    * fix: update graphql java version
    
    * add suppression
    SrikarMannepalli authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7dec236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1549134 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Jul 13, 2023

  1. feat: adding consumer support for new traces/spans api (#140)

    * feat: adding consumer support for new traces/spans api
    
    * updated the spans result set
    
    * addressed the comments and updated gateway lib
    
    * fixed owas issue, need to extend supression
    kotharironak authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5a8d6d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 3, 2023

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

Commits on Aug 18, 2023

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

Commits on Sep 22, 2023

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

Commits on Oct 19, 2023

  1. chore: upgraded hypertrace grpc-utils version (#146)

    * chore: upgraded hypertrace grpc-utils version
    
    * Updated versions
    
    * Added suppressions
    singhalprerana authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    eee2612 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Bom (#147)

    * build: upgrade gradle, project accessors
    
    * ci: add gh workflow
    
    * refactor: initial locks, plugins
    
    * refactor: migrate to bom
    
    * build: update locks
    
    * ci: fix cron expression
    aaron-steinfeld authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6f68e95 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Update gradle locks (#149)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1e97a95 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Update gradle locks (#150)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    a4d5d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Nov 30, 2023

  1. fix: add support for deserializing zoned expressions (#153)

    * fix: add support for deserializing zoned expressions
    
    * chore: suppression update
    aaron-steinfeld authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6b980ed View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Update gradle locks (#154)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ed421c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. ci: update deps, suppressions (#156)

    * ci: update deps, suppressions
    
    * fix: add back grpc netty since this isn't grpc server
    aaron-steinfeld authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    50b0ff9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Update gradle locks (#157)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    11641e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Update gradle locks (#158)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    905727f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Update gradle locks (#159)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    39dc256 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Update gradle locks (#160)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    95d7ea8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Update gradle locks (#161)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    73a54c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Update gradle locks (#163)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    5998726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1597f9e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Feb 7, 2024

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

Commits on Feb 9, 2024

  1. Update gradle locks (#166)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6eae17a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update gradle locks (#167)

    Co-authored-by: sanket-mundra <[email protected]>
    hypertrace-ci-app[bot] and sanket-mundra authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c8de1d3 View commit details
    Browse the repository at this point in the history
  2. Update gradle locks (#168)

    Co-authored-by: sanket-mundra <[email protected]>
    hypertrace-ci-app[bot] and sanket-mundra authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    633404e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a357d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Update gradle locks (#170)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4420bc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 29, 2024

  1. Update gradle locks (#172)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    650d591 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 12, 2024

  1. Update gradle locks (#175)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3548c83 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on May 24, 2024

  1. Update gradle locks (#178)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored May 24, 2024
    Configuration menu
    Copy the full SHA
    d6b4b57 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. chore | Add SpanJoiner based on list of spanId (#177)

    * Add SpanJoiner based on list of spanId
    
    * Add SpanJoiner based on list of spanId
    
    * Revert "Add SpanJoiner based on list of spanId"
    
    This reverts commit 14ba29c0fb563feff85f57f21d6570f3695276b3.
    
    * Revert "Add SpanJoiner based on list of spanId"
    
    This reverts commit 8e9dfae7b3262cbe18933851e10d2633a2a49c2a.
    
    * Add SpanJoiner based on list of spanId
    
    * Resolve PR reviews
    
    * Resolve PR reviews
    AnandShivansh authored May 30, 2024
    Configuration menu
    Copy the full SHA
    89ab3a0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Update gradle locks (#179)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored May 31, 2024
    Configuration menu
    Copy the full SHA
    4202d01 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. chore | Add support for providing filters in spanJoiner (#181)

    * Add support for providing filters in spanJoiner
    
    * Resolve PR reviews
    AnandShivansh authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    36bd206 View commit details
    Browse the repository at this point in the history
  2. Update gradle locks (#182)

    Co-authored-by: aaron-steinfeld <[email protected]>
    hypertrace-ci-app[bot] and aaron-steinfeld authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4501770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15da6ec View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    37ecebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3931395 View commit details
    Browse the repository at this point in the history