{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":111404679,"defaultBranch":"main","name":"documentation","ownerLogin":"jaegertracing","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-11-20T11:58:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/28545596?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714650415.0","currentOid":""},"activityList":{"items":[{"before":"663b65db4977b729147dd60a24467e67a1e01b1f","after":"d7cd6a1e65106b815b997443d65b41d21d9de1d1","ref":"refs/heads/main","pushedAt":"2024-05-13T22:15:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Fix: Typo for both, initialization, variety (#705)\n\n## Which problem is this PR solving?\r\n- Part of #701 \r\n\r\n\r\n## Checklist\r\n- [x] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [x] I have signed all commits\r\n\r\nSigned-off-by: JeevaRamanathan ","shortMessageHtmlLink":"Fix: Typo for both, initialization, variety (#705)"}},{"before":"16a738b8a64bd2ccc3c4d3455a3eef52a72aebe9","after":"663b65db4977b729147dd60a24467e67a1e01b1f","ref":"refs/heads/main","pushedAt":"2024-05-13T16:08:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Fix: Typo for diligence,distributed,documenting,controlled (#704)\n\n## Which problem is this PR solving?\r\n- Resolves #701 \r\n\r\n\r\n## Checklist\r\n- [x] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [x] I have signed all commits\r\n\r\n---------\r\n\r\nSigned-off-by: Jeeva Ramanathan \r\nSigned-off-by: Yuri Shkuro \r\nCo-authored-by: Yuri Shkuro ","shortMessageHtmlLink":"Fix: Typo for diligence,distributed,documenting,controlled (#704)"}},{"before":"ee52c3dd1f3363d8780761f82989c608a86607a0","after":"16a738b8a64bd2ccc3c4d3455a3eef52a72aebe9","ref":"refs/heads/main","pushedAt":"2024-05-12T03:41:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Remove: support ElasticSearch 5.x & 6.x (#703)\n\n## Which problem is this PR solving?\r\n- Relate https://github.com/jaegertracing/jaeger/issues/5439\r\n\r\n## Description of the changes\r\n- Remove ElasticSearch 5.x & 6.x documentation\r\n\r\n## How was this change tested?\r\n- Manual\r\n\r\n## Checklist\r\n- [x] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [x] I have signed all commits\r\n- [ ] I have added unit tests for the new functionality\r\n- [ ] I have run lint and test steps successfully\r\n - for `jaeger`: `make lint test`\r\n - for `jaeger-ui`: `yarn lint` and `yarn test`\r\n\r\nSigned-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>","shortMessageHtmlLink":"Remove: support ElasticSearch 5.x & 6.x (#703)"}},{"before":"9da1045f9fbab6bf7eff1dbd15d477a162e174fc","after":"ee52c3dd1f3363d8780761f82989c608a86607a0","ref":"refs/heads/main","pushedAt":"2024-05-11T23:16:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Remove grpc-plugin storage type (#702)\n\n## Which problem is this PR solving?\r\n- Part of https://github.com/jaegertracing/jaeger/issues/4647\r\n\r\n## Description of the changes\r\n- Replace `grpc-plugin` with `grpc` where applicable, remove otherwise.\r\n\r\n## How was this change tested?\r\n- CI\r\n\r\n---------\r\n\r\nSigned-off-by: Yuri Shkuro ","shortMessageHtmlLink":"Remove grpc-plugin storage type (#702)"}},{"before":"70a5b154097c31e098af31a32ea1ef8573b6e076","after":"9da1045f9fbab6bf7eff1dbd15d477a162e174fc","ref":"refs/heads/main","pushedAt":"2024-05-11T15:29:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Fix typo in OpenTelemetry (#700)\n\n## Which problem is this PR solving?\r\na typo in troubleshooting.MD\r\n\r\nSurprisingly, the spellcheck didn't pick this one up, probably due to\r\nthe Markdown hashtags being interpreted as a comment.\r\n\r\n![image](https://github.com/jaegertracing/documentation/assets/62351083/d790d827-d0e6-453b-9d25-8bdd1a7c3ff1)\r\n\r\n\r\n\r\n## Checklist\r\n- [ X] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [ X] I have signed all commits\r\n- [ ] I have added unit tests for the new functionality\r\n- [ ] I have run lint and test steps successfully\r\n - for `jaeger`: `make lint test`\r\n - for `jaeger-ui`: `yarn lint` and `yarn test`\r\n\r\n---------\r\n\r\nSigned-off-by: Marcin Ziółkowski <62351083+MA3CIN@users.noreply.github.com>\r\nSigned-off-by: MA3CIN ","shortMessageHtmlLink":"Fix typo in OpenTelemetry (#700)"}},{"before":"5135a1ae50bac783fb6c57d70546fbe90c0b2fc3","after":"70a5b154097c31e098af31a32ea1ef8573b6e076","ref":"refs/heads/main","pushedAt":"2024-05-05T21:12:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Github Action Added to Block PRs from fork/main branch (#699)","shortMessageHtmlLink":"Github Action Added to Block PRs from fork/main branch (#699)"}},{"before":"b140970308787b3396c05206ca1dcac032270387","after":null,"ref":"refs/heads/gen-release-release-1.57.0","pushedAt":"2024-05-02T11:46:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"albertteoh","name":"Albert","path":"/albertteoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26584478?s=80&v=4"}},{"before":"5ef00ac9be882aa35a896fd9e5b98bce1845276f","after":"5135a1ae50bac783fb6c57d70546fbe90c0b2fc3","ref":"refs/heads/main","pushedAt":"2024-05-02T11:46:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"albertteoh","name":"Albert","path":"/albertteoh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26584478?s=80&v=4"},"commit":{"message":"Release release-1.57.0 (#696)\n\nRelease release-1.57.0. This PR is created from CI and is part of the\r\nrelease process.\r\n\r\nSigned-off-by: jaegertracingbot \r\nCo-authored-by: jaegertracingbot ","shortMessageHtmlLink":"Release release-1.57.0 (#696)"}},{"before":null,"after":"b140970308787b3396c05206ca1dcac032270387","ref":"refs/heads/gen-release-release-1.57.0","pushedAt":"2024-05-02T11:44:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Release 1.57.0\n\nSigned-off-by: jaegertracingbot ","shortMessageHtmlLink":"Release 1.57.0"}},{"before":"89637b6f45a80e2b4bef55d6d261557a40021345","after":"5ef00ac9be882aa35a896fd9e5b98bce1845276f","ref":"refs/heads/main","pushedAt":"2024-05-02T01:46:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Replace JAEGER_DISABLED with OTEL_TRACES_SAMPLER (#695)\n\n## Which problem is this PR solving?\r\n- Part of https://github.com/jaegertracing/jaeger/issues/5385\r\n\r\n## Description of the changes\r\n- Use OTEL env var that works with OTEL SDKs\r\n- Update all docs starting from v1.48, when OTEL SDK were introduced\r\n\r\n## How was this change tested?\r\n- Verified that starting all-in-one as below does not generate traces\r\n```\r\n$ OTEL_TRACES_SAMPLER=always_off go run -tags=ui ./cmd/all-in-one\r\n```\r\n\r\nSigned-off-by: Yuri Shkuro ","shortMessageHtmlLink":"Replace JAEGER_DISABLED with OTEL_TRACES_SAMPLER (#695)"}},{"before":"916ed3a751bfb6449139c3a3aabdae7d89eee326","after":"89637b6f45a80e2b4bef55d6d261557a40021345","ref":"refs/heads/main","pushedAt":"2024-04-05T16:26:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Fix: Navbar hover background color much darker (#690)\n\n## Which problem is this PR solving?\r\n- Resolves #658\r\n\r\n## Description of the changes\r\n- Navbar hover background color much darker\r\n\r\n## How was this change tested?\r\n- manual test\r\n\r\n## Checklist\r\n- [x] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [x] I have signed all commits\r\n- [ ] I have added unit tests for the new functionality\r\n- [ ] I have run lint and test steps successfully\r\n - for `jaeger`: `make lint test`\r\n - for `jaeger-ui`: `yarn lint` and `yarn test`\r\n\r\nSigned-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>","shortMessageHtmlLink":"Fix: Navbar hover background color much darker (#690)"}},{"before":"c2ac9fa1cec93d40c20685efaaa9e41a650193d0","after":"916ed3a751bfb6449139c3a3aabdae7d89eee326","ref":"refs/heads/main","pushedAt":"2024-04-04T21:36:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Add Spell Checker to CI (#668)\n\n## Which problem is this PR solving?\r\n- Closes\r\n[#665](https://github.com/jaegertracing/documentation/issues/665)\r\n\r\n## Description of the changes\r\n- Simply added a new cspell job to the existing ci-test workflow.\r\n- Will perform the spell check in the content directory and its\r\nsubdirectories.\r\n- Added the same set of dictionary as suggested in the reference PR in\r\nthe issue thread. (Let me know if any more words need to be added)\r\n\r\n---------\r\n\r\nSigned-off-by: Ashutosh Srivastava \r\nSigned-off-by: Yuri Shkuro \r\nSigned-off-by: Yuri Shkuro \r\nCo-authored-by: Yuri Shkuro \r\nCo-authored-by: Yuri Shkuro ","shortMessageHtmlLink":"Add Spell Checker to CI (#668)"}},{"before":"9a22d41ec1cfa6063e0f08f1cf5e2decd6b9c75b","after":"c2ac9fa1cec93d40c20685efaaa9e41a650193d0","ref":"refs/heads/main","pushedAt":"2024-04-04T03:17:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"docs: moved jaeger-postgresql to remote plugin list (#692)\n\n## Which problem is this PR solving?\r\n- Updating documentation to reflect current state of jaeger-postgresql\r\nplugin. The plugin currently uses the remote storage interface.\r\n\r\n## Description of the changes\r\n- Moves jaeger-postgresql to the remote storage backend plugin list.\r\n\r\n## How was this change tested?\r\n- N/A\r\n\r\nSigned-off-by: John Rowley ","shortMessageHtmlLink":"docs: moved jaeger-postgresql to remote plugin list (#692)"}},{"before":"a21069a0f1e39211554a8645391c76c9b7d633c3","after":null,"ref":"refs/heads/gen-release-release-1.56.0","pushedAt":"2024-04-03T21:36:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"}},{"before":"f15ab41b1c75b22e31636d6477b237694f0f2db3","after":"9a22d41ec1cfa6063e0f08f1cf5e2decd6b9c75b","ref":"refs/heads/main","pushedAt":"2024-04-03T21:36:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Release release-1.56.0 (#691)\n\nRelease release-1.56.0. This PR is created from CI and is part of the\r\nrelease process.\r\n\r\nSigned-off-by: jaegertracingbot \r\nCo-authored-by: jaegertracingbot ","shortMessageHtmlLink":"Release release-1.56.0 (#691)"}},{"before":null,"after":"a21069a0f1e39211554a8645391c76c9b7d633c3","ref":"refs/heads/gen-release-release-1.56.0","pushedAt":"2024-04-03T21:33:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Release 1.56.0\n\nSigned-off-by: jaegertracingbot ","shortMessageHtmlLink":"Release 1.56.0"}},{"before":"2095173da6d498901c9046ab9d679abf6b976887","after":"f15ab41b1c75b22e31636d6477b237694f0f2db3","ref":"refs/heads/main","pushedAt":"2024-04-03T21:32:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Add Makefile target for tagging a release\n\nSigned-off-by: Yuri Shkuro ","shortMessageHtmlLink":"Add Makefile target for tagging a release"}},{"before":"4d627e8bbaecfe0ae7caec3aab267faaf11d4e15","after":"2095173da6d498901c9046ab9d679abf6b976887","ref":"refs/heads/main","pushedAt":"2024-03-24T16:24:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Fix: Single page header anchor (#689)\n\n## Which problem is this PR solving?\r\n- Resolves #674\r\n\r\n## Description of the changes\r\n- Fix single page header anchor\r\n\r\n## How was this change tested?\r\n- Manual test\r\n\r\n## Checklist\r\n- [x] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [x] I have signed all commits\r\n- [ ] I have added unit tests for the new functionality\r\n- [ ] I have run lint and test steps successfully\r\n - for `jaeger`: `make lint test`\r\n - for `jaeger-ui`: `yarn lint` and `yarn test`\r\n\r\nSigned-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>","shortMessageHtmlLink":"Fix: Single page header anchor (#689)"}},{"before":"562fba4c956815f1044a4bf9097d35cf32dc017b","after":"4d627e8bbaecfe0ae7caec3aab267faaf11d4e15","ref":"refs/heads/main","pushedAt":"2024-03-22T13:56:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jkowall","name":"Jonah Kowall","path":"/jkowall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1859948?s=80&v=4"},"commit":{"message":"Add jaeger-postgresql to storage plugins list (#684)\n\n## Which problem is this PR solving?\r\nThis PR lists the postgres-jaeger storage plugin that I maintain to the\r\nstorage plugins list.\r\n\r\n\r\n## Description of the changes\r\nAdds a link to the storage plugin list.\r\n\r\n## How was this change tested?\r\nIt was visually checked.\r\n\r\n![image](https://github.com/jaegertracing/documentation/assets/3454480/75592214-10c7-4338-b3f7-c5d009386eef)\r\n\r\n## Checklist\r\n- [X] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [X] I have signed all commits\r\n- [X] I have added unit tests for the new functionality\r\n- [X] I have run lint and test steps successfully\r\n - for `jaeger`: `make lint test`\r\n - for `jaeger-ui`: `yarn lint` and `yarn test`\r\n\r\nSigned-off-by: John Rowley ","shortMessageHtmlLink":"Add jaeger-postgresql to storage plugins list (#684)"}},{"before":"d9825f3b506c98d648e8dd10775cc3dd039f4b70","after":"562fba4c956815f1044a4bf9097d35cf32dc017b","ref":"refs/heads/main","pushedAt":"2024-03-20T23:03:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"List all storage backends are currently supported for adaptive sampling (#688)\n\nReplaces https://github.com/jaegertracing/documentation/pull/676\r\n\r\n---------\r\n\r\nSigned-off-by: Pushkar Mishra \r\nSigned-off-by: Yuri Shkuro \r\nCo-authored-by: Pushkar Mishra ","shortMessageHtmlLink":"List all storage backends are currently supported for adaptive sampli…"}},{"before":"5aeb97b0262ff82c6edaa3a0e1981141f4be8d20","after":"d9825f3b506c98d648e8dd10775cc3dd039f4b70","ref":"refs/heads/main","pushedAt":"2024-03-20T02:55:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Add Badger file permissions as non-root service link (#686)\n\n## Which problem is this PR solving?\r\n- Resolves #683\r\n\r\n## Description of the changes\r\n- Add Badger file permissions as non-root service link\r\n\r\n## How was this change tested?\r\n- No\r\n\r\n## Checklist\r\n- [x] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [x] I have signed all commits\r\n- [ ] I have added unit tests for the new functionality\r\n- [ ] I have run lint and test steps successfully\r\n - for `jaeger`: `make lint test`\r\n - for `jaeger-ui`: `yarn lint` and `yarn test`\r\n\r\nSigned-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>","shortMessageHtmlLink":"Add Badger file permissions as non-root service link (#686)"}},{"before":"cb9ff33ac8ab0f65185097abd796f3b6f2171e59","after":"5aeb97b0262ff82c6edaa3a0e1981141f4be8d20","ref":"refs/heads/main","pushedAt":"2024-03-17T03:13:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Move \"Upgrade Badger v1 to v3\" (#685)\n\n## Which problem is this PR solving?\r\n- Resolves #682\r\n- Related https://github.com/jaegertracing/jaeger/pull/5276\r\n\r\n## Description of the changes\r\n- `Upgrade Badger v1 to v3` redirect to `jaeger`\r\n\r\n## How was this change tested?\r\n- Manual test\r\n\r\n## Checklist\r\n- [x] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [x] I have signed all commits\r\n- [ ] I have added unit tests for the new functionality\r\n- [ ] I have run lint and test steps successfully\r\n - for `jaeger`: `make lint test`\r\n - for `jaeger-ui`: `yarn lint` and `yarn test`\r\n\r\nSigned-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>","shortMessageHtmlLink":"Move \"Upgrade Badger v1 to v3\" (#685)"}},{"before":"58a41dab44db1f55bf7749f6f638ae7c4965599f","after":"cb9ff33ac8ab0f65185097abd796f3b6f2171e59","ref":"refs/heads/main","pushedAt":"2024-03-07T15:12:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Add GSoC 2024 Application Dates (#681)","shortMessageHtmlLink":"Add GSoC 2024 Application Dates (#681)"}},{"before":"5764a782d986e40ec513efb6ff8a5f95f3989c53","after":null,"ref":"refs/heads/gen-release-release-1.55.0","pushedAt":"2024-03-07T07:32:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"}},{"before":"5ac5a79cff2bad6f2f7299fdf8cb3b8223dfb0b6","after":"58a41dab44db1f55bf7749f6f638ae7c4965599f","ref":"refs/heads/main","pushedAt":"2024-03-07T07:32:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Release release-1.55.0 (#680)","shortMessageHtmlLink":"Release release-1.55.0 (#680)"}},{"before":null,"after":"5764a782d986e40ec513efb6ff8a5f95f3989c53","ref":"refs/heads/gen-release-release-1.55.0","pushedAt":"2024-03-07T06:55:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Release 1.55.0\n\nSigned-off-by: jaegertracingbot ","shortMessageHtmlLink":"Release 1.55.0"}},{"before":"f701acb2d4a66e4b27a30252222c7e9fbb313959","after":"5ac5a79cff2bad6f2f7299fdf8cb3b8223dfb0b6","ref":"refs/heads/main","pushedAt":"2024-03-06T21:56:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Add LFX mentorship march-may 2024 (Term 1) mentees (#679)\n\n- added LFX mentorship march-may 2024 (Term 1) mentees\r\n\r\n---------\r\n\r\nSigned-off-by: Harshvir Potpose ","shortMessageHtmlLink":"Add LFX mentorship march-may 2024 (Term 1) mentees (#679)"}},{"before":"82d6bdffd963069633b083d95b97ffb592b58aa9","after":"f701acb2d4a66e4b27a30252222c7e9fbb313959","ref":"refs/heads/main","pushedAt":"2024-03-06T17:56:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Fix Medium's post thumbnail (#678)\n\n## Which problem is this PR solving?\r\n- Resolves #677\r\n\r\n## Description of the changes\r\n- Fix Medium's post thumbnail\r\n- Solution following:\r\nhttps://medium.com/@kartikyathakur/getting-those-thumbnails-from-medium-rss-feed-183f74aefa8c\r\n\r\n## How was this change tested?\r\n- Manual test\r\n\r\n## Checklist\r\n- [x] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [x] I have signed all commits\r\n- [ ] I have added unit tests for the new functionality\r\n- [ ] I have run lint and test steps successfully\r\n - for `jaeger`: `make lint test`\r\n - for `jaeger-ui`: `yarn lint` and `yarn test`\r\n\r\nSigned-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>","shortMessageHtmlLink":"Fix Medium's post thumbnail (#678)"}},{"before":"08b96a308be252c3eac4f592f732e512e59e4dbb","after":"82d6bdffd963069633b083d95b97ffb592b58aa9","ref":"refs/heads/main","pushedAt":"2024-03-05T03:12:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"},"commit":{"message":"Upgrade Hugo 0.123.6 & fix related warning and error (#675)\n\n## Which problem is this PR solving?\r\n- Resolves #669 \r\n\r\n## Description of the changes\r\n- Upgrade Hugo latest version (0.123.6)\r\n- Fix warning Remove deprecated disableKinds `taxonomyTerm`\r\n- Fix error `.File.Path` nil pointer problem\r\n- Fix warning no layout file for \"html\" for kind \"section\"\r\n- Fix warning hugo verbose deprecated\r\n- Fix Hugo 0.123.x remove symlink support\r\n- Fix .Site.IsServer deprecated in Hugo v0.120.0\r\n- Fix data.GetJSON deprecated in Hugo v0.123.0\r\n\r\n### FYI\r\n\r\n-\r\nhttps://discourse.gohugo.io/t/path-when-the-page-is-backed-by-a-file-is-deprecated/36842\r\n- https://github.com/gohugoio/hugo/issues/11556\r\n-\r\nhttps://github.com/gohugoio/hugo/blob/92684f9a26838a46d1a81e3c250fef5207bcb735/commands/commandeer.go#L138\r\n\r\n## How was this change tested?\r\n- No, maybe we can discuss\r\n\r\n## Checklist\r\n- [x] I have read\r\nhttps://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md\r\n- [x] I have signed all commits\r\n\r\n---------\r\n\r\nSigned-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>","shortMessageHtmlLink":"Upgrade Hugo 0.123.6 & fix related warning and error (#675)"}},{"before":"6ba6ce2108aa3f4302e2c2b0e69864470b442ab0","after":null,"ref":"refs/heads/gen-release-release-1.54.0","pushedAt":"2024-02-07T17:38:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yurishkuro","name":"Yuri Shkuro","path":"/yurishkuro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3523016?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESN734AA","startCursor":null,"endCursor":null}},"title":"Activity · jaegertracing/documentation"}