Skip to content
Snippets Groups Projects
  1. May 13, 2019
  2. May 12, 2019
  3. May 11, 2019
  4. May 10, 2019
  5. May 09, 2019
  6. May 08, 2019
  7. May 07, 2019
  8. May 04, 2019
  9. May 03, 2019
  10. May 02, 2019
  11. 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
  12. Apr 29, 2019
  13. 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
    • Zuul's avatar
  14. Apr 25, 2019
  15. Apr 24, 2019
  16. Apr 23, 2019
    • Riedo Ilofin's avatar
      Application Credentials: Set unrestricted Default to False · 413e4b6d
      Riedo Ilofin authored
      This is bug from initial commit Ida2e836cf81d2b96e0b66afed29a900c312223a4
      
      Check box 'unrestricted' is Bool type and if left unticked it was set to
      'None' which is not Bool type.
      
      This fixes the bug and removes 'or None' which sets the 'unrestricted' to
      'False'
      
      Change-Id: I7b3b4b82624e61edfea5d0b42d9179ec2216277f
      Closes-Bug: #1821115
      413e4b6d
  17. Apr 22, 2019
  18. Apr 21, 2019
  19. Apr 20, 2019
  20. Apr 19, 2019
  21. Apr 18, 2019
  22. Apr 16, 2019
  23. Apr 15, 2019
  24. Apr 11, 2019
Loading