Skip to content

Auto-generated code for main #2563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/log-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for f in $files; do
FAILED_TESTS=`grep -A1 "E,.*" $f | sed 's/\#/-/g' | sed 's/^--/\n/g'`
if [[ -n "$FAILED_TESTS" ]]; then
buildkite-agent annotate --append "<details>"
buildkite-agent annotate --append "<summary>Failures in $f</summary>
buildkite-agent annotate --append "<summary>:x: Failures in $f</summary>
$FAILED_TESTS
</details>"
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Actions
# Returns cluster settings.
#
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
# @option arguments [Time] :master_timeout Timeout for waiting for new cluster state in case it is blocked
# @option arguments [Time] :timeout Explicit operation timeout
# @option arguments [Boolean] :include_defaults Whether to return all default clusters setting.
# @option arguments [Hash] :headers Custom HTTP headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module Actions
# support SLA of official GA features.
#
# @option arguments [String] :connector_id The unique identifier of the connector to be deleted.
# @option arguments [Boolean] :hard If true, the connector doc is deleted. If false, connector doc is marked as deleted (soft-deleted).
# @option arguments [Boolean] :delete_sync_jobs Determines whether associated sync jobs are also deleted.
# @option arguments [Hash] :headers Custom HTTP headers
#
Expand Down

This file was deleted.

This file was deleted.

Loading