summaryrefslogtreecommitdiff
path: root/kbas
Commit message (Expand)AuthorAgeFilesLines
* Raise appropriate exception on invalid tarBen Brown2017-10-031-1/+1
* Silence tar and touch outputBen Brown2017-10-031-4/+9
* `touch` the full pathBen Brown2017-10-031-1/+1
* Add cull functionality to kbas: keep 5GB free by defaultPaul Sherwood2017-08-292-7/+53
* Fix description for kbasPaul Sherwood2017-08-291-3/+3
* Allow rpm uploads without having to tarBen Brown2017-05-171-2/+8
* Add '+' to the list of accepted characters in kbas artifactsbenbrown/kbas-plusBen Brown2017-03-061-1/+1
* Revert "WIP: Put the config in a different file?"Daniel Firth2016-11-291-26/+26
* Revert "Move chdir, timer to utils; fix circular deps"Daniel Firth2016-11-291-8/+5
* Revert "Change shebang to '#!/usr/bin/python3'"Daniel Firth2016-11-291-1/+1
* Change shebang to '#!/usr/bin/python3'Javier Jardón2016-11-161-1/+1
* Move chdir, timer to utils; fix circular depsDaniel Firth2016-11-161-5/+8
* WIP: Put the config in a different file?Javier Jardón2016-11-151-26/+26
* Show download countPaul Sherwood2016-09-131-0/+4
* Rejects were causing status page 500 errorPaul Sherwood2016-09-131-1/+1
* Force mimetype for artifactsPaul Sherwood2016-08-011-1/+2
* Revert "Allow + artifact names"Paul Sherwood2016-07-021-1/+1
* Allow + artifact namesPaul Sherwood2016-07-021-1/+1
* Fix link colour, and try relative linksPaul Sherwood2016-07-011-1/+1
* Provide download links for artifactsPaul Sherwood2016-06-302-6/+8
* Fix #224 properlyPaul Sherwood2016-06-221-1/+1
* Missed another absolute /staticPaul Sherwood2016-05-241-1/+1
* Use relative path for cssPaul Sherwood2016-05-241-1/+1
* Remove some unused imports/variablesPaul Sherwood2016-04-291-4/+0
* Use os.stat(x).st_atime, no need to touch files for access timePaul Sherwood2016-04-251-5/+1
* 28792b fix for #205 was incompatible with new bottle versionsPaul Sherwood2016-04-211-2/+9
* Restrict upload filenamesPaul Sherwood2016-04-211-1/+7
* Add comments to kbas config, set default port to 8000Paul Sherwood2016-04-201-1/+50
* Fixes #205, but how come it was working in general?Paul Sherwood2016-04-201-3/+6
* Log last upload and password fail timesPaul Sherwood2016-03-121-2/+10
* Use tar -tf to check artifact, instead of -xfPaul Sherwood2016-03-101-5/+2
* kbas/__main__.py: Use shutil.move() instead of os.rename()Tristan Van Berkom2016-03-021-2/+2
* Fix copyright yearPaul Sherwood2016-02-271-1/+1
* Files => ArtifactsPaul Sherwood2016-02-181-1/+1
* Pep8Paul Sherwood2016-02-101-1/+1
* Hopefully a fix for 'template not found'Paul Sherwood2016-02-091-6/+7
* Gah... missed from b110c853f52ac4fPaul Sherwood2016-02-081-1/+1
* Fix a couple of Server Error 500Paul Sherwood2016-02-081-7/+14
* Add ability to check reproducibilityPaul Sherwood2016-02-071-18/+6
* Prevent appending to .md5 filesPaul Sherwood2016-02-071-1/+1
* Show md5 sums in kbas listingsPaul Sherwood2016-02-072-3/+21
* fix untar check, as spotted by locallycompactPaul Sherwood2016-01-251-0/+1
* Pep8Paul Sherwood2016-01-092-2/+2
* Kbas should use cherrypy if it is installedPaul Sherwood2015-10-311-3/+10
* Check uploaded artifact can be unpackedPaul Sherwood2015-10-301-3/+9
* Tidyup kbas status pagePaul Sherwood2015-10-201-6/+19
* We only need one timestampPaul Sherwood2015-10-201-3/+1
* Make kbas touch the files it's asked for, so we can cullPaul Sherwood2015-10-201-5/+15
* kbas just show date in artifacts listPaul Sherwood2015-10-191-2/+2
* Show kbas status on /Paul Sherwood2015-10-191-1/+2