Skip to content
Snippets Groups Projects
  1. May 20, 2019
  2. May 17, 2019
    • BubaVV's avatar
      Generate locale messages at dev server startup · e8fd0020
      BubaVV authored
      By default, Horizon doesn't compile localized messages in tox
      environment. It leads to silent fail of language change with 'Success'
      message. Proposed patch includes compilation of messages to tox runserver
      command
      
      Change-Id: I149a622a81a17e9d951c68829349fc70fbb8ed2a
      e8fd0020
  3. May 16, 2019
  4. May 15, 2019
  5. May 14, 2019
  6. May 13, 2019
  7. May 12, 2019
  8. May 11, 2019
  9. May 10, 2019
  10. May 09, 2019
  11. May 08, 2019
  12. May 07, 2019
  13. May 04, 2019
  14. May 03, 2019
  15. May 02, 2019
  16. May 01, 2019
    • Dmitriy Rabotjagov's avatar
      Fix KeyError when image was deleted · a1559be7
      Dmitriy Rabotjagov authored
      KeyError was raised when volume was created from image and
      then this image is deleted. THis patch adds additional check
      to avoid such situations.
      
      Change-Id: I85712fd9587d8815d2f3c74227ded9a4f62296f3
      a1559be7
  17. Apr 29, 2019
  18. Apr 28, 2019
    • Adrian Turjak's avatar
      Correctly set content-type for workflow response · 8516de8f
      Adrian Turjak authored
      The default content-type is html, and under certain
      circumstances like devstack the html has some additional
      comments added. Because this specific content is meant
      to be parsed as json those extra html comments break the
      modal.js code.
      
      We can't set the content-type to json without rewriting parts of
      modal.js, as it will will parse it into an object early and then
      modal.js will fail as it attempts to parse an object into json.
      
      Change-Id: If5a9ee7fe4273dc368dec7767a55d4467bf6a1a7
      Closes-bug: #1824484
      8516de8f
Loading