-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: go-openapi/testify
base: v2.4.1
head repository: go-openapi/testify
compare: v2.4.2
- 8 commits
- 32 files changed
- 5 contributors
Commits on Mar 11, 2026
-
docs: updated README for a better communication of the contents (#76)
Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff11cfa - Browse repository at this point
Copy the full SHA ff11cfaView commit details
Commits on Mar 14, 2026
-
doc: updated contributors file
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6f2f293 - Browse repository at this point
Copy the full SHA 6f2f293View commit details -
fix: dependabot github-actions ecosystem config and bump ci-workflows…
… to v0.2.15 (#78) * Initial plan * chore: fix dependabot github-actions directories and update ci-workflows to v0.2.15 Co-authored-by: fredbi <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: fredbi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef6d410 - Browse repository at this point
Copy the full SHA ef6d410View commit details
Commits on Mar 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0aa4e20 - Browse repository at this point
Copy the full SHA 0aa4e20View commit details -
doc: add portable agentic instructions (#80)
Add copilot-instructions.md, AGENTS.md (symlink), .github/copilot symlink to .claude/rules, all standard rules. Rewrite CLAUDE.md with accurate mono-repo documentation. Signed-off-by: Frederic BIDON <[email protected]> Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4052a6 - Browse repository at this point
Copy the full SHA a4052a6View commit details -
chore: bump go directive to 1.25.0 (#81)
Update all go.mod (and go.work where applicable) to require go 1.25.0. Signed-off-by: Frederic BIDON <[email protected]> Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5700b9e - Browse repository at this point
Copy the full SHA 5700b9eView commit details
Commits on Mar 19, 2026
-
refactor(leak): replace init() guard with lazy sync.Once check (#82)
* Initial plan * refactor(leak): replace init() guard with lazy sync.Once check The compatibility guard for pprof goroutine profile label format now runs lazily via sync.Once on the first call to Leaked(), instead of eagerly in init(). This avoids overhead and potential panics for programs that import the assertions package but never use NoGoRoutineLeak. Signed-off-by: GitHub Copilot <[email protected]> Co-authored-by: fredbi <[email protected]> * fix(leak): address linting issues - nolint:gochecknoglobals and wg.Go - Add //nolint:gochecknoglobals annotation with justification on compatOnce - Replace wg.Add(1)/go func()/defer wg.Done() with wg.Go() (Go 1.25) Signed-off-by: GitHub Copilot <[email protected]> Co-authored-by: fredbi <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: fredbi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdd7923 - Browse repository at this point
Copy the full SHA bdd7923View commit details
Commits on Mar 20, 2026
-
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 68afde4 - Browse repository at this point
Copy the full SHA 68afde4View 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 v2.4.1...v2.4.2