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

Link fixes #737

Merged
merged 6 commits into from
Nov 15, 2022
Merged

Link fixes #737

merged 6 commits into from
Nov 15, 2022

Conversation

Kielek
Copy link
Contributor

@Kielek Kielek commented Oct 27, 2022

Fixes # N/A

Changes

Propagate changes from open-telemetry/opentelemetry-dotnet-instrumentation#1503
Fix links.

@codecov
Copy link

codecov bot commented Oct 27, 2022

Codecov Report

Merging #737 (67f39ad) into main (f30ed06) will decrease coverage by 0.15%.
The diff coverage is n/a.

❗ Current head 67f39ad differs from pull request most recent head 1e94396. Consider uploading reports for the commit 1e94396 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #737      +/-   ##
==========================================
- Coverage   77.56%   77.41%   -0.16%     
==========================================
  Files         176      176              
  Lines        5308     5299       -9     
==========================================
- Hits         4117     4102      -15     
- Misses       1191     1197       +6     
Impacted Files Coverage Δ
...ounters/EventCountersInstrumentationEventSource.cs 0.00% <0.00%> (-27.28%) ⬇️
...trumentation.EventCounters/EventCountersMetrics.cs 77.58% <0.00%> (-7.49%) ⬇️
...ons/Internal/ActivityEventAttachingLogProcessor.cs 93.33% <0.00%> (ø)

@Kielek Kielek force-pushed the link-checker branch 4 times, most recently from 44696c2 to f89813c Compare October 27, 2022 06:50
uses: lycheeverse/[email protected]
with:
fail: true
args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this repository there is tons of links to the GitHub. It leads to throttling. One of the way is to use once request at a time.

@Kielek Kielek marked this pull request as ready for review October 27, 2022 07:04
@Kielek Kielek requested a review from a team October 27, 2022 07:04
@Kielek Kielek added documentation Improvements or additions to documentation infra Infra work - CI/CD, code coverage, linters labels Oct 28, 2022
uses: lycheeverse/[email protected]
with:
fail: true
args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"
Copy link
Member

@pellared pellared Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could consider removing './**/*.html' and reverting the workflow name to markdownlint (if the name change would lead to any problem).

For me it could stay as it is 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File filers are taken from default lychee configuration. There is no possibility to set other custom attributes and not setting file filters.

I would keep as it is.

uses: actions/[email protected]

- name: verify links by lycheeverse
uses: lycheeverse/[email protected]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you know if this is used widely? Any idea how opentelemetry.io folks deal with this ?

Copy link
Member

@pellared pellared Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2022

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Nov 8, 2022
@Kielek
Copy link
Contributor Author

Kielek commented Nov 8, 2022

@cijothomas , I think that it is worth at least to merge link fixes if you prefer not to check links every build. Should I remove CI-link validation from this PR?

@github-actions github-actions bot removed the Stale label Nov 9, 2022
@Kielek Kielek changed the title Link checker Link fixes Nov 15, 2022
@Kielek
Copy link
Contributor Author

Kielek commented Nov 15, 2022

@cijothomas, @utpilla - changes related to the ci-link validation are reverted. We can revisit it later. For now, I would like to merge only fixed links.

@Kielek Kielek removed the infra Infra work - CI/CD, code coverage, linters label Nov 15, 2022
@cijothomas cijothomas merged commit b3a921a into open-telemetry:main Nov 15, 2022
@Kielek Kielek deleted the link-checker branch November 15, 2022 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants