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

Spring amqp #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Spring amqp #9

wants to merge 2 commits into from

Commits on Feb 13, 2023

  1. Add support for Spring Integration

    * Upgrade to `flexmark-all-0.35.10`.
    Tried to the latest one, but then `MarkdownEngine` messes up with links on a second phase:
    wraps already correct GH links into `[]`
    * Add `INT` JIRA project handling into `application.properties`
    * Modify `AssigneesReport` to output result items each from new line for better readability
    * Use `AssigneesReport` result to populated `jira-to-github-users.properties` for Spring Integration
    * Fix `JiraConfig` to wrap project id into quotes since `INT` is a reserved SQL word
    * Add `SiMigrationConfig` for labels mapping
    * Fix `MigrationConfigReport` to take a project id from the config
    * Fix `MarkdownEngine` to ignore case for `code`, `noformat` and `panel` JIRA blocks
    * Ignore `HttpClientErrorException.UnprocessableEntity` with an `already_exists` status
    for labels and milestones on GH side.
    * Fix NPE about `due_on` from JIRA milestones with just leaving the respective GH issue property empty
    artembilan committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    91c0d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726ef2c View commit details
    Browse the repository at this point in the history