Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
add channels to juju charm list-resources and propagate it down to csclient.Client #4790
Closed
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
a6099a0
Add support for interactive add-credential command
wallyworld 1d509e4
Add some more instance status messages so we don't get stuck in 'allo…
jameinel fa47229
Change CredentialSchema so the attributes are ordered
wallyworld 9691f22
Small tweaks
wallyworld 3fe0b0a
Some code review fixes
wallyworld b6e8f0f
Initial work on fixing our test suite to actually have valid lifetime…
jameinel d5e7f3a
Joyent was late in calling SetUp but doesn't need to be.
jameinel 5bd6aa0
some simple ordering things, only PatchValue after we've called base.…
jameinel f15ad79
If you are going to include but not embed a Suite, you need to call S…
jameinel b17154f
A couple easy fixes for calling PatchValue after SetUpTest()
jameinel a08789b
JujuConnSuite doesn't inherit from BaseSuite so wasn't disabling Outb…
jameinel 582c463
Merge branch 'master' into lxd-container-status-1558061
jameinel a29fb55
Rename CredentialValue struct
wallyworld 66c3f74
fixes-1558061 by skipping messages
jameinel 62056e9
prompt to replace existing credential
wallyworld f01c35f
Create a stringforwarder that will process messages and drop ones whe…
jameinel dfbdefb
Do a simplified handling when callback is nil.
jameinel 71afa42
Use the stringForwarder in lxdclient.EnsureImageExists.
jameinel d6a0f51
fix import order
jameinel 92e03a2
Add proper support for FileAttr values
wallyworld 28ae000
upgradeModelConfigSuite was calling SetUpTest in its SetUpSuite.
jameinel 21d0859
If your base FS is btrfs, then the tests would give the wrong answers.
jameinel bb8b939
find some race conditions.
jameinel 054a514
Add a test which shows a race on setting and then reading discardCount.
jameinel 3706e24
Turns out that localServer tests weren't patching the version.Current…
jameinel 065f640
Fix small issues
wallyworld f5205c6
a couple more tweaks.
jameinel f0b7158
Isolate the Clone tests from the backing filesystem type.
jameinel 9bc6f8d
another Suite that wasn't calling BaseSuite.SetUpSuite
jameinel b033394
patch after SetUpTest.
jameinel aa846c2
BaseSpaceSuite has 2 base types, so you have to implement SetUp and T…
jameinel 2652ef1
BaseSubnetSuite has 2 base types, so you have to implement SetUp and …
jameinel 472157a
Merge remote-tracking branch 'upstream/master' into unsafe-cleanups
jameinel 96ac05d
if you need to patch before SetUpTest then you need to do it in SetUp…
jameinel a2ddfbe
signedSuite was calling PatchValue but never calling TearDownSuite.
jameinel 87a60a3
PatchValue after calling base.SetUpTest()
jameinel 48ad0d8
something else had been leaking the PublicKey patch.
jameinel ff8f2ec
Found a missing PatchValue.
jameinel 7ddcaec
don't name 2 types the same thing in the same directory even if they …
jameinel aacba10
PatchValue for tests after calling SetUpTest
jameinel 2ec1677
More places that were patching before calling Base.SetUp
jameinel ddc0ffa
We have to have the clock before calling ConnSuite.SetUpTest,
jameinel 971156a
Fixes bug LP: #1319890
niedbalski 06e3640
Need to Patch the clock before ConnSuite.SetUpTest
jameinel 37a4e5a
cleanup the localServerTest suite and the ebsVolumeSuite
jameinel 6aa5bb1
Fixed documentation issues in status-history
perrito666 881fb08
Merge branch 'master' into interactive-add-credentials
wallyworld 5145b24
Fix merge issue
wallyworld af008a5
Merge pull request #4763 from wallyworld/interactive-add-credentials
jujubot a56ca08
Restore some old deploy code for now to fix the gui
wallyworld 6b57321
Merge pull request #4797 from wallyworld/restore-old-deploy-for-now
jujubot 02195ed
Merge pull request #4791 from perrito666/fix_1557714_status_history_b…
jujubot 8af9181
Fix test on Windows
wallyworld f9cb41d
Tweak
wallyworld 051bf8a
Better solution
wallyworld 657dd05
Merge pull request #4809 from wallyworld/fix-invalid-filepath-windows
jujubot fa84738
Merge pull request #4805 from cherylj/merge-feature-resources
jujubot b97303d
Fix ordering issue for unsupported constraints tests.
anastasiamac f47ccff
Merge pull request #4811 from anastasiamac/order-bug1558191-part2
jujubot ad3e293
review feedback
jameinel c00b1f3
Merge pull request #4772 from jameinel/lxd-container-status-1558061
jujubot b59fcb3
Merge remote-tracking branch 'upstream/master' into unsafe-cleanups
jameinel cd2b666
Merge remote-tracking branch 'upstream/master' into unsafe-cleanups
jameinel d0ac189
make sure to call BaseSuite.SetUpSuite
jameinel 3e3f19d
Merge pull request #4798 from jameinel/unsafe-cleanups
jujubot 742513c
Merge pull request #4775 from niedbalski/fix-1319890
jujubot 805878f
add channels to juju charm list-resources and propagate it down to cs…
natefinch 1d63564
update stub signature
natefinch ce9aca9
make a new charmstore.Charm struct and use it
natefinch 1a41a1c
propagate charmstore.Charm changes outward to a reasonable level
natefinch c5f154d
update test to conform to charmstore.Charm type
natefinch 2a2b150
change charm to charmid and id to url
natefinch 16f367b
make sure we don't forget about the juju attributes
natefinch
Jump to file or symbol
Failed to load files and symbols.
Oops, something went wrong.