<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork3/scripts, 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-06-02T11:16:11+00:00</updated>
<entry>
<title>auth: Increase limit to 100K records</title>
<updated>2023-06-02T11:16:11+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-06-02T11:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=dfc43506047d9fbb25f5ce5328f6743da891ca97'/>
<id>urn:sha1:dfc43506047d9fbb25f5ce5328f6743da891ca97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auth: Add delay between DB inserts</title>
<updated>2023-06-02T11:16:11+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-06-02T11:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=c25b148eabdd836920614eacfe345af9ea1d2fe7'/>
<id>urn:sha1:c25b148eabdd836920614eacfe345af9ea1d2fe7</id>
<content type='text'>
Add delays to avoid overwhelming the DB server.
</content>
</entry>
<entry>
<title>Auth: Bug: Display all admins before taking choice</title>
<updated>2023-06-02T11:16:11+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-06-02T11:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=f0763bc2e0b65796d28b737f72f97c53602e1468'/>
<id>urn:sha1:f0763bc2e0b65796d28b737f72f97c53602e1468</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts: Write table checksums into index.</title>
<updated>2023-05-31T19:28:46+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-05-31T18:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=78d641b1490b8b0d2b4a5437d6af90742f3011f8'/>
<id>urn:sha1:78d641b1490b8b0d2b4a5437d6af90742f3011f8</id>
<content type='text'>
* scripts/index-genenetwork (main): Write table checksums into index.
</content>
</entry>
<entry>
<title>scripts: Introduce SQLTableClause.</title>
<updated>2023-05-31T18:21:14+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-05-31T18:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=400cc9d9c5fa0f1db92679e7ea8d936272029e14'/>
<id>urn:sha1:400cc9d9c5fa0f1db92679e7ea8d936272029e14</id>
<content type='text'>
* scripts/index-genenetwork (SQLTableClause): New variable.
(genes_query, phenotypes_query): Express tables using SQLTableClause.
(serialize_sql): Serialize SQLTableClause.
</content>
</entry>
<entry>
<title>scripts: Fold long lines.</title>
<updated>2023-05-31T14:21:30+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-05-31T14:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=082e169ca6676b61935604756c0c7c63e19eeb4a'/>
<id>urn:sha1:082e169ca6676b61935604756c0c7c63e19eeb4a</id>
<content type='text'>
* scripts/index-genenetwork (write_document, index_query): Fold long lines.
</content>
</entry>
<entry>
<title>scripts: Ensure only one indexing job may run at a time.</title>
<updated>2023-05-31T14:19:13+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-05-31T14:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=7855758c7f17c32cad3c73f5a5677fb87146e32a'/>
<id>urn:sha1:7855758c7f17c32cad3c73f5a5677fb87146e32a</id>
<content type='text'>
* scripts/index-genenetwork (main): Ensure no other indexing job is running.
</content>
</entry>
<entry>
<title>Fix linting errors and failing tests</title>
<updated>2023-05-30T10:04:27+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-05-30T10:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=4e572eba5fa89a0ae4c5c732babe8c4bc011d435'/>
<id>urn:sha1:4e572eba5fa89a0ae4c5c732babe8c4bc011d435</id>
<content type='text'>
* scripts/register_sys_admin.py: fix linting error
* tests/unit/auth/fixtures/oauth2_client_fixtures.py: hash client secret in
  database. The code expects it hashed in the database.
</content>
</entry>
<entry>
<title>Enable registering sys-admin on CLI</title>
<updated>2023-05-30T09:39:54+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-05-30T09:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=0ade65915a247c4ae151e83850ab2be341d6815e'/>
<id>urn:sha1:0ade65915a247c4ae151e83850ab2be341d6815e</id>
<content type='text'>
To ease registration of system-admin user, provide a CLI script to register
the user and mark them as sys admin in one go.
</content>
</entry>
<entry>
<title>Document CLI Utility Commands</title>
<updated>2023-05-26T10:21:33+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-05-26T10:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=fe075ee5c8852fddc0a229d1b90d77bff9dca003'/>
<id>urn:sha1:fe075ee5c8852fddc0a229d1b90d77bff9dca003</id>
<content type='text'>
Document some CLI utility commands useful for development and for supporting
the operation of the GN3 app.
</content>
</entry>
</feed>
