index
:
forge.git
broken
hare
master
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git_hooks_handle_linux.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-04-05
Unexport fields in Server
v0.1.24
Runxi Yu
1
-5
/
+5
2025-04-05
Move things to internal/
v0.1.23
Runxi Yu
1
-2
/
+2
2025-04-05
Use cmd/forge for the entry point
Runxi Yu
1
-8
/
+8
2025-04-05
packPasses shall no longer be a global variable
Runxi Yu
1
-1
/
+1
2025-04-05
ircSend* shall no longer be global variables
Runxi Yu
1
-1
/
+1
2025-04-05
database shall no longer be a global variable
Runxi Yu
1
-3
/
+3
2025-04-05
config shall no longer be a global variable
Runxi Yu
1
-5
/
+5
2025-04-05
ansiec: Move ansi escape codes to this module
Runxi Yu
1
-1
/
+1
2025-04-05
Use log/slog instead of clog
Runxi Yu
1
-2
/
+2
2025-04-05
Separate code/README rendering and unsafe to their own packages
Runxi Yu
1
-1
/
+2
2025-03-31
Add descriptive comments to most Go functions
Runxi Yu
1
-0
/
+9
2025-03-31
Per-repo merge request sequences
Runxi Yu
1
-6
/
+7
2025-03-31
Replace FileContributor with FileCopyrightText
Runxi Yu
1
-1
/
+1
2025-03-30
Avoid allocations by using unsafe strinng/bytes conversions
Runxi Yu
1
-1
/
+1
2025-03-29
Make git_hooks_handle portable ish?
Runxi Yu
1
-0
/
+2
2025-03-22
Variable name lengths
Runxi Yu
1
-22
/
+24
2025-03-22
Initial linting
Runxi Yu
1
-6
/
+7
2025-03-22
Allow anonymous MRs...?
Runxi Yu
1
-4
/
+11
2025-03-22
Log incoming and outgoing messages
Runxi Yu
1
-1
/
+1
2025-03-22
Send IRC message when receiving merge requests
Runxi Yu
1
-1
/
+8
2025-03-21
Reformat
Runxi Yu
1
-1
/
+1
2025-03-19
Remove underscores from Go code, pt 6
Runxi Yu
1
-4
/
+3
2025-03-19
Remove underscores from Go code, pt 4
Runxi Yu
1
-137
/
+136
2025-03-19
Remove underscores from Go code, pt 3
Runxi Yu
1
-94
/
+94
2025-03-18
Remove underscores from Go code, pt 2
Runxi Yu
1
-10
/
+10
2025-03-18
Remove underscores from Go code, pt 1
Runxi Yu
1
-1
/
+1
2025-03-18
git_hooks_client -> hookc
Runxi Yu
1
-1
/
+1
2025-03-07
hooks, fedauth: Add basic federated authentication for git push
Runxi Yu
1
-0
/
+47
2025-03-07
hooks: Remove debug printf
Runxi Yu
1
-2
/
+0
2025-03-07
hooks: Send/process environment variables starting with GIT_
Runxi Yu
1
-0
/
+29
2025-03-06
*: Support subgroups via SQL recursion
Runxi Yu
1
-1
/
+1
2025-03-05
*: Typing fixes
Runxi Yu
1
-1
/
+1
2025-03-05
*: Replace some := with var
Runxi Yu
1
-34
/
+49
2025-03-03
Add SPDX license headers to all Go files
Runxi Yu
1
-0
/
+3
2025-02-20
ssh/recv: Check hooksPath before receiving packs
Runxi Yu
1
-20
/
+13
2025-02-20
hooks, ssh: Indicate URL of newly-created MRs
Runxi Yu
1
-3
/
+6
2025-02-20
hooks: Clarify the last ACK/NAK being overall
Runxi Yu
1
-4
/
+3
2025-02-20
hooks: Use colorful SSH messages
Runxi Yu
1
-23
/
+32
2025-02-19
hooks: Don't trim contrib/ when inserting MRs
Runxi Yu
1
-2
/
+2
2025-02-19
all: Use COALESCE to handle some nullable database fields
Runxi Yu
1
-1
/
+6
2025-02-19
ssh/recv, hooks: Create MRs on push, reject pushes to others' MRs
Runxi Yu
1
-5
/
+32
2025-02-19
hooks: Ignore error value of the last conn.Write()
Runxi Yu
1
-1
/
+1
2025-02-19
hooks: Use ssh stderr directly instead of going through hook
Runxi Yu
1
-132
/
+99
2025-02-19
hooks: Reject non-FF contrib pushes for now
Runxi Yu
1
-36
/
+68
2025-02-19
hooks: Add TODOs on where to create MRs and MR history points
Runxi Yu
1
-0
/
+8
2025-02-19
*.go: Use lowercase error values
Runxi Yu
1
-2
/
+2
2025-02-18
hooks: Check error on conn.Write
Runxi Yu
1
-12
/
+36
2025-02-18
*.go: Add some comments for docs
Runxi Yu
1
-0
/
+4
2025-02-18
git_hooks_handle: Allow anonymous pushes to contrib/
Runxi Yu
1
-2
/
+74
2025-02-18
hooks: Fix the race condition that causes EPIPE
Runxi Yu
1
-0
/
+7
[next]