summaryrefslogtreecommitdiff
path: root/autoimport.py
AgeCommit message (Expand)Author
2023-05-09add type annotations to most of the codeHEADmasterHelmut Grohne
2021-12-31dedup.utils: uninline helper function iterate_packagesHelmut Grohne
2021-12-29autoimport: avoid changing variable typeHelmut Grohne
2021-12-29autoimport.py: convert to use pathlibHelmut Grohne
2020-02-16drop support for Python 2.xHelmut Grohne
2016-11-13autoimport: fix regresion in url computationHelmut Grohne
2016-06-09autoimport: fix hash checkHelmut Grohne
2016-05-25autoimport: improve fetching package listsHelmut Grohne
2016-05-24use urlopen from urllib2 on py2Helmut Grohne
2016-05-23remove curl dependencyHelmut Grohne
2016-05-23autoimport: add option to skip hash checkingHelmut Grohne
2016-05-22autoimport: stream package list and use generic decompressorHelmut Grohne
2016-05-21move from deprecated optparse to argparseHelmut Grohne
2016-05-01use same Python version for autoimport and importpkgHelmut Grohne
2016-04-08urlopen moved from urllib to urllib.request in py3kHelmut Grohne
2015-04-16tempfile.mkdtemp does not like bytes in py3kHelmut Grohne
2015-04-16unquote moved from urllib to urllib.parse in py3kHelmut Grohne
2014-04-21autoimport: support protocols besides httpHelmut Grohne
2013-09-02add option -d --database for db path to all scriptsHelmut Grohne
2013-09-02autoimport: avoid hard coded temporary directoryHelmut Grohne
2013-07-26verify package hashes when importing via httpHelmut Grohne
2013-07-10schema: reference package table by integer keyHelmut Grohne
2013-06-11autoimport: don't fork for readyamlHelmut Grohne
2013-06-11autoimport: support processing individual filesHelmut Grohne
2013-06-10split the import phase to a yaml streamHelmut Grohne
2013-03-07use "ON DELETE CASCADE" clausesHelmut Grohne
2013-03-07enable enforcing foreign keysHelmut Grohne
2013-02-25autoimport: this is not how foreign key constraints workHelmut Grohne
2013-02-23autoimport: log which packages are droppedHelmut Grohne
2013-02-22autoimport: fix version check to actually workHelmut Grohne
2013-02-22autoimport: skip old versions entirelyHelmut Grohne
2013-02-22autoimport: first wait on the importHelmut Grohne
2013-02-21rename test.py to importpkg.pyHelmut Grohne
2013-02-20reduce memory usage of autoimportHelmut Grohne
2013-02-20implement autoimportHelmut Grohne