<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork2/scripts/authentication/group.py, branch notebooks_api</title>
<subtitle>GeneNetwork (2nd generation)
</subtitle>
<id>http://git.genenetwork.org/genenetwork2/atom?h=notebooks_api</id>
<link rel='self' href='http://git.genenetwork.org/genenetwork2/atom?h=notebooks_api'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/'/>
<updated>2021-11-05T14:40:52+00:00</updated>
<entry>
<title>Add created_timestamp when creating a new group</title>
<updated>2021-11-05T14:40:52+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-11-05T14:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=990d2e4305ed89c2bc78ff370b71a3a4f68e5f01'/>
<id>urn:sha1:990d2e4305ed89c2bc78ff370b71a3a4f68e5f01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts: group.py: Add extra optional arg to specify uid</title>
<updated>2021-10-25T11:00:14+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-10-19T11:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=467723891d7c153c365322ea5812a714186a478d'/>
<id>urn:sha1:467723891d7c153c365322ea5812a714186a478d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts: group.py: Add shebang</title>
<updated>2021-10-25T11:00:14+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-10-19T11:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=6bdf173ccb79e2e21cfc4e0d96377dae3bd1e6c1'/>
<id>urn:sha1:6bdf173ccb79e2e21cfc4e0d96377dae3bd1e6c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts: group: Replace args.group_name with data["field"]</title>
<updated>2021-10-06T18:55:27+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-10-06T18:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=d5f6670836cbed804a00e02ec0258d0c87564006'/>
<id>urn:sha1:d5f6670836cbed804a00e02ec0258d0c87564006</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts: group: Update docstrings for "create_group_data"</title>
<updated>2021-10-06T18:55:27+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-10-06T18:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=dc378d26c003a8f0503ad69235d1685d66e4d611'/>
<id>urn:sha1:dc378d26c003a8f0503ad69235d1685d66e4d611</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts: group: Break up long line</title>
<updated>2021-10-06T18:55:27+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-10-06T18:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=67222a6cb11995eb5a4af58f63cc9385ccfb9226'/>
<id>urn:sha1:67222a6cb11995eb5a4af58f63cc9385ccfb9226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts: group: Fix indentation</title>
<updated>2021-10-06T18:55:27+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-10-06T18:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=40dddc1a78a7808b480d26594ced689cdcc08c24'/>
<id>urn:sha1:40dddc1a78a7808b480d26594ced689cdcc08c24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts: group: Remove empty `""` value for data.get</title>
<updated>2021-10-06T13:20:47+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-10-06T13:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=870edaf2cf8ce8588ee7c58d08fc1f307f7198ec'/>
<id>urn:sha1:870edaf2cf8ce8588ee7c58d08fc1f307f7198ec</id>
<content type='text'>
data.get("field") will default to None if there is no value; and None
is falsy.
</content>
</entry>
<entry>
<title>scripts: group: Remove unused import</title>
<updated>2021-10-06T13:20:47+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-10-06T13:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=931c7eb07cc995118ba808df760fd74de036853f'/>
<id>urn:sha1:931c7eb07cc995118ba808df760fd74de036853f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts: group: Use a unique key to identify a group</title>
<updated>2021-10-06T13:20:43+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2021-10-06T13:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=949789a00d8e6e901cc18b939737cd42e14c0236'/>
<id>urn:sha1:949789a00d8e6e901cc18b939737cd42e14c0236</id>
<content type='text'>
</content>
</entry>
</feed>
