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

Port detection Optimization for Go Projects #38

Merged
merged 20 commits into from
Dec 19, 2023

Commits on Nov 28, 2023

  1. turn on default linters and fix warnings/errors as a result

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8113fc6 View commit details
    Browse the repository at this point in the history
  2. cleanup forgotten commented out block

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0529546 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. potential increase in code cov for resp body closing

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    cdc7ff6 View commit details
    Browse the repository at this point in the history
  2. fix lint error in test case

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6284295 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. revert redundant code coverage changes

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ad61c0a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. update defer statements and add test cases for them

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8176e91 View commit details
    Browse the repository at this point in the history
  2. add test cases for detector.go

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    06bace8 View commit details
    Browse the repository at this point in the history
  3. update excluded folders for mocks and migrations

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f32aa56 View commit details
    Browse the repository at this point in the history
  4. update unit tests for new go excluded folders

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    54530ba View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. filter out test files for go

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c79d160 View commit details
    Browse the repository at this point in the history
  2. make changes more concise

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    940e158 View commit details
    Browse the repository at this point in the history
  3. update unit tests for optimization changes

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1490b13 View commit details
    Browse the repository at this point in the history
  4. update port detection docs

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f9ec191 View commit details
    Browse the repository at this point in the history
  5. remove commented out block

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    67c89a1 View commit details
    Browse the repository at this point in the history
  6. revert linter change from other branch

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ffb3b09 View commit details
    Browse the repository at this point in the history
  7. revert defer statement changes from other branch

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bbc6122 View commit details
    Browse the repository at this point in the history
  8. revert detector.go test changes from other branch

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c478a1a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. update port detection docs with suggested change

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a7aad5e View commit details
    Browse the repository at this point in the history
  2. add unit test for new function

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    07496a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. update to main and fix conflicts

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7ea01ac View commit details
    Browse the repository at this point in the history