lqa (20180227.0+co1) unstable; urgency=medium

  [ Luis Araujo ]
  * Check that tests packages exist before iterating over them
  * Move range notation logic into new API utils module
  * Add the output method to the job API
  * Add check-image-url option to the submit command
  * Add the diffresults command
  * Improve queue command output format
  * Remove unused datetime module from the queue command
  * Add filter options to the queue command
  * Add the cleanqueue command
  * Add the sversion command
  * Update version to 20160608.0
  * Add option to filter queued jobs by date
  * New version 20160621.0
  * Release debian version 20160621.0+co1

 -- Luis Araujo <luis.araujo@collabora.co.uk>  Tue, 21 Jun 2016 18:27:03 +0800

lqa (20160219.0+co1) unstable; urgency=medium

  [ Luis Araujo ]
  * Add the test attachments method
  * Return None if the attachments field does not exist
  * Add the options to show all the test results in analyse
  * Improve test command interface options and output
  * Add the attachments option to the test command
  * Wrap XMLRPC methods inside the Connection class
  * Show job failure comment if available in the report
  * Change job command line interface and output
  * Wait for job to start when using the output --live option
  * Add new sections to cover all job states in the test report
  * Add support to fetch test case attachments
  * Rename the analyse command to new name report
  * Add functions to filter test results
  * Add the analyse lqa API module
  * Re-write report command to use the new Analyse module
  * Use a global Settings object
  * Add the get_filter_result method calls to the API
  * Build the rpc url from the Settings object
  * Add the Connection bundles call
  * New version 20160219.0
  * Release debian version 20160219.0+co1

 -- Luis Araujo <luis.araujo@collabora.co.uk>  Fri, 19 Feb 2016 23:04:17 +0800

lqa (20151016.0+co1) unstable; urgency=low

  [ Luis Araujo ]
  * Map test results directly to the test_run metadata
  * Use new Test object API in fetch_results command

  [ Héctor Orón Martínez ]
  * d/control: build arch all package

  [ Luis Araujo ]
  * Catch the KeyboardInterrupt signal at the top level
  * Fix finding missing tests with the same name
  * Improve parsing to get the test name from the testdef field
  * Rename modules to match the exact command name
  * Update README
  * Add job command to fetch and display job information
  * Add the liststreams command
  * Add the test command
  * Add the job id range notation
  * Change argument name to build the job id list
  * Redesign the wait API with new name: waitqueue
  * Clean error message for job bundle not found in job and test commands
  * Only show some job info fields if they do exist
  * Fix importing variable from new name waitqueue
  * Add properties for the job.bundle and job.details structures
  * Add the queue command
  * Add the failure_comment property
  * Remove white spaces only if image field exists
  * Improve the output of the status command
  * New version 20151016.0
  * Release debian version 20151016.0+co1

 -- Luis Araujo <luis.araujo@collabora.co.uk>  Fri, 16 Oct 2015 22:47:14 +0800

lqa (20150901.0+co1) unstable; urgency=low

  [ Luis Araujo ]
  * Add the JobError exception
  * Add the Connection class
  * Remove unneeded os.path module from analyse command
  * Wait timeout value in more human friendly format
  * Exit with OPERATION_FAILED if analyse reports failures
  * Add string representation to job objects
  * Add the mkstream command
  * Add priority option to submit command
  * Rename job API methods and instance variables
  * Remove unneeded import of the exit_codes module in lqa_api.job
  * Change test_definition method name to job_definition
  * Add new job API methods
  * Add new Test class
  * Add the --live option to the output command
  * Add the whoami command
  * Add exception handler for XMLRPC protocol error
  * New version 20150901.0
  * Release debian version 20150901.0+co1

 -- Luis Araujo <luis.araujo@collabora.co.uk>  Tue, 01 Sep 2015 19:57:34 +0800

