Patrice Chalin
3fa5ff6921
Add Docsy as NPM package, consolidate all NPM packages, refactor & tweak spell check scripts ( #903 )
...
- Contributes to #746
- Note that this adds Docsy as an NPM module, but does not engage the
Docsy-based site build in production or preview.
- @yurishkuro - I'll want to submit as many changes to `main` as
possible, provided they don't impact the production build, as is the
case for this PR. I'll limit / confine breaking changes to the `docsy`
branch
### Cleanup & consolidation
- **Generated site files are _not_ changed**, except for
`css/style.css.map` (see below), due to path changes to reach
`bulma`-module Sass includes. This is just a `.map` file, it doesn't
affect rendering.
- Consolidates NPM packages, by creating a single `./package.json` file
for `themes/jaeger-docs` and spellcheck required packages
- Deletes archived `node_modules` and lock files; marks them as
git-ignored
### Initial Docsy config
- Adds Docsy as an NPM package.
- Adds NPM scripts useful to build and test both the Bulma and Docsy
versions of the site.
- Does not change the existing CI scripts, except to rework
spell-checking is done.
- Creates a new `.cspell.yml`, incorporating the .json file config. Adds
some extra useful config
- Moves local word lists into `./.cspell`
### Generated file diffs
```console
$ (cd public && git diff -bw --ignore-blank-lines) | grep ^diff
diff --git a/css/style.css.map b/css/style.css.map
$ (cd public && git diff -bw --ignore-blank-lines) | head
...
```
```diff
diff --git a/css/style.css.map b/css/style.css.map
index 87cc0bf9..1a077da1 100644
--- a/css/style.css.map
+++ b/css/style.css.map
@@ -4,91 +4,91 @@
"sourceRoot": "/Users/chalin/git/lf/jaegertracing.io",
"sources": [
"themes/jaeger-docs/assets/sass/style.sass",
- "themes/jaeger-docs/node_modules/bulma/sass/utilities/initial-variables.sass",
- "themes/jaeger-docs/node_modules/bulma/sass/utilities/functions.sass",
+ "node_modules/bulma/sass/utilities/initial-variables.sass",
+ "node_modules/bulma/sass/utilities/functions.sass",
"themes/jaeger-docs/assets/sass/variables.sass",
...
```
---------
Signed-off-by: Patrice Chalin <pchalin@gmail.com>
Signed-off-by: Patrice Chalin <chalin@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
2025-06-01 21:04:03 -03:00
Yuri Shkuro
42e8127cb7
Add openpgp to dictionary ( #899 )
...
Signed-off-by: Yuri Shkuro <github@ysh.us>
2025-06-01 15:03:04 -03:00
pipiland
9cc4fd42ee
Add gsoc 2025 member to mentorship.md ( #877 )
2025-05-10 08:27:41 -04:00
Mend Renovate
4cafa35b1e
fix(deps): update dependency cspell to v9 ( #874 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`^8.6.1` ->
`^9.0.0`](https://renovatebot.com/diffs/npm/cspell/8.19.1/9.0.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v9.0.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#900-2025-05-05 )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.19.4...v9.0.0 )
**Note:** Version bump only for package cspell
###
[`v8.19.4`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8194-2025-05-03 )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.19.3...v8.19.4 )
**Note:** Version bump only for package cspell
###
[`v8.19.3`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8193-2025-04-27 )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.19.2...v8.19.3 )
**Note:** Version bump only for package cspell
###
[`v8.19.2`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8192-2025-04-20 )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.19.1...v8.19.2 )
**Note:** Version bump only for package cspell
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2025-05-05 09:01:23 -04:00
Yuri Shkuro
a3020c4704
Add LFX'25 Term 1 mentees ( #873 )
...
Signed-off-by: Yuri Shkuro <github@ysh.us>
2025-05-04 01:11:45 -03:00
Yuri Shkuro
501c53c075
Add Filter Processor and pprof extension ( #872 )
...
## Description of the changes
- Mention recently added pprof extension and Filter Processor
---------
Signed-off-by: Yuri Shkuro <github@ysh.us>
2025-05-03 13:15:00 -04:00
Mend Renovate
0a07d62f81
fix(deps): update dependency cspell to v8.19.1 ( #867 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.19.0` ->
`8.19.1`](https://renovatebot.com/diffs/npm/cspell/8.19.0/8.19.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.19.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8191-2025-04-18 )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.19.0...v8.19.1 )
**Note:** Version bump only for package cspell
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2025-04-18 17:05:00 -04:00
Mend Renovate
fe1ef1b0f5
fix(deps): update dependency cspell to v8.19.0 ( #866 )
2025-04-16 20:48:28 -03:00
Mend Renovate
1f0998b3eb
fix(deps): update dependency cspell to v8.18.1 ( #863 )
2025-03-29 09:45:03 -03:00
Mend Renovate
a845e680db
fix(deps): update dependency cspell to v8.18.0 ( #862 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.17.5` ->
`8.18.0`](https://renovatebot.com/diffs/npm/cspell/8.17.5/8.18.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.18.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8180-2025-03-26 )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.17.5...v8.18.0 )
- ci: Workflow Bot -- Update ALL Dependencies (main)
([#​7080](https://redirect.github.com/streetsidesoftware/cspell/issues/7080 ))
([b9d57a1](https://redirect.github.com/streetsidesoftware/cspell/commit/b9d57a1 )),
closes
[#​7080](https://redirect.github.com/streetsidesoftware/cspell/issues/7080 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2025-03-26 12:21:58 -04:00
Mend Renovate
96f77eb7b7
fix(deps): update dependency cspell to v8.17.5 ( #852 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.17.4` ->
`8.17.5`](https://renovatebot.com/diffs/npm/cspell/8.17.4/8.17.5 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.17.5`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8175-2025-02-22-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.17.4...v8.17.5 )
- fix: Workflow Bot -- Update Dictionaries (main)
([#​6937](https://redirect.github.com/streetsidesoftware/cspell/issues/6937 ))
([2bfee05](https://redirect.github.com/streetsidesoftware/cspell/commit/2bfee05 )),
closes
[#​6937](https://redirect.github.com/streetsidesoftware/cspell/issues/6937 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2025-02-22 17:11:18 -05:00
Mend Renovate
047356abea
fix(deps): update dependency cspell to v8.17.4 ( #847 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.17.3` ->
`8.17.4`](https://renovatebot.com/diffs/npm/cspell/8.17.3/8.17.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.17.4`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8174-2025-02-19-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.17.3...v8.17.4 )
- ci: Workflow Bot -- Update ALL Dependencies (main)
([#​6920](https://redirect.github.com/streetsidesoftware/cspell/issues/6920 ))
([e92597c](https://redirect.github.com/streetsidesoftware/cspell/commit/e92597c )),
closes
[#​6920](https://redirect.github.com/streetsidesoftware/cspell/issues/6920 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2025-02-19 19:24:47 -04:00
Mend Renovate
32c49824fb
fix(deps): update dependency cspell to v8.17.3 ( #836 )
2025-01-28 10:36:43 -04:00
Mend Renovate
321e5619dc
fix(deps): update dependency cspell to v8.17.2 ( #832 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.17.1` ->
`8.17.2`](https://renovatebot.com/diffs/npm/cspell/8.17.1/8.17.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.17.2`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8172-2025-01-13-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.17.1...v8.17.2 )
- fix: Dump stack on error when verbose
([#​6782](https://redirect.github.com/streetsidesoftware/cspell/issues/6782 ))
([df0026c](https://redirect.github.com/streetsidesoftware/cspell/commit/df0026c )),
closes
[#​6782](https://redirect.github.com/streetsidesoftware/cspell/issues/6782 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2025-01-14 13:28:12 -05:00
Yuri Shkuro
2d5e8299e4
Add diagrams with Kafka ( #823 )
...
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-12-27 22:52:07 -04:00
Mend Renovate
9378fff9e4
fix(deps): update dependency cspell to v8.17.1 ( #816 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.17.0` ->
`8.17.1`](https://renovatebot.com/diffs/npm/cspell/8.17.0/8.17.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.17.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8171-2024-12-16-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.17.0...v8.17.1 )
- chore: Update Integration Test Performance Data
([#​6681](https://redirect.github.com/streetsidesoftware/cspell/issues/6681 ))
([4b19439](https://redirect.github.com/streetsidesoftware/cspell/commit/4b19439 )),
closes
[#​6681](https://redirect.github.com/streetsidesoftware/cspell/issues/6681 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-12-17 00:18:03 -04:00
Mend Renovate
ca9923a5b3
fix(deps): update dependency cspell to v8.17.0 ( #815 )
2024-12-15 12:21:41 -04:00
Yuri Shkuro
448561c17f
Update Monitoring and Troubleshooting pages for v2 ( #805 )
...
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-27 23:48:03 -04:00
Mend Renovate
1209812a79
Update dependency cspell to v8.16.1 ( #796 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.16.0` ->
`8.16.1`](https://renovatebot.com/diffs/npm/cspell/8.16.0/8.16.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.16.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8161-2024-11-26-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.16.0...v8.16.1 )
- chore: Update Integration Test Performance Data
([#​6602](https://redirect.github.com/streetsidesoftware/cspell/issues/6602 ))
([5d667a7](https://redirect.github.com/streetsidesoftware/cspell/commit/5d667a7 )),
closes
[#​6602](https://redirect.github.com/streetsidesoftware/cspell/issues/6602 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-11-27 01:14:43 -04:00
Yuri Shkuro
8372518994
Clean-up dictionaries ( #795 )
...
## Which problem is this PR solving?
- Resolves #701
## Description of the changes
- Final clean-up
---------
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-26 19:37:36 -04:00
Yuri Shkuro
f51d66b55c
Use password word in example
...
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-26 18:21:34 -05:00
Yuri Shkuro
4f0b5f0c83
Update SPM docs ( #794 )
...
## Which problem is this PR solving?
- Resolves #772
## Description of the changes
- Update diagram, remove implication that OTEL Collector is needed
- Update the docs for v2
- Add configuration references / samples
---------
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-26 19:14:33 -04:00
Yuri Shkuro
8faa5b764a
Improve v2 docs ( #793 )
...
## Description of the changes
- More improvements to the docs
- Address TODOs
---------
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-24 22:47:54 -04:00
Yuri Shkuro
edb1c0950d
Workaround for raw html warnings ( #787 )
...
## Which problem is this PR solving?
- The latest version of Hugo does not render some parts of the content
represented via raw HTML, it instead logs these warnings: `WARN Raw HTML
omitted while rendering .../content/docs/1.63/operator.md"; see
https://gohugo.io/getting-started/configuration-markup/#rendererunsafe .
You can suppress this warning by adding the following to your site
configuration: ignoreLogs = ['warning-goldmark-raw-html']`
## Description of the changes
* Following [this blog
post](https://makewithhugo.com/shortcode-add-raw-html/ ), add a `rawhtml`
shortcode and wrap `<img>` tags with it.
* Remove `<!-- ... -->` comments in the old operator.md files, but in
the next-release/operator.md replace them with go template comments
## How was this change tested?
- the image was missing in the previous iterations, now it shows on the
page <img width="616" alt="image"
src="https://github.com/user-attachments/assets/fb71ab01-a10b-43f3-9e53-ef5f454bfd81 ">
- `make build` no longer shows raw html warnings
---------
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-23 20:46:48 -04:00
Mend Renovate
a299a21c3c
Update dependency cspell to v8.16.0 ( #763 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.15.4` ->
`8.16.0`](https://renovatebot.com/diffs/npm/cspell/8.15.4/8.16.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.16.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8160-2024-11-07 )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.7...v8.16.0 )
- chore: Update Integration Test Performance Data
([#​6505](https://redirect.github.com/streetsidesoftware/cspell/issues/6505 ))
([fb78a40](https://redirect.github.com/streetsidesoftware/cspell/commit/fb78a40 )),
closes
[#​6505](https://redirect.github.com/streetsidesoftware/cspell/issues/6505 )
###
[`v8.15.7`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8157-2024-11-03-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.6...v8.15.7 )
- ci: Workflow Bot -- Update ALL Dependencies (main)
([#​6456](https://redirect.github.com/streetsidesoftware/cspell/issues/6456 ))
([d4bd0dd](https://redirect.github.com/streetsidesoftware/cspell/commit/d4bd0dd )),
closes
[#​6456](https://redirect.github.com/streetsidesoftware/cspell/issues/6456 )
###
[`v8.15.6`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8156-2024-11-02-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.5...v8.15.6 )
- chore: Update Integration Test Performance Data
([#​6455](https://redirect.github.com/streetsidesoftware/cspell/issues/6455 ))
([be8b15a](https://redirect.github.com/streetsidesoftware/cspell/commit/be8b15a )),
closes
[#​6455](https://redirect.github.com/streetsidesoftware/cspell/issues/6455 )
###
[`v8.15.5`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8155-2024-10-30-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.4...v8.15.5 )
- ci: Workflow Bot -- Update ALL Dependencies (main)
([#​6442](https://redirect.github.com/streetsidesoftware/cspell/issues/6442 ))
([70f43cc](https://redirect.github.com/streetsidesoftware/cspell/commit/70f43cc )),
closes
[#​6442](https://redirect.github.com/streetsidesoftware/cspell/issues/6442 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-11-07 12:20:39 -05:00
Jonah Kowall
83ee5f00ae
Replace command line args in deployment doc ( #751 )
...
## Which problem is this PR solving?
Part of https://github.com/jaegertracing/documentation/issues/750
## Description of the changes
Adjusting command line and other components from v1 to v2.
## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits
---------
Signed-off-by: Jonah Kowall <jkowall@kowall.net>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <github@ysh.us>
2024-11-02 01:21:21 +00:00
Mend Renovate
36b8685831
Update dependency cspell to v8.15.4 ( #760 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.15.3` ->
`8.15.4`](https://renovatebot.com/diffs/npm/cspell/8.15.3/8.15.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.15.4`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8154-2024-10-18-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.3...v8.15.4 )
- chore: Update Integration Test Performance Data
([#​6389](https://redirect.github.com/streetsidesoftware/cspell/issues/6389 ))
([7ece6a7](https://redirect.github.com/streetsidesoftware/cspell/commit/7ece6a7 )),
closes
[#​6389](https://redirect.github.com/streetsidesoftware/cspell/issues/6389 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-10-19 17:06:18 -03:00
Mend Renovate
21676c63fb
Update dependency cspell to v8.15.3 ( #759 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.15.2` ->
`8.15.3`](https://renovatebot.com/diffs/npm/cspell/8.15.2/8.15.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.15.3`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8153-2024-10-16-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.2...v8.15.3 )
- chore: Update Integration Test Performance Data
([#​6377](https://redirect.github.com/streetsidesoftware/cspell/issues/6377 ))
([7ff6781](https://redirect.github.com/streetsidesoftware/cspell/commit/7ff6781 )),
closes
[#​6377](https://redirect.github.com/streetsidesoftware/cspell/issues/6377 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-10-17 12:53:51 -04:00
Mend Renovate
6995017ece
Update dependency cspell to v8.15.2 ( #756 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.15.1` ->
`8.15.2`](https://renovatebot.com/diffs/npm/cspell/8.15.1/8.15.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.15.2`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8152-2024-10-14-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.1...v8.15.2 )
- chore: Update Integration Test Performance Data
([#​6361](https://redirect.github.com/streetsidesoftware/cspell/issues/6361 ))
([d639368](https://redirect.github.com/streetsidesoftware/cspell/commit/d639368 )),
closes
[#​6361](https://redirect.github.com/streetsidesoftware/cspell/issues/6361 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-10-14 21:09:42 -04:00
Priyansh Sao
54f6d84ba7
Fixed one more typo in scripts/cspell/project-words.txt ( #755 )
2024-10-12 13:55:56 -04:00
Mend Renovate
a44e51bd97
Update dependency cspell to v8.15.1 ( #754 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.14.4` ->
`8.15.1`](https://renovatebot.com/diffs/npm/cspell/8.14.4/8.15.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.15.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8151-2024-10-11-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.0...v8.15.1 )
- fix: Sign Published Packages
([#​6350](https://redirect.github.com/streetsidesoftware/cspell/issues/6350 ))
([633b060](https://redirect.github.com/streetsidesoftware/cspell/commit/633b060 )),
closes
[#​6350](https://redirect.github.com/streetsidesoftware/cspell/issues/6350 )
###
[`v8.15.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8150-2024-10-11 )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.4...v8.15.0 )
- chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0
([#​6332](https://redirect.github.com/streetsidesoftware/cspell/issues/6332 ))
([67d1e92](https://redirect.github.com/streetsidesoftware/cspell/commit/67d1e92 )),
closes
[#​6332](https://redirect.github.com/streetsidesoftware/cspell/issues/6332 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-10-11 13:10:55 -04:00
Priyansh Sao
f334558799
Fixed typo in scripts/cspell/project-words.txt ( #753 )
2024-10-11 17:09:48 +00:00
Mend Renovate
0e63cb29cc
Update dependency cspell to v8.14.4 ( #743 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.14.3` ->
`8.14.4`](https://renovatebot.com/diffs/npm/cspell/8.14.3/8.14.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.14.4`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8144-2024-09-18-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.3...v8.14.4 )
- fix: Remove object from cache
([#​6257](https://redirect.github.com/streetsidesoftware/cspell/issues/6257 ))
([ea24297](https://redirect.github.com/streetsidesoftware/cspell/commit/ea24297 )),
closes
[#​6257](https://redirect.github.com/streetsidesoftware/cspell/issues/6257 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-09-19 10:53:03 -04:00
Mend Renovate
f846d48a62
Update dependency cspell to v8.14.3 ( #741 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/ )
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.14.2` ->
`8.14.3`](https://renovatebot.com/diffs/npm/cspell/8.14.2/8.14.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.14.3`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8143-2024-09-17-small )
[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.2...v8.14.3 )
- chore: Update Integration Test Performance Data
([#​6254](https://redirect.github.com/streetsidesoftware/cspell/issues/6254 ))
([189ac16](https://redirect.github.com/streetsidesoftware/cspell/commit/189ac16 )),
closes
[#​6254](https://redirect.github.com/streetsidesoftware/cspell/issues/6254 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-09-17 10:28:45 -04:00
Jonah Kowall
832a3ecad6
Major push for Jaeger v2 docs updates ( #735 )
...
## Description of the changes
Lots of changes per the new menu format, also updated a lot of content
but more to go around configurations.
## How was this change tested?
make develop
## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits
---------
Signed-off-by: Jonah Kowall <jkowall@kowall.net>
2024-09-11 13:38:27 -04:00
Mend Renovate
6c61b39065
Update dependency cspell to v8.14.2 ( #727 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://streetsidesoftware.github.io/cspell/ )
([source](https://togithub.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ))
| [`8.6.1` ->
`8.14.2`](https://renovatebot.com/diffs/npm/cspell/8.6.1/8.14.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
###
[`v8.14.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8142-2024-08-20-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.14.1...v8.14.2 )
- chore: Update Integration Test Performance Data
([#​6126](https://togithub.com/streetsidesoftware/cspell/issues/6126 ))
([012c897](https://togithub.com/streetsidesoftware/cspell/commit/012c897 )),
closes
[#​6126](https://togithub.com/streetsidesoftware/cspell/issues/6126 )
###
[`v8.14.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8141-2024-08-17-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.3...v8.14.1 )
- fix: Fix publishing
([8a56148](https://togithub.com/streetsidesoftware/cspell/commit/8a56148 ))
###
[`v8.13.3`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8133-2024-08-12-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.2...v8.13.3 )
- chore: Update Integration Test Performance Data
([#​6079](https://togithub.com/streetsidesoftware/cspell/issues/6079 ))
([dd28ef5](https://togithub.com/streetsidesoftware/cspell/commit/dd28ef5 )),
closes
[#​6079](https://togithub.com/streetsidesoftware/cspell/issues/6079 )
###
[`v8.13.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8132-2024-08-08-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.1...v8.13.2 )
- chore: Update Integration Test Performance Data
([#​6060](https://togithub.com/streetsidesoftware/cspell/issues/6060 ))
([c766d18](https://togithub.com/streetsidesoftware/cspell/commit/c766d18 )),
closes
[#​6060](https://togithub.com/streetsidesoftware/cspell/issues/6060 )
###
[`v8.13.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8131-2024-08-02-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.0...v8.13.1 )
- chore: Update Integration Test Performance Data
([#​6028](https://togithub.com/streetsidesoftware/cspell/issues/6028 ))
([738d2a9](https://togithub.com/streetsidesoftware/cspell/commit/738d2a9 )),
closes
[#​6028](https://togithub.com/streetsidesoftware/cspell/issues/6028 )
###
[`v8.13.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8130-2024-07-30 )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.12.1...v8.13.0 )
- chore: Update Integration Test Performance Data
([#​6011](https://togithub.com/streetsidesoftware/cspell/issues/6011 ))
([135838a](https://togithub.com/streetsidesoftware/cspell/commit/135838a )),
closes
[#​6011](https://togithub.com/streetsidesoftware/cspell/issues/6011 )
###
[`v8.12.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8121-2024-07-22-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.11.0...v8.12.1 )
- fix: make sure the version is up to date
([f6ab018](https://togithub.com/streetsidesoftware/cspell/commit/f6ab018 ))
###
[`v8.11.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8110-2024-07-16 )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.10.4...v8.11.0 )
- refactor: char index
([#​5926](https://togithub.com/streetsidesoftware/cspell/issues/5926 ))
([077b3ba](https://togithub.com/streetsidesoftware/cspell/commit/077b3ba )),
closes
[#​5926](https://togithub.com/streetsidesoftware/cspell/issues/5926 )
###
[`v8.10.4`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8104-2024-07-05-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.10.2...v8.10.4 )
- chore: force 8.10.3
([f18b8c7](https://togithub.com/streetsidesoftware/cspell/commit/f18b8c7 ))
###
[`v8.10.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8102-2024-07-05-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.10.1...v8.10.2 )
- ci: Workflow Bot -- Update ALL Dependencies (main)
([#​5862](https://togithub.com/streetsidesoftware/cspell/issues/5862 ))
([814e15c](https://togithub.com/streetsidesoftware/cspell/commit/814e15c )),
closes
[#​5862](https://togithub.com/streetsidesoftware/cspell/issues/5862 )
###
[`v8.10.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8101-2024-07-05-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.10.0...v8.10.1 )
- fix(cspell-tools): support adding directives
([#​5860](https://togithub.com/streetsidesoftware/cspell/issues/5860 ))
([b2e014f](https://togithub.com/streetsidesoftware/cspell/commit/b2e014f )),
closes
[#​5860](https://togithub.com/streetsidesoftware/cspell/issues/5860 )
###
[`v8.10.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8100-2024-07-02 )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.9.1...v8.10.0 )
- chore: Update Integration Test Performance Data
([#​5859](https://togithub.com/streetsidesoftware/cspell/issues/5859 ))
([898e806](https://togithub.com/streetsidesoftware/cspell/commit/898e806 )),
closes
[#​5859](https://togithub.com/streetsidesoftware/cspell/issues/5859 )
###
[`v8.9.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small891-2024-06-20-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.9.0...v8.9.1 )
- docs: format tables in generated docs
([#​5776](https://togithub.com/streetsidesoftware/cspell/issues/5776 ))
([02e0359](https://togithub.com/streetsidesoftware/cspell/commit/02e0359 )),
closes
[#​5776](https://togithub.com/streetsidesoftware/cspell/issues/5776 )
###
[`v8.9.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#890-2024-06-18 )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.8.4...v8.9.0 )
**Note:** Version bump only for package cspell
###
[`v8.8.4`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small884-2024-06-03-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.8.3...v8.8.4 )
- ci: Fix Lint -- Workflow Bot
([#​5699](https://togithub.com/streetsidesoftware/cspell/issues/5699 ))
([211113a](https://togithub.com/streetsidesoftware/cspell/commit/211113a )),
closes
[#​5699](https://togithub.com/streetsidesoftware/cspell/issues/5699 )
###
[`v8.8.3`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small883-2024-05-23-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.8.2...v8.8.3 )
- chore: Update Integration Test Performance Data
([#​5663](https://togithub.com/streetsidesoftware/cspell/issues/5663 ))
([b605dd3](https://togithub.com/streetsidesoftware/cspell/commit/b605dd3 )),
closes
[#​5663](https://togithub.com/streetsidesoftware/cspell/issues/5663 )
###
[`v8.8.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small882-2024-05-22-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.8.1...v8.8.2 )
- ci: Workflow Bot -- Update ALL Dependencies (main)
([#​5659](https://togithub.com/streetsidesoftware/cspell/issues/5659 ))
([5d93673](https://togithub.com/streetsidesoftware/cspell/commit/5d93673 )),
closes
[#​5659](https://togithub.com/streetsidesoftware/cspell/issues/5659 )
###
[`v8.8.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small881-2024-05-10-small )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.8.0...v8.8.1 )
- chore: Do not stop update if it fails to lint.
([64ba085](https://togithub.com/streetsidesoftware/cspell/commit/64ba085 ))
###
[`v8.8.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#880-2024-05-03 )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.7.0...v8.8.0 )
**Note:** Version bump only for package cspell
###
[`v8.7.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#870-2024-04-10 )
[Compare
Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.6.1...v8.7.0 )
**Note:** Version bump only for package cspell
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/documentation ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==-->
Signed-off-by: Mend Renovate <bot@renovateapp.com>
2024-09-09 15:22:51 -04:00
dependabot[bot]
398a0d48b3
Bump micromatch from 4.0.5 to 4.0.8 in /scripts/cspell ( #734 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.5
to 4.0.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micromatch/micromatch/releases ">micromatch's
releases</a>.</em></p>
<blockquote>
<h2>4.0.8</h2>
<p>Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We
consider the issues low-priority, so even if you see automated scanners
saying otherwise, don't be scared.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md ">micromatch's
changelog</a>.</em></p>
<blockquote>
<h2>[4.0.8] - 2024-08-22</h2>
<ul>
<li>backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch</li>
</ul>
<h2>[4.0.7] - 2024-05-22</h2>
<ul>
<li>this is basically v4.0.5, with some README updates</li>
<li><strong>it is vulnerable to CVE-2024-4067</strong></li>
<li>Updated braces to v3.0.3 to avoid CVE-2024-4068</li>
<li>does NOT break API compatibility</li>
</ul>
<h2>[4.0.6] - 2024-05-21</h2>
<ul>
<li>Added <code>hasBraces</code> to check if a pattern contains
braces.</li>
<li>Fixes CVE-2024-4067</li>
<li><strong>BREAKS API COMPATIBILITY</strong></li>
<li>Should be labeled as a major release, but it's not.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8bd704ec0d
"><code>8bd704e</code></a>
4.0.8</li>
<li><a
href="a0e68416a4
"><code>a0e6841</code></a>
run verb to generate README documentation</li>
<li><a
href="4ec288484f
"><code>4ec2884</code></a>
Merge branch 'v4' into hauserkristof-feature/v4.0.8</li>
<li><a
href="03aa805217
"><code>03aa805</code></a>
Merge pull request <a
href="https://redirect.github.com/micromatch/micromatch/issues/266 ">#266</a>
from hauserkristof/feature/v4.0.8</li>
<li><a
href="814f5f70ef
"><code>814f5f7</code></a>
lint</li>
<li><a
href="67fcce6a10
"><code>67fcce6</code></a>
fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5</li>
<li><a
href="113f2e3fa7
"><code>113f2e3</code></a>
fix: CVE numbers in CHANGELOG</li>
<li><a
href="d9dbd9a266
"><code>d9dbd9a</code></a>
feat: updated CHANGELOG</li>
<li><a
href="2ab13157f4
"><code>2ab1315</code></a>
fix: use actions/setup-node@v4</li>
<li><a
href="1406ea38f3
"><code>1406ea3</code></a>
feat: rework test to work on macos with node 10,12 and 14</li>
<li>Additional commits viewable in <a
href="https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/jaegertracing/documentation/network/alerts ).
</details>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <github@ysh.us>
2024-09-09 17:47:30 +00:00
dependabot[bot]
3c326283d4
Bump braces from 3.0.2 to 3.0.3 in /scripts/cspell ( #725 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to
3.0.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="74b2db2938
"><code>74b2db2</code></a>
3.0.3</li>
<li><a
href="88f1429a0f
"><code>88f1429</code></a>
update eslint. lint, fix unit tests.</li>
<li><a
href="415d660c30
"><code>415d660</code></a>
Snyk js braces 6838727 (<a
href="https://redirect.github.com/micromatch/braces/issues/40 ">#40</a>)</li>
<li><a
href="190510f79d
"><code>190510f</code></a>
fix tests, skip 1 test in test/braces.expand</li>
<li><a
href="716eb9f12d
"><code>716eb9f</code></a>
readme bump</li>
<li><a
href="a5851e57f4
"><code>a5851e5</code></a>
Merge pull request <a
href="https://redirect.github.com/micromatch/braces/issues/37 ">#37</a>
from coderaiser/fix/vulnerability</li>
<li><a
href="2092bd1fb1
"><code>2092bd1</code></a>
feature: braces: add maxSymbols (<a
href="https://github.com/micromatch/braces/issues/ ">https://github.com/micromatch/braces/issues/ </a>...</li>
<li><a
href="9f5b4cf473
"><code>9f5b4cf</code></a>
fix: vulnerability (<a
href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727 ">https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727 </a>)</li>
<li><a
href="98414f9f1f
"><code>98414f9</code></a>
remove funding file</li>
<li><a
href="665ab5d561
"><code>665ab5d</code></a>
update keepEscaping doc (<a
href="https://redirect.github.com/micromatch/braces/issues/27 ">#27</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/jaegertracing/documentation/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 21:29:43 -04:00
Raghuram Kannan
101c39db85
Add mentees for Jun-Aug 2024 ( #712 )
...
## Description of the changes
- Added mentees for LFX'24 Jun-Aug term and removed info about GSoC'24
## 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: FlamingSaint <raghuramkannan400@gmail.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <github@ysh.us>
2024-06-15 19:21:56 -04:00
hippie-danish
94f929e323
Fix typos in behaviour, ingestor ( #706 )
...
## Which problem is this PR solving?
- part of #701
## Description of the changes
- fixed typo behaviour , ingestor
## How was this change tested?
- make spellcheck
## Checklist
- [ ] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [ ] 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: danish siddiqui <danishsiddiqui040@gmail.com>
2024-05-26 18:19:31 -04:00
JeevaRamanathan
d7cd6a1e65
Fix: Typo for both, initialization, variety ( #705 )
...
## Which problem is this PR solving?
- Part of #701
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
2024-05-13 18:15:16 -04:00
JeevaRamanathan
663b65db49
Fix: Typo for diligence,distributed,documenting,controlled ( #704 )
...
## Which problem is this PR solving?
- Resolves #701
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
---------
Signed-off-by: Jeeva Ramanathan <jeevaramanathan.m@infosys.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <github@ysh.us>
2024-05-13 12:08:12 -04:00
Yuri Shkuro
ee52c3dd1f
Remove grpc-plugin storage type ( #702 )
...
## Which problem is this PR solving?
- Part of https://github.com/jaegertracing/jaeger/issues/4647
## Description of the changes
- Replace `grpc-plugin` with `grpc` where applicable, remove otherwise.
## How was this change tested?
- CI
---------
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-05-11 19:16:18 -04:00
Ashutosh Srivastava
916ed3a751
Add Spell Checker to CI ( #668 )
...
## Which problem is this PR solving?
- Closes
[#665 ](https://github.com/jaegertracing/documentation/issues/665 )
## Description of the changes
- Simply added a new cspell job to the existing ci-test workflow.
- Will perform the spell check in the content directory and its
subdirectories.
- Added the same set of dictionary as suggested in the reference PR in
the issue thread. (Let me know if any more words need to be added)
---------
Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <github@ysh.us>
2024-04-04 17:36:15 -04:00