alpha
Login
or
Join now
willdot.net
/
tangled-fork
forked from
tangled.org/core
Star
0
Fork
0
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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tangled-fork
/
patchutil
/
at
66cb3dd7f176747917bcb68a292e4b90c31b3935
5 files
oppiliappan
appview/pulls: update handlers for new pull model
3mo ago
7ef0e372
combinediff.go
appview/pulls: update handlers for new pull model Signed-off-by: oppiliappan <me@oppi.li>
3 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>
3 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