alpha
Login
or
Join now
tangled.org
/
core
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
tangled.org
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
11
Pulls
25
Pipelines
core
/
patchutil
/
at
8f7170fda93b8435ac4d2196246193ecbdcade8f
5 files
oppiliappan
appview/pulls: update handlers for new pull model
2mo ago
7ef0e372
combinediff.go
appview/pulls: update handlers for new pull model Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
image.go
appview: implement interdiff takes a lot of inspiration from patchutils' interdiff algorithm. unlike gerrit; rebase detection is very much a work in progress.
1 year ago
interdiff.go
*: correct typos throughout codebase Fix various misspellings found by the typos tool: - Error messages: Forbiden -> Forbidden, insufficent -> insufficient - Comments and docs: recieve -> receive, acheive -> achieve, etc. - Variable names: Referencs -> References, intialize -> initialize - HTML templates: Unubscribe -> Unsubscribe, explictly -> explicitly - Function names: perferom -> perform Also remove backwards compat code for is_deafult JSON field. Add _typos.toml config for false positives (external APIs, etc.) Signed-off-by: eti <eti@eti.tf>
2 months ago
patchutil.go
appview/pulls: update handlers for new pull model Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
patchutil_test.go
patchutil: add tests for IsFormatPatch Cover the sentinel-timestamp fast path, all two-header combinations for the heuristic path, the line-10 boundary, and false cases (empty, single line, plain diff, wrong timestamp, one header, headers beyond line 10). Signed-off-by: Matías Insaurralde <matias@insaurral.de>
2 months ago