1. 24 Apr, 2020 2 commits
  2. 31 Jan, 2020 1 commit
  3. 18 Oct, 2019 1 commit
  4. 19 Jul, 2019 1 commit
  5. 18 Jul, 2019 2 commits
  6. 17 Jul, 2019 1 commit
  7. 26 Mar, 2019 1 commit
  8. 04 Sep, 2018 1 commit
  9. 21 Aug, 2018 4 commits
  10. 03 Aug, 2018 1 commit
  11. 11 Apr, 2018 1 commit
    • Kushal Agrawal's avatar
      Marker support for next page in list command · 98d2a4de
      Kushal Agrawal authored
      Marker is required to get the next page in list api
      in case there are more records available either because of
      custom limit provided in request or because of default limit
      configured in system (client and server).
      
      ex: glare list all --limit=5 --marker=<artifact_id>
      
      Change-Id: I9f5c890c46b7f1f1e6fefdb7320c4fe00a2b0972
      Closes-bug: #1755995
      98d2a4de
  12. 11 Mar, 2018 2 commits
  13. 09 Mar, 2018 1 commit
    • Dirk Mueller's avatar
      Remove usage of ordereddict · 7118ff5d
      Dirk Mueller authored
      This was only needed for Python < 2.7, but glareeclient's setup.cfg
      already declares compatibility only with 2.7.
      
      Change-Id: I2975485d884df08494189c4f4d598b44d9c5abd8
      7118ff5d
  14. 27 Feb, 2018 1 commit
  15. 25 Feb, 2018 1 commit
  16. 17 Feb, 2018 1 commit
  17. 13 Feb, 2018 6 commits
  18. 12 Feb, 2018 1 commit
  19. 17 Jan, 2018 1 commit
    • Mike Fedosin's avatar
      Adopt new api for artifact listing · 6da299f3
      Mike Fedosin authored
      In change Ic0762f7a379754d19147a4f41a6d5a98abdc86b0
      we renamed <type_name> section to unified 'artifacts'.
      
      We need to reflect this changes in the client, otherwise
      it doesn't work.
      
      Change-Id: I10e5b5678180586d6f09b8dd4d83fb3f45e1f569
      6da299f3
  20. 10 Jan, 2018 1 commit
    • Mike Fedosin's avatar
      Rename -s option to -S · bf74fb42
      Mike Fedosin authored
      Now to sort list of artifacts by some field cli accepts
      -s option. Unfortunatelly this option appeared in openstack
      client and we have to remane ours.
      
      By tradition we use capital letters for conflicting options,
      therefore we should rename -s to -S.
      
      Change-Id: Ic1ab7f28112f04e21ed3d6e3a018c5fc5d44e314
      bf74fb42
  21. 31 Dec, 2017 1 commit
  22. 21 Dec, 2017 1 commit
  23. 12 Dec, 2017 1 commit
    • Mike Fedosin's avatar
      Look the list of artifacts in 'artifacts' section · 8348e982
      Mike Fedosin authored
      Now when user requests a list of artifacts glare returns
      a json dict that has a section called after the type name,
      which contains the list of the artifacts.
      Example:
      GET /artifacts/my_artifacts
      
      {"my_artifacts": [...]}
      
      It's not really a resful approach, so it's suggested to create a
      unified section 'artifacts' for all cases, i.e. return
      {"artifacts": [...]}
      
      Change-Id: I2afb80fc7285bb8111a45a88d03f8ea21052f871
      8348e982
  24. 02 Dec, 2017 1 commit
  25. 23 Nov, 2017 1 commit
  26. 16 Nov, 2017 1 commit
    • Andreas Jaeger's avatar
      Remove setting of version/release from releasenotes · 08939282
      Andreas Jaeger authored
      Release notes are version independent, so remove version/release
      values. We've found that projects now require the service package
      to be installed in order to build release notes, and this is entirely
      due to the current convention of pulling in the version information.
      
      Release notes should not need installation in order to build, so this
      unnecessary version setting needs to be removed.
      
      This is needed for new release notes publishing, see
      I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
      at
      http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
      .
      
      Change-Id: Ib3988b96b3bfd6b200dc5e746797aef098a33ce0
      08939282
  27. 14 Nov, 2017 1 commit
  28. 02 Nov, 2017 2 commits