Skip to content

feat(LAB-4112): add tqdm management for cancelling issues#2008

Merged
BlueGrizzliBear merged 4 commits intomainfrom
feature/lab-4112-aau-i-deactivate-the-progress-bar-when-cancelling-issues
Jan 12, 2026
Merged

feat(LAB-4112): add tqdm management for cancelling issues#2008
BlueGrizzliBear merged 4 commits intomainfrom
feature/lab-4112-aau-i-deactivate-the-progress-bar-when-cancelling-issues

Conversation

@BlueGrizzliBear
Copy link
Copy Markdown
Contributor

This MR adds the following :

  • adds the tqdm management for the client_domain SDK client (previously only on the legacy client)
  • allow tqdm management for the following issues methods : cancel, open, solve

This means now that if the client wants to show the loading bar, he can either set the disable_tqdm to False (or not set it at all) when instanciating the kili-sdk client, or when using the given method.

Screenshot 2026-01-06 at 15 54 31 Screenshot 2026-01-06 at 15 54 11 Screenshot 2026-01-06 at 15 52 14

Here are a few scripts I use to test this feature :
cancel_all_issues_legacy.py
create_1000_issues.py
cancel_all_issues.py
solve_all_issues.py
solve_all_issues_legacy.py
open_all_issues.py
open_all_issues_legacy.py

@BlueGrizzliBear BlueGrizzliBear changed the title Feature/lab 4112 aau i deactivate the progress bar when cancelling issues feat(LAB-4112): add tqdm management for cancelling issues Jan 12, 2026
Copy link
Copy Markdown

@stephnguyenkili stephnguyenkili left a comment

Choose a reason for hiding this comment

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

LGTM

@BlueGrizzliBear BlueGrizzliBear merged commit f2b2b13 into main Jan 12, 2026
15 of 16 checks passed
@BlueGrizzliBear BlueGrizzliBear deleted the feature/lab-4112-aau-i-deactivate-the-progress-bar-when-cancelling-issues branch January 12, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants