¯\_(ツ)_/¯
- The Mountains
- http://devork.be
Block or Report
Block or report flub
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
pytest-dev/pytest Public
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
-
-
-
pytest-dev/pytest-xdist Public
pytest plugin for distributed testing and loop-on-failures testing modes.
-
1,040 contributions in the last year
Less
More
Contribution activity
April 2022
Created 22 commits in 4 repositories
Created a pull request in getsentry/sentry that received 11 comments
feat(appconnect): Introduce an endpoint to trigger refresh of builds
Normally the builds are refreshed once an hour, however we're adding a way to trigger this manually. This endpoint is still severely ratelimited. N…
+395
−70
•
11
comments
Opened 13 other pull requests in 4 repositories
getsentry/symbolicator
7
merged
deltachat/deltachat-core-rust
3
merged
1
open
getsentry/sentry
1
merged
getsentry/symbolic
1
merged
Reviewed 59 pull requests in 11 repositories
getsentry/symbolicator
22 pull requests
- fix: Return a description of Symbolication Errors (INGEST-1271)
-
ref: Thread
CfiCacheModulesthrough iterative stackwalking - ref: Remove procspawn usage
- build(deps): bump uuid from 0.8.2 to 1.0.0
- build(deps): bump anyhow from 1.0.56 to 1.0.57
- build(deps): bump minidump-processor from 0.10.2 to 0.10.3
- build(deps): bump axum from 0.5.1 to 0.5.3
- build(deps): bump backtrace from 0.3.64 to 0.3.65
- ref(minidump): Refine iterative stackwalking logic
- fix(minidump): fill_symbol always returns an error
- ref: Avoid an expensive computation
- meta(gha): Deploy action enforce-license-compliance.yml
- feat: Add Usym variant to FileType
- ref(symbolication): Introduce process_minidump module
- fix: Remove metrics tagging
- build(deps): bump axum from 0.4.8 to 0.5.1
- build(deps): bump tracing-subscriber from 0.3.9 to 0.3.10
- build(deps): bump async-trait from 0.1.52 to 0.1.53
- build(deps): bump lru from 0.7.3 to 0.7.4
- build(deps): bump cadence from 0.28.0 to 0.29.0
- build(deps): bump tokio-util from 0.7.0 to 0.7.1
- ref: Remove breakpad stackwalking code (NATIVE-522)
getsentry/symbolic
13 pull requests
- ref(symcache): Transformers no longer have a 'static lifetime
- feat(usym): Write usym records that definitely have mappings to symcache
- ref(symcache): Make symbolic-symcache dependent on symbolic-il2cpp instead of the other way around
- docs(usym): Make documentation about the SymCache binary public
- feat(usym): Split records with and without mappings into two different types
- feat(usym): Add C# to the list of languages that can be found in debugging info
- feat(usym): Add in some context on the last field in a record
- meta(gha): Deploy action enforce-license-compliance.yml
- feat(usym): Add managed code correctly.
- feat(usym): Errors for usym[lite] parser
- ref(usym): Use existing types instead of primitives for fields on UsymSymbols
- docs: Clean up symcache documentation and other usym bits as well
- feat(il2cpp): rough parser for Usym and UsymLite file format.
getsentry/sentry
7 pull requests
- fix: Skip trying to symbolicate frames with null instruction_addr
- fix: Give Symbol Sources new IDs when saving
- ref(app-store-connect): Do not allow changing selected app - [NATIVE-367]
- feat(app-store-connect): Add manually sync button
- fix: Remove stackwalking options
- chore(testing): Update pytest to 6.2.0
- fix(reprocessing2): Fix broken delete_old_primary_hash [INGEST-1186]