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

promote code for 0.29 #1331

Merged
merged 38 commits into from
Jan 13, 2024
Merged

promote code for 0.29 #1331

merged 38 commits into from
Jan 13, 2024

Conversation

jacalata
Copy link
Contributor

@jacalata jacalata commented Jan 4, 2024

No description provided.

gconklin and others added 30 commits October 19, 2023 19:00
1. logging to the root logger isn't correct
2. the log line calls fetch_call() which makes a server request
3. retuns the results of fetch_call() which is never used anywhere

Removing these lines from _set_default_permissions makes it more
functionally equivalent to the above _set_permissions
`workbook.refresh` is implemented to accept both `WorkbookItem`
and `str` as arguments, but the type annotation describes it as
receiving `str`, which can cause false warnings in static analysis.

Since the documentation states that it receives `workbook_item`,
the name of the argument is also changed from `workbook_id` to
`workbook_item`.

Issue: #1318
Fixed type annotation for workbook.refresh
@rupalvshinde
Copy link

can you provide info about by when it is planned to promote this change

@jacalata jacalata merged commit 0e46e15 into master Jan 13, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants