<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork3/gn3/auth/authorisation/data, branch migrate-to-python3.10</title>
<subtitle>GeneNetwork3 REST API for data science and machine learning
</subtitle>
<id>http://git.genenetwork.org/genenetwork3/atom?h=migrate-to-python3.10</id>
<link rel='self' href='http://git.genenetwork.org/genenetwork3/atom?h=migrate-to-python3.10'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/'/>
<updated>2023-05-19T07:22:24+00:00</updated>
<entry>
<title>auth: Provide user and resource info in the trait data</title>
<updated>2023-05-19T07:22:24+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-05-19T07:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=2df4c10b0d4bcab6370946b7c258ab09c18c7a7f'/>
<id>urn:sha1:2df4c10b0d4bcab6370946b7c258ab09c18c7a7f</id>
<content type='text'>
Provide the user and resource_id information in each trait's authorisation
details to help with linking on the UI end.
</content>
</entry>
<entry>
<title>auth: Check for json on authorisation endpoint. Add user data.</title>
<updated>2023-05-19T07:00:31+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-05-19T07:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=4a7b86a5718d444262c2149507b94af09b6433b4'/>
<id>urn:sha1:4a7b86a5718d444262c2149507b94af09b6433b4</id>
<content type='text'>
Ensure the authorisation endpoint expects only JSON.
Add the user data to the response from the endpoint.
</content>
</entry>
<entry>
<title>auth: Return the actual privileges for the user</title>
<updated>2023-04-24T08:45:45+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-04-24T08:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=3e2198e39bc229553d118f367fbd2f9932a9a76b'/>
<id>urn:sha1:3e2198e39bc229553d118f367fbd2f9932a9a76b</id>
<content type='text'>
Previously, the `oauth2/data/authorisation` endpoint was returning hard-coded
values for the privileges assigned to the user for each resource. In this
change, we rework to return the actual privileges for the user.
</content>
</entry>
<entry>
<title>oauth2: Link the phenotype traits to user groups.</title>
<updated>2023-04-19T15:07:19+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-04-19T14:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=735adc012cc5d974eb8eabb26eda6c483af0da1a'/>
<id>urn:sha1:735adc012cc5d974eb8eabb26eda6c483af0da1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix minor linting and typing issues</title>
<updated>2023-04-19T12:59:26+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-04-19T12:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=2a7e8b7ffdf260a643c7fcd615c8982d3268347f'/>
<id>urn:sha1:2a7e8b7ffdf260a643c7fcd615c8982d3268347f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auth: Setup selected traits correctly</title>
<updated>2023-04-19T12:13:04+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-04-19T11:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=9a0c6fd1759e13fa7a934852f87e9aa4c62d7dfd'/>
<id>urn:sha1:9a0c6fd1759e13fa7a934852f87e9aa4c62d7dfd</id>
<content type='text'>
Fix bugs with setting up of the selected traits for use while filtering the
search results.
</content>
</entry>
<entry>
<title>auth: phenotypes - provide default empty list for selected traits.</title>
<updated>2023-04-19T08:31:14+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-04-19T08:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=85610fc9670c0496bff045be0e148e3d2b3357d3'/>
<id>urn:sha1:85610fc9670c0496bff045be0e148e3d2b3357d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auth: Pass `--per-page` and `--selected` options.</title>
<updated>2023-04-18T11:10:47+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-04-18T11:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=280f7970f3a63c2afa06f55ad59233260da2e2b9'/>
<id>urn:sha1:280f7970f3a63c2afa06f55ad59233260da2e2b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hook up code to use external search script for phenotypes</title>
<updated>2023-04-17T11:42:05+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-04-17T11:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=8af8105444522c2c71b5ddd36a550e964cddffbf'/>
<id>urn:sha1:8af8105444522c2c71b5ddd36a550e964cddffbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auth: Delete code that is no longer used</title>
<updated>2023-04-17T06:24:54+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-04-17T06:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=85abf12d364c626af9177deb0398849845bcc6c3'/>
<id>urn:sha1:85abf12d364c626af9177deb0398849845bcc6c3</id>
<content type='text'>
</content>
</entry>
</feed>
