added TODOs
This commit is contained in:
parent
ed838f6169
commit
c0081cadb2
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ import json
|
|||
PHABRICATOR_URL = "https://reviews.llvm.org/api/"
|
||||
BUILDBOT_URL = "https://lab.llvm.org/buildbot/api/v2/"
|
||||
|
||||
# TODO(kuhnel): retry on connection issues
|
||||
# TODO(kuhnel): get "buildsets" and "buildrequests" so that we can get the
|
||||
# commit hash for each build
|
||||
|
||||
|
||||
def connect_to_db() -> psycopg2.extensions.connection:
|
||||
"""Connect to the database, create tables as needed."""
|
||||
|
|
Loading…
Reference in a new issue