Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Merge argus.htmx settings with default settings

Open hmpf opened this issue 6 months ago • 2 comments
trafficstars

Scope and purpose

Makes it easier and more Django standard to use an adapted settings file.

This pull request

  • adds/changes/removes a dependency

The htmx dependencies are moved from the optional dependencies block to the project dependencies block.

Contributor Checklist

Every pull request should have this checklist filled out, no matter how small it is. More information about contributing to Argus can be found in the Development docs.

  • [x] Added a changelog fragment for towncrier
  • [ ] Added/amended tests for new/changed code
  • [x] Added/changed documentation
  • [x] Linted/formatted the code with ruff and djLint, easiest by using pre-commit
  • [x] The first line of the commit message continues the sentence "If applied, this commit will ...", starts with a capital letter, does not end with punctuation and is 50 characters or less long. See our how-to
  • [ ] If applicable: Created new issues if this PR does not fix the issue completely/there is further work to be done

hmpf avatar May 23 '25 11:05 hmpf

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 78.93%. Comparing base (78f290a) to head (9e8e6e6). :warning: Report is 32 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1483      +/-   ##
==========================================
- Coverage   79.46%   78.93%   -0.53%     
==========================================
  Files         121      121              
  Lines        5425     5427       +2     
==========================================
- Hits         4311     4284      -27     
- Misses       1114     1143      +29     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov-commenter avatar May 23 '25 11:05 codecov-commenter