summaryrefslogtreecommitdiffstats
path: root/git-interface
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-16Add a restore command to the SSH interfaceLukas Fleischer2-9/+31
2015-08-14git-update: Add commentsLukas Fleischer1-0/+5
2015-08-14git-update: Remove superfluous assignmentLukas Fleischer1-1/+0
2015-08-14git-update: Move blacklist reading further downLukas Fleischer1-3/+3
2015-08-04aurinfo: Fix parsing with custom file when running scriptJohannes Löthberg1-1/+1
2015-08-04aurinfo: Allow lines starting with spacesJohannes Löthberg1-1/+1
2015-07-16git-update: Error out if PKGBUILD is missingLukas Fleischer1-2/+3
2015-07-04git-update: Fix error when printing SRCINFO errorsJohannes Löthberg1-1/+1
2015-06-27git-update: Improve error message on invalid pkgbaseLukas Fleischer1-1/+1
2015-06-27Add support for multiple SSH public keysLukas Fleischer1-2/+4
2015-06-27git-update: Allow privileged users to bypass blacklistJohannes Löthberg1-1/+2
2015-06-27git-serve: Drop direct AccountType checking, use AUR_PRIVILEGEDJohannes Löthberg1-2/+1
2015-06-27git-auth: Set AUR_PRIVILEGED env var for TUs & devsJohannes Löthberg1-2/+4
2015-06-27git: Use AUR_USER env var instead of ForceCommand argumentJohannes Löthberg2-3/+24
2015-06-27git: Use .format everywhere instead of %Johannes Löthberg3-47/+47
2015-06-20Make url and pkgdesc fields optionalJohannes Löthberg1-2/+6
2015-06-20git-update: Remove regex matching of URLJohannes Löthberg1-3/+0
2015-06-14git-update: Fix parsing of versioned optdependsLukas Fleischer1-4/+12
2015-06-14aurinfo: Fix bug with space indents creating split packagesJohannes Löthberg1-1/+5
2015-06-12git-serve: Support cloning with simplified pathsJohannes Löthberg1-2/+4