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

events: add ASN Database reader #7793

Merged
merged 11 commits into from
Dec 20, 2023
Merged

events: add ASN Database reader #7793

merged 11 commits into from
Dec 20, 2023

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Dec 5, 2023

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)
  • The translation files have been updated (make i18n-extract)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

@BeryJu BeryJu requested review from a team as code owners December 5, 2023 22:22
Copy link

netlify bot commented Dec 5, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 761f5f3
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65830f14d0e565000834affb

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

Attention: 31 lines in your changes are missing coverage. Please review.

Comparison is base (256187e) 92.65% compared to head (761f5f3) 92.59%.

Files Patch % Lines
authentik/events/context_processors/asn.py 79.06% 9 Missing ⚠️
authentik/events/context_processors/geoip.py 80.85% 9 Missing ⚠️
authentik/events/context_processors/mmdb.py 83.78% 6 Missing ⚠️
authentik/api/v3/config.py 60.00% 2 Missing ⚠️
authentik/events/context_processors/base.py 90.00% 2 Missing ⚠️
authentik/events/utils.py 66.66% 2 Missing ⚠️
authentik/events/models.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7793      +/-   ##
==========================================
- Coverage   92.65%   92.59%   -0.06%     
==========================================
  Files         589      593       +4     
  Lines       29271    29372     +101     
==========================================
+ Hits        27121    27197      +76     
- Misses       2150     2175      +25     
Flag Coverage Δ
e2e 50.69% <65.36%> (+0.03%) ⬆️
integration 26.12% <48.60%> (+0.07%) ⬆️
unit 89.70% <82.68%> (-0.04%) ⬇️

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

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

authentik/lib/default.yml Outdated Show resolved Hide resolved
authentik/policies/types.py Outdated Show resolved Hide resolved
authentik/events/enrich/geoip.py Outdated Show resolved Hide resolved
Copy link

netlify bot commented Dec 13, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit ff2d831
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/65830148353789000827f9bb
😎 Deploy Preview https://deploy-preview-7793--authentik.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 94 (🟢 up 11 from production)
Accessibility: 90 (no change from production)
Best Practices: 100 (no change from production)
SEO: 80 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@BeryJu BeryJu requested a review from a team as a code owner December 20, 2023 14:49
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit 50860d7 into main Dec 20, 2023
64 of 65 checks passed
@BeryJu BeryJu deleted the events/asn-database branch December 20, 2023 21:16
kensternberg-authentik added a commit that referenced this pull request Dec 21, 2023
* main: (21 commits)
  web: bump API Client version (#7964)
  release: 2023.10.5
  web: bump API Client version (#7962)
  providers/scim: use lock for sync (#7948)
  stages/email: prevent authentik emails from being marked as spam (also add text template support) (#7949)
  website/docs: prepare 2023.10.5 (#7947)
  web: bump the sentry group in /web with 2 updates (#7955)
  web: bump the wdio group in /tests/wdio with 4 updates (#7957)
  core: bump goauthentik.io/api/v3 from 3.2023104.4 to 3.2023104.5 (#7958)
  web: bump API Client version (#7953)
  events: add ASN Database reader (#7793)
  translate: Updates for file web/xliff/en.xlf in fr (#7951)
  website/docs: add expression example for geoip (#7739)
  website: fix hosted API browser (#7946)
  core: bump github.com/redis/go-redis/v9 from 9.3.0 to 9.3.1 (#7942)
  web: bump the sentry group in /web with 2 updates (#7944)
  web: bump the storybook group in /web with 7 updates (#7945)
  core: bump goauthentik.io/api/v3 from 3.2023104.3 to 3.2023104.4 (#7943)
  providers/scim: set timeout based on page and page count (#7941)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#7928)
  ...
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.

2 participants