Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release - v2.13.0 #71

Merged
merged 70 commits into from
Apr 16, 2022
Merged

Next release - v2.13.0 #71

merged 70 commits into from
Apr 16, 2022

Conversation

ppfeufer
Copy link
Owner

@ppfeufer ppfeufer commented Apr 6, 2022

Description

Added

Changed

  • Minimum requirements
    • Alliance Auth >= v2.11.2
    • Alliance Auth App Utils >= 1.13.0
  • Switched to Alliance Auth App Utils for logging
  • JavaScript cleaned up
  • Logic for ping text moved from JavaScript to Python/Django code
  • Discord pings are now always embedded
  • Get timezones app URL from Django instead of it being hardcoded

Removed

  • Support for Slack Webhooks. Slack is not supported by Alliance Auth, so it has
    been dropped from this app as well.

Fixes #70

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have checked my code and corrected any misspellings

@codecov
Copy link

codecov bot commented Apr 6, 2022

Codecov Report

Merging #71 (d038146) into master (481d8e0) will increase coverage by 4.76%.
The diff coverage is 61.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   67.36%   72.12%   +4.76%     
==========================================
  Files          12       16       +4     
  Lines         429      592     +163     
  Branches       57       84      +27     
==========================================
+ Hits          289      427     +138     
- Misses        125      144      +19     
- Partials       15       21       +6     
Impacted Files Coverage Δ
fleetpings/admin.py 76.66% <0.00%> (-0.14%) ⬇️
fleetpings/app_settings.py 100.00% <ø> (+31.42%) ⬆️
fleetpings/apps.py 100.00% <ø> (ø)
fleetpings/auth_hooks.py 88.23% <ø> (ø)
fleetpings/urls.py 100.00% <ø> (ø)
fleetpings/helper/ping_context.py 20.25% <20.25%> (ø)
fleetpings/helper/eve_images.py 33.33% <33.33%> (ø)
fleetpings/helper/discord_webhook.py 42.85% <42.85%> (ø)
fleetpings/models.py 78.57% <66.66%> (+7.02%) ⬆️
fleetpings/templatetags/fleetpings_urls.py 80.00% <80.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 481d8e0...d038146. Read the comment docs.

@ppfeufer ppfeufer marked this pull request as ready for review April 16, 2022 22:46
@ppfeufer ppfeufer changed the title [WIP] Next release Next release - v2.13.0 Apr 16, 2022
@ppfeufer ppfeufer merged commit 8b8f383 into master Apr 16, 2022
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.

[Feature Request] Discord timestamp conversion support.
1 participant