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

Fix #1302 n+1 queries in owners #1303

Closed
wants to merge 9 commits into from

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

  1. N+1 fixed

    tekshteint committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    70b44cc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. N+1 fixed

    only my changes are present, everything else is as made by Spring
    tekshteint committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0e5db6f View commit details
    Browse the repository at this point in the history
  2. removed old file

    tekshteint committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7fd676e View commit details
    Browse the repository at this point in the history
  3. fixed dependencies

    tekshteint committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    33e2235 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Removed OTEL

    tekshteint committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fd32ee7 View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit fd32ee7
    Author: Tom Ekshtein <tekshteint@gmail.com>
    Date:   Fri Sep 8 12:24:10 2023 -0700
    
        Removed OTEL
    
    commit 33e2235
    Author: Tom Ekshtein <tekshteint@gmail.com>
    Date:   Mon Jul 24 11:24:02 2023 -0700
    
        fixed dependencies
    
    commit 7fd676e
    Author: Tom Ekshtein <tekshteint@gmail.com>
    Date:   Mon Jul 24 11:20:59 2023 -0700
    
        removed old file
    
    commit 0e5db6f
    Author: Tom Ekshtein <tekshteint@gmail.com>
    Date:   Mon Jul 24 11:20:00 2023 -0700
    
        N+1 fixed
    
        only my changes are present, everything else is as made by Spring
    tekshteint committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    19456d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d24bc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Removed whitespacing and formatting issues

    Ran mvn spring-javaformat:apply as shown from github's build failure
    tekshteint committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    15801e7 View commit details
    Browse the repository at this point in the history