I have been starting a few tests with with migration of the BerliOS dump files, and have run into what will likely be a major issue. Attached files on SourceForge do not appear anywhere in the complete export. They are only referenced by a url, but give no hint of how a file could be imported to that location.
{
"status": "open",
"reported_by_id": "5124334124b0d9277e70766c",
"related_artifacts": [],
"attachments": [
{
"url": "http://sourceforge.net/p/ticketexport/patches/3/attachment/converterTest.py",
"bytes": 921
}
],
"reported_by": "alpha0010",
"description": "Extended description.",
"labels": [],
"assigned_to": "alpha0010",
"assigned_to_id": "5124334124b0d9277e70766c",
"private": false,
"summary": "Ticket with patch",
"discussion_thread": {
"_id": "bc4d1a58",
"posts": [],
"discussion_id": "529d6ac0d46bb4611598533a",
"subject": ""
},
"mod_date": "2014-06-06 01:34:22.120000",
"votes_down": 0,
"votes_up": 0,
"_id": "53911a9df1fd8d55b0aeeeb3",
"discussion_thread_url": "http://sourceforge.net/rest/p/ticketexport/patches/_discuss/thread/bc4d1a58/",
"ticket_num": 3,
"custom_fields": {
"_milestone": "1.0"
},
"created_date": "2014-06-06 01:34:21.961000"
}
The bugs listing is populated.
http://alpha0010.github.io/cb-history/bugs.html (http://alpha0010.github.io/cb-history/bugs.html)
Next up, features list. Then I will see what I can do about filtering and searching.
Great.
One suggestion:
Is it possible to translate the link in the comments of Patch to Bug items?
See: http://alpha0010.github.io/cb-history/patches/3502-Allow_C_11_com.html There is a link:
https://developer.berlios.de/bugs/?func=detailbug&bug_id=19125&group_id=5358
in the comments.
Thanks.
Another two issue:
1, The web link format is currently http://alpha0010.github.io/cb-history/bugs/18526-Insert_all_cl.html
Is it possible to change to some thing like: http://alpha0010.github.io/cb-history/bugs/18526.html
which is much cleaner.
2, Is comments in the same thread sorted? In the page: http://alpha0010.github.io/cb-history/bugs/18526-Insert_all_cl.html
I see that a newer comment is put in the first.
Still these can be feature request, thanks. :)
1, The web link format is currently http://alpha0010.github.io/cb-history/bugs/18526-Insert_all_cl.html
Is it possible to change to some thing like: http://alpha0010.github.io/cb-history/bugs/18526.html
which is much cleaner.
I could change it, but I personally prefer having some detail in the file name. That way, it is easier to identify files on disk (especially if you are downloading multiple patch files). What do you think? Maybe simplify the .html, but leave the .patch file names?
Hi, thanks.
The reason I would like to see a short html is that some times, I may add this link to our SVN commit message, such as:
* CC: fix a bug xxxx, see: http://alpha0010.github.io/cb-history/bugs/18526.html
So, we can have a clean web page reference. I don't have much strong option whether option is good. :)
About the patch names, I totally agree with you, the patch name should have some details in the file name. :)