[2/6] brooklyn-server git commit: Mark failing integration tests as Broken

2017-03-24 Thread sjcorbett
Mark failing integration tests as Broken Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/32ccd248 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/32ccd248 Diff:

[5/6] brooklyn-server git commit: SoftwareProcessEntityTest.testDoubleStopEntity - add some troubleshooting checks

2017-03-24 Thread sjcorbett
SoftwareProcessEntityTest.testDoubleStopEntity - add some troubleshooting checks Failed with the following exception, but not obvious why: java.lang.AssertionError: entity=EmptySoftwareProcessImpl{id=i5jf7l77wu}; attribute=Sensor: service.state

[6/6] brooklyn-server git commit: This closes #610

2017-03-24 Thread sjcorbett
This closes #610 Various integration test fixes Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/05a86be4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/05a86be4 Diff:

[1/2] brooklyn-server git commit: Set the username for Windows locations correctly

2017-03-02 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 3a6a2ee83 -> 1aa222a97 Set the username for Windows locations correctly The username when deploying to a winrm target is always empty. Fix it by following the same approach the SSH branch takes to populate the username.

[2/2] brooklyn-server git commit: This closes #580

2017-03-02 Thread sjcorbett
This closes #580 Set the username for Windows locations correctly Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1aa222a9 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1aa222a9 Diff:

[3/3] brooklyn-server git commit: This closes #582

2017-03-13 Thread sjcorbett
This closes #582 Fix Integration tests Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f218966f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f218966f Diff:

[1/3] brooklyn-server git commit: Fix Entitlements Integration tests

2017-03-13 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master ea18d9ab0 -> f218966fe Fix Entitlements Integration tests Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/09f8332f Tree:

[2/2] brooklyn-ui git commit: This closes #36

2017-03-06 Thread sjcorbett
This closes #36 Updated logout step to work in karaf mode Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/d9b82dff Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/d9b82dff Diff:

[1/2] brooklyn-ui git commit: Updated logout step to work in karaf mode

2017-03-06 Thread sjcorbett
Repository: brooklyn-ui Updated Branches: refs/heads/master 9c2d7f706 -> d9b82dffb Updated logout step to work in karaf mode - BROOKLYN-323: Simplify LogoutApi - relative urls for swagger html Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit:

[10/18] brooklyn-client git commit: base64 encode passwords and simplify .brooklyn_cli structure

2017-07-17 Thread sjcorbett
base64 encode passwords and simplify .brooklyn_cli structure Includes support for old style .brooklyn_cli format such that it will read credentials from the old style and use them, but overwrite with the new style on next login. New style looks like: { "credentials": { "password":

[02/18] brooklyn-client git commit: Improve error message when not logged in.

2017-07-17 Thread sjcorbett
Improve error message when not logged in. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/653e4f44 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/653e4f44 Diff:

[06/18] brooklyn-client git commit: Add logout command

2017-07-17 Thread sjcorbett
Add logout command Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/6b7970e1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/6b7970e1 Diff:

[11/18] brooklyn-client git commit: Simply the format even more: encode username and password

2017-07-17 Thread sjcorbett
Simply the format even more: encode username and password Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/86acc705 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/86acc705 Diff:

[08/18] brooklyn-client git commit: Add a br server command.

2017-07-17 Thread sjcorbett
Add a br server command. Displays the URL of the connected Brooklyn. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/2bea0368 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/2bea0368

[07/18] brooklyn-client git commit: Don't store all old logins in .brooklyn_cli

2017-07-17 Thread sjcorbett
Don't store all old logins in .brooklyn_cli Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/2ac0e7a1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/2ac0e7a1 Diff:

[12/18] brooklyn-client git commit: Improve login handling.

2017-07-17 Thread sjcorbett
Improve login handling. See https://issues.apache.org/jira/browse/BROOKLYN-463. Prompt for user name if not supplied. Check for 401 Unauthorized and give tidier output. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit:

[09/18] brooklyn-client git commit: Rename method to private

2017-07-17 Thread sjcorbett
Rename method to private Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/25704c5e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/25704c5e Diff:

[16/18] brooklyn-client git commit: Add licence header to config_test.go

2017-07-17 Thread sjcorbett
Add licence header to config_test.go Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/b5e51e42 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/b5e51e42 Diff:

[04/18] brooklyn-client git commit: Handle newline/spaces in prompt for username

2017-07-17 Thread sjcorbett
Handle newline/spaces in prompt for username Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/b73bc2d5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/b73bc2d5 Diff:

[18/18] brooklyn-client git commit: This closes #42

2017-07-17 Thread sjcorbett
This closes #42 Improve login handling. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/be805160 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/be805160 Diff:

[14/18] brooklyn-client git commit: Revert to keeping multiple credentials in the config file

2017-07-17 Thread sjcorbett
Revert to keeping multiple credentials in the config file per https://github.com/apache/brooklyn-client/pull/42#issuecomment-303995483 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/61df6a2f Tree:

[03/18] brooklyn-client git commit: Don't use resp if there was an error

2017-07-17 Thread sjcorbett
Don't use resp if there was an error Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/326459c4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/326459c4 Diff:

[01/18] brooklyn-client git commit: Ignore invalid config during login and remove config upon failure

2017-07-17 Thread sjcorbett
Repository: brooklyn-client Updated Branches: refs/heads/master 052d3bdae -> be8051602 Ignore invalid config during login and remove config upon failure Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit:

[05/18] brooklyn-client git commit: Don't trim password.

2017-07-17 Thread sjcorbett
Don't trim password. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/749057bb Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/749057bb Diff:

[17/18] brooklyn-client git commit: Ensure logout does not prevent help being displayed

2017-07-17 Thread sjcorbett
Ensure logout does not prevent help being displayed Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/6abe8d11 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/6abe8d11 Diff:

[13/18] brooklyn-client git commit: Don't panic on failure to connect to host

2017-07-17 Thread sjcorbett
Don't panic on failure to connect to host Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/fffaec06 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/fffaec06 Diff:

[1/4] brooklyn-server git commit: Fix DslYamlTest’s getConfigEventually

2017-05-24 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 757a38cc4 -> b84ec0231 Fix DslYamlTest’s getConfigEventually Call config().get(), and then config.getNonBlocking(). Previously did it the other way around, so the getNonBlocking could return absent if the value was not yet

[3/4] brooklyn-server git commit: Upgrade to jclouds 2.1.0-SNAPSHOT

2017-05-24 Thread sjcorbett
Upgrade to jclouds 2.1.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1259e283 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1259e283 Diff:

[4/4] brooklyn-server git commit: This closes #696

2017-05-24 Thread sjcorbett
This closes #696 Fix DslYamlTest Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b84ec023 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b84ec023 Diff:

[1/2] brooklyn-server git commit: Improve JcloudsWinrmingLiveTest coverage

2018-02-28 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master cd2652459 -> 12e6b0045 Improve JcloudsWinrmingLiveTest coverage - add Azure ARM - improve error message for DefaultConnectivityResolver Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/2] brooklyn-server git commit: This closes #949

2018-02-28 Thread sjcorbett
This closes #949 Improve JcloudsWinrmingLiveTest coverage Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/12e6b004 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/12e6b004 Diff:

<    1   2   3