Commit 7978fce
[Versioning] Rename datadog-profiling crates (#1325)
Rename ddtelemetry and ddtelemetry-ffi
Fix FFI tests
Try to fix package_ffi_on_windows gitlab job
Rename ddcommon and ddcommon-ffi
windows fix
Fix crashtracker cbindgen.
Merge branch 'igor/versioning/libdd-telemetry' into igor/versioning/libdd-common
fully update the ddcommon and ddcommon-ffi dependencies to reflect the new libdd prefix
Merge remote-tracking branch 'origin/main' into igor/versioning/libdd-common
Add missing version
Rename crashtracker and crashtracker-ffi.
Fix compilation.
Fix build.
Fix lint.
Fix tests.
Fix workflows.
Change libddprog-build branch to execute jobs.
Rename datadog-profiling crates.
Fix build.
Fix lint.
Fix fuzz workflow.
Fix Dockerfile.
Fix LICENSES.
Fix windows release
Merge remote-tracking branch 'origin/main' into julio/versioning/crashtracker
Merge remote-tracking branch 'origin/main' into julio/versioning/crashtracker
Merge branch 'main' into julio/versioning/crashtracker
Restore data-pipeline-ffi feature of datadog-profiling-ffi
Restore data-pipeline-ffi feature of datadog-profiling-ffi
Merge branch 'julio/versioning/crashtracker' into julio/versioning/profiling
Remove package aliases
clean up
Merge remote-tracking branch 'origin/main' into julio/versioning/crashtracker
fix libdd-common-ffi import in libdd-telemetry-ffi
fix formatting
update license file
Merge remote-tracking branch 'origin/main' into julio/versioning/crashtracker
Merge branch 'julio/versioning/crashtracker' into julio/versioning/profiling
Merge remote-tracking branch 'origin/main' into julio/versioning/profiling
Fix test to use profiling-ffi version.
Co-authored-by: ekump <edmund.kump@datadoghq.com>
Co-authored-by: iunanua <igor.unanua@datadoghq.com>
Co-authored-by: julio.gonzalez <julio.gonzalez@datadoghq.com>1 parent 64205d3 commit 7978fce
File tree
78 files changed
+288
-158
lines changed- .github/workflows
- bin_tests
- src
- tests
- builder/src
- datadog-profiling-ffi
- datadog-profiling-replayer
- src
- libdd-profiling-ffi
- .cargo
- src
- profiles
- libdd-profiling
- benches
- examples
- src
- collections
- identifiable
- string_table
- exporter
- internal
- observation
- owned_types
- profile
- interning_api
- pprof
- profiles
- tests
- tools/docker
- windows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+288
-158
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
100 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
| 112 | + | |
107 | 113 | | |
108 | 114 | | |
109 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| |||
1412 | 1413 | | |
1413 | 1414 | | |
1414 | 1415 | | |
| 1416 | + | |
1415 | 1417 | | |
1416 | 1418 | | |
1417 | 1419 | | |
1418 | 1420 | | |
1419 | 1421 | | |
1420 | 1422 | | |
| 1423 | + | |
1421 | 1424 | | |
1422 | 1425 | | |
1423 | 1426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
This file was deleted.
0 commit comments