Skip to content

Fixes multiple issues#416

Merged
jujubot merged 2 commits intojuju:masterfrom
hpidcock:fix-2.8
May 14, 2020
Merged

Fixes multiple issues#416
jujubot merged 2 commits intojuju:masterfrom
hpidcock:fix-2.8

Conversation

@hpidcock
Copy link
Copy Markdown
Member

@hpidcock hpidcock commented May 14, 2020

  • Fix tox.ini to use supported python versions.
  • Fix contraints regex using subscript on matches (py36).
  • Fix facade return type documentation.
  • Fix schema objects with array values.
  • Fix subscript lookups by using JSON keys.
  • Add definition test.

Addresses #413 #414

Copy link
Copy Markdown
Member

@wallyworld wallyworld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't see any obvious issues, but should be tested in real use before landing.
What QA was done against a real controller?

@hpidcock
Copy link
Copy Markdown
Member Author

!!build!!

@hpidcock
Copy link
Copy Markdown
Member Author

Can't see any obvious issues, but should be tested in real use before landing.
What QA was done against a real controller?

Still testing at the moment. Using a more complex model on k8s and lxd.

- Fix tox.ini to use supported python versions.
- Fix contraints regex using subscript on matches (py36).
- Fix facade return type documentation.
- Fix schema objects with array values.
- Add definition test.
@hpidcock
Copy link
Copy Markdown
Member Author

!!build!!

@hpidcock
Copy link
Copy Markdown
Member Author

hpidcock commented May 14, 2020

With juju 2.8-rc2

  • Tested examples/get_cloud against lxd
  • Tested examples/fullstatus against lxd with openstack bundle.
  • Tested examples/get_cloud against k8s
  • Tested examples/fullstatus against k8s with osm bundle
  • Tested examples/deploy against lxd

@hpidcock
Copy link
Copy Markdown
Member Author

$$merge$$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

*** TypeError: 'ActionSpec' object is not subscriptable

3 participants