summaryrefslogtreecommitdiffstats
path: root/git-interface
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Reorganize Git interface scriptsLukas Fleischer7-912/+0
2016-10-01git-serve: Support `git {receive,upload}-pack`Lukas Fleischer1-0/+4
2016-09-29Reorganize testsLukas Fleischer6-1837/+0
2016-09-29Make test suite paths top-level directory relativeLukas Fleischer1-5/+6
2016-09-29Use setuptools to install Python modulesLukas Fleischer7-116/+38
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-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-10t0003: Do not initialize package bases explicitlyLukas Fleischer1-6/+0
2016-08-10Lazy-add new package basesLukas Fleischer2-4/+24
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-05git-interface: Support SQLite as database backendLukas Fleischer1-13/+29
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
2016-08-05git-update: Make maximum blob size configurableLukas Fleischer1-2/+15
2016-08-05git-update: Use AUR_PRIVILEGED for forced pushesLukas Fleischer1-5/+2
2016-08-05git-update: Fix some issues reported by pyflakesLukas Fleischer1-2/+5
2016-08-04git-serve: Deprecate setup-repoLukas Fleischer1-0/+5
2016-08-04git-update: Notify privileged users of forced uploadsLukas Fleischer1-4/+5
2016-08-04git-serve: Refactor environment variable accessLukas Fleischer1-10/+10
2016-05-18Use the official provider list to detect duplicatesLukas Fleischer1-0/+6
2016-02-09git-serve: Change syntax for setting keywordsLukas Fleischer1-17/+10
2016-02-07Add support for package update notificationsLukas Fleischer1-2/+16
2016-02-07Rename the CommentNotify table to PackageNotificationsLukas Fleischer2-3/+3
2016-02-07git-update: Replace aurinfo.py with python-srcinfoJohannes Löthberg2-234/+25
2016-02-06Fix issues reported by pyflakesLukas Fleischer3-14/+36
2015-11-26git-serve: Fix pkgbase_exists()Mark Weiman1-1/+1
2015-10-24git-serve: Add support for setting keywordsLukas Fleischer1-11/+44
2015-10-03Do not show ".SRCINFO unchanged" warning on restoreLukas Fleischer1-1/+1
2015-09-29Show a warning if .SRCINFO is unchangedLukas Fleischer1-0/+10
2015-09-16git-update: Use proper stop value for sliceLukas Fleischer1-1/+1