<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gn-auth/scripts/migrate_existing_data.py, branch enable-sending-emails</title>
<subtitle>GN authentication and authorization service
</subtitle>
<id>http://git.genenetwork.org/gn-auth/atom?h=enable-sending-emails</id>
<link rel='self' href='http://git.genenetwork.org/gn-auth/atom?h=enable-sending-emails'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-auth/'/>
<updated>2024-06-03T15:02:08+00:00</updated>
<entry>
<title>Move user creation from db resultset into static method</title>
<updated>2024-06-03T15:02:08+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2024-05-30T17:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-auth/commit/?id=7c0ee01c1d134cbee0a2c8243dd55e4eeaaa5f7c'/>
<id>urn:sha1:7c0ee01c1d134cbee0a2c8243dd55e4eeaaa5f7c</id>
<content type='text'>
Creation of a User object from the database resultset will mostly be
the same. This commit moves the repetitive code into a static method
that can be called wherever we need it.

This improves maintainability, since we only ever need to do an update
in one place now.
</content>
</entry>
<entry>
<title>Scripts: Update script for newer db schema</title>
<updated>2023-11-23T04:22:09+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-11-23T04:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-auth/commit/?id=24a66e814fabcce19d2bf6fb48186f5bc86fff38'/>
<id>urn:sha1:24a66e814fabcce19d2bf6fb48186f5bc86fff38</id>
<content type='text'>
The schema changed a while back, and the script that is used to make
all existing data public needs to be updated for the new schema. This
commit does exactly that.
</content>
</entry>
<entry>
<title>Move `groups` package under `resources` package</title>
<updated>2023-09-26T00:44:30+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-09-14T09:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-auth/commit/?id=e19b01571ce61e01f482a1dadeeb2fd835fda939'/>
<id>urn:sha1:e19b01571ce61e01f482a1dadeeb2fd835fda939</id>
<content type='text'>
With user groups being resources that users can act on (with the
recent changes), this commit moves the `groups` module to under the
`resources` module.

It also renames the `*_resources.py` modules by dropping the
`_resources` part since the code is under the `resources` module
anyway.
</content>
</entry>
<entry>
<title>Remove group from resource objects</title>
<updated>2023-09-26T00:44:30+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-09-13T08:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-auth/commit/?id=37771b3be3142f705101beb4c5dc34c1000962f9'/>
<id>urn:sha1:37771b3be3142f705101beb4c5dc34c1000962f9</id>
<content type='text'>
With the new schema, not all Resource objects are "owned" by a
group. Those that are, are linked together through a different db
table (`resource_ownership`).

This commit removes the `Group` object from `Resource` objects and
updates the `resource_ownership` where relevant.
</content>
</entry>
<entry>
<title>Fix issues caught by linter</title>
<updated>2023-08-08T01:47:02+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-08-08T01:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-auth/commit/?id=b2c23d6ddcb581a1dfd44f3a695aab15b35c9b63'/>
<id>urn:sha1:b2c23d6ddcb581a1dfd44f3a695aab15b35c9b63</id>
<content type='text'>
* Add a .pylintrc to silence annoying messages
* Fix imports
* Add missing `parse_db_url` function
* Add a new `gn_auth.auth.db.redis` module
</content>
</entry>
<entry>
<title>Add missing modules</title>
<updated>2023-08-07T06:26:13+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-08-07T05:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-auth/commit/?id=a112c99cae0c5422a38e3a35e843a82db764316a'/>
<id>urn:sha1:a112c99cae0c5422a38e3a35e843a82db764316a</id>
<content type='text'>
Copy over missing modules and functions to completely disconnect
gn-auth from GN3.
</content>
</entry>
</feed>
