1. 27 9月, 2016 1 次提交
    • C
      HTML Result: fix rendering with pystache 0.3.1 · 9137db51
      Cleber Rosa 提交于
      Commit 3154794d broke the HTML report
      when older some versions of pystache is used.  The current status is
      that the HTML report generated on those systems is a one line report
      containing the literal `utf8` string.
      
      This proposal does not try to add support Unicode based inputs with
      that version of pystache, because it's internally not well supported.
      Internal methods such as `Template.render_tags()` will blindly try to
      do conversions without respecting the encoding passed on `render()`.
      
      Also, it's true that we're missing Unicode support in many other
      places, such as documented here in this card:
      
       https://trello.com/c/bfE9NBbl
      
      For now, let's try properly generate the report, and keep the error
      handling already present, that let's users know there have been
      encoding errors.
      
      References: https://trello.com/c/8j3aVUlISigned-off-by: NCleber Rosa <crosa@redhat.com>
      9137db51
  2. 21 9月, 2016 1 次提交
  3. 13 9月, 2016 1 次提交
  4. 09 9月, 2016 2 次提交
  5. 07 9月, 2016 3 次提交
  6. 06 9月, 2016 1 次提交
    • C
      Plugins: add optional plugins directory · 2e732e92
      Cleber Rosa 提交于
      The goal of the `optional_plugins` directory is to hold all plugins
      that ship with Avocado, but are not considered core functionality.
      Plugins that are considered to be core still live under
      `avocado/plugins`.
      
      This also adds all directories to be found under `optional_plugins` to
      the list of candidate plugins when running `make clean` or `make
      link`.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      2e732e92