[galaxy-dev] Bug in toolshed: changing public name breaks repo path

2013-09-03 Thread Guest, Simon
I'm just setting up a local toolshed. After creating a repo, I changed my public name (from the default guestsi to simon-guest) on the web interface, and got this traceback when I tried to look at my repo: Internal Server Error Galaxy was unable to sucessfully complete your request URL: http:

Re: [galaxy-dev] Bug in toolshed: changing public name breaks repo path

2013-09-03 Thread Guest, Simon
> It looks like it's trying to use the public name in the repo path, which > isn't going to work very well if public names can be changed. > > Changing my public name back to what it was before made it start working > again. To reply to my own post, I see now that when you create a user, a commen

Re: [galaxy-dev] Bug in toolshed: changing public name breaks repo path

2013-09-04 Thread Bjoern Gruening
Hi Simon, you are right. Public usernames, or usernames associated with a repository can't be changed. If you can that is a bug, please fill a trello card with it. The reason is to guarantee reproducibility. If anyone has installed your repository the triple (username,revision,toolshed) is saved t

Re: [galaxy-dev] Bug in toolshed: changing public name breaks repo path

2013-09-04 Thread Greg Von Kuster
Hello Simin, Bjoern is correct - if this is possible (which it looks like it is from your traceback), then a bug has been introduced somewhat recently. We'll take a look at this today and get a fix committed. Thanks for reporting this. Greg Von Kuster On Sep 4, 2013, at 3:17 AM, Bjoern Gruen

Re: [galaxy-dev] Bug in toolshed: changing public name breaks repo path

2013-09-04 Thread Dave Bouvier
Simon, I am unable to reproduce this behavior on my local tool shed installation, which revision are you running? --Dave B. On 09/04/2013 06:57 AM, Greg Von Kuster wrote: Hello Simin, Bjoern is correct - if this is possible (which it looks like it is from your traceback), then a bug has

Re: [galaxy-dev] Bug in toolshed: changing public name breaks repo path

2013-09-04 Thread Guest, Simon
Kuster > Cc: Guest, Simon; galaxy-dev@lists.bx.psu.edu > Subject: Re: [galaxy-dev] Bug in toolshed: changing public name breaks > repo path > > Simon, > > I am unable to reproduce this behavior on my local tool shed installation, > which revision are you running? > > --Da

Re: [galaxy-dev] Bug in toolshed: changing public name breaks repo path

2013-09-05 Thread Greg Von Kuster
Dave Bouvier [mailto:d...@bx.psu.edu] >> Sent: Thursday, 5 September 2013 1:07 a.m. >> To: Greg Von Kuster >> Cc: Guest, Simon; galaxy-dev@lists.bx.psu.edu >> Subject: Re: [galaxy-dev] Bug in toolshed: changing public name breaks >> repo path >> >> Simon,

Re: [galaxy-dev] Bug in toolshed: changing public name breaks repo path

2013-09-05 Thread Greg Von Kuster
mail address. So I think to get this working with my >>> authentication framework, public name has to match the email address. >>> (I tried hacking the allow_push in hgrc to be the email address, but >>> that didn't work.) >>> >>> Is anyone else

Re: [galaxy-dev] Bug in toolshed: changing public name breaks repo path

2013-09-05 Thread Guest, Simon
he, like this? Should I expect hg push to work in this > configuration, or am I outside the bounds of what has been tested so far? > > > > Thanks for your help, much appreciated. > > > > cheers, > > Simon > > > > > > > >> -Original Message--