Tags: onemahon/jira-bugzilla-integration
Tags
Fix errors observed after v4.4.0 release (mozilla#543) * Revert "Ref mozilla#520: add typing for action parameters (mozilla#523)" This reverts commit c178e30. * Include action module name in raised exceptions * action_factory fixture doesn't return an Action * Remove test Bugzilla action We don't include clients in the action object anymore, so this test class isn't useful * Add typing for steps * Rework some tests `test_modules` - Instead of a test class, assert that the default action serializes - Rework tests for asserting valid and invalid values for bugzilla_user_id - use registered `action_factory` instead of import where possible * use `.get()` for param guard clauses * Add tests for _all_projects_components_exist * Add guards for getting params in steps --------- Co-authored-by: Mathieu Leplatre <[email protected]>
Add config for OMC Jira project (mozilla#526) Co-authored-by: Mathieu Leplatre <[email protected]>
Status mapping for DENG issues (mozilla#513) Co-authored-by: Mathieu Leplatre <[email protected]>
Revert "Remove Jira Component for DENG integration" (mozilla#512) Revert "Remove Jira Component for DENG integration (mozilla#491)" This reverts commit e8a87ff.
Fix mozilla#505: add missing bits of SysEng quality standards (mozill… …a#510) * Fix mozilla#505: add missing bits of SysEng quality standards * Add ADR about actions configuration
Fix mozilla#475, mozilla#382: Fix lookup of actions when tag contains… … dash (mozilla#472) * Updates to lookup_action logic-- instead of constructing tags from the whiteboard, then trying to see which tag exists as an action. In this commit we attempt to use the action.whiteboard_tag as the element which must exist within the bug.whiteboard element--iterating through the actions, and acting on the first action that applies to the bug. The whiteboard_tag presented in the action must be contained within the bug’s whiteboard field with a prefix of [ * Fix mypy * Fixing test: prefix of [ required * Resolve tests * Updating logs to reflect intent * minor update to search string * Defaulted behavior of pre/post fixed brackets as a requirement, is now toggleable * Changes to readme * Adjust factory-usage; make factory method available as fixture. Add tests to test_bugzilla * Fix regular expression and rewrite tests using parameterize * Remove brackets_required option * Remove redundant tests * Remove whiteboard manipulation with reverse lookup * Rename variables in tests * Rewrite test to match scope of PR changes --------- Co-authored-by: Mathieu Leplatre <[email protected]>
Bump pytest from 7.3.0 to 7.3.1 (mozilla#476) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.3.0...7.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext