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 in redirect for self hosted in SessionExpiryTracker #2929

Merged

Conversation

nicholas-codecov
Copy link
Contributor

Description

Adds in a redirect in SessionExpiryTracker for self hosted instances.

Copy link

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 98.45%. Comparing base (4167c0f) to head (d7449a2).

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2929      +/-   ##
==========================================
- Coverage   98.45%   98.45%   -0.01%     
==========================================
  Files         887      887              
  Lines       13177    13179       +2     
  Branches     3522     3520       -2     
==========================================
+ Hits        12974    12975       +1     
- Misses        199      200       +1     
  Partials        4        4              
Files Coverage Δ
...c/ui/SessionExpiryTracker/SessionExpiryTracker.tsx 95.23% <66.66%> (-2.27%) ⬇️
Components Coverage Δ
Assets 53.84% <ø> (ø)
Layouts 97.23% <ø> (ø)
Pages 99.27% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.68% <ø> (ø)
UI 94.74% <66.66%> (-0.08%) ⬇️

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 4167c0f...d7449a2. Read the comment docs.

@codecov-notifications
Copy link

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2929      +/-   ##
==========================================
- Coverage   98.45%   98.45%   -0.01%     
==========================================
  Files         887      887              
  Lines       13177    13179       +2     
  Branches     3522     3455      -67     
==========================================
+ Hits        12974    12975       +1     
- Misses        199      200       +1     
  Partials        4        4              
Files Coverage Δ
...c/ui/SessionExpiryTracker/SessionExpiryTracker.tsx 95.23% <66.66%> (-2.27%) ⬇️
Components Coverage Δ
Assets 53.84% <ø> (ø)
Layouts 97.23% <ø> (ø)
Pages 99.27% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.68% <ø> (ø)
UI 94.74% <66.66%> (-0.08%) ⬇️

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 4167c0f...d7449a2. Read the comment docs.

@codecov-staging
Copy link

Bundle Report

Changes will increase total bundle size by 53 bytes ⬆️

Bundle name Size Change
gazebo-staging-array-push 6.85MB 53 bytes ⬆️

@codecov-qa
Copy link

codecov-qa bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.45%. Comparing base (4167c0f) to head (d7449a2).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2929      +/-   ##
==========================================
- Coverage   98.45%   98.45%   -0.01%     
==========================================
  Files         887      887              
  Lines       13177    13179       +2     
  Branches     3452     3520      +68     
==========================================
+ Hits        12974    12975       +1     
- Misses        199      200       +1     
  Partials        4        4              
Files Coverage Δ
...c/ui/SessionExpiryTracker/SessionExpiryTracker.tsx 95.23% <66.66%> (-2.27%) ⬇️
Components Coverage Δ
Assets 53.84% <ø> (ø)
Layouts 97.23% <ø> (ø)
Pages 99.27% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.68% <ø> (ø)
UI 94.74% <66.66%> (-0.08%) ⬇️

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 4167c0f...d7449a2. Read the comment docs.

Copy link

codecov bot commented Jun 6, 2024

Bundle Report

Changes will increase total bundle size by 53 bytes ⬆️

Bundle name Size Change
gazebo-production-array-push 6.85MB 53 bytes ⬆️

Copy link

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.45%. Comparing base (4167c0f) to head (d7449a2).

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##               main      #2929   +/-   ##
===========================================
  Coverage   98.45000   98.45000           
===========================================
  Files           887        887           
  Lines         13177      13179    +2     
  Branches       3498       3520   +22     
===========================================
+ Hits          12974      12975    +1     
- Misses          199        200    +1     
  Partials          4          4           
Files Coverage Δ
...c/ui/SessionExpiryTracker/SessionExpiryTracker.tsx 95.23% <66.66%> (-2.27%) ⬇️
Components Coverage Δ
Assets 53.84% <ø> (ø)
Layouts 97.23% <ø> (ø)
Pages 99.27% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.68% <ø> (ø)
UI 94.74% <66.66%> (-0.08%) ⬇️

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 4167c0f...d7449a2. Read the comment docs.

@codecov-releaser
Copy link
Contributor

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
d7449a2 Thu, 06 Jun 2024 18:35:27 GMT Cloud Enterprise

@nicholas-codecov nicholas-codecov added this pull request to the merge queue Jun 6, 2024
Merged via the queue into main with commit 2cade5a Jun 6, 2024
51 of 60 checks passed
@nicholas-codecov nicholas-codecov deleted the add-in-enterprise-redirect-to-session-tracker branch June 6, 2024 18:40
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.

5 participants