Age | Commit message (Collapse) | Author | Files | Lines |
|
transcations and update bug data according to revision changes"
This reverts commit 7da8e374e0c96e10077690935e829b0c04fc82f4.
|
|
return data format has changed so the phabbugz_feed.pl daemon needs to be updated"
This reverts commit 357528ba856fd85aee5967e5d7d8f4426bc8d5b6.
|
|
format has changed so the phabbugz_feed.pl daemon needs to be updated
|
|
transcations and update bug data according to revision changes
|
|
to be set to 'users' (#261)
|
|
as push connector
|
|
subscribers (#230)
* Bug 1396957 - Synchronize CC list on security bugs over to revisions as subscribers
* - Updated to only make subscriber changes if no groups have changed.
- This cuts down on the amount of custom policy changes in the revision
activity.
* Bug 1396957 - Synchronize CC list on security bugs over to revisions as subscribers
* - Updated to only make subscriber changes if no groups have changed.
- This cuts down on the amount of custom policy changes in the revision
activity.
* Bug 1396042 - Implement logging for the BMO push connector
* Bug 1397747 - Move _get_all_group_names to Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code
|
|
|
|
attachment in the associated bug (#219)
Approving a revision creates an r+ flag on the revision attachment in the associated bug
* - Working version
- Splits accepted_users on ':' instead of accepting a list (phab issue)
|
|
support and other minor improvements
|
|
|
|
r=dkl
|
|
Made Public
|
|
returns a null value for a bmo user id search
|
|
|
|
revisions as needed
* - Updated based on dylans review
- Fixed custom policy to instead allow projects and subscribers and then
add BMO roles to the subscriber list
- Some other bug fixes
* fix lifetime of phabricator_url_re()
Instead of passing the value (which depends on runtime configuration)
pass in a reference.
Also edit extensions/BMO/Extension.pm to allow %autodetect_attach_urls
regex option to be a callback instead of just a plain regexp ref.
* - Fixed regex in BMO extension to detect phabricator attachments
- Use request_cache for useragent handle in Util.pm
|