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

Add performance index for token resolution #2932

Merged
merged 21 commits into from
Jul 15, 2024
Merged

Commits on Jun 17, 2024

  1. Add performance index for token resolution

    * add external_key to identity_provider
    * add index and optional search in retrieveByIssuer
    * add external_key for OAuth/OIDC and SAML IdP
    strehle committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1b58db4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Change index for mysql

    strehle committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    823413a View commit details
    Browse the repository at this point in the history
  2. Add tests

    strehle committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0aeed8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bed30f View commit details
    Browse the repository at this point in the history
  4. more tests

    strehle committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c294a77 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'refs/remotes/origin/develop' into fix/2…

    …821/addExternId
    
    # Conflicts:
    #	server/src/main/java/org/cloudfoundry/identity/uaa/provider/JdbcIdentityProviderProvisioning.java
    strehle committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    20dc4df View commit details
    Browse the repository at this point in the history
  6. test fix

    strehle committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    94e35d4 View commit details
    Browse the repository at this point in the history
  7. Add documentation

    strehle committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3e2a35e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c38623 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    bf64ffb View commit details
    Browse the repository at this point in the history
  2. Use partial index on postgresql

    only postgres supports them
    strehle committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d6f0ce5 View commit details
    Browse the repository at this point in the history
  3. Refactorings

    - shorten the index name. Similar name pattern then existing
    strehle committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7feee63 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    267b07a View commit details
    Browse the repository at this point in the history
  2. Change external_key to VARCHAR

    Adopt index
    strehle committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bcf65db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    341bb3d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. adopt rename in docs

    strehle committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    68693c9 View commit details
    Browse the repository at this point in the history
  2. test improvements

    strehle committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a6f467e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    5d1aee1 View commit details
    Browse the repository at this point in the history
  2. moved test

    strehle committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    165f943 View commit details
    Browse the repository at this point in the history
  3. added entityId

    strehle committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f2ad1b7 View commit details
    Browse the repository at this point in the history
  4. test fix

    strehle committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a8c1019 View commit details
    Browse the repository at this point in the history