-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: MirrexOne/unqueryvet
base: v1.4.0
head repository: MirrexOne/unqueryvet
compare: v1.5.0
- 7 commits
- 271 files changed
- 1 contributor
Commits on Jan 12, 2026
-
feat:add DSL, IDEs schema, extension support
Alexander Belovitskiy committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for bc433b0 - Browse repository at this point
Copy the full SHA bc433b0View commit details -
docs(goland): update plugin.xml to match implemented features
- Update description to reflect actual functionality - Remove 'Query complexity analysis' (not implemented) - Add aliased wildcards and subquery detection - Add string concatenation and format strings detection - Update SQL builders list to full 12 supported libraries - Add Custom rules via DSL configuration - Update action descriptions for clarity - Improve XML formatting
Alexander Belovitskiy committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for e3c4e3d - Browse repository at this point
Copy the full SHA e3c4e3dView commit details -
fix: resolve golangci-lint v2.8.0 issues
- Fix errcheck: handle os.Chdir error in defer (loader_test.go) - Remove unused fields: compiledPatterns, compiledCondition (rule.go) - Fix gofumpt formatting (actions.go, model.go)
Alexander Belovitskiy committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for f88c92a - Browse repository at this point
Copy the full SHA f88c92aView commit details -
fix: resolve ineffassign warning in pgx.go
- Replace var with const for queryArgIndex (always 1 after switch)
Alexander Belovitskiy committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for caad9bd - Browse repository at this point
Copy the full SHA caad9bdView commit details -
refactor: reduce cyclomatic complexity in analyzer functions
- RunWithConfig: 23 → ~10 (extract analysisContext struct and handlers) - analyzeSQLBuilders: 22 → ~8 (split into findEmptySelectCalls, checkColumnsUsage, reportEmptySelects) - SquirrelChecker.CheckChainedCalls: 20 → ~12 (extract chain state and method handlers) - JetChecker.CheckSelectStar: 19 → ~10 (extract checkIdentCall, checkSelectorCall) - GORMChecker.CheckSelectStar: 18 → ~10 (extract checkSelectMethod, checkRawMethod) - GORMChecker.CheckChainedCalls: 17 → ~10 (extract processGormChainMethod)
Alexander Belovitskiy committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for f557ae8 - Browse repository at this point
Copy the full SHA f557ae8View commit details -
style: fix gofumpt - group function parameters of same type
Alexander Belovitskiy committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for 1d0ba14 - Browse repository at this point
Copy the full SHA 1d0ba14View commit details -
style: fix remaining gofumpt issues - group parameters
Alexander Belovitskiy committedJan 12, 2026 Configuration menu - View commit details
-
Copy full SHA for b265c44 - Browse repository at this point
Copy the full SHA b265c44View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...v1.5.0