Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Rr/v2023.3.0 #153

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Rr/v2023.3.0 #153

merged 2 commits into from
Oct 5, 2023

Conversation

rustatian
Copy link
Member

@rustatian rustatian commented Oct 5, 2023

Summary by CodeRabbit

Release Notes for Pull Request:

  • New Feature: Added "ping" field with a "timeout" property in Kafka configuration for connection testing.
  • Bug Fix: Resolved segfault bug in NATS driver, panic bug in Metrics plugin, and inconsistent usage of CORS options in Headers middleware.
  • Documentation: Updated CLI commands in app-server documentation, fixed typos in kv/overview and plugins/server, and added new fields in service and worker sections.
  • Refactor: Improved performance of PostForm/MultipartForm processing in HTTP plugin and updated workers state handling in SDK.
  • Chore: Updated Golang version to v1.21 and refreshed project dependencies.
  • Revert: N/A

Kaspiman and others added 2 commits July 18, 2023 17:02
* Update overview.md (#144)

Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
Co-authored-by: Merlin Diavova <merlin@amesplash.co.uk>
Co-authored-by: Valery Piashchynski <piashchynski.valery@gmail.com>
Co-authored-by: Sergey <wapmorgan@gmail.com>
@coderabbitai
Copy link

coderabbitai bot commented Oct 5, 2023

Walkthrough

This pull request introduces a variety of changes across the documentation and codebase, including updates to command-line interface options, improvements in error handling, adjustments in configuration settings, and bug fixes. It also includes updates to project dependencies and the Golang version.

Changes

File(s) Summary
.github/FUNDING.yml Added GitHub as a supported funding platform.
docs/en/app-server/cli.md Replaced certain commands with options for better CLI usage.
docs/en/kv/overview.md, docs/en/plugins/server.md Fixed typos and updated plugin naming conventions in documentation.
docs/en/php/worker.md Improved error handling by adding a check to break out of a loop when there are no more requests.
docs/en/plugins/service.md Updated service configuration settings and added a new user field.
docs/en/queues/kafka.md Added a new optional field to Kafka configuration for connection testing.
docs/en/releases/v2023-2-1.md, docs/en/releases/v2023-2-2.md Released new versions with various bug fixes, performance improvements, and dependency updates.

🐇 "In the land of code where the shadows lie,

We fix, we update, under the cloudless sky.

With each pull request, our mission's clear,

To make our codebase something to cheer! 🎉"


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • Mention @coderabbitai in any review comment for bot assistance.
  • Note: Review comments are made on code diffs or files, not on the PR overview.

Pause Incremental Reviews

  • Insert @coderabbitai: ignore in the PR description to halt the bot's ongoing reviews. Remove the line to resume.
  • Additionally, enter @coderabbitai pause to halt the bot's ongoing reviews as any issue or review comment. To
    resume reviews, enter @coderabbitai resume as any issue or review comment.

@rustatian rustatian merged commit f0bc644 into 2023.x Oct 5, 2023
@rustatian rustatian deleted the rr/v2023.3.0 branch October 5, 2023 21:48
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 0

Commits Files that changed from the base of the PR and between 4160dca and bf968b5.
Files ignored due to filter (1)
  • docs/en/manifest.json
Files selected for processing (9)
  • .github/FUNDING.yml (1 hunks)
  • docs/en/app-server/cli.md (4 hunks)
  • docs/en/kv/overview.md (2 hunks)
  • docs/en/php/worker.md (2 hunks)
  • docs/en/plugins/server.md (1 hunks)
  • docs/en/plugins/service.md (2 hunks)
  • docs/en/queues/kafka.md (1 hunks)
  • docs/en/releases/v2023-2-1.md (1 hunks)
  • docs/en/releases/v2023-2-2.md (1 hunks)
Files skipped from review due to trivial changes (6)
  • .github/FUNDING.yml
  • docs/en/kv/overview.md
  • docs/en/php/worker.md
  • docs/en/plugins/server.md
  • docs/en/plugins/service.md
  • docs/en/queues/kafka.md
Additional comments (Suppressed): 5
docs/en/releases/v2023-2-1.md (1)
  • 1-13: No significant changes in the hunk. The content remains the same as before, and there are no issues with the markdown syntax.
docs/en/releases/v2023-2-2.md (1)
  • 1-14: The changes in this hunk are primarily updates to the release notes for version v2023.2.2. The changes include bug fixes, performance improvements, and dependency updates. No issues found.
docs/en/app-server/cli.md (3)
  • 223-227: The command syntax has been updated from ./rr jobs pause pipeline1,pipeline2 to ./rr jobs --pause pipeline1,pipeline2. Ensure that all scripts and documentation referring to this command are updated accordingly.

  • 234-249: The command syntax for resuming and destroying jobs has been updated. Make sure to update all references in the codebase and documentation.

- ./rr jobs resume pipeline1,pipeline2
+ ./rr jobs --resume pipeline1,pipeline2

- ./rr jobs stop pipeline1,pipeline2
+ ./rr jobs --destroy pipeline1,pipeline2
  • 255-259: The command syntax for listing jobs has been changed from ./rr jobs list to ./rr jobs --list. Update all references in the codebase and documentation.
- ./rr jobs list
+ ./rr jobs --list

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants