summaryrefslogtreecommitdiff
path: root/git-interface
AgeCommit message (Expand)Author
2016-09-29Make test suite paths top-level directory relativeLukas Fleischer
2016-09-29Use setuptools to install Python modulesLukas Fleischer
2016-09-29git-update: Move entry point to a main() methodLukas Fleischer
2016-09-29git-serve: Move entry point to a main() methodLukas Fleischer
2016-09-29git-serve: Pass user and privileges as parametersLukas Fleischer
2016-09-29git-auth: Move entry point to a main() methodLukas Fleischer
2016-09-18t0002: Add tests for adopt/disown/set-comaintainersLukas Fleischer
2016-09-18git-serve: Add support for setting co-maintainersLukas Fleischer
2016-09-18git-serve: Add support for disowning package basesLukas Fleischer
2016-09-17git-serve: Add support for adopting package basesLukas Fleischer
2016-09-17git-serve: Format usage text automaticallyLukas Fleischer
2016-09-12git-serve: Mark setup-repo as deprecatedLukas Fleischer
2016-08-22git-update: Do not overwrite the repo variableLukas Fleischer
2016-08-22git-update: Close cursor before closing databaseLukas Fleischer
2016-08-22t0003: Make tests more strictLukas Fleischer
2016-08-14db.py: Support pyformat paramstyleLukas Fleischer
2016-08-10t0003: Do not initialize package bases explicitlyLukas Fleischer
2016-08-10Lazy-add new package basesLukas Fleischer
2016-08-06Add tests for the restore commandLukas Fleischer
2016-08-05t0003: Add more git-update testsLukas Fleischer
2016-08-05t0002: Add more git-serve testsLukas Fleischer
2016-08-05t0001: Add more git-auth testsLukas Fleischer
2016-08-05git-update: Remove package details before updatingLukas Fleischer
2016-08-05git-interface: Add test suite and basic testsLukas Fleischer
2016-08-05git-interface: Support SQLite as database backendLukas Fleischer
2016-08-05git-interface: Do not use UNIX_TIMESTAMPLukas Fleischer
2016-08-05git-interface: Do not use rowcountLukas Fleischer
2016-08-05git-interface: Add AUR_CONFIG environment variableLukas Fleischer
2016-08-05git-interface: Factor out configuration file parsingLukas Fleischer
2016-08-05git-interface: Add database abstraction layerLukas Fleischer
2016-08-05git-update: Make maximum blob size configurableLukas Fleischer
2016-08-05git-update: Use AUR_PRIVILEGED for forced pushesLukas Fleischer
2016-08-05git-update: Fix some issues reported by pyflakesLukas Fleischer
2016-08-04git-serve: Deprecate setup-repoLukas Fleischer
2016-08-04git-update: Notify privileged users of forced uploadsLukas Fleischer
2016-08-04git-serve: Refactor environment variable accessLukas Fleischer
2016-05-18Use the official provider list to detect duplicatesLukas Fleischer
2016-02-09git-serve: Change syntax for setting keywordsLukas Fleischer
2016-02-07Add support for package update notificationsLukas Fleischer
2016-02-07Rename the CommentNotify table to PackageNotificationsLukas Fleischer
2016-02-07git-update: Replace aurinfo.py with python-srcinfoJohannes Löthberg
2016-02-06Fix issues reported by pyflakesLukas Fleischer
2015-11-26git-serve: Fix pkgbase_exists()Mark Weiman
2015-10-24git-serve: Add support for setting keywordsLukas Fleischer
2015-10-03Do not show ".SRCINFO unchanged" warning on restoreLukas Fleischer
2015-09-29Show a warning if .SRCINFO is unchangedLukas Fleischer
2015-09-16git-update: Use proper stop value for sliceLukas Fleischer
2015-08-16Add a restore command to the SSH interfaceLukas Fleischer
2015-08-14git-update: Add commentsLukas Fleischer
2015-08-14git-update: Remove superfluous assignmentLukas Fleischer