-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: taskbadger/taskbadger-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sk/update-libs
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: taskbadger/taskbadger-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 14 files changed
- 1 contributor
Commits on Feb 14, 2026
-
Merge pull request #39 from taskbadger/sk/update-libs
update lib and client
Configuration menu - View commit details
-
Copy full SHA for 9d92479 - Browse repository at this point
Copy the full SHA 9d92479View commit details -
Support project API keys with auto-detection of org/project
Project API keys are base64-encoded strings containing org/project/key. When detected, org and project slugs are extracted automatically, simplifying initialization. Legacy keys continue to work but emit a deprecation warning advising users to switch to project keys. - Add _parse_token() utility for base64 project key detection - Update _init() to decode project keys and extract org/project - Update Config.from_dict() to extract org/project for display/validation - Update CLI configure command to prompt for API key first and skip org/project prompts when a project key is detected - Add comprehensive tests for project key support
Configuration menu - View commit details
-
Copy full SHA for 4564a2e - Browse repository at this point
Copy the full SHA 4564a2eView commit details -
Fix race condition in celery system integration tests
Celery stores the task result before firing the task_success signal. This means result.get() can return before the success handler runs, causing the mock context to exit and the second update_task_safe call to hit the real function instead of the mock. Add _wait_for_mock_calls() to poll until the expected call count is reached before exiting the mock context.
Configuration menu - View commit details
-
Copy full SHA for b4662b2 - Browse repository at this point
Copy the full SHA b4662b2View commit details
Commits on Feb 16, 2026
-
Merge pull request #40 from taskbadger/sk/project-keys
Support project API keys with auto-detection of org/project
Configuration menu - View commit details
-
Copy full SHA for 8d03b2e - Browse repository at this point
Copy the full SHA 8d03b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b120d12 - Browse repository at this point
Copy the full SHA b120d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac0011 - Browse repository at this point
Copy the full SHA 0ac0011View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1a642 - Browse repository at this point
Copy the full SHA cb1a642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 568bf98 - Browse repository at this point
Copy the full SHA 568bf98View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff sk/update-libs...main