Skip to content

web/flows: update flow background#8209

Merged
BeryJu merged 1 commit intomainfrom
web/update-flow-background
Jan 17, 2024
Merged

web/flows: update flow background#8209
BeryJu merged 1 commit intomainfrom
web/update-flow-background

Conversation

@BeryJu
Copy link
Copy Markdown
Member

@BeryJu BeryJu commented Jan 17, 2024

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 a review from a team as a code owner January 17, 2024 12:52
@netlify
Copy link
Copy Markdown

netlify bot commented Jan 17, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 9103003
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65a7cf2cbaa5670008453839
😎 Deploy Preview https://deploy-preview-8209--authentik-storybook.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 site configuration.

@github-actions
Copy link
Copy Markdown
Contributor

authentik translations instructions

Thanks for your pull request!

authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically.

@authentik-automation
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 47.6%, saving 1.18 MB.

Filename Before After Improvement Visual comparison
web/src/assets/images/flow_background.jpg 2.47 MB 1.29 MB -47.6% View diff

198 images did not require optimisation.

@BeryJu BeryJu force-pushed the web/update-flow-background branch from bee3c80 to 7d83fa2 Compare January 17, 2024 12:56
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the web/update-flow-background branch from 7d83fa2 to 9103003 Compare January 17, 2024 12:59
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (493cefa) 89.56% compared to head (9103003) 92.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8209      +/-   ##
==========================================
+ Coverage   89.56%   92.31%   +2.74%     
==========================================
  Files         608      608              
  Lines       30262    30262              
==========================================
+ Hits        27105    27936     +831     
+ Misses       3157     2326     -831     
Flag Coverage Δ
e2e 50.60% <ø> (+6.92%) ⬆️
integration 26.39% <ø> (?)
unit 89.46% <ø> (ø)

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 17, 2024

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-web-update-flow-background-1705498174-9103003
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-web-update-flow-background-1705498174-9103003-arm64
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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-web-update-flow-background-1705498174-9103003

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-web-update-flow-background-1705498174-9103003-arm64

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

@BeryJu BeryJu merged commit 941f05e into main Jan 17, 2024
@BeryJu BeryJu deleted the web/update-flow-background branch January 17, 2024 13:25
kensternberg-authentik added a commit that referenced this pull request Jan 17, 2024
* main: (82 commits)
  translate: Updates for file web/xliff/en.xlf in fr (#8212)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#8211)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#8210)
  web/flows: update flow background (#8209)
  web: clear "blanked" placeholder when present (#15) (#5948)
  web: bump prettier from 3.2.3 to 3.2.4 in /web (#8207)
  web: bump prettier from 3.2.2 to 3.2.3 in /tests/wdio (#8200)
  web: bump the wdio group in /tests/wdio with 4 updates (#8199)
  web: bump @formatjs/intl-listformat from 7.5.4 to 7.5.5 in /web (#8203)
  core: bump uvicorn from 0.25.0 to 0.26.0 (#8198)
  web: bump prettier from 3.2.2 to 3.2.3 in /web (#8201)
  web: bump vite-tsconfig-paths from 4.2.3 to 4.3.1 in /web (#8202)
  website: bump prettier from 3.2.2 to 3.2.3 in /website (#8204)
  website: fix styling on pricing page on firefox
  website: update pricing page (#8197)
  website: bump @types/react from 18.2.47 to 18.2.48 in /website (#8184)
  website: bump react-tooltip from 5.25.1 to 5.25.2 in /website (#8185)
  web: bump the eslint group in /tests/wdio with 2 updates (#8186)
  web: bump the eslint group in /web with 2 updates (#8187)
  web: bump mermaid from 10.6.1 to 10.7.0 in /web (#8189)
  ...
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