-
-
Notifications
You must be signed in to change notification settings - Fork 68
Conversation
* 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>
WalkthroughThis 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
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this 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
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
Summary by CodeRabbit
Release Notes for Pull Request: