Commit 3396ccc
optional telemetry (#493)
* Analytics
* fix code
* updated to specs
* remove println
* remove duplicated schema
* remove unused
* tighter test
* non blocking and events
* Set version in `.goreleaser.yml` (#537)
* Set version in `.goreleaser.yml`
* Remove `-ldflags` from release.yml
* Remove `v` prefix in `Version`
* Test against the hardcoded value
* use desterministic
* platform
* ci
* fix resumed and hide error
* fire and forget
* no care response
* Add panic handling and background analytics
* Restyled by gofmt
* Add ip_policy=strict
* Fix endpoint
* Use `TypeOf(e).String()` instead of `.Name()`
* Ignore context cancellations from Terraform
* Add DO_NOT_TRACK
* Use timeout instead of context
* feedback fixes
* old json appdirs
* log id
* log appdirs new
* CI test
* remove unused
* mocked id
* fix id
* os
* do not track
* fix test
* undo go.mod
* check for TF_BUILD
Co-authored-by: Helio Machado <[email protected]>
* Restyled by gofmt
* user_id do-not-track
* restore isCI
* nitpick
* ci unknown
* don't write old file in `new.read() == "do-not-track"`
* do-not-track old file
* fix CI-GH-ID
* error handling
* fix tests
* more error handling
* nolint errcheck
Co-authored-by: Helio Machado <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Casper da Costa-Luis <[email protected]>1 parent 5ae7ef4 commit 3396ccc
File tree
7 files changed
+533
-6
lines changed- iterative
- utils
7 files changed
+533
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | 372 | | |
| 373 | + | |
| 374 | + | |
374 | 375 | | |
375 | 376 | | |
376 | 377 | | |
| |||
448 | 449 | | |
449 | 450 | | |
450 | 451 | | |
451 | | - | |
452 | 452 | | |
| 453 | + | |
| 454 | + | |
453 | 455 | | |
454 | 456 | | |
455 | 457 | | |
456 | 458 | | |
457 | 459 | | |
| 460 | + | |
| 461 | + | |
458 | 462 | | |
459 | 463 | | |
460 | 464 | | |
| |||
866 | 870 | | |
867 | 871 | | |
868 | 872 | | |
| 873 | + | |
| 874 | + | |
869 | 875 | | |
870 | 876 | | |
871 | 877 | | |
| |||
972 | 978 | | |
973 | 979 | | |
974 | 980 | | |
| 981 | + | |
| 982 | + | |
975 | 983 | | |
976 | 984 | | |
977 | 985 | | |
| |||
989 | 997 | | |
990 | 998 | | |
991 | 999 | | |
| 1000 | + | |
| 1001 | + | |
992 | 1002 | | |
993 | 1003 | | |
994 | 1004 | | |
| |||
1378 | 1388 | | |
1379 | 1389 | | |
1380 | 1390 | | |
1381 | | - | |
1382 | 1391 | | |
1383 | 1392 | | |
1384 | 1393 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | | - | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| 215 | + | |
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| 220 | + | |
218 | 221 | | |
219 | 222 | | |
220 | 223 | | |
221 | 224 | | |
222 | 225 | | |
| 226 | + | |
223 | 227 | | |
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
227 | 231 | | |
| 232 | + | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
231 | 236 | | |
232 | 237 | | |
233 | 238 | | |
| 239 | + | |
234 | 240 | | |
235 | 241 | | |
236 | 242 | | |
| |||
255 | 261 | | |
256 | 262 | | |
257 | 263 | | |
| 264 | + | |
258 | 265 | | |
259 | 266 | | |
260 | 267 | | |
261 | 268 | | |
262 | 269 | | |
263 | 270 | | |
| 271 | + | |
264 | 272 | | |
265 | 273 | | |
266 | 274 | | |
| |||
272 | 280 | | |
273 | 281 | | |
274 | 282 | | |
| 283 | + | |
275 | 284 | | |
276 | 285 | | |
277 | 286 | | |
| |||
280 | 289 | | |
281 | 290 | | |
282 | 291 | | |
| 292 | + | |
283 | 293 | | |
284 | 294 | | |
285 | 295 | | |
286 | 296 | | |
| 297 | + | |
287 | 298 | | |
288 | 299 | | |
289 | 300 | | |
| 301 | + | |
290 | 302 | | |
291 | 303 | | |
292 | 304 | | |
| |||
0 commit comments