Commit Graph

4 Commits

Author SHA1 Message Date
Mark Wolff e9b2cf9aeb
refactor: remove copyright year from file headers (#1150) 2020-06-12 09:27:21 -04:00
Gerhard Stöbich 274b05f537
fix: allow multi tenant vendor keys in TraceState (#781)
* fix: allow multi tenant vendor keys in TraceState

Improve checking of TraceState keys to allow '@' char used in multi tenant vendor scenarios.

See https://www.w3.org/TR/trace-context/#key for details

* chore: update jsdoc, use single RegEx

* chore: fix regex
2020-02-13 11:38:56 -08:00
Mayur Kale b1255217a6
feat: tslint rules for license headers (#258) 2019-09-13 15:20:53 -07:00
Mayur Kale cd14d36dd9
TraceState: Add validators (#88)
* Add validators

* Use Regex for key and add more tests

* Use Regex for value

* Use simplified regex, add more tests
2019-07-15 09:51:26 -07:00