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

Added golangci-lint and multiple fixes for all kind of checks #84

Merged
merged 6 commits into from
Sep 7, 2024

Commits on Sep 6, 2024

  1. Added golangci-lint and multiple fixes for all kind of checks

    The most important:
    * Added golangci to github workflow
    * Bumped version of go to 1.22 to fix for loops vars
    * Removed cluster logic since dead code and better one in #30
    * Fixed unauthorized access to application resource
    * Fixed not checked user struct type conversion in API
    * Multiple security and style fixes
    sparshev committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6b3e710 View commit details
    Browse the repository at this point in the history
  2. Convert all snake_case variables to camelCase per golang convention (#85

    )
    
    Co-authored-by: Jerry Wiltse <jwiltse@adobe.com>
    solvingj and Jerry Wiltse authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    89a4a9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd33d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    5653d02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc66fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23beddc View commit details
    Browse the repository at this point in the history