SMusatov

SMusatov synced commits to stable at SMusatov/zammad from mirror

  • 0d519f4847 Maintenance: Improve migration testing.

2 minutes ago

SMusatov synced commits to develop at SMusatov/zammad from mirror

  • b5dc16bf99 Maintenance: Improve member handling for organization graphql queries.

2 minutes ago

SMusatov synced commits to master at SMusatov/ffmpeg from mirror

  • 6aeb084c39 avcodec/vvc: Don't create new thread when thread_count is 1 Make its behavior consistent with other decoders, e.g., H.264/H.265. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
  • baf3123c1c avutil/executor: Allowing thread_count be zero Before the patch, disable threads support at configure/build time was the only method to force zero thread in executor. However, it's common practice for libavcodec to run on caller's thread when user specify thread number to one. And for WASM environment, whether threads are supported needs to be detected at runtime. So executor should support zero thread at runtime. A single thread executor can be useful, e.g., to handle network protocol. So we can't take thread_count one as zero thread, which disabled a valid usercase. Other libraries take -threads 0 to mean auto. Executor as a low level utils doesn't do cpu detect. So take thread_count zero as zero thread, literally. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
  • d79c926ab6 lavc/vvc: Validate IBC block vector From H.266 (V3) (09/2023) p. 321: It is a requirement of bitstream conformance that the luma block vector bvL shall obey the following constraints: - CtbSizeY is greater than or equal to ((yCb + (bvL[ 1 ] >> 4)) & (CtbSizeY − 1)) + cbHeight This patch checks this is true, which fixes crashes on fuzzed bitstreams. Signed-off-by: Frank Plowman <post@frankplowman.com>
  • c917c423e0 lavc/vvc: Don't discard return codes Signed-off-by: Frank Plowman <post@frankplowman.com>
  • View comparison for these 4 commits »

1 hour ago

