Skip to content

URL Redirections (from 3xx responses) can now be disabled#331

Merged
caronc merged 3 commits into
masterfrom
url-redirect-env-support
May 29, 2026
Merged

URL Redirections (from 3xx responses) can now be disabled#331
caronc merged 3 commits into
masterfrom
url-redirect-env-support

Conversation

@caronc

@caronc caronc commented May 16, 2026

Copy link
Copy Markdown
Owner

Description

Related issue (if applicable): caronc/apprise#1610

Note: this PR is actually 100% complete but can not be merged until a new build of Apprise is created following versioning (v1.11.0). Once the an update to Apprise has been made, this Apprise API can be safely merged (without build errors); it is directly dependant on caronc/apprise#1610

Checklist

  • Documentation ticket created (if applicable): apprise-docs/60
  • The change is tested and works locally.
  • No commented-out code in this PR.
  • No lint errors (use tox -e lint and optionally tox -e format).
  • Test coverage added or updated (use tox -e test).

Testing

Anyone can help test as follows:

# Clone the branch
git clone -b url-redirect-env-support ttps://github.com/caronc/apprise-api.git
cd apprise-api

# Run the unit tests
tox -e test

# Run a local instance of the api at http://localhost:8000
tox -e runserver

@codecov

codecov Bot commented May 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b31235b) to head (d7102dc).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #331   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines         1424      1424           
  Branches       254       254           
=========================================
  Hits          1424      1424           

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@caronc caronc force-pushed the url-redirect-env-support branch from 0f71293 to 846a803 Compare May 29, 2026 17:55
@caronc caronc merged commit 624381b into master May 29, 2026
3 checks passed
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