|
|
|
1
|
Add timeout to HTTP client for webhooks.
|
david
|
March 18th, 2026, 8:06 a.m.
|
|
|
|
|
1
|
Fix git integration test for default branch name.
|
david
|
March 18th, 2026, 8:09 a.m.
|
|
|
|
|
1
|
Replace gohg with direct hg command invocation.
|
david
|
March 18th, 2026, 8:08 a.m.
|
|
|
|
|
1
|
Update Makefile for new functionality.
|
david
|
March 18th, 2026, 8:07 a.m.
|
|
|
|
|
1
|
Use build tags to gate integration tests.
|
david
|
March 18th, 2026, 8:09 a.m.
|
|
|
|
|
|
Fix a bunch of typos.
|
david
|
March 18th, 2026, 8:15 a.m.
|
|
|
|
|
|
Rewrite README with modern instructions.
|
david
|
March 18th, 2026, 8:14 a.m.
|
|
|
|
|
|
Add unit tests for repositories/util.go
|
david
|
March 18th, 2026, 8:12 a.m.
|
|
|
|
|
|
Add unit tests for api/middleware.go
|
david
|
March 18th, 2026, 8:11 a.m.
|
|
|
|
|
|
Add unit tests for config/watch.go
|
david
|
March 18th, 2026, 8:11 a.m.
|
|
|
|
|
|
Add unit tests for repositories/hooks/webhook.go
|
david
|
March 18th, 2026, 8:10 a.m.
|
|
|
|
|
|
Add unit tests for api/auth.go
|
david
|
March 18th, 2026, 8:10 a.m.
|
|
|
|
|
1
|
Replace deprecated io/ioutil with modern equivalents.
|
david
|
March 17th, 2026, 8:47 a.m.
|
|
|
|
|
1
|
Bump Go version to 1.22.
|
david
|
March 17th, 2026, 8:46 a.m.
|
|
|
|
|
1
|
Update stale dependencies.
|
david
|
March 17th, 2026, 9:01 a.m.
|
|
|
|
|
1
|
Use a typed context key for HTTP requests.
|
david
|
March 17th, 2026, 8:49 a.m.
|
|
|
|
|
1
|
Replace kingpin with stdlib flag.
|
david
|
March 17th, 2026, 8:59 a.m.
|
|
|
|
|
1
|
Replace gorilla/mux with stdlib net/http.ServeMux
|
david
|
March 17th, 2026, 8:59 a.m.
|
|
|
|
|
1
|
Convert logging to use slog.
|
david
|
March 17th, 2026, 8:56 a.m.
|
|
|
|
|
|
Replace go-http-auth with custom basic auth middleware.
|
david
|
March 17th, 2026, 9 a.m.
|
|
|
|
|
1
|
Modernize error handling.
|
david
|
March 17th, 2026, 8:49 a.m.
|
|
|
|
|
2
|
Update go-git.
|
david
|
January 8th, 2025, 10:21 a.m.
|
|
|
|
|
1
|
Update my name in the tree
|
brennie
|
November 7th, 2024, 6:40 p.m.
|
|
|
|
|
1
|
Fix json field tag syntax to be compatible with reflection.
|
david
|
September 11th, 2020, 4 p.m.
|
|
|
|
|
1
|
Move from dep to go modules.
|
david
|
September 11th, 2020, 3:47 p.m.
|
|
|
|
|
|
Improve error handling and presentation
|
brennie
|
March 16th, 2019, 2:08 p.m.
|
|
|
|
|
1
|
Fix an IndexError for mercurial repositories with no bookmarks.
|
david
|
February 10th, 2019, 10:09 a.m.
|
|
|
|
|
1
|
Allow empty tokens.dat files to return an empty store
|
brennie
|
July 13th, 2018, 4:02 p.m.
|
|
|
|
|
1
|
Return empty WebhookStore from files that do not exist
|
brennie
|
July 13th, 2018, 3:56 p.m.
|
|
|
|
|
1
|
Move the installation and configuration docs up a level.
|
chipx86
|
July 3rd, 2018, 4:33 p.m.
|
|
|
|
|
1
|
Show a better error message when the config file can't be found.
|
david
|
July 3rd, 2018, 12:28 a.m.
|
|
|
|
|
1
|
Add release notes for rb-gateway.
|
david
|
July 2nd, 2018, 10:30 p.m.
|
|
|
|
|
2
|
Add a VERSION file and fix the RB Gateway docs name.
|
chipx86
|
July 3rd, 2018, 1 p.m.
|
|
|
|
|
1
|
Add a basic user manual for rb-gateway.
|
david
|
June 29th, 2018, 1:02 p.m.
|
|
|
|
|
1
|
Add an API for webhooks
|
brennie
|
July 2nd, 2018, 3:36 p.m.
|
|
|
|
|
1
|
Install Mercurial changegroup hooks to trigger post events
|
brennie
|
June 26th, 2018, 4:32 p.m.
|
|
|
|
|
1
|
Refactor routes test into setup/teardown phases
|
brennie
|
June 29th, 2018, 3:08 p.m.
|
|
|
|
|
1
|
Automatically install hooks for scripts when repositories are loaded
|
brennie
|
June 28th, 2018, 6:09 p.m.
|
|
|
|
|
1
|
Install Git post-receive hooks to trigger post events
|
brennie
|
June 26th, 2018, 2:35 p.m.
|
|
|
|
|
1
|
Add the trigger-webhooks command
|
brennie
|
June 19th, 2018, 2:19 p.m.
|
|
|
|
|
1
|
Support webhook invocation
|
brennie
|
June 19th, 2018, 12:50 p.m.
|
|
|
|
|
1
|
Create PushPayloads with Mercurial
|
brennie
|
June 14th, 2018, 2:29 p.m.
|
|
|
|
|
1
|
Create PushPayloads with Git
|
brennie
|
June 14th, 2018, 6:17 p.m.
|
|
|
|
|
1
|
Add Webhook and WebhookStore types
|
brennie
|
June 11th, 2018, 11:44 p.m.
|
|
|
|
|
1
|
Add Payload interface and serialize it
|
brennie
|
June 12th, 2018, 4:18 p.m.
|
|
|
|
|
1
|
Add a systemd unit file
|
brennie
|
June 27th, 2018, 2:43 p.m.
|
|
|
|
|
1
|
Terminate upon receipt of SIGTERM
|
brennie
|
June 27th, 2018, 1:33 p.m.
|
|
|
|
|
1
|
Add a command-line interface to rb-gateway
|
brennie
|
June 11th, 2018, 11:57 p.m.
|
|
|
|
|
1
|
Add support for Mercurial repositories
|
brennie
|
November 29th, 2017, 12:11 a.m.
|
|
|
|
|
1
|
Fix up warnings from `go vet`
|
brennie
|
June 19th, 2018, 1:05 p.m.
|
|