Skip to content

Fix auth_app for modern Taiga versions - #269

Open
yakky wants to merge 3 commits into
masterfrom
removal/227-fix-app-auth
Open

Fix auth_app for modern Taiga versions#269
yakky wants to merge 3 commits into
masterfrom
removal/227-fix-app-auth

Conversation

@yakky

@yakky yakky commented Aug 24, 2026

Copy link
Copy Markdown
Member

Supersedes #229 (rebased onto current master + packaged as a breaking change per review). Fixes #227, fixes #189.

Original fix by @meck-gd — see #229 for the full discussion. This branch adds:

  • reclassifies the changelog fragment as a breaking change (removal)
  • documents the new auth_app flow in docs/usage.rst
  • adds test coverage for the missing-token error branch
  • leaves the major version bump to the release process

meck-gd and others added 2 commits August 24, 2026 10:44
- Reclassify the changelog fragment for #227 as a breaking change,
  removal type, instead of a bugfix, since auth_app's signature and
  return value both changed.
- Document the new auth_app flow in docs/usage.rst.
- Add coverage for the 200-response-without-token error branch.
- Version bump to 2.0.0 is left to the release process, per review on #229.

Co-authored-by: Melissa Eckardt <melissa.eckardt@gdata-adan.de>
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.29%. Comparing base (cbd94ee) to head (604295d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #269      +/-   ##
==========================================
+ Coverage   96.47%   97.29%   +0.81%     
==========================================
  Files           8        8              
  Lines         936      923      -13     
  Branches       67       64       -3     
==========================================
- Hits          903      898       -5     
+ Misses         19       15       -4     
+ Partials       14       10       -4     
Flag Coverage Δ
unittests 97.29% <100.00%> (+0.81%) ⬆️

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coveralls

coveralls commented Aug 24, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 98.375% (+0.4%) from 97.97% — removal/227-fix-app-auth into master

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.

auth_app function outdated Can not install the lib: pyjwkest-1.4.2

3 participants