|
|
|
|
Improve error handling and presentation
|
brennie
|
March 16th, 2019, 2:08 p.m.
|
|
|
|
|
2
|
Enabling webhooks to close review-requests after commits
|
FL
floriecai
|
February 4th, 2018, 9:47 p.m.
|
|
|
|
|
5
|
RB-Gateway now pulls before answering API requests.
|
hmarceau
|
November 18th, 2017, 8:10 p.m.
|
|
|
|
|
|
Added tests for all methods related to git mirroring.
|
hmarceau
|
December 10th, 2017, 5:57 p.m.
|
|
|
|
|
|
Repositories can now be cloned from a mirror URL using rb-gateway.
|
hmarceau
|
October 25th, 2017, 2:29 p.m.
|
|
|
|
|
1
|
Git repositories in rb-gateway can now pull from an upstream remote.
|
hmarceau
|
November 4th, 2017, 10:08 a.m.
|
|
|
|
|
|
Cloning with rb-gateway is now done through a method.
|
hmarceau
|
November 18th, 2017, 7:59 p.m.
|
|
|
|
|
|
A mirror URL can now be defined for git repositories in rb-gateway.
|
hmarceau
|
October 21st, 2017, 9:15 p.m.
|
|
|
|
|
1
|
Update rb-gateway manual and add 2.0 release notes.
|
david
|
May 12th, 2026, 8:34 p.m.
|
|
|
|
|
2
|
Rewrite README with modern instructions.
|
david
|
March 18th, 2026, 8:14 a.m.
|
|
|
|
|
1
|
Add unit tests for config/watch.go
|
david
|
March 18th, 2026, 8:11 a.m.
|
|
|
|
|
1
|
Add unit tests for repositories/hooks/webhook.go
|
david
|
March 18th, 2026, 8:10 a.m.
|
|
|
|
|
1
|
Add unit tests for api/auth.go
|
david
|
March 18th, 2026, 8:10 a.m.
|
|
|
|
|
1
|
Fix a bunch of typos.
|
david
|
March 18th, 2026, 8:15 a.m.
|
|
|
|
|
1
|
Add unit tests for repositories/util.go
|
david
|
March 18th, 2026, 8:12 a.m.
|
|
|
|
|
1
|
Add unit tests for api/middleware.go
|
david
|
March 18th, 2026, 8:11 a.m.
|
|
|
|
|
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.
|
|
|
|
|
1
|
Bump Go version to 1.22.
|
david
|
March 17th, 2026, 8:46 a.m.
|
|
|
|
|
1
|
Replace deprecated io/ioutil with modern equivalents.
|
david
|
March 17th, 2026, 8:47 a.m.
|
|
|
|
|
1
|
Use a typed context key for HTTP requests.
|
david
|
March 17th, 2026, 8:49 a.m.
|
|
|
|
|
1
|
Update stale dependencies.
|
david
|
March 17th, 2026, 9:01 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.
|
|
|
|
|
1
|
Replace kingpin with stdlib flag.
|
david
|
March 17th, 2026, 8:59 a.m.
|
|
|
|
|
1
|
Modernize error handling.
|
david
|
March 17th, 2026, 8:49 a.m.
|
|
|
|
|
|
Replace go-http-auth with custom basic auth middleware.
|
david
|
March 17th, 2026, 9 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.
|
|
|
|
|
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
|
Install Git post-receive hooks to trigger post events
|
brennie
|
June 26th, 2018, 2:35 p.m.
|
|
|
|
|
1
|
Automatically install hooks for scripts when repositories are loaded
|
brennie
|
June 28th, 2018, 6:09 p.m.
|
|
|
|
|
1
|
Refactor routes test into setup/teardown phases
|
brennie
|
June 29th, 2018, 3:08 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 Git
|
brennie
|
June 14th, 2018, 6:17 p.m.
|
|