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 rebuild-ui.sh script #6098

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

andreasgerstmayr
Copy link
Contributor

Which problem is this PR solving?

Description of the changes

  • run git fetch --unshallow only on shallow repos

How was this change tested?

Checklist

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
@andreasgerstmayr andreasgerstmayr requested a review from a team as a code owner October 17, 2024 16:20
@dosubot dosubot bot added the ui label Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.46%. Comparing base (bec885e) to head (c979cc7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6098      +/-   ##
==========================================
- Coverage   96.93%   96.46%   -0.47%     
==========================================
  Files         352      352              
  Lines       16719    19953    +3234     
==========================================
+ Hits        16206    19247    +3041     
- Misses        329      522     +193     
  Partials      184      184              
Flag Coverage Δ
badger_v1 8.44% <ø> (+0.45%) ⬆️
badger_v2 1.71% <ø> (-0.14%) ⬇️
cassandra-4.x-v1 14.61% <ø> (-1.15%) ⬇️
cassandra-4.x-v2 1.65% <ø> (-0.13%) ⬇️
cassandra-5.x-v1 14.61% <ø> (-1.15%) ⬇️
cassandra-5.x-v2 1.65% <ø> (-0.13%) ⬇️
elasticsearch-6.x-v1 18.61% <ø> (-0.45%) ⬇️
elasticsearch-7.x-v1 18.71% <ø> (-0.41%) ⬇️
elasticsearch-8.x-v1 18.88% <ø> (-0.44%) ⬇️
elasticsearch-8.x-v2 1.71% <ø> (-0.14%) ⬇️
grpc_v1 8.81% <ø> (-0.57%) ⬇️
grpc_v2 6.74% <ø> (-0.39%) ⬇️
kafka-v1 9.02% <ø> (-0.67%) ⬇️
kafka-v2 1.71% <ø> (-0.14%) ⬇️
memory_v2 1.71% <ø> (-0.14%) ⬇️
opensearch-1.x-v1 18.76% <ø> (-0.40%) ⬇️
opensearch-2.x-v1 18.75% <ø> (-0.42%) ⬇️
opensearch-2.x-v2 1.71% <ø> (-0.14%) ⬇️
tailsampling-processor 0.48% <ø> (-0.01%) ⬇️
unittests 95.37% <ø> (-0.37%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

scripts/rebuild-ui.sh Outdated Show resolved Hide resolved
Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
@yurishkuro
Copy link
Member

Thanks!

@yurishkuro yurishkuro merged commit 32112eb into jaegertracing:main Oct 17, 2024
49 of 50 checks passed
chahatsagarmain pushed a commit to chahatsagarmain/jaeger that referenced this pull request Oct 23, 2024
## Which problem is this PR solving?
- Resolves jaegertracing#6097

## Description of the changes
- run `git fetch --unshallow` only on shallow repos

## How was this change tested?
- 

## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rebuild-ui is broken
2 participants