Skip to content

website/docs: Advanced queries, remove reference to QL and add more examples #16191

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

Merged
merged 14 commits into from
Aug 19, 2025

Conversation

tanberry
Copy link
Contributor

@tanberry tanberry commented Aug 14, 2025

This PR updates the Advanced Queroies docs, and adds Vaultwarden to the list of new Int guides in the 2025.8 Release Notes.

  • Find out how many examples we want to show
  • The documentation has been updated
  • The documentation has been formatted (make docs)

@tanberry tanberry requested a review from a team as a code owner August 14, 2025 17:09
Copy link

netlify bot commented Aug 14, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit ee77a3b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68a4c4813df2350008ddfa4a

Copy link

netlify bot commented Aug 14, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit ee77a3b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68a4c4810e24a500086acf8a
😎 Deploy Preview https://deploy-preview-16191--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Copy link

netlify bot commented Aug 14, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit ee77a3b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68a4c4814645740008f1c6ec
😎 Deploy Preview https://deploy-preview-16191--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Copy link

codecov bot commented Aug 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.82%. Comparing base (9c9a6e3) to head (ee77a3b).
⚠️ Report is 37 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16191      +/-   ##
==========================================
+ Coverage   92.50%   92.82%   +0.32%     
==========================================
  Files         836      837       +1     
  Lines       45167    45244      +77     
==========================================
+ Hits        41781    41998     +217     
+ Misses       3386     3246     -140     
Flag Coverage Δ
e2e 46.69% <ø> (+1.25%) ⬆️
integration 23.55% <ø> (-0.04%) ⬇️
unit 90.92% <ø> (+0.01%) ⬆️

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.

@tanberry tanberry requested a review from BeryJu August 14, 2025 17:26
Copy link
Contributor

github-actions bot commented Aug 14, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ee77a3b276b60cea888d2ce14e5a3152ed1543b3
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-ee77a3b276b60cea888d2ce14e5a3152ed1543b3

Afterwards, run the upgrade commands from the latest release notes.

@tanberry tanberry requested review from BeryJu and a team August 14, 2025 19:16
Copy link
Contributor

@dewi-tik dewi-tik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny optional suggestion

@tanberry tanberry merged commit 109c869 into main Aug 19, 2025
108 checks passed
@tanberry tanberry deleted the docs-redo-queries branch August 19, 2025 19:27
tanberry added a commit that referenced this pull request Aug 19, 2025
…xamples (#16191)

* remove reference to QL

* add Jens' examples

* tweak

* Update website/docs/users-sources/user/user_basic_operations.md

Co-authored-by: Jens L. <[email protected]>
Signed-off-by: Tana M Berry <[email protected]>

* Update website/docs/users-sources/user/user_basic_operations.md

Co-authored-by: Jens L. <[email protected]>
Signed-off-by: Tana M Berry <[email protected]>

* add note about UX ticks

* tweak

* argh

* clarify there are more values

* add link to Event actions list

* tweaks, typo

* Update website/docs/users-sources/user/user_basic_operations.md

Co-authored-by: Dewi Roberts <[email protected]>
Signed-off-by: Tana M Berry <[email protected]>

* Update website/docs/sys-mgmt/events/logging-events.md

Co-authored-by: Jens L. <[email protected]>
Signed-off-by: Tana M Berry <[email protected]>

* jens edits

---------

Signed-off-by: Tana M Berry <[email protected]>
Co-authored-by: Tana M Berry <[email protected]>
Co-authored-by: Jens L. <[email protected]>
Co-authored-by: Dewi Roberts <[email protected]>
tanberry added a commit that referenced this pull request Aug 20, 2025
… Guide (cherry-pick #16191) (#16258)

website/docs: Advanced queries, remove reference to QL and add more examples (#16191)

* remove reference to QL

* add Jens' examples

* tweak

* Update website/docs/users-sources/user/user_basic_operations.md




* Update website/docs/users-sources/user/user_basic_operations.md




* add note about UX ticks

* tweak

* argh

* clarify there are more values

* add link to Event actions list

* tweaks, typo

* Update website/docs/users-sources/user/user_basic_operations.md




* Update website/docs/sys-mgmt/events/logging-events.md




* jens edits

---------

Signed-off-by: Tana M Berry <[email protected]>
Co-authored-by: Tana M Berry <[email protected]>
Co-authored-by: Jens L. <[email protected]>
Co-authored-by: Dewi Roberts <[email protected]>
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.

3 participants