summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-07Revert "Bug 1495741 - memory issues: Avoid copying stuff in the webservice ↵harmony-masterFlorian Pritz5-159/+5
layer so much" Fix an "Unexpected Error" message when viewing a bug. This reverts commit 5688d0e712b85bc892ce405a1b79e3571f6d6d0f. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-07re-orderDylan William Hardison1-5/+5
2018-12-07add a default security groupDylan William Hardison3-20/+34
2018-12-06Flyspray: Migrate usernamesFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Change description of private bug group to match bz_privateFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Check if dupeOf bug exists before adding commentFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Only mark bugs as duplicates with the last dupe IDFlorian Pritz1-2/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06WIP: ext/ComponentWatching: Allow to pass watch_user only to ↵Florian Pritz1-1/+1
Component->create without input_params Necessary for Bugzilla::Migrate. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Create watch usersFlorian Pritz1-5/+27
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Add private bug supportFlorian Pritz2-3/+30
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Adapt to changed DB classFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Migrate: Create comments for attachmentsFlorian Pritz1-0/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Add multiple asignees as CCFlorian Pritz1-4/+17
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Migrate: Increase anti spam CC limitFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Throw exception for private bugsFlorian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Mark duplicate bugs only once all bugs are importedFlorian Pritz1-18/+24
Sometimes eariler bugs are marked as duplicate of later ones so doing it before all are imported won't work. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: misc clean + debug outputFlorian Pritz1-4/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Remove old debug codeFlorian Pritz1-6/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Ensure bugs are fetched in correct orderFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Create comments for duplicate bugsFlorian Pritz1-6/+32
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Add CC list to bugsFlorian Pritz1-0/+10
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Fix timestamps of attachmentsFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Flyspray: Only migrate users that are necessaryFlorian Pritz1-0/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Migrate: Allow to change read values in after_read()Florian Pritz1-8/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Adapt flyspray migration to work without username and only emailFlorian Pritz1-11/+11
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06WIP: disable broken requirements check in migration classFlorian Pritz1-2/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Fix duplicate detection triggering on reopened bugsFlorian Pritz1-1/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06WIP: miscFlorian Pritz1-15/+23
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06WIP: misc fixesFlorian Pritz2-12/+24
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06WIP: misc fixesFlorian Pritz1-4/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06WIP: Migrate duplicate IDFlorian Pritz2-0/+12
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06WIP: rename bug variableFlorian Pritz1-16/+16
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06WIP: Add flyspray migration classFlorian Pritz1-0/+528
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-06Misc fixesFlorian Pritz2-3/+19
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-05revise perltidyrcPerl Tidy1-0/+4
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy675-90614/+94316
2018-10-14Revert "fix stack for error messages"Dylan William Hardison1-3/+1
This reverts commit 480e3572661cc856591e0aa11b5eb023338558ed.
2018-10-14throw login_required if not already the caseDylan William Hardison1-0/+5
2018-10-14fix stack for error messagesDylan William Hardison1-1/+3
2018-10-14fix bug bluewind reportedDylan William Hardison1-25/+15
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison428-5835/+5359
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison5-14/+21
2018-10-13Bug 1495741 - memory issues: use local flag cacheDylan William Hardison1-5/+7
2018-10-13Bug 1495741 - memory issues: disable etag generation for /rest/productDylan William Hardison2-1/+7
2018-10-13Bug 1495741 - memory issues: Avoid copying stuff in the webservice layer so muchDylan William Hardison5-2/+156
2018-10-13Bug 1498436 - Move site-wide message to global headerKohei Yoshino4-41/+91
2018-10-12no bug - override default mojo faviconDylan William Hardison1-0/+0
2018-10-12Bug 1497487 - Backport bug 767623 to BMO: Use HMAC to generate tokens and ↵Dylan William Hardison2-16/+13
sensitive graph filenames
2018-10-11Bug 1498206 - Replace LWP::UserAgent with Mojo::UserAgent in phabbugz extensionDylan William Hardison4-41/+51
2018-10-11Bug 1354589 - Add Mojo::JWT, the oauth stuff, and Linux::Smaps::TinyDylan William Hardison3-398/+346