jeffj6123
301a4d922f
added the correct lines found
2019-10-25 16:00:14 -07:00
jeffj6123
7bc0e697a2
removed the other files
2019-10-25 13:43:20 -07:00
jeffj6123
4210e6a6f7
Merge branch 'sdk-update-october' of https://github.com/microsoft/service-fabric-cli into sdk-update-october
2019-10-25 13:42:42 -07:00
jeffj6123
55c1b8ea9a
fixed the location of the service_fabric_client_ap_is.py in help text
2019-10-25 13:42:05 -07:00
jeffj6123
ac6ff40768
Merge branch 'master' into sdk-update-october
2019-10-25 13:23:44 -07:00
jeffj6123
cf3804f98d
added the service fabric folder
2019-10-25 12:53:45 -07:00
Christina Kang - MSFT
c0e96f0bbb
add logging ( #210 )
2019-10-25 11:59:30 -07:00
jeffj6123
25909ce07a
update custom sdk ( #208 )
...
* added custom sdk
* attempt 2
* attempt 3
* attempt 4
2019-10-25 11:20:20 -07:00
jeffj6123
402173c40e
Merge branch 'master' into sdk-update-october
2019-10-25 11:14:01 -07:00
jeffj6123
fe0f09cd6f
fixed nose2 config for the combination of py2 /py3 files in the custom sdk. ( #209 )
2019-10-25 11:13:31 -07:00
jeffj6123
ba1973185e
attempt 4
2019-10-25 08:57:23 -07:00
jeffj6123
9d914fb7f7
attempt 3
2019-10-25 08:55:55 -07:00
jeffj6123
c369c6b5b4
attempt 2
2019-10-24 17:01:50 -07:00
jeffj6123
6f98e6ad6e
added custom sdk
2019-10-24 16:48:24 -07:00
Christina Kang - MSFT
f53a735835
Update knack to version 0.6.3 ( #207 )
...
* update knack to 0.6.3
2019-10-24 11:26:58 -07:00
Christina Kang - MSFT
30de06fe4b
Add compression to sfctl application upload ( #191 )
...
Add compression to sfctl application upload. More details in the help text
2019-10-16 18:10:56 -07:00
Christina Kang - MSFT
203d630580
Add privacy statement ( #188 )
2019-10-16 13:49:50 -07:00
Christina Kang - MSFT
78bcde83c0
Update cluster select doc ( #194 )
2019-10-16 13:40:11 -07:00
Christina Kang - MSFT
35accb9fcc
Improve help text for property put command ( #190 )
2019-10-16 11:30:57 -07:00
Christina Kang - MSFT
c9a23eda52
Update lint to allow longer max line length ( #205 )
2019-10-16 11:18:17 -07:00
Christina Kang - MSFT
c70ffb03eb
Lint: allow non top level imports ( #204 )
2019-10-15 16:44:50 -07:00
ivan12346
c4648fcc3d
New configs for StatefulServiceDescription used in UpdateService and CreateService ( #200 )
...
-Added ServicePlacementTimeLimit parameter to UpdateService and to CreateService, as part of StatefulServiceDescription
-Added VeryHighMoveCost value for MoveCost.
-Added tests
2019-10-15 14:12:38 -07:00
Christina Kang - MSFT
1f38c798b5
Allow non top level imports ( #203 )
2019-09-27 18:07:07 -07:00
jeffj6123
65682559f0
updated readme for 8.0.0 ( #197 )
...
* updated readme
* updated msrest version and readme
2019-07-29 11:57:23 -07:00
jeffj6123
2ba9548741
updated imports for 6.5 sdk ( #195 )
...
* updated custom sdk
* adding linting ignores
* cleaning up import lines
* additional import formatting fixes
* updated some help comments
* Update README.rst
* Update README.rst
* Update README.rst
* Update app_type.py
2019-07-25 16:00:04 -07:00
jeffj6123
7d6ba72ace
removed custom sdk ( #196 )
2019-07-15 11:48:13 -07:00
Christina Kang - MSFT
11e2d5ab00
Update custom SDK ( #193 )
...
* Update readme to include Unreleased section, and include new customSDK
2019-05-21 11:33:14 -07:00
Christina Kang - MSFT
3053397059
Add timeout to application upload ( #131 )
...
Increase default timeout of application upload to 300 seconds, and allow upload timeouts to be configurable. The new timeout will be an overall operation timeout for all uploads, rather than individual operation timeouts of 60 seconds as existed before. Improvements to help text
----
PR has passed all checks and has been reviewed by jeffj6123 - Merging
2019-02-21 15:04:51 -08:00
Christina Kang - MSFT
0424b5014f
Allow cluster select without explicit endpoint for local cluster ( #178 )
...
Users can now run `sfctl cluster select` without explicitly providing an endpoint. In this case, it will default of localhost:19080
2019-02-21 13:54:11 -08:00
Christina Kang - MSFT
0b89536f60
Update for 7.1.0 release ( #184 )
...
Bump version numbers
2019-02-21 12:00:15 -08:00
Christina Kang - MSFT
d6afc9247a
Improve error message ( #185 )
...
* Improve error message
2019-02-21 11:29:30 -08:00
Vinay Bhat
18c7ed3099
Bump required mergeutil ver to 0.1.6 ( #183 )
...
Bumping mergeutil to 0.1.6
2019-02-19 16:03:09 -08:00
Christina Kang - MSFT
2487d6c12d
Update knack ( #181 )
2019-02-14 14:34:36 -08:00
Christina Kang - MSFT
6e0692e3e6
Change serializer ( #179 )
...
This change modifies the format of sfctl container invoke-api output, in addition to changing the serializer.
2019-02-07 18:56:00 -08:00
Ibrahim A
c04fcf8303
Add cli commands for eventstore service to retrieve events ( #174 )
...
All CLI commands are standard commands. Also updated release version by a minor version.
2019-01-31 17:23:19 -08:00
Vinay Bhat
289b25e358
Adding exact version dependency of sfmergeutility on sfcli ( #176 )
2019-01-14 09:07:07 -08:00
Christina Kang - MSFT
a06d5c56d1
Improve help text on cluster select ( #173 )
...
* improve help text
* add readme
2019-01-09 17:09:07 -08:00
Christina Kang - MSFT
985d795a6d
Pause telemetry. Ready for release 7.0.2 ( #172 )
...
Tests passed. Coveralls showing small decrease in coverage.
2018-12-19 15:44:38 -08:00
Christina Kang - MSFT
042c2f921e
Fix bug where empty directories are generated in the current location… ( #167 )
...
* Fix bug where empty directories are generated in the current location of the command line
* update for release 7.0.1
2018-12-11 15:06:06 -08:00
Christina Kang - MSFT
c6c5106479
remove customSDK ( #164 )
2018-12-10 11:52:23 -08:00
Christina Kang - MSFT
bfb3b91a62
Sfctl 7.0.0 release prep ( #163 )
2018-12-10 11:38:41 -08:00
Christina Kang - MSFT
5ea3e9d4ae
Add batched telemetry ( #166 )
...
Improve upon #152 to make telemetry send batched telemetry in order to improve performance.
Telemetry will write to a file and hold on to telemetry to send in chunks. Current value is 50 items per batch. There are limited retries, so that if there is something such as no internet connection, we retry intermittently
2018-12-10 11:31:17 -08:00
Christina Kang - MSFT
950b94a507
Fix a test issue where the correct issue is not being verified for. ( #162 )
2018-12-03 13:11:29 -08:00
Christina Kang - MSFT
449e2959d5
Add periodic checks to ensure sfctl version is compatible with cluster version ( #123 )
...
Every 24 hours or more (call made on sfctl command invocation, rather than on a timer), or on failure and on cluster connect, a check will be made against the cluster to verify that the cluster version is correct. This applies only to runtime 6.4 and sfctl version 7.0.0 and going forward. Caller will get a warning message on cluster version mismatch. Help commands are not checked.
Reviewed by Jeffrey, but approval was dismissed by some small changes.
2018-12-03 11:10:05 -08:00
Christina Kang - MSFT
7823d72320
Update python SDK to the latest version ( #161 )
...
Changes are in customSDK only
2018-12-03 10:59:20 -08:00
Christina Kang - MSFT
148fdf5832
Add telemetry ( #152 )
...
Add telemetry and increase knack version.
2018-11-29 19:17:08 -08:00
Christina Kang - MSFT
d7a0bcd293
Update customSDK for Service Fabric 6.4 ( #159 )
...
* update custom SDK
* update sfctl version test to version 7.0.0 to accomodate the new SDK
* update sfctl version
2018-11-27 11:42:54 -08:00
rapatchi
a3142950a1
mesh deployment command changes ( #157 )
...
Renaming input_yaml_paths to input_yaml_files as suggested.
Changing the help text on how the parameters will be accepted.
2018-11-27 10:58:08 -08:00
rapatchi
dbfb268f9e
Renaming mesh commands params for acheiving parity with az mesh commands ( #155 )
2018-11-16 11:20:38 -08:00
rapatchi
48868217b2
Add "mesh deployment create" command ( #146 )
2018-11-08 16:06:09 -08:00