Commit 6caa218
committed
Squashed commit of the following:
commit daf5091
Author: WenTao Ou <admin@owent.net>
Date: Fri Jun 17 14:49:27 2022 +0800
Implement open-telemetry/opentelemetry-specification#2452 (open-telemetry#1456)
* install sdk config (open-telemetry#1273)
* Bump actions/cache from 2 to 3 (open-telemetry#1277)
* Add owent as an Approver (open-telemetry#1276)
* add owent as reviewer
* fix order
* Disable benchmark action failure (open-telemetry#1284)
* metrics exemplar round 1 (open-telemetry#1264)
* [Metrics SDK] - fix spelling (AggregationTemporarily to AggregationTemporality) (open-telemetry#1288)
* fix compilation error with protobuf 3.5 (open-telemetry#1289)
* Fix span SetAttribute crash (open-telemetry#1283)
* Synchronous Metric collection (Delta , Cumulative) (open-telemetry#1265)
* Rename `http_client_curl` to `opentelemetry_http_client_curl` (open-telemetry#1301)
Signed-off-by: owent <admin@owent.net>
* Don't show coverage annotation for pull requests (open-telemetry#1304)
* Implement periodic exporting metric reader (open-telemetry#1286)
* Add `async-changes` branch to pull_request of github action (open-telemetry#1309)
Signed-off-by: owent <admin@owent.net>
* Add InstrumentationInfo and Resource to the metrics data to be exported. (open-telemetry#1299)
* Excempt should be applied on issue instead of PR (open-telemetry#1316)
* Bump codecov/codecov-action from 2.1.0 to 3 (open-telemetry#1318)
* Move public definitions into `opentelemetry_api`. (open-telemetry#1314)
Signed-off-by: owent <admin@owent.net>
* Add building test without RTTI (open-telemetry#1294)
* Remove implicitly deleted default constructor (open-telemetry#1267)
Co-authored-by: Tom Tan <Tom.Tan@microsoft.com>
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* [ETW Exporter] - ETW provider handle cleanup (open-telemetry#1322)
* Bump actions/stale from 4 to 5 (open-telemetry#1323)
* ostream metrics example (open-telemetry#1312)
* Prepare v1.3.0 release (open-telemetry#1324)
* Update yield logic for ARM processor (open-telemetry#1325)
* Fix for open-telemetry#1292 (open-telemetry#1326)
* Implement Merge and Diff operation for Histogram Aggregation (open-telemetry#1303)
* fix metrics compiler warnings (open-telemetry#1328)
* Replace deprecated googletest API (open-telemetry#1327)
* Remove redundant tail / in CMake install (open-telemetry#1329)
* dependencies image as artifact (open-telemetry#1333)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* metrics histogram example (open-telemetry#1330)
* Link `opentelemetry_ext` with `opentelemetry_api` (open-telemetry#1336)
* ostream metrics cmake (open-telemetry#1344)
* prometheus exporter (open-telemetry#1331)
* remove exporter registration to meter provider (open-telemetry#1350)
* Bump github/codeql-action from 1 to 2 (open-telemetry#1351)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add explicit type cast in baggage UrlDecode (open-telemetry#1353)
* Fix scalar delete against array (open-telemetry#1356)
* conditional include for codecvt header (open-telemetry#1355)
* Add missing include guard (open-telemetry#1357)
* Use latest TraceLoggingDynamic.h (open-telemetry#1354)
* prometheus example (open-telemetry#1332)
* Fix output time in metrics OStream exporter (open-telemetry#1346)
* Simplify SDK Configuration: Use View with default aggregation if no matching View is configured (open-telemetry#1358)
* Fix class member initialization order (open-telemetry#1360)
* codecov ignore (open-telemetry#1364)
* export opentelemetry_otlp_recordable (open-telemetry#1365)
* Disable test on prometheus-cpp which not need (open-telemetry#1363)
* Enable metric collection for Async Instruments - Delta and Cumulative (open-telemetry#1334)
* fix baggage propagation for empty/invalid baggage context (open-telemetry#1367)
* Fix empty tracestate header propagation (open-telemetry#1373)
* Bump docker/setup-qemu-action from 1 to 2 (open-telemetry#1375)
* Add noexcept/const qualifier at missing places for Trace API. (open-telemetry#1374)
* fix noxcept
* fix etw
* Bump docker/build-push-action from 2 to 3 (open-telemetry#1377)
* Bump docker/setup-buildx-action from 1 to 2 (open-telemetry#1376)
* [Metrics SDK] Remove un-necessary files. (open-telemetry#1379)
* reuse temporal metric storage for sync storage (open-telemetry#1369)
* Prometheus exporter meters and instrument name (open-telemetry#1378)
* Fix sharing resource in batched exported spans (open-telemetry#1386)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* fix: missing link to nlohmann_json (open-telemetry#1390)
* Getting started document using ostream exporter (open-telemetry#1394)
Co-authored-by: Reiley Yang <reyang@microsoft.com>
* Connect async storage with async instruments (open-telemetry#1388)
* get span_id from context when Logger::Log received invalid span_id (open-telemetry#1398)
* Alpine image (open-telemetry#1382)
* Upgrade proto to v0.17.0, update log data model (open-telemetry#1383)
* Prepare v1.4.0 release (open-telemetry#1404)
* Fix vcpkg package name in doc (open-telemetry#1392)
* Document Getting Started with Prometheus and Grafana (open-telemetry#1396)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* fix OTEL_INTERNAL_LOG_INFO (open-telemetry#1407)
* fix: WaitOnSocket select error when sockfd above FD_SETSIZE (open-telemetry#1410)
* [BUILD] fix nlohmann_json's (third party) include dir (open-telemetry#1415)
* [Metrics API/SDK] - Pass state to async callback function. (open-telemetry#1408)
* Copy string_view passed to ETW exporter in PropertyVariant (open-telemetry#1425)
* Fix ETW log exporter header inclusion (open-telemetry#1426)
* [Metrics SDK] Only record non-negative / finite / Non-NAN histogram values (open-telemetry#1427)
* validate histogram value
* handle Nan
* add changelog
* divide by 0 error on windows
* fix markdown lint
* Fix global log handle symbols when using dlopen (open-telemetry#1420)
* Add attributes/dimensions to metrics ostream exporter (open-telemetry#1400)
* Log current timestamp instead of epoch time (open-telemetry#1434)
* install sdk-config.h (open-telemetry#1419)
* Fix GettingStarted documentation for Jaeger HTTP exporter (open-telemetry#1347) (open-telemetry#1439)
* fix histogram (open-telemetry#1440)
* Upgrade nlohmann_json to 3.10.5 (open-telemetry#1438) (open-telemetry#1441)
* Fixed broken link to OpenTelemetry.io (open-telemetry#1445) (open-telemetry#1446)
* Fix variables inizialization (open-telemetry#1430)
* Remove `AsyncBatch*Processor`, implement [opentelemetry-specification#2452](open-telemetry/opentelemetry-specification#2452)
Signed-off-by: WenTao Ou <admin@owent.net>
* Remove invalid changelog
Signed-off-by: WenTao Ou <admin@owent.net>
* Fix compiling problems without `ENABLE_ASYNC_EXPORT`
Signed-off-by: WenTao Ou <admin@owent.net>
* Always return `ExportResult::kSuccess`
Signed-off-by: WenTao Ou <admin@owent.net>
Co-authored-by: Ehsan Saei <71217171+esigo@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
Co-authored-by: Tom Tan <Tom.Tan@microsoft.com>
Co-authored-by: Ben Landrum <71329856+benlandrum@users.noreply.github.com>
Co-authored-by: jmanjon <67091862+juandemanjon@users.noreply.github.com>
Co-authored-by: Zsolt Bölöny <bolony.zsolt@gmail.com>
Co-authored-by: Leo Di Donato <leodidonato@gmail.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Lalit Kumar Bhasin <labhas@microsoft.com>
Co-authored-by: Hamed Mansouri <hamed0381@gmail.com>
Co-authored-by: ztao <t@taozj.org>
Co-authored-by: Flier Lu <flier@users.noreply.github.com>
Co-authored-by: Marc Alff <marc.alff@free.fr>
Co-authored-by: Marc Alff <marc.alff@oracle.com>
Co-authored-by: univisionsrl <31103417+univisionsrl@users.noreply.github.com>
commit f357102
Author: WenTao Ou <admin@owent.net>
Date: Wed Jun 15 22:40:39 2022 +0800
Merge main into async changes (open-telemetry#1451)
* install sdk config (open-telemetry#1273)
* Bump actions/cache from 2 to 3 (open-telemetry#1277)
* Add owent as an Approver (open-telemetry#1276)
* add owent as reviewer
* fix order
* Disable benchmark action failure (open-telemetry#1284)
* metrics exemplar round 1 (open-telemetry#1264)
* [Metrics SDK] - fix spelling (AggregationTemporarily to AggregationTemporality) (open-telemetry#1288)
* fix compilation error with protobuf 3.5 (open-telemetry#1289)
* Fix span SetAttribute crash (open-telemetry#1283)
* Synchronous Metric collection (Delta , Cumulative) (open-telemetry#1265)
* Rename `http_client_curl` to `opentelemetry_http_client_curl` (open-telemetry#1301)
Signed-off-by: owent <admin@owent.net>
* Don't show coverage annotation for pull requests (open-telemetry#1304)
* Implement periodic exporting metric reader (open-telemetry#1286)
* Add `async-changes` branch to pull_request of github action (open-telemetry#1309)
Signed-off-by: owent <admin@owent.net>
* Add InstrumentationInfo and Resource to the metrics data to be exported. (open-telemetry#1299)
* Excempt should be applied on issue instead of PR (open-telemetry#1316)
* Bump codecov/codecov-action from 2.1.0 to 3 (open-telemetry#1318)
* Move public definitions into `opentelemetry_api`. (open-telemetry#1314)
Signed-off-by: owent <admin@owent.net>
* Add building test without RTTI (open-telemetry#1294)
* Remove implicitly deleted default constructor (open-telemetry#1267)
Co-authored-by: Tom Tan <Tom.Tan@microsoft.com>
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* [ETW Exporter] - ETW provider handle cleanup (open-telemetry#1322)
* Bump actions/stale from 4 to 5 (open-telemetry#1323)
* ostream metrics example (open-telemetry#1312)
* Prepare v1.3.0 release (open-telemetry#1324)
* Update yield logic for ARM processor (open-telemetry#1325)
* Fix for open-telemetry#1292 (open-telemetry#1326)
* Implement Merge and Diff operation for Histogram Aggregation (open-telemetry#1303)
* fix metrics compiler warnings (open-telemetry#1328)
* Replace deprecated googletest API (open-telemetry#1327)
* Remove redundant tail / in CMake install (open-telemetry#1329)
* dependencies image as artifact (open-telemetry#1333)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* metrics histogram example (open-telemetry#1330)
* Link `opentelemetry_ext` with `opentelemetry_api` (open-telemetry#1336)
* ostream metrics cmake (open-telemetry#1344)
* prometheus exporter (open-telemetry#1331)
* remove exporter registration to meter provider (open-telemetry#1350)
* Bump github/codeql-action from 1 to 2 (open-telemetry#1351)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add explicit type cast in baggage UrlDecode (open-telemetry#1353)
* Fix scalar delete against array (open-telemetry#1356)
* conditional include for codecvt header (open-telemetry#1355)
* Add missing include guard (open-telemetry#1357)
* Use latest TraceLoggingDynamic.h (open-telemetry#1354)
* prometheus example (open-telemetry#1332)
* Fix output time in metrics OStream exporter (open-telemetry#1346)
* Simplify SDK Configuration: Use View with default aggregation if no matching View is configured (open-telemetry#1358)
* Fix class member initialization order (open-telemetry#1360)
* codecov ignore (open-telemetry#1364)
* export opentelemetry_otlp_recordable (open-telemetry#1365)
* Disable test on prometheus-cpp which not need (open-telemetry#1363)
* Enable metric collection for Async Instruments - Delta and Cumulative (open-telemetry#1334)
* fix baggage propagation for empty/invalid baggage context (open-telemetry#1367)
* Fix empty tracestate header propagation (open-telemetry#1373)
* Bump docker/setup-qemu-action from 1 to 2 (open-telemetry#1375)
* Add noexcept/const qualifier at missing places for Trace API. (open-telemetry#1374)
* fix noxcept
* fix etw
* Bump docker/build-push-action from 2 to 3 (open-telemetry#1377)
* Bump docker/setup-buildx-action from 1 to 2 (open-telemetry#1376)
* [Metrics SDK] Remove un-necessary files. (open-telemetry#1379)
* reuse temporal metric storage for sync storage (open-telemetry#1369)
* Prometheus exporter meters and instrument name (open-telemetry#1378)
* Fix sharing resource in batched exported spans (open-telemetry#1386)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* fix: missing link to nlohmann_json (open-telemetry#1390)
* Getting started document using ostream exporter (open-telemetry#1394)
Co-authored-by: Reiley Yang <reyang@microsoft.com>
* Connect async storage with async instruments (open-telemetry#1388)
* get span_id from context when Logger::Log received invalid span_id (open-telemetry#1398)
* Alpine image (open-telemetry#1382)
* Upgrade proto to v0.17.0, update log data model (open-telemetry#1383)
* Prepare v1.4.0 release (open-telemetry#1404)
* Fix vcpkg package name in doc (open-telemetry#1392)
* Document Getting Started with Prometheus and Grafana (open-telemetry#1396)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* fix OTEL_INTERNAL_LOG_INFO (open-telemetry#1407)
* fix: WaitOnSocket select error when sockfd above FD_SETSIZE (open-telemetry#1410)
* [BUILD] fix nlohmann_json's (third party) include dir (open-telemetry#1415)
* [Metrics API/SDK] - Pass state to async callback function. (open-telemetry#1408)
* Copy string_view passed to ETW exporter in PropertyVariant (open-telemetry#1425)
* Fix ETW log exporter header inclusion (open-telemetry#1426)
* [Metrics SDK] Only record non-negative / finite / Non-NAN histogram values (open-telemetry#1427)
* validate histogram value
* handle Nan
* add changelog
* divide by 0 error on windows
* fix markdown lint
* Fix global log handle symbols when using dlopen (open-telemetry#1420)
* Add attributes/dimensions to metrics ostream exporter (open-telemetry#1400)
* Log current timestamp instead of epoch time (open-telemetry#1434)
* install sdk-config.h (open-telemetry#1419)
* Fix GettingStarted documentation for Jaeger HTTP exporter (open-telemetry#1347) (open-telemetry#1439)
* fix histogram (open-telemetry#1440)
* Upgrade nlohmann_json to 3.10.5 (open-telemetry#1438) (open-telemetry#1441)
* Fixed broken link to OpenTelemetry.io (open-telemetry#1445) (open-telemetry#1446)
Co-authored-by: Ehsan Saei <71217171+esigo@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
Co-authored-by: Tom Tan <Tom.Tan@microsoft.com>
Co-authored-by: Ben Landrum <71329856+benlandrum@users.noreply.github.com>
Co-authored-by: jmanjon <67091862+juandemanjon@users.noreply.github.com>
Co-authored-by: Zsolt Bölöny <bolony.zsolt@gmail.com>
Co-authored-by: Leo Di Donato <leodidonato@gmail.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Lalit Kumar Bhasin <labhas@microsoft.com>
Co-authored-by: Hamed Mansouri <hamed0381@gmail.com>
Co-authored-by: ztao <t@taozj.org>
Co-authored-by: Flier Lu <flier@users.noreply.github.com>
Co-authored-by: Marc Alff <marc.alff@free.fr>
Co-authored-by: Marc Alff <marc.alff@oracle.com>
commit d7b03e8
Author: WenTao Ou <admin@owent.net>
Date: Fri May 20 13:25:24 2022 +0800
Merge main into async changes (open-telemetry#1411)
commit 0aebd6e
Author: WenTao Ou <admin@owent.net>
Date: Mon May 16 23:26:41 2022 +0800
Merge main into async changes (open-telemetry#1395)
commit 08a12b5
Author: WenTao Ou <admin@owent.net>
Date: Thu May 12 00:51:48 2022 +0800
Cocurrency otlp http session (open-telemetry#1317)
commit c614258
Author: DEBAJIT DAS <85024550+DebajitDas@users.noreply.github.com>
Date: Wed May 4 22:55:20 2022 +0530
Added max async export support using separate AsyncBatchSpan/LogProcessor (open-telemetry#1306)
commit 465158c
Author: WenTao Ou <admin@owent.net>
Date: Mon Apr 25 23:48:02 2022 +0800
Merge `main` into `async-changes` (open-telemetry#1348)
* install sdk config (open-telemetry#1273)
* Bump actions/cache from 2 to 3 (open-telemetry#1277)
* Add owent as an Approver (open-telemetry#1276)
* add owent as reviewer
* fix order
* Disable benchmark action failure (open-telemetry#1284)
* metrics exemplar round 1 (open-telemetry#1264)
* [Metrics SDK] - fix spelling (AggregationTemporarily to AggregationTemporality) (open-telemetry#1288)
* fix compilation error with protobuf 3.5 (open-telemetry#1289)
* Fix span SetAttribute crash (open-telemetry#1283)
* Synchronous Metric collection (Delta , Cumulative) (open-telemetry#1265)
* Rename `http_client_curl` to `opentelemetry_http_client_curl` (open-telemetry#1301)
Signed-off-by: owent <admin@owent.net>
* Don't show coverage annotation for pull requests (open-telemetry#1304)
* Implement periodic exporting metric reader (open-telemetry#1286)
* Add `async-changes` branch to pull_request of github action (open-telemetry#1309)
Signed-off-by: owent <admin@owent.net>
* Add InstrumentationInfo and Resource to the metrics data to be exported. (open-telemetry#1299)
* Excempt should be applied on issue instead of PR (open-telemetry#1316)
* Bump codecov/codecov-action from 2.1.0 to 3 (open-telemetry#1318)
* Move public definitions into `opentelemetry_api`. (open-telemetry#1314)
Signed-off-by: owent <admin@owent.net>
* Add building test without RTTI (open-telemetry#1294)
* Remove implicitly deleted default constructor (open-telemetry#1267)
Co-authored-by: Tom Tan <Tom.Tan@microsoft.com>
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* [ETW Exporter] - ETW provider handle cleanup (open-telemetry#1322)
* Bump actions/stale from 4 to 5 (open-telemetry#1323)
* ostream metrics example (open-telemetry#1312)
* Prepare v1.3.0 release (open-telemetry#1324)
* Update yield logic for ARM processor (open-telemetry#1325)
* Fix for open-telemetry#1292 (open-telemetry#1326)
* Implement Merge and Diff operation for Histogram Aggregation (open-telemetry#1303)
* fix metrics compiler warnings (open-telemetry#1328)
* Replace deprecated googletest API (open-telemetry#1327)
* Remove redundant tail / in CMake install (open-telemetry#1329)
* dependencies image as artifact (open-telemetry#1333)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
* metrics histogram example (open-telemetry#1330)
* Link `opentelemetry_ext` with `opentelemetry_api` (open-telemetry#1336)
* ostream metrics cmake (open-telemetry#1344)
* Fix conflicts
Signed-off-by: owent <admin@owent.net>
* Using clang-format-10 to format codes(clang-format-14 has a different output)
Signed-off-by: owent <admin@owent.net>
Co-authored-by: Ehsan Saei <71217171+esigo@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
Co-authored-by: Tom Tan <Tom.Tan@microsoft.com>
Co-authored-by: Ben Landrum <71329856+benlandrum@users.noreply.github.com>
Co-authored-by: jmanjon <67091862+juandemanjon@users.noreply.github.com>
commit 73f3515
Author: WenTao Ou <admin@owent.net>
Date: Wed Apr 6 15:41:42 2022 +0800
Merge main into async changes (open-telemetry#1321)
commit ad3bdfe
Author: DEBAJIT DAS <85024550+DebajitDas@users.noreply.github.com>
Date: Thu Mar 31 09:56:24 2022 +0530
Added feature flag for asynchronous export (open-telemetry#1295)
commit 15e7725
Author: WenTao Ou <admin@owent.net>
Date: Tue Mar 29 13:09:11 2022 +0800
Cocurrency otlp http session (open-telemetry#1281)
commit 729c2f8
Author: DEBAJIT DAS <85024550+DebajitDas@users.noreply.github.com>
Date: Tue Mar 22 23:47:14 2022 +0530
Changing the type of callback function in Export function to std::function (open-telemetry#1278)
commit 6f53da3
Author: DEBAJIT DAS <85024550+DebajitDas@users.noreply.github.com>
Date: Mon Mar 21 19:31:51 2022 +0530
Async callback Exporter to Processor changes (open-telemetry#1275)
commit c3eaa9d
Author: WenTao Ou <owentou@tencent.com>
Date: Mon Mar 21 14:41:51 2022 +0800
Cocurrency otlp http session (open-telemetry#1274)1 parent 9f3a8ee commit 6caa218
39 files changed
Lines changed: 3884 additions & 1237 deletions
File tree
- .github/workflows
- api
- include/opentelemetry/common
- ci
- examples/prometheus
- exporters
- elasticsearch/src
- ostream/src
- otlp
- include/opentelemetry/exporters/otlp
- src
- test
- ext
- include/opentelemetry/ext/http/client
- curl
- nosend
- src/http/client
- curl
- nosend
- test
- http
- w3c_tracecontext_test
- sdk
- include/opentelemetry/sdk
- logs
- metrics
- state
- view
- trace
- src
- logs
- trace
- test
- logs
- trace
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
153 | 175 | | |
154 | 176 | | |
155 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
62 | 80 | | |
63 | 81 | | |
64 | 82 | | |
| |||
91 | 109 | | |
92 | 110 | | |
93 | 111 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
172 | 206 | | |
173 | 207 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | | - | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| 114 | + | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
| |||
118 | 124 | | |
119 | 125 | | |
120 | 126 | | |
| 127 | + | |
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
| |||
145 | 152 | | |
146 | 153 | | |
147 | 154 | | |
| 155 | + | |
148 | 156 | | |
149 | 157 | | |
150 | 158 | | |
| |||
157 | 165 | | |
158 | 166 | | |
159 | 167 | | |
| 168 | + | |
160 | 169 | | |
161 | 170 | | |
162 | 171 | | |
| |||
165 | 174 | | |
166 | 175 | | |
167 | 176 | | |
168 | | - | |
169 | | - | |
| 177 | + | |
| 178 | + | |
170 | 179 | | |
171 | 180 | | |
172 | 181 | | |
| |||
206 | 215 | | |
207 | 216 | | |
208 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
209 | 222 | | |
210 | 223 | | |
211 | 224 | | |
| |||
216 | 229 | | |
217 | 230 | | |
218 | 231 | | |
219 | | - | |
220 | | - | |
| 232 | + | |
| 233 | + | |
221 | 234 | | |
222 | 235 | | |
223 | 236 | | |
224 | 237 | | |
225 | | - | |
226 | | - | |
| 238 | + | |
| 239 | + | |
227 | 240 | | |
228 | 241 | | |
229 | 242 | | |
230 | 243 | | |
231 | | - | |
232 | | - | |
| 244 | + | |
| 245 | + | |
233 | 246 | | |
234 | 247 | | |
235 | | - | |
| 248 | + | |
236 | 249 | | |
237 | 250 | | |
238 | | - | |
| 251 | + | |
239 | 252 | | |
240 | 253 | | |
241 | | - | |
242 | | - | |
| 254 | + | |
| 255 | + | |
243 | 256 | | |
244 | 257 | | |
245 | 258 | | |
246 | | - | |
| 259 | + | |
247 | 260 | | |
248 | 261 | | |
249 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
0 commit comments