GitHub / ryanrolds/sqlclosecheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 1e747e56 | Updating golangci-lint to v2 | Ryan R. Olds <r****s@g****m> | 6 months ago | |
| 37b4d484 |
Upgrade for Go 1.25 compatibility, and upgrade crypto dependency for CVE (#47)
Co-authored-by: Claude Opus 4.5 <n****y@a****m>, Claude Opus 4.5 <n****y@a****m> |
Mikaël Francoeur <m****r@h****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 084f4236 | fix: Referrers() may return nil (#46) |
didebughu <1****u@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 3ec3977f |
Bump golang.org/x/crypto from 0.17.0 to 0.35.0 (#42)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 89deaeea |
CVE-2024-27304 with vendoring (#41)
Co-authored-by: Pravin Pushkar <p****r@m****m> Signed-off-by: Pravin Pushkar <p****r@m****m>, Pravin Pushkar <p****r@m****m> |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 67263a3a | bump golang.org/x/tools to v0.13.0 to fix panic in tests (#38) |
Oleksandr Redko <o****b@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 68f0bca1 | Added notice about the need for contributors |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| cae41ab8 |
fix: :bug: implicit empty return should not close deferred functions (#34)
Co-authored-by: Valentin Ionita <v****a@s****m> |
Valentin Ionita <3****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| dea8e5a6 |
feat: :star2: process deferred closer functions (#33)
Co-authored-by: Valentin Ionita <v****a@s****m> |
Valentin Ionita <3****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 68a77b20 | merge Merge branch 'main' into ryan/fewer_opinions | Ryan R. Olds <r****s@g****m> | almost 3 years ago | |
| bd7e173a | Added first failing test for closed analyzer | Ryan R. Olds <r****s@g****m> | almost 3 years ago | |
| fc45d1b2 | Added new analyzer to README. Enabled closed analyzer tests | Ryan R. Olds <r****s@g****m> | almost 3 years ago | |
| 86706b53 | Minor function rename | Ryan R. Olds <r****s@g****m> | almost 3 years ago | |
| 839d7e57 | Created analyzer that takes a mode and runs the appropriate analyzer | Ryan R. Olds <r****s@g****m> | almost 3 years ago | |
| 414664a5 | Downgrading Go version (#31) |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f6bc14af | Add support for sqlx NamedStmt (#26) |
Thibaut Rousseau <c****t@t****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 11164611 | Fixed lint errors. Made CI run on PRs (#27) |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 986f197d | merge Merge pull request #25 from hallabro-consulting-ab/pgx-support |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 1ddb014a | Partial work | Ryan R. Olds <r****s@g****m> | about 3 years ago | |
| 6fb7d0b1 | pkg/analyzer: deduplicate code | Robin Hallabro-Kokko <r****n@h****e> | about 3 years ago | |
| 3fcea8ee | merge Merge pull request #24 from craigpastro/small-bug |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 879d8436 | Updated linter |
Ryan R. Olds <r****s@g****m>
Committed by: Robin Hallabro-Kokko <r****n@h****e> |
about 3 years ago | |
| aecf4f15 | Updated linter | Ryan R. Olds <r****s@g****m> | about 3 years ago | |
| 30a39af2 | pkg/analyzer: put back actionUnvaluedDefer | Robin Hallabro-Kokko <r****n@h****e> | about 3 years ago | |
| a83737f1 | pkg/analyzer: implement pgx support | Robin Hallabro-Kokko <r****n@h****e> | about 3 years ago | |
| bc753649 | global: update dependencies | Robin Hallabro-Kokko <r****n@h****e> | about 3 years ago | |
| f6d0f9b4 | Continue to next package if it is not imported | Craig Pastro <c****o@p****d> | about 3 years ago | |
| cb6db59f | More tests | Ryan Olds <r****s@g****m> | over 3 years ago | |
| 702b7045 | Added tests from reported issues about Generics | Ryan Olds <r****s@g****m> | over 3 years ago | |
| b2e9cfd8 | Partial tests. Removing Circle CI | Ryan Olds <r****s@g****m> | over 3 years ago | |
| bded71bf | Adding GH Actions | Ryan Olds <r****s@g****m> | over 3 years ago | |
| bc1c68ff | Adjusting CI | Ryan Olds <r****s@g****m> | over 3 years ago | |
| 2bcdfd35 | Adjusting CI | Ryan Olds <r****s@g****m> | over 3 years ago | |
| 7db25d40 | Fixed packages used by tests | Ryan Olds <r****s@g****m> | over 3 years ago | |
| 23f04627 | Updated golangci-lint | Ryan Olds <r****s@g****m> | over 3 years ago | |
| 10544adb | merge Merge branch 'main' of github.com:ryanrolds/sqlclosecheck into main | Ryan Olds <r****s@g****m> | over 3 years ago | |
| bb942468 | Working on updating | Ryan Olds <r****s@g****m> | over 3 years ago | |
| c2dc47e6 | merge Merge pull request #17 from nirhaas/nhaas/dont_alert_when_struct_field |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 36ef861f | Testing without installing | Nir Haas <n****s@g****m> | over 4 years ago | |
| 0046c685 | Don't alert when the row/stmt is stored in a struct | Nir Haas <n****s@g****m> | over 4 years ago | |
| 28b779a5 | merge Merge pull request #15 from SuperSandro2000/patch-1 |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| fb33a1cd | Fix go install syntax |
Sandro <s****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| d0759634 | merge Merge pull request #4 from julienschmidt/main |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 1156cc0b | merge Merge branch 'main' into main |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 28140e26 | merge Merge pull request #5 from julienschmidt/actions |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 2c5eaace | Make actions int consts | Julien Schmidt <g****t@j****m> | about 6 years ago | |
| 6fb25a9c | Fix StaticCallee nil check | Julien Schmidt <g****t@j****m> | about 6 years ago | |
| 49e87cfb | Check for cast errors | Julien Schmidt <g****t@j****m> | about 6 years ago | |
| 115268b2 | Update README.md |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| ca0d5957 | merge Merge pull request #2 from ryanrolds/support_sqlx |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| b412ed68 | Trying to fix failing CI | Ryan Olds <r****s@g****m> | about 6 years ago | |
| da6413db | Trying to fix failing CI | Ryan Olds <r****s@g****m> | about 6 years ago | |
| b69bdfab | Trying to fix failing CI | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 0fdc184f | Trying to fix failing CI | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 1c8be006 | sqlx and other things are pretty much working | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 8d58605e | Adding more tests cases and supporting various handling of reference | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 572ae0be | Updated make tests to also test sqlx linting | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 2b321699 | Partial work supporting SQLX. I need to not do multiple passes for each package | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 33fa0cbd | Incomplete work trying to add support for sqlx | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 3f8e1b99 | Updated README with sqlx | Ryan Olds <r****s@g****m> | about 6 years ago | |
| fb0c192c | Updated README with sqlx | Ryan Olds <r****s@g****m> | about 6 years ago | |
| f6ef3726 | merge Merge pull request #1 from ryanrolds/require_defer |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| ee8984c3 | Check for undefered closes | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 4da2e2e5 | Adjsuted make build | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 5c840389 | Changed CI to Go 1.13 | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 65d29d4c | typo | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 3a2a7170 | Updating readme, makefile, and mod files | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 34677cb0 | Moved main | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 93d887b2 | Changed to go 1.13 | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 01ad3d0c | More tests | Ryan Olds <r****s@g****m> | about 6 years ago | |
| bdcd9b35 | More tests cases | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 389bf2c1 | Fixed badge | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 81a43f93 | Fixed badge | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 7e3d6e21 | merge Merge branch 'main' of github.com:ryanrolds/sqlrowsclose into main | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 55efdf0e | Added CI badge | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 58237872 | merge Merge pull request #1 from ryanrolds/circleci-project-setup |
Ryan Olds <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 5566b9bb | Added make build | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 1abfb3a0 | merge Merge branch 'main' into circleci-project-setup | Ryan Olds <r****s@g****m> | about 6 years ago | |
| ec834929 | Added linter and fixed linting | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 2eb3730e | Add .circleci/config.yml | Ryan Olds <r****s@g****m> | about 6 years ago | |
| 95309720 | Added test data | Ryan Olds <r****s@g****m> | about 6 years ago | |
| baaf8ada | Squashing | Ryan Olds <r****s@g****m> | about 6 years ago | |
| b3126de9 | first commit | Ryan Olds <r****s@g****m> | about 6 years ago |