summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-29Use the notify script in testsLukas Fleischer2-10/+15
2016-09-29tuvotereminder: Wait for notify processesLukas Fleischer1-1/+1
2016-09-29Add tests for aurblupLukas Fleischer2-0/+59
2016-09-29aurblup: Drop support for multiple serversLukas Fleischer2-3/+3
2016-09-29Add tests for pkgmaintLukas Fleischer2-0/+27
2016-09-29scripts: Do not use UNIX_TIMESTAMPLukas Fleischer2-4/+9
2016-09-29Add tests for tuvotereminderLukas Fleischer2-1/+29
2016-09-29Add tests for mkpkglistsLukas Fleischer2-0/+52
2016-09-29mkpkglists: Make output files configurableLukas Fleischer2-4/+9
2016-09-29Update READMELukas Fleischer1-0/+6
2016-09-29Reorganize testsLukas Fleischer6-1/+1
2016-09-29Make test suite paths top-level directory relativeLukas Fleischer1-5/+6
2016-09-29Use config and db in scriptsLukas Fleischer6-250/+184
2016-09-29Use setuptools to install Python modulesLukas Fleischer10-42/+66
2016-09-29git-update: Move entry point to a main() methodLukas Fleischer1-140/+154
2016-09-29git-serve: Move entry point to a main() methodLukas Fleischer1-108/+114
2016-09-29git-serve: Pass user and privileges as parametersLukas Fleischer1-7/+7
2016-09-29git-auth: Move entry point to a main() methodLukas Fleischer1-25/+29
2016-09-29Add a main() method to all Python scriptsLukas Fleischer6-94/+132
2016-09-29Send reminders before the TU voting period endsLukas Fleischer2-0/+55
2016-09-18t0002: Add tests for adopt/disown/set-comaintainersLukas Fleischer2-0/+211
2016-09-18git-serve: Add support for setting co-maintainersLukas Fleischer1-0/+8
2016-09-18git-serve: Add support for disowning package basesLukas Fleischer1-0/+136
2016-09-17git-serve: Add support for adopting package basesLukas Fleischer1-0/+46
2016-09-17git-serve: Format usage text automaticallyLukas Fleischer2-9/+27
2016-09-12git-serve: Mark setup-repo as deprecatedLukas Fleischer1-1/+1
2016-08-22git-update: Do not overwrite the repo variableLukas Fleischer2-3/+2
2016-08-22git-update: Close cursor before closing databaseLukas Fleischer2-1/+2
2016-08-22t0003: Make tests more strictLukas Fleischer1-23/+68
2016-08-14db.py: Support pyformat paramstyleLukas Fleischer1-1/+1
2016-08-14Add details link from account edit formJohannes Löthberg1-0/+1
2016-08-14Display registration date on account details pageJohannes Löthberg1-0/+4
2016-08-14Release 4.3.0v4.3.0Lukas Fleischer1-1/+1
2016-08-14Translation updates from TransifexLukas Fleischer29-816/+1952
2016-08-10t0003: Do not initialize package bases explicitlyLukas Fleischer1-6/+0
2016-08-10Lazy-add new package basesLukas Fleischer2-4/+24
2016-08-06Update message catalogLukas Fleischer1-4/+7
2016-08-06Add tests for the restore commandLukas Fleischer2-0/+46
2016-08-05t0003: Add more git-update testsLukas Fleischer2-14/+404
2016-08-05t0002: Add more git-serve testsLukas Fleischer2-2/+79
2016-08-05t0001: Add more git-auth testsLukas Fleischer2-0/+13
2016-08-05git-update: Remove package details before updatingLukas Fleischer1-2/+7
2016-08-05git-interface: Add test suite and basic testsLukas Fleischer6-0/+1048
2016-08-05Cleanup database schemaLukas Fleischer1-37/+30
2016-08-05git-interface: Support SQLite as database backendLukas Fleischer2-14/+30
2016-08-05git-interface: Do not use UNIX_TIMESTAMPLukas Fleischer2-4/+7
2016-08-05git-interface: Do not use rowcountLukas Fleischer2-7/+11
2016-08-05git-interface: Add AUR_CONFIG environment variableLukas Fleischer1-1/+5
2016-08-05git-interface: Factor out configuration file parsingLukas Fleischer5-18/+32
2016-08-05git-interface: Add database abstraction layerLukas Fleischer4-146/+150