aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2019-09-15[LNT] Python 3 support: Set up (client) setup requirementsHubert Tong
2019-01-19Update LICENSE file and file headers to the new license.Chandler Carruth
2018-12-14pep8 whitespace fixupsChris Matthews
2018-04-03Try to import parse_requirements from pip._internal.req too.Florian Hahn
2018-01-10Looks like in modern setuptools this is not usedChris Matthews
2017-11-09Fix remaining pycodestyle/pep8 warnings, add lint scriptMatthias Braun
2017-05-05Make sure sdk is set on darwinChris Matthews
2017-02-03In some old versions of pip there is no session flagChris Matthews
2016-06-30Newer pips require session, don't removeChris Matthews
2016-06-29don't use pip session argChris Matthews
2016-06-28Install stuff based on reqirements filesChris Matthews
2016-05-31Avoid using Flask 0.11Kristof Beyls
2016-04-29And also use the right c++ libraryChris Matthews
2016-04-29When building the cPerf extension on OSX, use the right compilerChris Matthews
2016-04-22Add the D3 visualization library (https://d3js.org/)Kristof Beyls
2016-03-15[profile] Add perf and cPerf, for importing Linux Perf profilesJames Molloy
2015-10-09Fix packages introduced by regression trackingChris Matthews
2015-07-14try and fix setuptools dependencies on LinuxChris Matthews
2015-07-14Reapply "Start adding a simple REST API to LNT""Chris Matthews
2015-07-14Revert "Start adding a simple REST API to LNT"Renato Golin
2015-07-13Start adding a simple REST API to LNTChris Matthews
2014-05-03Revert the use of SciPy while we investigate the failures on the bots.Chris Matthews
2014-05-03Use Mann-Whitney U test to identify changesYi Kong
2013-04-10Add the bootstrap icons (from glyphicons).Daniel Dunbar
2013-04-10Add bootstrap files to package_data, so they get installed.Daniel Dunbar
2013-03-13Added wrench page header widget image for global status page.Michael Gottesman
2012-09-13[LNT] Added initial versions of server/reporting/runs.pyMichael Gottesman
2012-08-07[LNT] Changed setup.py so that it includes all minified javascript files (i.e...Michael Gottesman
2012-04-17Update package_data to make sure we install Flot and jQuery.Daniel Dunbar
2012-04-11Fix some distribution problems.Daniel Dunbar
2012-04-06Add a long description for the package and remove an unused package_data item.Daniel Dunbar
2011-12-16lnt/setup: Update for complete Quixote removal.Daniel Dunbar
2011-04-29LNT/Flask: Update to install Flask resource files.Daniel Dunbar
2011-04-26LNT: Sketch outline for new Flask based server UI.Daniel Dunbar
2011-01-16LNT/setup: Allow "python path/to/setup.py install" to work.Daniel Dunbar
2010-03-25LNT: Add 'setup.py test' support.Daniel Dunbar
2010-03-22LNT: Kill off zorgDir config variable (the last of the sys.path hacks), and f...Daniel Dunbar
2010-03-22LNT: Scrub a bunch of the code -- formatting fixes, docstrings, add fixmes, f...Daniel Dunbar
2010-03-21LNT: Add setuptools support, which makes it much easier to test (e.g., in a v...Daniel Dunbar