Skip to content
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

[testing-on-gke part independent 6.8] Add gsheet utilities #2528

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

gargnitingoogle
Copy link
Collaborator

@gargnitingoogle gargnitingoogle commented Sep 24, 2024

Description

Add utilities for gsheet

  1. Appends given tabular data to the given gsheet id and worksheet name.
  2. Returns url for a gsheet given its ID.
  3. Adds unit tests for the above utilities.

This is on top of #2498 and is followed in #2524 .

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - NA

@kislaykishore kislaykishore requested review from a team, kislaykishore and tritone and removed request for a team and kislaykishore September 24, 2024 09:06
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch from 4fd500c to 87b8aac Compare September 24, 2024 09:06
@kislaykishore kislaykishore requested a review from a team September 24, 2024 09:06
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.49%. Comparing base (5ae03ff) to head (9be1283).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2528      +/-   ##
==========================================
+ Coverage   77.47%   77.49%   +0.01%     
==========================================
  Files         110      110              
  Lines       15705    15705              
==========================================
+ Hits        12167    12170       +3     
+ Misses       3016     3014       -2     
+ Partials      522      521       -1     
Flag Coverage Δ
unittests 77.49% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch from 87b8aac to 3a6f7ab Compare September 24, 2024 15:45
@gargnitingoogle gargnitingoogle changed the base branch from master to garnitin/add-gke-load-testing/improvements-in-run-script September 24, 2024 15:47
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/improvements-in-run-script branch from 8e19d51 to ecdee7c Compare September 25, 2024 07:21
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch from 3a6f7ab to 172032d Compare September 25, 2024 07:21
@gargnitingoogle gargnitingoogle changed the title [testing-on-gke part indepdent] Add gsheet utilities [testing-on-gke part independent] Add gsheet utilities Sep 25, 2024
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/improvements-in-run-script branch from ecdee7c to 52dd115 Compare September 25, 2024 12:33
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch from 172032d to 390fe46 Compare September 25, 2024 12:33
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/improvements-in-run-script branch from 52dd115 to e875e2c Compare September 25, 2024 13:45
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch 2 times, most recently from b081112 to 3ed138f Compare September 25, 2024 14:14
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/improvements-in-run-script branch from bdf6b44 to 60aafb2 Compare September 27, 2024 04:59
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch from 3ed138f to 9d14972 Compare September 27, 2024 04:59
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/improvements-in-run-script branch from 60aafb2 to 0b97cc6 Compare September 27, 2024 06:12
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch from 9d14972 to 4b551a4 Compare September 27, 2024 06:12
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch from 0dc2856 to 709ca59 Compare October 9, 2024 07:26
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/improvements-in-run-script branch from 747107f to 71db5d8 Compare October 9, 2024 07:43
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch 3 times, most recently from aca46f4 to bdeb538 Compare October 10, 2024 06:34
@gargnitingoogle gargnitingoogle changed the base branch from garnitin/add-gke-load-testing/improvements-in-run-script to master October 10, 2024 09:16
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch 4 times, most recently from 8bc67e1 to 1200bbf Compare October 15, 2024 11:42
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch 6 times, most recently from 206639a to fc24322 Compare October 25, 2024 04:27
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch 3 times, most recently from 9d5248b to b02ddef Compare November 6, 2024 06:17
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch 4 times, most recently from f675845 to c2f360c Compare November 12, 2024 10:26
Utilities:
1. Append given tabular data to the given gsheet
   id and worksheet name.
2. Return url for a gsheet given its ID.
3. Adds unit tests for the above utilities.
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-gsheet-utility branch from c2f360c to 9be1283 Compare November 13, 2024 10:26
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.

1 participant