Re: [Toolserver-l] JIRA migration to bugzilla

2013-12-23 Thread Merlijn van Deen
Hi Nemo,

On 23 December 2013 13:12, Federico Leva (Nemo) nemow...@gmail.com wrote:

 Terrible newlines/escaping again as with the sourceforge import (is there
 an open bug for this?),

This is now fixed -- the default jira REST format does not include
newlines. I'm now using the HTML format, which is converted back to
markdown-ish plain text.


 but great! I assume you're also importing closed bugs?

Currently, only bugs with status status in (Open, In Progress, Reopened,
In Review, Assigned, Waiting for customer) are converted; If you think
it's useful, I can also convert the closed bugs, and also close them on
Bugzilla. Doing a full status-status mapping is not on my to-do-list.

The code I use is available here:
https://git.wikimedia.org/summary/?r=pywikibot/sf-export.git .

If you want to test on a local bugzilla: I downloaded a VM from
http://www.turnkeylinux.org/bugzilla ; I had to run /var/www/bugzilla/
install-module.pl to get the xml-rpc api working.

Merlijn
___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] JIRA migration to bugzilla

2013-12-23 Thread Silke Meyer
Hi Merlijn, hi Tim,

how cool! Thanks for your work! I saw that Tim went through a whole
lot of tickets in Jira. I poked Nosy, DaB. and Mette, if one of them
could react upon the open ssh key requests. However, I don't know how
often they are online these days. Please understand if it takes a
moment.

Best, Silke

2013/12/21 Merlijn van Deen valhall...@arctus.nl:
 Hello all,

 Today, I hacked together a JIRA migration tool. If you want your bugs
 migrated please do the following two things:

 1) Under Administration, your project, People, add 'Bugzilla Bug Exporter
 (valhallasw)' to 'Administrators' and click 'Update'. Otherwise, the bot
 cannot close the bug.

 2) File a bug in bugzilla using the following link:
 https://bugzilla.wikimedia.org/enter_bug.cgi?product=Wikimediacomponent=Bugzillacc=valhall...@arctus.nl,m...@uberbox.orgblocked=58821comment=Which%20JIRA%20project%20do%20you%20want%20to%20convert%3F%20(link)%0A%0AWhich%20component%20name%20(under%20%27Tool%20Labs%20Tools%27)%20do%20you%20want%3F%0A%0ADid%20you%20add%20%27Bugzilla%20Bot%20Importer%20(valhallasw)%27%20to%20the%20administrators%20in%20your%20JIRA%20project%3F

 3) Your bugs will be migrated for you! See
 https://bugzilla.wikimedia.org/58820 for an example of what the converted
 bug looks like.

 Merlijn

 ___
 Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
 https://lists.wikimedia.org/mailman/listinfo/toolserver-l
 Posting guidelines for this list:
 https://wiki.toolserver.org/view/Mailing_list_etiquette



-- 
Silke Meyer
Internes IT-Management und Projektmanagement Toolserver

Wikimedia Deutschland e.V. | Tempelhofer Ufer 23-24 | 10963 Berlin
Tel. (030) 219 158 260

http://wikimedia.de

Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e.V.
Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
unter der Nummer 23855 B. Als gemeinnützig anerkannt durch das
Finanzamt für Körperschaften I Berlin, Steuernummer 27/681/51985.

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

[Toolserver-l] labs migration and htaccess

2013-12-23 Thread John
I am finishing up the move and want to redirect all incoming links (which
use the exact same structure) from the toolserver to labs. Ive tried
several things from IRC, but am getting nowhere. does anyone have an
existing .htaccess that does this?

Thanks
___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] Reminder: Account expiry and migration

2013-12-23 Thread Marlen Caemmerer

On Mon, 23 Dec 2013, Tim Landscheidt wrote:


It would be very nice in this festive season if someone
could resolve the pending JIRA requests for lost and changed
SSH keys first
(cf. 
https://jira.toolserver.org/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+TS+AND+resolution+%3D+Unresolved+AND+component+%3D+Accounts+ORDER+BY+created+DESC).


I am working on it.

Cheers
Marlen

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] Reminder: Account expiry and migration

2013-12-23 Thread Tim Landscheidt
Marlen Caemmerer marlen.caemme...@wikimedia.de wrote:

 It would be very nice in this festive season if someone
 could resolve the pending JIRA requests for lost and changed
 SSH keys first
 (cf. 
 https://jira.toolserver.org/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+TS+AND+resolution+%3D+Unresolved+AND+component+%3D+Accounts+ORDER+BY+created+DESC).

 I am working on it.

Thanks!

Tim


___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] labs migration and htaccess

2013-12-23 Thread John
Thanks worked like a charm

On Mon, Dec 23, 2013 at 6:55 PM, Tim Landscheidt t...@tim-landscheidt.dewrote:

 (anonymous) wrote:

  I am finishing up the move and want to redirect all incoming links (which
  use the exact same structure) from the toolserver to labs. Ive tried
  several things from IRC, but am getting nowhere. does anyone have an
  existing .htaccess that does this?

 If you migrated your whole ~/public_html:

 | Redirect /~timl/ http://tools.wmflabs.org/$YOUR_TOOL/

 If you just want to pick individual subdirectories:

 | Redirect /~timl/wikilint/ http://tools.wmflabs.org/wikilint/

 Tim


 ___
 Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
 https://lists.wikimedia.org/mailman/listinfo/toolserver-l
 Posting guidelines for this list:
 https://wiki.toolserver.org/view/Mailing_list_etiquette

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette