Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework how external bug tracker integrations are discovered #1783

Merged
merged 2 commits into from
Jul 9, 2020

Conversation

atodorov
Copy link
Member

@atodorov atodorov commented Jul 8, 2020

  • All of them are now listed as dotted class paths under the
    EXTERNAL_BUG_TRACKERS setting
  • DB migration will rename existing records
  • tcms.issuetracker.types.from_name() is replaced with
    django.utils.module_loading.import_string() which returns the
    class at the end of a dotted path
  • update documentation

Refs #1151 - will make overriding bug-tracker integration easier

Refs kiwitcms/github-app#25 - will open
the path to providing a custom GitHub Issues integration for the
GitHub App

atodorov added 2 commits July 9, 2020 01:28
- All of them are now listed as dotted class paths under the
  EXTERNAL_BUG_TRACKERS setting
- DB migration will rename existing records
- tcms.issuetracker.types.from_name() is replaced with
  django.utils.module_loading.import_string() which returns the
  class at the end of a dotted path
- update documentation

Refs #1151 - will make overriding bug-tracker integration easier

Refs kiwitcms/github-app#25 - will open
the path to providing a custom GitHub Issues integration for the
GitHub App
@atodorov atodorov merged commit 4d7f400 into master Jul 9, 2020
@atodorov atodorov deleted the next_release branch July 9, 2020 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant