Skip to content

Draft: Add a banner informing about token expiration

Imre Farkas requested to merge if-token_expiration_banner-16-5 into 16-5-stable-ee

What does this MR do and why?

Related to gitlab-org/release/tasks#11507.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Checkout this branch
  2. Run bundle install && yarn && bundle exec rails db:migrate RAILS_ENV=development && gdk restart
  3. If you have untracked files, remove them as it will cause your GDK not to start properly
  4. If still not working, try running gdk reconfigure
  5. Visit any project page
  6. To verify you're on 16.5, Click the Help icon at the bottom-left of the screen
Edited by Savas Vedova

Merge request reports