Commit Graph

117 Commits

Author SHA1 Message Date
Daniel Dyla 27a8d4530c
chore: version 0.14.0 proposal (#1763) 2020-12-17 15:44:39 -05:00
Gerhard Stöbich 5701473fcb
chore: requires user to pass context to propagation APIs (#1734)
* chore: requires user to pass context to propagation APIs

At least for extract() using the current active context is often a bad
choice because usually a plugin wants to use an extracted span instead
the current active.

Change propagation APIs to require context as first argument instead of
using active context on default. This ensures that plugin developers
have to be explicit instead of relying on a potential wrong default.

* (chore) fix lint

* add test

* Adapt http instrumentation

* fix: update integration testserver
2020-12-14 16:21:15 +01:00
WhiteSource Renovate 0d06a52eed
chore(deps): update all non-major dependencies (#1716) 2020-12-11 17:18:05 +01:00
Bartlomiej Obecny 91612c4d5e
chore: moving plugin from api to core (#1715) 2020-12-08 14:27:02 +01:00
Daniel Dyla 86cbd6798f
chore: 0.13.0 proposal (#1718) 2020-12-04 16:14:05 -05:00
WhiteSource Renovate b22ca638ff
chore(deps): update dependency ts-mocha to v8 (#1639)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-12-02 11:50:12 -05:00
WhiteSource Renovate 6a55593cff
chore(deps): update all non-major dependencies (#1451) 2020-11-30 15:44:11 -05:00
Srikanth Chekuri dec432da6e
fix!: change status codes from grpc status codes (#1644)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-11-05 12:41:38 -05:00
Andrew 53d2b514e4
chore: eslint - fix unused vars warnings, add precommit lint - part 1 (#1636) 2020-11-02 13:33:59 -05:00
Daniel Dyla 956604eae0
feat: add keys operation to getter (#1576)
* feat: add keys operation to getter

* chore: lint

* chore: rename getter/setter to TextMapGetter/Setter

* chore: lint

* chore: use setter in fetch plugin

* chore: lint

* chore: remove logs
2020-10-19 17:09:30 -04:00
Bartlomiej Obecny 3f72613a36
chore: 0.12.0 proposal (#1592)
* chore: 0.12.0 proposal
2020-10-19 14:39:09 +02:00
Valentin Marchaud f731c65201
chore(http): remove `x-opentelemetry-outgoing-request` header #1547 (#1548) 2020-10-01 16:09:11 +02:00
WhiteSource Renovate 6eb157c669
chore(deps): update dependency ts-node to v9 (#1473) 2020-09-30 14:27:53 +02:00
Bartlomiej Obecny 15174c6647
0.11.0 proposal (#1481) 2020-09-01 21:13:24 +02:00
Reginald McDonald b2eedfb04d
feat: add ability to filter grpc methods (#1353)
Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-08-20 16:10:24 -04:00
WhiteSource Renovate f612922e8c
chore(deps): update all non-major dependencies (#1424) 2020-08-14 11:02:42 -04:00
WhiteSource Renovate 978506ce75
chore(deps): update all non-major dependencies (#1402) 2020-08-10 00:38:38 -07:00
Daniel Dyla b247e69034
chore: 0.10.2 proposal (#1382) 2020-08-03 19:16:43 -04:00
WhiteSource Renovate 0cde542dc8
chore(deps): update all non-major dependencies (#1371) 2020-07-31 11:09:42 -04:00
Daniel Dyla 03981e4299
chore: 0.10.1 release proposal (#1359) 2020-07-28 11:07:22 -04:00
Daniel Dyla ab62a4d69b
chore: 0.10.0 release proposal (#1345) 2020-07-27 16:48:06 -04:00
WhiteSource Renovate c14000bd85
chore(deps): update all non-major dependencies (#1348) 2020-07-24 11:01:39 -07:00
Mark Wolff e05655850b
feat(grpc-js): add @grpc/grpc-js plugin (#1201)
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-07-21 14:35:06 -07:00
WhiteSource Renovate 785442c500
chore(deps): update dependency @types/mocha to v8 (#1324)
Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>
2020-07-17 23:44:21 -07:00
Mark Wolff bd03c89b22
fix(grpc): camelCase methods can be double patched (#1289)
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-07-17 18:52:26 -07:00
WhiteSource Renovate 73fbbcb442
chore(deps): update all non-major dependencies (#1323) 2020-07-17 17:24:09 -04:00
WhiteSource Renovate cb753b6f1e
chore(deps): update all non-major dependencies (#1297)
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-07-11 17:56:06 -07:00
WhiteSource Renovate 643b97f9c4
chore(deps): update dependency @types/semver to v7.3.1 (#1245) 2020-06-25 17:07:38 -04:00
WhiteSource Renovate bff0b66186
chore(deps): update dependency @types/node to v14.0.14 (#1244) 2020-06-25 15:02:04 -04:00
Mark Wolff 153169af7d
fix(package.json): publish source maps (#1237)
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-06-24 09:57:24 -07:00
Mark Wolff 806eabd0bc
refactor: deprecate attribute.component (#1220)
* refactor: deprecate attribute.component

* fix(tests): shift test attribute indexes

Co-authored-by: Naseem <naseem@transit.app>
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-06-23 19:46:42 -07:00
Mayur Kale 904245f767
chore: 0.9.0 release proposal (#1208) 2020-06-18 14:20:29 -07:00
Mark Wolff 0596054d56
refactor(attributes): move enums to @opentelemetry/semantic-conventions (#1160) 2020-06-15 11:15:27 -07:00
Mark Wolff e9b2cf9aeb
refactor: remove copyright year from file headers (#1150) 2020-06-12 09:27:21 -04:00
Daniel Dyla 5ea7060d61
Combined dependency updates (#1180)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-10 14:47:57 -04:00
WhiteSource Renovate 28c276a013
chore(deps): update dependency node-pre-gyp to v0.15.0 (#1158) 2020-06-09 13:02:34 -07:00
WhiteSource Renovate a576f3a812
Pin dependencies (#1154) 2020-06-09 13:52:36 -04:00
Naseem e93a86633b
ci: lint markdown files (#1147)
* ci: add markdown linting

Signed-off-by: Naseem <naseem@transit.app>

* fix: lint markdown files

Signed-off-by: Naseem <naseem@transit.app>

* docs: add markdown lint configuration

Signed-off-by: Naseem <naseem@transit.app>

* docs: lint change log

Signed-off-by: Naseem <naseem@transit.app>
2020-06-08 15:29:21 -04:00
Shivkanya Andhare 478f074fb7
update nyc to 15.1.0 in all package.json file (#1140) 2020-06-03 13:35:23 -07:00
Daniel Dyla 65b5ba2d04
chore: 0.8.3 release proposal (#1122) 2020-05-28 16:13:08 -04:00
Daniel Dyla 3dd522322b
chore: update @types/node (#1110) 2020-05-27 12:22:26 -07:00
Bartlomiej Obecny cfcf38e452
chore: test build (#1107)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-05-26 16:45:56 -04:00
Daniel Dyla 7233a03a50
chore: 0.8.2 release proposal (#1092) 2020-05-21 15:18:17 -04:00
Olivier Albertini 05e7bb9c8f
fix(lint): move tslint to eslint (#892) 2020-05-20 20:42:17 -07:00
Daniel Dyla d808ea72e3
chore: 0.8.1 release proposal (#1054) 2020-05-18 15:24:09 -04:00
shivkanya9146 6aa8ed4f98
chore(deps): update dependency mocha and ts-mocha to v7 (#1047) 2020-05-12 13:27:25 -07:00
Mayur Kale 94f7c4f780
chore: 0.8.0 release proposal (#1046) 2020-05-12 09:33:34 -07:00
Bartlomiej Obecny 1dd3804df2
chore: fixing build (#1036) 2020-05-07 12:19:47 -07:00
Mark Wolff d246c54dfe
fix: add missing error status handler (#1005) 2020-05-01 14:07:08 -04:00
Daniel Dyla e4e71b8b49
Use global API instances (#943) 2020-04-28 20:21:51 -04:00