Skip to content
Tags give the ability to mark specific points in history as being important
  • debian/0.8.5-1
    1c64d35c · Bump version to 0.8.5-1 ·
  • debian/0.8.5-2
    7e4699f5 · Bump version to 0.8.5-2 ·
  • debian/0.8.6-1
    806e8a05 · Bump version to 0.8.6-1 ·
  • debian/0.9-1
    084cffd1 · Bump version to 0.9-1 ·
  • debian/0.9-2precise
  • debian/0.9.1-1
    000730c4 · Bump version to 0.9.1-1 ·
  • debian/0.9.1-1precise
    =Release version 0.9.1-1~precise
    
  • debian/0.9rc1-1
    0c087a02 · Bump version to 0.9~rc1-1 ·
  • debian/0.9rc2-1
    3b4bde9f · Bump version to 0.9~rc2-1 ·
  • debian/v0.3.0
    tag debian/v0.3.0
    
  • debian/v0.5.1
    tag debian/v0.5.1
    
  • upstream/0.6.1
    kamaki version 0.6.1
    
    1. Interactive shell modifications:
        - Top-context commands are accessible from all contexts
        - Config options are updated dynamicaly
        - Handle single and double quoted strings as one term
    2. Command Line Interface mechanism modifications:
        - Calling kamaki.cli.command is now optional (but still usefull)
        - CommandTree is created in command specifications code so it can be overloaded, created dynami
        - Cleaner code and performance improvements on one-command functionality
        - Minor presentation modifications
    5. API new features:
        - "server wait" waits for a server status to be over
        - "image reregister" updates of an image name an properties while preserving unmodified values
        - property parameters are switched back to repeated --property declarations
        - Minor parameter modifications
    4. HTTP Connection modifications:
        - Maximum number of threads can be set explicitely
        - Number of active threads is adjusted on run time by timing responses
    5. Bug fixes:
        - No-colors to to non-ttys bug fixed
        - Lost cursor after progress bar bug fixed
        - Url formating before httplib call fixed
        - Other minor fixes
    
  • v0.3.0
    17854c69 · Update docs ·
    tag v0.3.0
    
  • v0.5.1
    6b026b79 · Version bump ·
    tag v0.5.1
    
  • v0.6
    f93854ae · Restore color dummys ·
    1. Full pithos+ support,
    2. Fast download and upload with
    - connection pooling
    - threaded requests
    3. Interactive shell
    4. Refactoring to allow easy client/cli development for
    future services
  • v0.6.1
    kamaki version 0.6.1
    
    1. Interactive shell modifications:
        - Top-context commands are accessible from all contexts
        - Config options are updated dynamicaly
        - Handle single and double quoted strings as one term
    2. Command Line Interface mechanism modifications:
        - Calling kamaki.cli.command is now optional (but still usefull)
        - CommandTree is created in command specifications code so it can be overloaded, created dynami
        - Cleaner code and performance improvements on one-command functionality
        - Minor presentation modifications
    5. API new features:
        - "server wait" waits for a server status to be over
        - "image reregister" updates of an image name an properties while preserving unmodified values
        - property parameters are switched back to repeated --property declarations
        - Minor parameter modifications
    4. HTTP Connection modifications:
        - Maximum number of threads can be set explicitely
        - Number of active threads is adjusted on run time by timing responses
    5. Bug fixes:
        - No-colors to to non-ttys bug fixed
        - Lost cursor after progress bar bug fixed
        - Url formating before httplib call fixed
        - Other minor fixes
    
  • v0.6.2
    1. Clients API relies on objpool instead of snf-common for connection pooling
    2. MS Windows compatiblity:
        * adjust pithos interface
        * adjust pithos client local fs handling
        * progress bar configuration not to rely on unicode characters
        * adjust hidden Clients API unittests
    3. Update documentation:
        * rearange text for easier setup
        * document undocumented methods in Clients API and cli auxiliary methods
        * MS Windows setup guide
    4. Improve interface output:
        * detailed description mechanism
        * uniformity between shell and one-command
        * various command-specific improvements
        * new print_list, print_dict and print_item methods have:
            - better indentation
            - enumeration flag
            - redundancy of presented information flag
        * mechanism for more descriptive syntax errors and arguments help
    5. Improve error handling:
        * concrete mechanism for client error propagation
        * catch some unhandled errors
        * mechanism for detailed error descriptions
        * context-specific errors
        * showcase error handling in store_list
    6. CLI Code restructure:
        * Introduce ArgumentParseManager class to manage argument parsing
        * Introduce a seperate one_command package for handling one_command
        * clean-up main CLI code (move interface-specific methods to their pckgs)
    7. New history capabilities:
        * allow command ranges
        * allow backward counting
        * in-shell sequensial script-like execution of previous commands
    8. Minor new features:
        * store_publish returns publication url
        * store_list can list with prefixes instead of full path
        * hidden optional testing of quoted text and cli.utils.print_* methods
        * shell prompt easy to modify
    9. Bugfixes:
        * Shell does not repeat previous command in case of error
        * handle ValueErrors and KeyErrors
        * config set values are effective immidiately
        * unwanted argument inheritance in shell, removed
    
  • v0.6.2.1
    deefff94 · Fix docs build system ·
    Fixed urgent doc compile issues that affect packaging
    
  • v0.6.3
    6834fc64 · Add changelog ·
    1. Introduce a quotaholder client (and primitive cli)
    2. Enrich output responses and error reporting with instructions per command
    3. Unified result output
    4. Stabilize error handling (crashes are much less frequent)
    5. Dynamic upper limit on threads when uploading
    6. Update documentation
    7. Restructure CLI code to clarify what is used in each interface mode#
    
  • v0.6.3.1
    Changelog:
    - Fix bug with public image listing
    - Undo multiple upload progress bars