Commit graph

19 commits

Author SHA1 Message Date
f0f78e7640 Document importing issues and some troubleshooting tips 2024-05-15 19:18:49 -04:00
a3b0596584 Working simple import script - unless issue title is too long
Then it breaks with:

Traceback (most recent call last):
  File '/home/mlncn/Projects/agaric/forgejo_helpers/import_issues.py', line 57, in <module>
    import_issues(owner, repo, csv_filename)
  File '/home/mlncn/Projects/agaric/forgejo_helpers/import_issues.py', line 47, in import_issues
    new_issue_url = json_response['html_url']
                    ~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'html_url'
2024-05-15 17:25:23 -04:00
24a99ee2d4 Take one at an import issues script 2024-05-15 15:54:16 -04:00
f1777d2c18 Add needed file extension to instructions 2024-05-15 15:54:05 -04:00
0af686e64c Update possibilities in README 2023-10-05 18:33:06 -04:00
33b35a3566 Add readme 2023-10-05 18:19:46 -04:00
ab23c86e82 Do not print unneeded info. 2023-10-04 23:57:08 -04:00
ebcfba0efd Document precisely what we're not doing with labels 2023-10-04 22:44:06 -04:00
d7233f55f4 Remove labels so nothing blows up, and tell people what we removed 2023-10-04 22:29:16 -04:00
1df3f14ecd Switch all postings to JSON for consistency and betterness
Even though everything *except* status worked just fine the 'wrong' way!
2023-10-04 22:17:34 -04:00
32583205b6 Update notes 2023-10-04 21:32:34 -04:00
08a78d0bf2 Send patch as JSON which is needed for state to work 2023-10-04 21:31:13 -04:00
9ec60e1c4d Convert assignees listing from dicts to strings 2023-10-04 21:14:10 -04:00
e82c747636 Add code for closing old issue that *should* work, but doesn't
see https://codeberg.org/forgejo/forgejo/issues/1280#issuecomment-1262414
2023-10-04 18:26:43 -04:00
564fb23055 Add comments to new & old message linking to where came from and where went 2023-10-04 16:22:48 -04:00
510d0d0261 Ignore .env 2023-10-04 15:46:58 -04:00
be559a0812 Add comments from old issue to new issue 2023-10-04 15:46:42 -04:00
d8cc600aa0 Correctly handle message when there is *not* a milestone to remove 2023-10-04 14:29:19 -04:00
453f7910ae Emerges fully-formed and working thanks to lots of help from Louis and Chris 2023-10-04 13:49:23 -04:00