Commit 17f4334
authored
chore: rename workspace dirs to packages/${package-base-name} (#2928)
This PR is the final take of the plan discussed at #2223.
This implements option 3 of #2223 (comment)
(i.e. the "extreme" option).
Before this change the packages published from this repo were spread
across these workspace dirs:
"packages/*",
"plugins/node/*",
"plugins/web/*",
"propagators/*",
"detectors/node/*",
"metapackages/*"
with the directory name *usually* matching the npm package name, and
with or without a leading "opentelemetry-". This PR normalizes all dirs
to be under "packages/*" and to have the base dir match the package
name (excluding the npm `@opentelemetry/` org prefix).
Obsoletes: #2223
Obsoletes: #29201 parent 52dd28d commit 17f4334
File tree
1,159 files changed
+3463
-3218
lines changed- .github
- detectors/node
- opentelemetry-resource-detector-gcp
- opentelemetry-resource-detector-github
- opentelemetry-resource-detector-instana
- examples
- bunyan
- network
- packages
- auto-configuration-propagators
- src
- test
- auto-instrumentations-node
- src
- test
- test-app
- auto-instrumentations-web
- src
- test
- baggage-log-record-processor
- baggage-span-processor
- contrib-test-utils
- src
- instrumentations
- host-metrics
- src
- stats
- test
- mocks
- id-generator-aws-xray
- src
- internal
- platform
- browser
- node
- test
- instrumentation-amqplib
- src
- test
- instrumentation-aws-lambda
- src
- test
- integrations
- lambda-test
- instrumentation-aws-sdk
- doc
- src
- services
- test
- mock-responses
- instrumentation-bunyan
- src
- test
- instrumentation-cassandra-driver
- src
- test
- instrumentation-connect
- src
- enums
- test
- instrumentation-cucumber
- src
- test
- features
- step_definitions
- support
- instrumentation-dataloader
- src
- test
- instrumentation-dns
- src
- enums
- test
- functionals
- integrations
- utils
- instrumentation-document-load
- src
- enums
- test
- instrumentation-express
- src
- enums
- test
- fixtures
- instrumentation-fastify
- src
- enums
- test
- fixtures
- instrumentation-fs
- src
- test
- fixtures
- instrumentation-generic-pool
- src
- test
- instrumentation-graphql
- src
- enums
- test
- instrumentation-hapi
- src
- enums
- test
- fixtures
- instrumentation-ioredis
- src
- test
- fixtures
- instrumentation-kafkajs
- src
- test
- instrumentation-knex
- src
- test
- instrumentation-koa
- src
- enums
- test
- fixtures
- instrumentation-long-task
- src
- test
- instrumentation-lru-memoizer
- src
- test
- instrumentation-memcached
- src
- test
- instrumentation-mongodb
- src
- test
- instrumentation-mongoose
- src
- test
- fixtures
- instrumentation-mysql2
- src
- test
- instrumentation-mysql
- src
- test
- instrumentation-nestjs-core
- src
- enums
- test
- instrumentation-net
- src
- test
- fixtures
- instrumentation-oracledb
- src
- test
- instrumentation-pg
- src
- enums
- test
- fixtures
- instrumentation-pino
- src
- test
- fixtures
- instrumentation-redis-4
- instrumentation-redis
- src
- v2-v3
- v4
- test
- v2-v3
- v4
- instrumentation-restify
- src
- enums
- test
- instrumentation-router
- src
- enums
- test
- instrumentation-runtime-node
- src
- consts
- metrics
- types
- test
- instrumentation-socket.io
- src
- test
- instrumentation-tedious
- src
- test
- instrumentation-typeorm
- src
- utils
- test
- instrumentation-undici
- src
- enums
- test
- utils
- instrumentation-user-interaction
- images
- src
- enums
- test
- instrumentation-winston
- src
- test
- plugin-react-load
- src
- enums
- test
- test-react-components
- propagation-utils
- src
- test
- propagator-aws-xray-lambda
- src
- test
- propagator-aws-xray
- src
- test
- propagator-instana
- src
- test
- propagator-ot-trace
- src
- test
- redis-common
- src
- test
- resource-detector-alibaba-cloud
- src
- detectors
- test/detectors
- resource-detector-aws
- src
- detectors
- test/detectors
- test-resources
- resource-detector-azure
- src
- detectors
- test/detectors
- resource-detector-container
- src
- detectors
- test
- resource-detector-gcp
- src
- detectors
- test/detectors
- resource-detector-github
- src
- detectors
- test/detectors
- resource-detector-instana
- src
- detectors
- test
- sql-common
- src
- test
- winston-transport
- plugins
- node
- instrumentation-amqplib
- instrumentation-dataloader
- instrumentation-fs
- instrumentation-kafkajs
- instrumentation-lru-memoizer
- instrumentation-mongoose
- instrumentation-runtime-node
- instrumentation-socket.io
- instrumentation-tedious
- instrumentation-typeorm
- instrumentation-undici
- opentelemetry-instrumentation-aws-lambda
- opentelemetry-instrumentation-aws-sdk
- opentelemetry-instrumentation-bunyan
- opentelemetry-instrumentation-cassandra
- opentelemetry-instrumentation-connect
- opentelemetry-instrumentation-dns
- opentelemetry-instrumentation-express
- opentelemetry-instrumentation-fastify
- opentelemetry-instrumentation-generic-pool
- opentelemetry-instrumentation-graphql
- opentelemetry-instrumentation-hapi
- opentelemetry-instrumentation-ioredis
- opentelemetry-instrumentation-knex
- opentelemetry-instrumentation-koa
- opentelemetry-instrumentation-memcached
- opentelemetry-instrumentation-mongodb
- opentelemetry-instrumentation-mysql2
- opentelemetry-instrumentation-mysql
- opentelemetry-instrumentation-nestjs-core
- opentelemetry-instrumentation-net
- opentelemetry-instrumentation-oracledb
- opentelemetry-instrumentation-pg
- opentelemetry-instrumentation-pino
- opentelemetry-instrumentation-redis-4
- opentelemetry-instrumentation-redis
- opentelemetry-instrumentation-restify
- opentelemetry-instrumentation-router
- opentelemetry-instrumentation-winston
- web
- opentelemetry-instrumentation-document-load
- opentelemetry-instrumentation-long-task
- opentelemetry-instrumentation-user-interaction
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,159 files changed
+3463
-3218
lines changedLarge diffs are not rendered by default.
| 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 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments