Skip to content

Refactor AuthorToken to use BaseToken

Kushal Pandya requested to merge kp-use-base-token-for-author-token into master

What does this MR do?

This MR updates filtered_search_bar/tokens/author_token.vue to use filtered_search_bar/tokens/base_token.vue which includes all the common bits for all token types. This also allows us to enable Recently used feature for Author Token where last 3 recently used values show up immediately while opening the dropdown.

Screenshots (strongly suggested)

Dropdown Menu Behaviour
image Screen_Recording_2021-06-02_at_5.18.19_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports