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: reduce number of SQL queries in GET_TASKS #2135

Draft
wants to merge 46 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 Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    f0d4458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da21a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fdaaa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb8882d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e09e764 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65f515f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ff4aeb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    ef27916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7487ae0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b442180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23590d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    df91d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc89cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f345791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e8fbde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bf8b72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e97ac39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f88070 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    230ed1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf71f23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45edb72 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c2e368c View commit details
    Browse the repository at this point in the history
  12. Group more declarations

    mattmundell committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    79e3085 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b38ea71 View commit details
    Browse the repository at this point in the history
  14. Clang format

    mattmundell committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7b76bd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    d1e1689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e34dca View commit details
    Browse the repository at this point in the history
  3. Fix stray commas

    mattmundell committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    483b923 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    9977548 View commit details
    Browse the repository at this point in the history
  2. Fix missing else

    mattmundell committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    88b02d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c02e89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c808fd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f3f98a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e5716b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b6e8c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    225b279 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    14b1da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f76b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f1322c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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