Skip to content

Conversation

@isc-pbarton
Copy link
Collaborator

@isc-pbarton isc-pbarton commented Dec 18, 2024

A number of fixes related to the instance-wide uncommitted queue:

  • Fix sluggish performance if any namespace has a large number of uncommitted changes
  • The locked file warning if a file is edited on this namespace now displays even if the instance-wide uncommitted check is disabled
  • A decomposed production class no longer displays the instance-wide uncommitted warning as it is never relevant.

Resolves #547
Resolves #668

@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 21 lines in your changes missing coverage. Please review.

Project coverage is 40.45%. Comparing base (8f69b52) to head (e1faca2).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
cls/SourceControl/Git/Extension.cls 0.00% 12 Missing ⚠️
cls/SourceControl/Git/Change.cls 0.00% 9 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #674   +/-   ##
=======================================
  Coverage   40.45%   40.45%           
=======================================
  Files          23       23           
  Lines        3137     3137           
=======================================
  Hits         1269     1269           
  Misses       1868     1868           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@isc-tleavitt isc-tleavitt merged commit 06bf623 into main Jan 7, 2025
2 checks passed
@isc-tleavitt isc-tleavitt deleted the decomp-instance-wide branch January 7, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance issues with large number of edited items Disable instance-wide uncommitted queue warning for production class

4 participants