You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2022/07/14 08:46:32 UTC

[lucene-jira-archive] branch make-account-map updated (c0154882 -> 50763d88)

This is an automated email from the ASF dual-hosted git repository.

tomoko pushed a change to branch make-account-map
in repository https://gitbox.apache.org/repos/asf/lucene-jira-archive.git


    from c0154882 delete empty lines
     add b4f12591 catch all exceptions (and proceed to the nexe issue) in jira2github_import.py (#35)
     add 61adb0f5 #27: polish the legacy Jira text added to the issue a bit (#40)
     add a1230b8a Stack overflows can occur when parjing Jira lists (#39)
     add 0d79dbc7 woops, remove leftover print
     add 154972f7 woops, use f-string formatting
     add a93dd437 fix missed f-strings' "f" (#42)
     add bdcbab0b more polishing, add a link for each migrated comment back to the 'final inch' comment in Jira (#43)
     add 5cc53ad8 Allow to specify number of worker processes for jira2github_import.py (#41)
     add 5f0d8a5e merge main
     add 50763d88 search request to github needs different interval.

No new revisions were added by this update.

Summary of changes:
 migration/requirements.txt          |   1 +
 migration/src/common.py             |  52 ++++++++++++-
 migration/src/download_jira.py      |   7 +-
 migration/src/github_issues_util.py |   6 +-
 migration/src/jira2github_import.py | 141 ++++++++++++++++++++++++------------
 migration/src/jira_util.py          |   3 +-
 migration/src/markup/lists.py       |  10 ++-
 7 files changed, 162 insertions(+), 58 deletions(-)