summaryrefslogtreecommitdiff
path: root/cxmanage_api
Commit message (Expand)AuthorAgeFilesLines
* Add Calxeda copyright to cx_exceptions.pyGeorge Kraft2012-12-181-0/+30
* CXMAN-177: Fabric: Handle task errors properlyGeorge Kraft2012-12-182-1/+3
* CXMAN-142: Add a warning message when TFTP transfers failGeorge Kraft2012-12-172-66/+17
* CXMAN-170: Turned on auto-indexing. Added contents page.evasquez2012-12-124-7/+15
* CXMAN-144: Node: Catch errors from bmc.get_fabric_macaddr properly.George Kraft2012-12-101-8/+11
* CXMAN-169: evasquez2012-12-104-25/+94
* CXMAN-173: Fixed Sphinx doc warningevasquez2012-12-101-9/+9
* Small formatting fix to cure a Sphinx docgen warning.evasquez2012-12-102-50/+9
* CXMAN-165: Fixed broken http links in docs that pointed to info_basicevasquez2012-12-071-3/+10
* CXMAN-167: Change the get_versions() field namesGeorge Kraft2012-12-071-14/+18
* CXMAN-165: Rename info_basic() to get_versions()George Kraft2012-12-072-19/+18
* CXMAN-162:evasquez2012-12-073-64/+416
* CXMAN-154: Created basic tutorial for fw update.evasquez2012-12-051-2/+104
* CXMAN-152: Sphinxdoc'd tasks.pyevasquez2012-12-053-18/+49
* Merge branch 'master' of ssh://git.calxeda.com/var/git/cx_manage_utilevasquez2012-12-044-252/+167
|\
| * Clean up some docstrings a little bitGeorge Kraft2012-12-042-5/+1
| * CXMAN-150: Don't busy-wait on Task.join()George Kraft2012-12-041-13/+19
| * CXMAN-150: TaskQueue: Only spawn threads as neededGeorge Kraft2012-12-041-19/+48
| * CXMAN-150: Replace the Command class with a TaskQueueGeorge Kraft2012-12-043-246/+130
| * CXMAN-161: Node: Make get_sensors return a dict instead of a listGeorge Kraft2012-12-041-1/+1
* | CXMAN-153: Started adding fw_upgrade tutorial. Made it consistent withevasquez2012-12-043-5/+95
|/
* InternalTftp: Always listen on all interfacesGeorge Kraft2012-11-291-3/+5
* CXMAN-156, CXMAN-157: Skip 'file' check for most image typesGeorge Kraft2012-11-291-11/+9
* <CXMAN-153>: evasquez2012-11-292-49/+110
* * Added a Fabric code example (still on-going)evasquez2012-11-286-47/+188
* Don't try to verify an Image until it's finished being constructedDavid Schwarz2012-11-271-3/+5
* get_fabric_macaddrs: Use dictionaries instead of listsGeorge Kraft2012-11-271-5/+6
* cxmanage: Revert to old output for macaddrs commandGeorge Kraft2012-11-271-1/+1
* Node: Add get_fabric_macaddrs method back in.George Kraft2012-11-272-5/+58
* * Finished Sphinx doc'ing cxmanage_api.evasquez2012-11-218-214/+685
* * Sphinx doc: command, crc32, cx_exceptions, tftp, node, fabric.evasquez2012-11-217-222/+389
* * More sphinx doc'ing for node and fabric classes.evasquez2012-11-203-112/+381
* CXMAN-146: Fabric: lazy node discoveryJason Hobbs2012-11-201-5/+17
* CXMAN-145: ExternalTftp: Raise more meaninful error messagesGeorge Kraft2012-11-202-1/+16
* CXMAN-142: Node: Make TFTP error messages more descriptiveGeorge Kraft2012-11-201-7/+3
* * Changed the Pygments style, formatted some code and turned off moduleevasquez2012-11-165-233/+250
* * Sphinx doc changesevasquez2012-11-155-37/+50
* CXMAN-135: Node, Fabric: Rename get_macaddrs to get_mac_addressesGeorge Kraft2012-11-153-10/+6
* CXMAN-135: Node: Add "tftp" as a member variableGeorge Kraft2012-11-153-114/+127
* Make the "info dump" command work againGeorge Kraft2012-11-151-59/+59
* CXMAN-135: Replace check_firmware() with is_updatable()George Kraft2012-11-152-116/+126
* * Added generate_api_rst.py (lesson learned ... git stash is friend)evasquez2012-11-143-75/+384
* * Moved generate_api_rst.py to source/ dir.evasquez2012-11-144-165/+27
* * Added Makefile for Sphinx docs.evasquez2012-11-134-0/+712
* CXMAN-139: tftp: Fix simultaneous TFTP transfers with ExternalTftpGeorge Kraft2012-11-131-3/+8
* pylint warningsGeorge Kraft2012-11-133-11/+7
* TFTP: Fix ExternalTftp.get_file() interfaceGeorge Kraft2012-11-131-4/+4
* Simplify temporary file handlingGeorge Kraft2012-11-135-89/+82
* Command: Return results using arbitrary keysGeorge Kraft2012-11-132-25/+32
* * Moved CommandFailedError from command.py to cx_exceptions.pyevasquez2012-11-124-253/+360