Skip to content

Conversation

@chima222
Copy link

Background:
write_items method in old google_sheets.rb will override all datas in a sheet, but I need an append-only method for recording CI/CD data.
Changes:
add append only method for google sheet

@chima222 chima222 self-assigned this Oct 14, 2025
@chima222 chima222 force-pushed the cma1/add-append-items-method branch from 8e7243e to e3f557d Compare October 14, 2025 02:19
items: T::Array[Item]
).void
end
def append_items(table_name, items)

Choose a reason for hiding this comment

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

please add unit tests for this method

Copy link

@june-sky june-sky left a comment

Choose a reason for hiding this comment

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

Your feature is just sending some metric data to gsheet; it has no relate to the quarantine gem itself. It is not recommended to use this gem for it

@chima222 chima222 closed this Oct 14, 2025
@chima222 chima222 reopened this Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants