[galaxy-dev] Galaxy User IDs and Group IDs

2017-04-24 Thread Lemley, Rob
Hi everyone, This may seem like a silly question, but are user id's and group id's expected to be the "same"? For example: >>> gi.users.get_users() [{u'username': u'user1', u'model_class': u'User', u'id': u'f2db41e1fa331b3e', u'email': u'X'}, {u'username': u'user2', u'model_class':

[galaxy-dev] Additional Information about users in the API

2017-04-24 Thread Milen Kouylekov
Dear Team, Hi, my name is Milen Kouylekov and I am working on the galaxy portal customized for natural language technology applications. http://lap.clarino.uio.no. I wrote an reporting script that uses Galaxy API to summarize the user activity. The idea of the script is to send regular

Re: [galaxy-dev] Galaxy User IDs and Group IDs

2017-04-24 Thread Martin Čech
Hi Rob, especially on a new Galaxy they tend to because every Galaxy table has its own id series which is in turn encoded with the same secret. So when you create your first user and your first group, they will have the same id (1). Same with first history, first dataset etc. iow: Galaxy objects

Re: [galaxy-dev] Additional Information about users in the API

2017-04-24 Thread Martin Čech
Hi Milen, I don't think Galaxy exposes what you ask for through an API and a PR to make it do so is certainly welcomed. Please note that this information (about other users) should be only exposed to an admin. Additionally is there a reason why you are gathering these stats through an API and