FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pkg/stringutil - github/gh-aw · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
gh-aw
Public
Notifications
You must be signed in to change notification settings
Fork
526
Star
5k
Code
Issues
312
Pull requests
10
Discussions
Actions
Projects
Wiki
Security and quality
10
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
gh-aw
pkg
stringutil
on
main
User selector
Datepicker
Commit history
Commits on Aug 22, 2026
Unify job-name normalizers and split grab-bag stringutil.go (#54702)
Copilot
authored
c19af0c
View commit details
Copy full SHA for c19af0c
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
Remediate dynamic regexp pattern findings (#51941)
Copilot
authored
81a1321
View commit details
Copy full SHA for 81a1321
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
Add t.Parallel() to leaf utility package tests (stringutil, fileutil, timeutil, constants) (#49229)
Copilot
authored
6ca0839
View commit details
Copy full SHA for 6ca0839
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
feat: safe-output field aliases for precise agent mistake detection (#48230)
Copilot
authored
1281561
View commit details
Copy full SHA for 1281561
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
Fix 9 spec–implementation mismatches across 6 package READMEs (#47588)
Show description for 32063cc
Copilot
and
pelikhan
authored
32063cc
View commit details
Copy full SHA for 32063cc
View code at this point
Browse repository at this point
refactor(stringutil): extract isASCIIAlphanumeric helper in sanitize.go (#47455)
Copilot
authored
5183022
View commit details
Copy full SHA for 5183022
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
testify: migrate assert.Contains(err.Error()) → ErrorContains, fix require-error violations (#47252)
Show description for dd0929d
authored
dd0929d
View commit details
Copy full SHA for dd0929d
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
docs: fix stale package specifications (12 packages) (#45499)
Copilot
authored
15ec62c
View commit details
Copy full SHA for 15ec62c
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
Add unit tests for StripANSI in pkg/stringutil (#44277)
Show description for adb344b
authored
adb344b
View commit details
Copy full SHA for adb344b
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
docs(spec): update package specifications for stringutil and testutil (#44007)
github-actions[bot]
authored
eb82419
View commit details
Copy full SHA for eb82419
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
fix: apply 13 lint-monster correctness/style findings (2026-06-29) (#42165)
Copilot
authored
24cf6dc
View commit details
Copy full SHA for 24cf6dc
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
Cache compiled regexp in applySanitizePattern (#41762)
Show description for c6bddb6
authored
c6bddb6
View commit details
Copy full SHA for c6bddb6
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
docs: upgrade stringutil, styles, testutil, timeutil specs to W3C format (#38088)
github-actions[bot]
authored
12c336f
View commit details
Copy full SHA for 12c336f
View code at this point
Browse repository at this point
[lint-monster] Migrate unsafe sort.Slice calls to type-safe slices.SortFunc (#38014)
Copilot
authored
5cd6a4e
View commit details
Copy full SHA for 5cd6a4e
View code at this point
Browse repository at this point
Replace non-idiomatic `len(string) == 0` checks flagged by `lenstringzero` (#38015)
Copilot
authored
bffa8ad
View commit details
Copy full SHA for bffa8ad
View code at this point
Browse repository at this point
Commits on May 27, 2026
Add spec tests for uncovered stringutil functions (#35206)
Show description for 10dbbd9
github-actions[bot]
and
claude
authored
10dbbd9
View commit details
Copy full SHA for 10dbbd9
View code at this point
Browse repository at this point
Strengthen fuzzy_match edge-case contracts in stringutil tests (#35077)
Copilot
authored
787f61d
View commit details
Copy full SHA for 787f61d
View code at this point
Browse repository at this point
Commits on May 25, 2026
Add debug logging to utility packages (#34571)
github-actions[bot]
authored
80265a5
View commit details
Copy full SHA for 80265a5
View code at this point
Browse repository at this point
Commits on May 24, 2026
Update package specification for stringutil (#34409)
github-actions[bot]
authored
6cb1f15
View commit details
Copy full SHA for 6cb1f15
View code at this point
Browse repository at this point
[log] Add debug logging to fuzzy match, bot aliases, manifest updates, and templatables (#34364)
github-actions[bot]
authored
d99a404
View commit details
Copy full SHA for d99a404
View code at this point
Browse repository at this point
Commits on May 20, 2026
feat: fuzzy "Did you mean?" suggestions for engine, event, permission, and MCP type typos (#33467)
Show description for 7e30a6a
authored
7e30a6a
View commit details
Copy full SHA for 7e30a6a
View code at this point
Browse repository at this point
Commits on May 17, 2026
Improve sanitize test assertions in pkg/stringutil/sanitize_test.go (#32872)
Copilot
authored
1bd3ac7
View commit details
Copy full SHA for 1bd3ac7
View code at this point
Browse repository at this point
Commits on May 16, 2026
refactor(lint): eliminate >8-parameter functions via options structs (Group 1/3) (#32710)
Copilot
authored
11f9712
View commit details
Copy full SHA for 11f9712
View code at this point
Browse repository at this point
Reduce immediate lint debt from custom-linter sweep (#32675)
Copilot
authored
aba8025
View commit details
Copy full SHA for aba8025
View code at this point
Browse repository at this point
docs: close spec-librarian API drift findings across 5 package READMEs (#32629)
Copilot
authored
2d9f6b4
View commit details
Copy full SHA for 2d9f6b4
View code at this point
Browse repository at this point
Enforce specifications for stringutil, styles, testutil (#32612)
github-actions[bot]
authored
cf292db
View commit details
Copy full SHA for cf292db
View code at this point
Browse repository at this point
Commits on May 15, 2026
[testify-expert] Standardize `pkg/stringutil` tests on testify assertions (#32468)
Copilot
authored
dfffce3
View commit details
Copy full SHA for dfffce3
View code at this point
Browse repository at this point
Commits on May 9, 2026
Normalize internal dependency import paths across 14 package specs (#31216)
Copilot
authored
06c1b6c
View commit details
Copy full SHA for 06c1b6c
View code at this point
Browse repository at this point
Commits on May 8, 2026
Refactor duplicated workflow YAML parsing and promote shared slice/sanitization utilities (#30926)
Copilot
authored
b5ad3e1
View commit details
Copy full SHA for b5ad3e1
View code at this point
Browse repository at this point
Commits on May 6, 2026
docs: fix spec audit violations in 4 package READMEs (#30629)
Show description for 358a2f3
Copilot
and
gh-aw-bot
authored
358a2f3
View commit details
Copy full SHA for 358a2f3
View code at this point
Browse repository at this point
Commits on May 5, 2026
refactor: eliminate near-duplicate string utilities, promote general-purpose helpers to pkg/stringutil (#30249)
Copilot
authored
d64d32e
View commit details
Copy full SHA for d64d32e
View code at this point
Browse repository at this point
Commits on May 4, 2026
docs: fix spec audit — add Public API, Usage Examples, and Dependencies to 17 packages (#30155)
Copilot
authored
96e88ee
View commit details
Copy full SHA for 96e88ee
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
refactor: use map[T]struct{} for set semantics instead of map[T]bool (#29198)
Copilot
authored
2f845b1
View commit details
Copy full SHA for 2f845b1
View code at this point
Browse repository at this point
refactor(workflow): eliminate scattered `any`→`[]string` inline conversions, remove `toStringSlice`, consolidate filename sanitization (#29098)
Copilot
authored
7f977f1
View commit details
Copy full SHA for 7f977f1
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
fix: correct SanitizeToolID docstring example for middle "mcp" occurrence (#28981)
Show description for 9c5dfa4
Copilot
and
gh-aw-bot
authored
9c5dfa4
View commit details
Copy full SHA for 9c5dfa4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL