summaryrefslogtreecommitdiffstats
path: root/layman/api.py
Commit message (Expand)AuthorAgeFilesLines
* split out remotedb to it's own file, add gpg signed list support, some pyflak...Brian Dolbec2012-11-181-6/+6
* fix an "Invalid repoID" assertion error when it does not get a valid repoID i...Brian Dolbec2012-10-071-1/+3
* fix news debug statement.Brian Dolbec2012-04-091-1/+2
* fix news exception for py2.5 comaptability.Brian Dolbec2012-04-011-1/+1
* fix bug 408897 for when profiles/repo_name is not the same as the layman over...Brian Dolbec2012-03-251-1/+9
* Add news reporting capability to meet GLEP 42 requirement. Brian Dolbec2012-03-101-0/+8
* update portage news reporting to use the new public api functions.dol-sen2011-10-261-8/+22
* add news reporting capability when adding/syncing overlays. Bug 388233dol-sen2011-10-261-5/+31
* make the tests more py3 compatibile.dol-sen2011-09-231-1/+5
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-2/+4
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-241-2/+2
* fix success reporting identified in bug 379779. Improve and change error out...dol-sen2011-08-191-2/+2
* remove some dead ERROR constantsdol-sen2011-08-131-4/+0
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-6/+6
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-091-7/+5
* fix bug 378097. unofficial installed overlays not printing (due to nocheck=no...dol-sen2011-08-071-0/+2
* tidy up some task spacing, eliminate a duped error output, comment out some d...dol-sen2011-08-071-3/+3
* fix typo causing traceback in bug 377401 comment # 31dol-sen2011-08-061-1/+2
* add debug messages, fix error reporting in the api, refactor action & error p...dol-sen2011-08-061-13/+32
* add supported_types() to the apidol-sen2011-07-301-0/+12
* add api.py to the tests. create first api test.dol-sen2011-07-281-1/+61
* fix success mistrackingdol-sen2011-07-121-7/+10
* Revert "fix mistracking success adding an overlay."dol-sen2011-07-121-9/+8
|\
| * fix an errant mistracking of the success of adding an overlay.dol-sen2011-07-121-7/+5
* | fix mistracking success adding an overlay.dol-sen2011-07-121-8/+9
|/
* fix the success result when adding already installed overlaysdol-sen2011-05-171-2/+3
* fix a false -d success for non-existent overlay. fix a couple error messages.dol-sen2011-05-171-5/+6
* fix the wrong return value for sync() move an ouptut to .debugdol-sen2011-04-301-3/+3
* Add checks and code to fetch the new list using 'If-Modified-Since' protocol.dol-sen2011-04-301-17/+22
* migrate to using explicit checks.Brian Dolbec2011-03-271-2/+2
* fix a missed change in error handling.Brian Dolbec2011-03-261-2/+1
* migrate except ... as Brian Dolbec2011-03-261-7/+7
* migrate to print()Brian Dolbec2011-03-261-4/+6
* set output's error callback to the api's _error().Brian Dolbec2011-02-231-0/+6
* eliminate the need to import Message, cleanup some stale comments.Brian Dolbec2011-02-191-9/+2
* fix a long line, clean an unused import, fix the sync return value betterBrian Dolbec2011-02-131-4/+3
* use the new message class and fix the error recording and outputBrian Dolbec2011-02-121-22/+21
* add an irc data element to the overlay xmlBrian Dolbec2011-02-121-0/+1
* add a list_ids() and use the itBrian Dolbec2011-02-121-2/+2
* minor word changeBrian Dolbec2011-02-121-1/+1
* add a generator for source types the same as source uris.Brian Dolbec2011-02-121-11/+12
* overhaul the api, add several functions, delay loading of the db's, etcBrian Dolbec2011-02-121-97/+138
* update to using basestring instead of str.Brian Dolbec2011-02-111-4/+5
* some docstring updatesBrian Dolbec2011-02-111-2/+12
* remove the extra comma that wrapped the dict in a tuple.Brian Dolbec2011-02-111-1/+1
* change add_repo and delete_repo to add_repos,Brian Dolbec2011-02-111-6/+69
* fix the docstrings to match current input types.Brian Dolbec2011-02-111-7/+7
* make the sync_results saved every time rather than conditional.Brian Dolbec2011-02-111-2/+2
* fix some typos, copy/paste errors, and debug/fix some changes to the api.Brian Dolbec2011-02-111-8/+8
* Remove the Output class as it is not needed, was used for initial testing only.Brian Dolbec2011-02-111-63/+0