|
|
1
|
Rename `diff_set` -> `diffset`, etc.
|
brennie
|
May 31st, 2018, 7:46 p.m.
|
|
|
|
1
|
Add a model representation of a commit in a series
|
brennie
|
February 9th, 2018, 6:28 p.m.
|
|
|
|
1
|
Add helpful instructions/labels for the Beanstalk auth form.
|
chipx86
|
July 5th, 2018, 4:43 p.m.
|
|
|
|
1
|
Register the privacy consent requirements lazily on demand.
|
chipx86
|
July 5th, 2018, 5:30 p.m.
|
|
|
|
1
|
Don't initialize Review Board when creating database models.
|
chipx86
|
July 5th, 2018, 4:47 p.m.
|
|
|
|
1
|
Add a signal for notifying when a registry is populating.
|
chipx86
|
July 5th, 2018, 5:19 p.m.
|
|
|
|
1
|
Fix spying on objects with a custom __setattr__.
|
chipx86
|
July 9th, 2018, 2:08 p.m.
|
|
|
|
1
|
Fix spying on a classmethod defined on a parent class.
|
chipx86
|
July 9th, 2018, 2:02 p.m.
|
|
|
|
1
|
Gracefully handling unselected tool
|
jcannon
|
July 3rd, 2018, 11:55 a.m.
|
|
|
|
1
|
Add a small section to the docs on running the worker.
|
david
|
July 2nd, 2018, 4:02 p.m.
|
|
|
|
1
|
Add data type validation for WebHook payloads.
|
chipx86
|
May 2nd, 2018, 10:01 p.m.
|
|
|
|
1
|
Keep ReviewRequest timestamps in sync with Reviews and DiffSets
|
brennie
|
March 7th, 2017, 2:14 p.m.
|
|
|
|
1
|
Return the correct user from the last update resource
|
brennie
|
April 25th, 2018, 2:31 p.m.
|
|
|
|
1
|
Don't overwrite modifications to ModificationTimestampField
|
brennie
|
March 21st, 2018, 1:14 p.m.
|
|
|
|
2
|
Add release notes for Review Board 3.0.8.
|
chipx86
|
July 2nd, 2018, 5:56 p.m.
|
|
|
|
1
|
Add hook instructions for RB Gateway
|
brennie
|
July 2nd, 2018, 4:50 p.m.
|
|
|
|
1
|
Close review requests from RB Gateway webhook payloads
|
brennie
|
June 25th, 2018, 2:12 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.
|
|
|
|
3
|
Fixing state_to_string for errors and timeouts
|
jcannon
|
July 3rd, 2018, 6:27 a.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
|
Fix authentication backends.
|
easyb
|
June 28th, 2018, 3:44 p.m.
|
|
|
|
1
|
Don't delete reply drafts when deleting a body top/bottom field.
|
chipx86
|
June 25th, 2018, 2:35 p.m.
|
|
|
|
1
|
Fix a handful of test docstrings for the webhooks API.
|
chipx86
|
June 19th, 2018, 11:33 p.m.
|
|
|
|
1
|
Allow providing keyword arguments for forms in UpdateFormMixin.
|
chipx86
|
June 20th, 2018, 1:10 a.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
|
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
|
Add the trigger-webhooks command
|
brennie
|
June 19th, 2018, 2:19 p.m.
|
|
|
|
1
|
Add full-repository support for Review Bot tools with Mercurial
|
misery
|
January 19th, 2018, 10:11 a.m.
|
|
|
|
2
|
Fix SVN auth/HTTPS support with Subvertpy.
|
easyb
|
June 24th, 2018, 12:03 p.m.
|
|
|
|
1
|
Using "--exit-zero" instead of "ignore_errors" to propagate flake8 internal errors
|
jcannon
|
June 29th, 2018, 9:30 a.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 Payload interface and serialize it
|
brennie
|
June 12th, 2018, 4:18 p.m.
|
|
|
|
1
|
Add Webhook and WebhookStore types
|
brennie
|
June 11th, 2018, 11:44 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 flag to disable .reviewboardrc
|
mandeep
|
June 28th, 2018, 12:07 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
|
Change references from RBTools 0.8 to 1.0.
|
chipx86
|
June 22nd, 2018, 4:52 p.m.
|
|
|
|
1
|
Add missing documentation for rbt alias and install.
|
chipx86
|
June 22nd, 2018, 4:03 p.m.
|
|
|
|
1
|
Add Mercurial support to the Review Board Gateway hosting service
|
brennie
|
June 18th, 2018, 3:10 p.m.
|
|
|
|
1
|
Add documentation for rbt land --recursive
|
brennie
|
June 22nd, 2018, 5:39 p.m.
|
|