1. 24 Jan, 2017 2 commits
  2. 21 Jan, 2017 1 commit
  3. 20 Jan, 2017 4 commits
  4. 16 Jan, 2017 1 commit
  5. 21 Dec, 2016 1 commit
    • Tony Breeds's avatar
      Add Constraints support · 606dfa1c
      Tony Breeds authored
      Adding constraints support to libraries is slightly more complex than
      services as the libraries themselves are listed in upper-constraints.txt
      which leads to errors that you can't install a specific version and a
      constrained version.
      
      This change adds constraints support by also adding a helper script to
      edit the constraints to remove python-congressclient.
      
      Change-Id: I2cd4172044bdfe1d7549ba603926af45b55cd3aa
      606dfa1c
  6. 15 Dec, 2016 1 commit
  7. 13 Dec, 2016 1 commit
  8. 12 Dec, 2016 1 commit
  9. 08 Dec, 2016 2 commits
  10. 06 Dec, 2016 1 commit
  11. 02 Dec, 2016 1 commit
  12. 25 Nov, 2016 1 commit
  13. 16 Nov, 2016 1 commit
  14. 11 Nov, 2016 1 commit
    • Steve Martinelli's avatar
      no longer use oslo-incubator code · e12a9736
      Steve Martinelli authored
      As part of the first community-wide goal [1], teams were asked
      to remove the openstack/common package of their projects
      if one existed. This was a byproduct of the old oslo-incubator
      form of syncing common functionality.
      
      - Most of the apiclient package was not actually used in code,
        only the exceptions were. So remove most of it.
      - Copy the exceptions from apiclient to an existing top level
        location.
      - Create an i18n module to remove the gettextutils dependency,
        this creates a new requirement - oslo.i18n.
      - Remove a test (test_base) since it was testing the
        functionality of apiclient.base, which was not used in
        congressclient.
      - General cleanup to other openstack/common references
      
      [1] http://governance.openstack.org/goals/ocata/remove-incubated-oslo-code.html
      
      Change-Id: I2f7f5d2d43e6a5c2e4dfe35266951efb4293093d
      e12a9736
  15. 09 Nov, 2016 1 commit
  16. 07 Nov, 2016 1 commit
  17. 06 Nov, 2016 1 commit
  18. 04 Nov, 2016 1 commit
    • Eric K's avatar
      Minor edit of misleading message · e7072eb7
      Eric K authored
      The message is sometimes reached not on delete:
      "Multiple resources have this name %s. Delete by id." % name
      
      Minor edit to make it clearer.
      
      Change-Id: I7ef8219646c0f3d322a1cd3ab42cbc8f1b5a585b
      e7072eb7
  19. 22 Oct, 2016 1 commit
  20. 21 Oct, 2016 2 commits
  21. 14 Oct, 2016 1 commit
  22. 12 Oct, 2016 1 commit
  23. 10 Oct, 2016 1 commit
  24. 02 Oct, 2016 1 commit
  25. 22 Sep, 2016 1 commit
  26. 21 Sep, 2016 1 commit
  27. 01 Sep, 2016 1 commit
  28. 30 Aug, 2016 2 commits
    • Jenkins's avatar
      Merge "Support push rows to datasources" · 88f45f21
      Jenkins authored
      88f45f21
    • Masahito Muroi's avatar
      Support push rows to datasources · 103056ed
      Masahito Muroi authored
      congress client supports push row data into push type datasource.
      
      Example:
       $ openstack congress datasource row update <datasource id/name> \
             <table id> <row string>
       $ openstack congress datasource row update push \
                data '[ ["data1", "data2"], ["data3", "data4"]]'
      
      Change-Id: Icf3b0b116b20ef76957c0d6fc93c38d803e3aae0
      103056ed
  29. 01 Aug, 2016 1 commit
  30. 29 Jul, 2016 1 commit
  31. 22 Jul, 2016 3 commits