lqa (20150804.0+co1) unstable; urgency=medium

  [ Luis Araujo ]
  * Add command to fetch and show job definition file
  * Add unittest for the merge_profiles method
  * Set logger default to stderr
  * Add the output command
  * Update the debian control information
  * Add method to check for required config fields
  * Group tests inside the lqa_tests module
  * Add PyYaml package dependency in setup.py
  * Add url example in the configuration example file
  * Fix json file name variable in error message
  * Add the exit_codes API module
  * Check valid syntax for the server field
  * Fix logger comment
  * Add the LQA_CONFIG_FILE environment variable
  * Add the devices command
  * Remove import of unneeded modules
  * New version 20150804.0
  * Release debian version 20150804.0+co1

 -- Luis Araujo <luis.araujo@collabora.co.uk>  Tue, 04 Aug 2015 21:22:25 +0800

lqa (20150715.0+co1) unstable; urgency=medium

  [ Luis Araujo ]
  * Show all failed jobs first
  * Add the status command
  * Add convenient job status checking methods
  * Show results for incomplete jobs
  * Add unittest for checking number of cli arguments
  * Get the submit wait option working with no profiles
  * Exit with error if the specified profile is not available
  * Add unittest for the _replaceKeyFields method
  * Get results command to work if a bundle is available
  * New version 20150715.0

  [ Luis Araujo ]
  * Release debian version 20150715.0+co1

 -- Luis Araujo <luis.araujo@collabora.co.uk>  Wed, 15 Jul 2015 19:10:26 +0800

lqa (20150623.0+co1) unstable; urgency=medium

  [ Luis Araujo ]
  * Update the README command line examples
  * Add the ProfileNotFound exception
  * Get the job ID as integer
  * Allow to set a timeout value for the submit wait option
  * New version 20150623.0

  [ Luis Araujo ]
  * Release debian version 20150623.0+co1

 -- Luis Araujo <luis.araujo@collabora.co.uk>  Tue, 23 Jun 2015 19:10:13 +0800

lqa (20150612.0+co1) unstable; urgency=medium

  [ Luis Araujo ]
  * Use jinja2 as the template engine
  * Implement subcommands interface using argparse
  * The submit subcommand can be invoked with no arguments
  * Add 'wait' subcommand to wait for test jobs completion
  * Remove unused variable wait_queue
  * New version 20150611.0

  [ Andrew Lee (李健秋) ]
  * Release 20150612.0.

 -- Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>  Fri, 12 Jun 2015 21:03:20 +0800

lqa (20150520.0+co1) unstable; urgency=medium

  [ Luis Araujo ]
  * Report generation command (Analyse subcommand)

  [ Héctor Orón Martínez ]
  * submit_job: import os package

  [ Luis Araujo ]
  * Update version to 20150520.0

  [ Andrew Lee (李健秋) ]
  * Release 20150520.0.

 -- Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>  Wed, 20 May 2015 17:06:50 +0800

lqa (20150518.0+co1) unstable; urgency=medium

  [ Sjoerd Simons ]
  * Remove interdependency between Lava and Settings objects
  * Split Settings object to its own file
  * Split common part of the Lava command handler into its own object

  [ Luis Araujo ]
  * Re-word comment for the new BaseCmd class
  * New prefix for image name in template example
  * Fix message if the config file cannot be found
  * The -g flag is required for the profiles options
  * Clearer message at the parser level for missing -g flag
  * Restructure commands as objects
  * Make the logger globally visible
  * Use urlparse to get the xmlrpc api path
  * Update version to 20150518.0

  [ Andrew Lee (李健秋) ]
  * New 20150518.0 release.

 -- Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>  Mon, 18 May 2015 23:42:07 +0800

lqa (20150311.0-0co2) unstable; urgency=low

  * debian/control: build-depends on python-support and added 
    ${python:Depends} to get correct pythong depends. (SIN: #1117)

 -- Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>  Fri, 24 Apr 2015 16:16:50 +0800

lqa (20150311.0-0co1) unstable; urgency=medium

  * New ustream release

 -- Sjoerd Simons <sjoerd.simons@collabora.co.uk>  Wed, 11 Mar 2015 14:34:33 +0100

lqa (0.20150127co1) unstable; urgency=medium

  * New upstream release. (SIN: #1077)

 -- Hector Oron <hector.oron@collabora.co.uk>  Tue, 27 Jan 2015 12:39:07 +0100

lqa (0.20150120-0co1) unstable; urgency=low

  * Initial release. (SIN: #1075)

 -- Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>  Wed, 21 Jan 2015 02:55:36 +0800