SMusatov synced commits to szokeasaurusrex/integration-endpoint-test at SMusatov/sentry from mirror

  • 983217319b test: Fix integration endpoint test The `test_handle_rest_framework_exception` has not been testing what it is meant to test since we bumped the SDK to version 2.0.0 because the SDK no longer internally calls `sentry_sdk.Hub.capture_exception`. Rather, the SDK uses `sentry_sdk.Scope.capture_exception` to capture exceptions. We should consider whether it makes sense to rewrite this test in a way that does not depend on SDK implementation details, but such a change probably belongs in a separate PR. ref #73263
  • b2cd1452ec fix(metrics) Prevent negative crash_free_rate value to be returned to the client (#73353) Sometimes due to the problems in other parts of the system, data gets corrupted and `crash_free_rate` is returned as negative value (which should never happen) This solution guards against corrupted data by returning 0 if the calculated `crash_free_rate` is less than 0 Fixes: https://github.com/getsentry/sentry/issues/73172 --------- Signed-off-by: Vjeran Grozdanic <vjerangrozdanic@sentry.io>
  • 03fcab02fa feat(settings-metrics): Add extrapolate metrics field (#73287)
  • b750c60cfb fix(metrics): skip dot escape for tags (#73371)
  • b7abc00cd0 chore(dynamic-sampling): Remove logging used for debugging (#73368)
  • View comparison for these 10 commits »

4 hours ago

SMusatov synced new reference szokeasaurusrex/integration-endpoint-test to SMusatov/sentry from mirror

4 hours ago

SMusatov synced commits to szokeasaurusrex/Hub-pytest at SMusatov/sentry from mirror

  • 871992b828 ref(testutils): Use Scope API instead of Hub API The Hub API is deprecated, so we should use the new Scope API instead. ref #73263
  • b2cd1452ec fix(metrics) Prevent negative crash_free_rate value to be returned to the client (#73353) Sometimes due to the problems in other parts of the system, data gets corrupted and `crash_free_rate` is returned as negative value (which should never happen) This solution guards against corrupted data by returning 0 if the calculated `crash_free_rate` is less than 0 Fixes: https://github.com/getsentry/sentry/issues/73172 --------- Signed-off-by: Vjeran Grozdanic <vjerangrozdanic@sentry.io>
  • 03fcab02fa feat(settings-metrics): Add extrapolate metrics field (#73287)
  • b750c60cfb fix(metrics): skip dot escape for tags (#73371)
  • b7abc00cd0 chore(dynamic-sampling): Remove logging used for debugging (#73368)
  • View comparison for these 10 commits »

4 hours ago

SMusatov synced new reference szokeasaurusrex/Hub-pytest to SMusatov/sentry from mirror

4 hours ago

SMusatov synced commits to ogi/feat/span_attribute_extraction_counter at SMusatov/sentry from mirror

  • 47d5768107 Merge branch 'master' into ogi/feat/span_attribute_extraction_counter
  • bafc23d7e0 feat(metrics): extend counter condtion
  • b2cd1452ec fix(metrics) Prevent negative crash_free_rate value to be returned to the client (#73353) Sometimes due to the problems in other parts of the system, data gets corrupted and `crash_free_rate` is returned as negative value (which should never happen) This solution guards against corrupted data by returning 0 if the calculated `crash_free_rate` is less than 0 Fixes: https://github.com/getsentry/sentry/issues/73172 --------- Signed-off-by: Vjeran Grozdanic <vjerangrozdanic@sentry.io>
  • 03fcab02fa feat(settings-metrics): Add extrapolate metrics field (#73287)
  • b750c60cfb fix(metrics): skip dot escape for tags (#73371)
  • View comparison for these 10 commits »

4 hours ago

SMusatov synced new reference ogi/feat/span_attribute_extraction_counter to SMusatov/sentry from mirror

4 hours ago

SMusatov synced commits to master at SMusatov/sentry from mirror

  • d68c2ebf4f ref(metrics) fix incorrect exception being raised (#73367) Closes https://github.com/getsentry/sentry/issues/71561 --------- Signed-off-by: Vjeran Grozdanic <vjerangrozdanic@sentry.io>
  • b2cd1452ec fix(metrics) Prevent negative crash_free_rate value to be returned to the client (#73353) Sometimes due to the problems in other parts of the system, data gets corrupted and `crash_free_rate` is returned as negative value (which should never happen) This solution guards against corrupted data by returning 0 if the calculated `crash_free_rate` is less than 0 Fixes: https://github.com/getsentry/sentry/issues/73172 --------- Signed-off-by: Vjeran Grozdanic <vjerangrozdanic@sentry.io>
  • 03fcab02fa feat(settings-metrics): Add extrapolate metrics field (#73287)
  • b750c60cfb fix(metrics): skip dot escape for tags (#73371)
  • b7abc00cd0 chore(dynamic-sampling): Remove logging used for debugging (#73368)
  • View comparison for these 6 commits »

4 hours ago

SMusatov synced commits to kmclb-stop-sending-empty-stacktraces-to-seer at SMusatov/sentry from mirror

  • b6f0d3f1e4 fix test
  • 62ec4c5fe1 log and bail if stacktrace string is empty
  • d62eb51773 stop sending message-only events
  • b2cd1452ec fix(metrics) Prevent negative crash_free_rate value to be returned to the client (#73353) Sometimes due to the problems in other parts of the system, data gets corrupted and `crash_free_rate` is returned as negative value (which should never happen) This solution guards against corrupted data by returning 0 if the calculated `crash_free_rate` is less than 0 Fixes: https://github.com/getsentry/sentry/issues/73172 --------- Signed-off-by: Vjeran Grozdanic <vjerangrozdanic@sentry.io>
  • 03fcab02fa feat(settings-metrics): Add extrapolate metrics field (#73287)
  • View comparison for these 10 commits »

4 hours ago

SMusatov synced new reference kmclb-stop-sending-empty-stacktraces-to-seer to SMusatov/sentry from mirror

4 hours ago

SMusatov synced commits to gv/adds-option-for-debounce-timeout at SMusatov/sentry from mirror

  • 9b02baf38b feat(flagpole): Adds debounce timeout option
  • bb8a74e922 Add CapMan metadata as tags to Sentry spans (#73331) https://getsentry.atlassian.net/browse/SNS-2798 Allocation policies are our mechanism for doing traffic management for Snuba queries. Currently, the result of applying allocation policies in the internal API is simply accept/reject/throttle. In a [previous PR](https://github.com/getsentry/snuba/pull/6045), capacity management metadata are sent over to Sentry within the payload. We want to reflect the quota metadata in Sentry spans as well. This PR adds metadata as tags to Sentry spans. Co-authored-by: Rachel Chen <rachelchen@PL6VFX9HP4.local>
  • e5e2877185 feat(u2f): Register fallback promises (#73400)
  • ebddda6a3a Project Setting Template Options Manager (#73392) ## Description [Tech Spec](https://www.notion.so/sentry/Service-Settings-Templates-ca6fdb38b15f4a6db61d319bc342b86c?pvs=4#8cddeba5606d43f49c0d80a71bcaaedb) This is the implementation of a caching layer for ProjectTemplateOptions. This layer will then be used will be used to create the layering effect (described in tech spec) for the `Project` model. This code is meant to replicate the [ProjectOptionsManager](https://github.com/getsentry/sentry/blob/a2c96d4822961b76b71f40e9cb82f14277104a8f/src/sentry/models/options/project_option.py#L79), but there are a few minor differences. These differences are why I ended up replicating the system rather than trying to create a single manager. Currently this code is not executable in production.
  • ba7fcabdee perf(similarity): use mulithreadpool to do nodestore calls concurrently (#73394) use a threadpool and chunk into batches of 5 for bigtable reads, with up to 5 threads
  • View comparison for these 10 commits »

4 hours ago

SMusatov synced new reference gv/adds-option-for-debounce-timeout to SMusatov/sentry from mirror

4 hours ago

SMusatov synced commits to aknaus/feat/metrics-extraction/selectable-aggregates at SMusatov/sentry from mirror

  • 83b493d1ba Merge remote-tracking branch 'origin/master' into aknaus/feat/metrics-extraction/selectable-aggregates
  • 8268d1fe1d feat(metrics-extraction): Change extraction condition to object (#73419) Change the extraction conditions from strings to objects.
  • b2cd1452ec fix(metrics) Prevent negative crash_free_rate value to be returned to the client (#73353) Sometimes due to the problems in other parts of the system, data gets corrupted and `crash_free_rate` is returned as negative value (which should never happen) This solution guards against corrupted data by returning 0 if the calculated `crash_free_rate` is less than 0 Fixes: https://github.com/getsentry/sentry/issues/73172 --------- Signed-off-by: Vjeran Grozdanic <vjerangrozdanic@sentry.io>
  • 03fcab02fa feat(settings-metrics): Add extrapolate metrics field (#73287)
  • b750c60cfb fix(metrics): skip dot escape for tags (#73371)
  • View comparison for these 54 commits »

4 hours ago

SMusatov synced and deleted reference vgrozdanic/ref/incorrect-exception-raised at SMusatov/sentry from mirror

4 hours ago

SMusatov synced and deleted reference vgrozdanic/fix/do-not-return-negative-value-for-crash-free-rate at SMusatov/sentry from mirror

4 hours ago

SMusatov synced and deleted reference riccardo/chore/remove-ds-debugging at SMusatov/sentry from mirror

4 hours ago

SMusatov synced and deleted reference priscila/ref/debug-files/convert-class-to-functional-component at SMusatov/sentry from mirror

4 hours ago

SMusatov synced and deleted reference priscila/feat/settings/metrics/add-extrapolate-metrics-field-frontend at SMusatov/sentry from mirror

4 hours ago

SMusatov synced and deleted reference ogi/fix/span-attr-tags-no-dot-escape at SMusatov/sentry from mirror

4 hours ago

SMusatov synced commits to main at SMusatov/Cura from mirror

  • 298bd49737 Applied printer-linter format
  • e3daeecce4 Add Creality Ender 3 V3 KE definition and nozzles (#17519) * Add Creality Ender 3 V3 KE definition and nozzles * fixed code review comment * added more values from creality print config * changed initial layer line width * fixed line width --------- Co-authored-by: Erwan MATHIEU <erwan.mathieu@ultimaker.com> Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com> Co-authored-by: c.lamboo <casperlamboo@gmail.com> Co-authored-by: Jelle Spijker <jelle.spijker@ultimaker.com> Co-authored-by: Saumya Jain <70144862+saumyaj3@users.noreply.github.com>
  • 248d1539f4 Merge pull request #19227 from Ultimaker/CURA-11947_improve_multimaterial_raft CURA-11947 Improve multimaterial raft
  • f780862a4e Merge pull request #19266 from Ultimaker/PP-333-Remove-Sketch-profiles Remove Sketch machine for Cura 5.8 release
  • 9ae9debfc3 Rename setting from layer_0 to initial CURA-11947
  • View comparison for these 14 commits »

4 hours ago

SMusatov synced commits to PP-475-PLA-method at SMusatov/Cura from mirror

4 hours ago

SMusatov synced new reference PP-475-PLA-method to SMusatov/Cura from mirror

4 hours ago

SMusatov synced commits to CURA-11795_activate_fans_during_switch at SMusatov/Cura from mirror

  • d6217b6bb1 Merge branch 'main' into CURA-11795_activate_fans_during_switch
  • 248d1539f4 Merge pull request #19227 from Ultimaker/CURA-11947_improve_multimaterial_raft CURA-11947 Improve multimaterial raft
  • 3712b81d76 Setup multi cooling fans for Method printers Start and end G-code are intentionally not updated, to keep the current behavior in place until the fans use is properly setup. CURA-11795
  • b5cd19d6fc Revert "Setup multi cooling fans for Method printers" This reverts commit aacc11a1be3c6f421ed23b46094281a57bd3348f.
  • f780862a4e Merge pull request #19266 from Ultimaker/PP-333-Remove-Sketch-profiles Remove Sketch machine for Cura 5.8 release
  • View comparison for these 20 commits »

4 hours ago