alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
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.
This repository has no description
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
2
Pulls
1
Pipelines
core
/
types
10 files
at
ae44f0db1837fb2e26c5a8c8df3a12638a97b180
eti
*: correct typos throughout codebase
4mo ago
5492af83
capabilities.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>
4 months ago
commit.go
types: deduplicate coauthors list Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
diff.go
appview/pages: PR mark-as-reviewed btn Lewis: May this revision serve well! <lewis@tangled.org>
4 months ago
diff_renderer.go
types: add interfaces for a generic, renderable diff any {split,unified} {diff,interdiff} can be rendered by adhering to this interface.
7 months ago
diff_test.go
patchutil,types: implement DiffRenderer interface for all diffs types.NiceDiff and patchutil.Interdiff now implement the new interface. this allows us to remove the differing rendering logic necessary to present each kind of diff.
7 months ago
merge.go
knotserver/git/merge: merge options use git apply
1 year ago
patch.go
patchutil: move AsDiff and AsNiceDiff to patchutil Also move FormatPatch to types to avoid an import cycle.
1 year ago
repo.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>
4 months ago
split.go
patchutil,types: implement DiffRenderer interface for all diffs types.NiceDiff and patchutil.Interdiff now implement the new interface. this allows us to remove the differing rendering logic necessary to present each kind of diff.
7 months ago
tree.go
appview/pages: render last commit info in tree views Signed-off-by: oppiliappan <me@oppi.li>
6 months ago