Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add back sync repos feature in list #3790

Merged
merged 2 commits into from
Mar 3, 2025
Merged

Conversation

calvin-codecov
Copy link
Contributor

@calvin-codecov calvin-codecov commented Mar 3, 2025

Description

Closes codecov/engineering-team#3445

Adding back the resync feature that was removed as part of #3727

Screenshots

Link to Sample Entry

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@codecov-notifications
Copy link

codecov-notifications bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3790   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files         826      826           
  Lines       14947    14948    +1     
  Branches     4256     4265    +9     
=======================================
+ Hits        14759    14760    +1     
  Misses        181      181           
  Partials        7        7           
Files with missing lines Coverage Δ
src/shared/ListRepo/ListRepo.tsx 100.00% <100.00%> (ø)
...hared/ListRepo/OrgControlTable/OrgControlTable.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.69% <ø> (ø)
Pages 98.31% <ø> (ø)
Services 99.38% <ø> (ø)
Shared 99.12% <100.00%> (+<0.01%) ⬆️
UI 99.07% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb7cec7...4c26045. Read the comment docs.

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.74%. Comparing base (bb7cec7) to head (4c26045).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3790   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files         826      826           
  Lines       14947    14948    +1     
  Branches     4264     4257    -7     
=======================================
+ Hits        14759    14760    +1     
  Misses        181      181           
  Partials        7        7           
Files with missing lines Coverage Δ
src/shared/ListRepo/ListRepo.tsx 100.00% <100.00%> (ø)
...hared/ListRepo/OrgControlTable/OrgControlTable.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.69% <ø> (ø)
Pages 98.31% <ø> (ø)
Services 99.38% <ø> (ø)
Shared 99.12% <100.00%> (+<0.01%) ⬆️
UI 99.07% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb7cec7...4c26045. Read the comment docs.

@codecov-qa
Copy link

codecov-qa bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.74%. Comparing base (bb7cec7) to head (4c26045).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3790   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files         826      826           
  Lines       14947    14948    +1     
  Branches     4256     4265    +9     
=======================================
+ Hits        14759    14760    +1     
  Misses        181      181           
  Partials        7        7           
Files with missing lines Coverage Δ
src/shared/ListRepo/ListRepo.tsx 100.00% <100.00%> (ø)
...hared/ListRepo/OrgControlTable/OrgControlTable.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.69% <ø> (ø)
Pages 98.31% <ø> (ø)
Services 99.38% <ø> (ø)
Shared 99.12% <100.00%> (+<0.01%) ⬆️
UI 99.07% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb7cec7...4c26045. Read the comment docs.

Copy link

codecov-public-qa bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.74%. Comparing base (bb7cec7) to head (4c26045).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3790   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files         826      826           
  Lines       14947    14948    +1     
  Branches     4264     4257    -7     
=======================================
+ Hits        14759    14760    +1     
  Misses        181      181           
  Partials        7        7           
Files with missing lines Coverage Δ
src/shared/ListRepo/ListRepo.tsx 100.00% <100.00%> (ø)
...hared/ListRepo/OrgControlTable/OrgControlTable.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.69% <ø> (ø)
Pages 98.31% <ø> (ø)
Services 99.38% <ø> (ø)
Shared 99.12% <100.00%> (+<0.01%) ⬆️
UI 99.07% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb7cec7...4c26045. Read the comment docs.

Copy link

codecov bot commented Mar 3, 2025

Bundle Report

Changes will increase total bundle size by 5.74kB (0.05%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gazebo-production-system 6.13MB 2.72kB (0.04%) ⬆️
gazebo-production-esm 6.21MB 3.02kB (0.05%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: gazebo-production-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/index.*.js 570 bytes 638.73kB 0.09%
assets/index.*.js 2.46kB 22.37kB 12.33% ⚠️

Files in assets/index.*.js:

  • ./src/shared/ListRepo/ListRepo.tsx → Total Size: 2.2kB

  • ./src/shared/ListRepo/OrgControlTable/OrgControlTable.tsx → Total Size: 791 bytes

view changes for bundle: gazebo-production-system

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/index-legacy.*.js 480 bytes 717.47kB 0.07%
assets/index-legacy.*.js 2.24kB 21.1kB 11.87% ⚠️

Files in assets/index-legacy.*.js:

  • ./src/shared/ListRepo/OrgControlTable/OrgControlTable.tsx → Total Size: 791 bytes

  • ./src/shared/ListRepo/ListRepo.tsx → Total Size: 2.2kB

@codecov-staging
Copy link

codecov-staging bot commented Mar 3, 2025

Bundle Report

Changes will increase total bundle size by 5.74kB (0.05%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gazebo-staging-system 6.13MB 2.72kB (0.04%) ⬆️
gazebo-staging-esm 6.21MB 3.02kB (0.05%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: gazebo-staging-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/index.*.js 570 bytes 638.73kB 0.09%
assets/index.*.js 2.46kB 22.37kB 12.33% ⚠️

Files in assets/index.*.js:

  • ./src/shared/ListRepo/OrgControlTable/OrgControlTable.tsx → Total Size: 791 bytes

  • ./src/shared/ListRepo/ListRepo.tsx → Total Size: 2.2kB

view changes for bundle: gazebo-staging-system

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/index-legacy.*.js 2.24kB 21.1kB 11.87% ⚠️
assets/index-legacy.*.js 480 bytes 717.47kB 0.07%

Files in assets/index-legacy.*.js:

  • ./src/shared/ListRepo/ListRepo.tsx → Total Size: 2.2kB

  • ./src/shared/ListRepo/OrgControlTable/OrgControlTable.tsx → Total Size: 791 bytes

@codecov-releaser
Copy link
Contributor

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
4c26045 Mon, 03 Mar 2025 21:39:44 GMT Cloud Enterprise

@calvin-codecov calvin-codecov added this pull request to the merge queue Mar 3, 2025
Merged via the queue into main with commit 8c3d9aa Mar 3, 2025
62 checks passed
@calvin-codecov calvin-codecov deleted the cy/add_back_resync branch March 3, 2025 22:07
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.

[Gazebo] Add sync repos button back to org list
3 participants