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

Change: Use fewer queries for GET_CREDENTIALS when possible #2122

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jan 2, 2024

  1. Change: Check trash target references before accessing

    In the trash case of GET_TARGETS check that dependent resources like
    credentials exist before trying to access info about them.  This
    speeds up the GSA trashcan, by skipping some SQL queries that would
    always return NULL.
    mattmundell committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    88c2bff View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    decd117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d55aa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    15661bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222f9aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc8765d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    470db26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb7d693 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    45987b5 View commit details
    Browse the repository at this point in the history
  2. Remove redundant elses

    mattmundell committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e220ab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e919778 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f800094 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    a6f3aec View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    b759bb2 View commit details
    Browse the repository at this point in the history