-
Updated
Apr 27, 2021 - Java
trace
Here are 411 public repositories matching this topic...
-
Updated
Apr 22, 2019 - Java
-
Updated
Apr 21, 2021 - Go
We can fix the following warning in tests/s-dwarf2.cpp.
$ g++ tests/s-dwarf2.cpp
tests/s-dwarf2.cpp: In function ‘int main()’:
tests/s-dwarf2.cpp:30:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
30 | A(E, FOO, BAR, "debug info test");
| ^~~~~~~~~~~~~~~~~
$ clang++ tests/s-dwarf2.cpp
tests/s-dwarf2.cpp:30:17: warning
We use kind for integration tests against a kubernetes cluster. We now have a dirty hack to load the built images into the kind docker daemon since when we started using it kind was at a very early stage and didn't have the load command. Now the load command is available so we can just replace the hack with it!
Docs here
https://kind.sigs.k8s.io/docs/user/quick-start/#loading-an-image-into-y
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Apr 24, 2021 - Go
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Aug 4, 2020 - C
Requirement - what kind of business use case are you trying to solve?
Our traces contain data that is covered by GDPR (european user privacy regulations) and, thus developers do not have direct access to all traces. If an error occurs, relevant traces has to be filtered out and the relevant ones are forwarded to the developer.
Another use case:
It would be nice to just attach files with
-
Updated
Mar 10, 2021 - Java
-
Updated
Apr 1, 2021 - C#
-
Updated
Jan 12, 2021 - C
-
Updated
May 15, 2019 - Java
-
Updated
Apr 21, 2021 - Go
-
Updated
Jun 28, 2020 - Go
-
Updated
Mar 27, 2021 - Go
-
Updated
Apr 23, 2021 - PHP
-
Updated
Apr 27, 2021 - Python
-
Updated
Apr 8, 2021 - Ruby
-
Updated
Apr 23, 2021 - Go
-
Updated
Apr 25, 2021 - Ruby
Improve this page
Add a description, image, and links to the trace topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trace topic, visit your repo's landing page and select "manage topics."
Issue Description
是否有计划用actions 完全取代 TravisCI
感觉actions 速度上比 TravisCI更好点 ,另外也是github原生的。
Type: feature request
Describe what feature