Commit Graph

400 Commits

Author SHA1 Message Date
Mehdy Bohlool
84bf6cc9dc Merge pull request #170 from mbohlool/master
Update generated client
2017-04-05 15:49:44 -07:00
mbohlool
f9f6287a14 Add CHANGELOG.md entry [ci skip] 2017-04-05 15:26:04 -07:00
mbohlool
35ca453a47 Update client code 2017-04-05 15:24:07 -07:00
mbohlool
f41a863d24 Promote OpenAPI spec version to kubernetes 1.6.1 2017-04-05 15:24:06 -07:00
mbohlool
5d19799574 preprocessing script to shorten model names as much as possible 2017-04-05 14:14:58 -07:00
Mehdy Bohlool
f37f758fee Update README.md 2017-03-31 02:03:15 -07:00
Mehdy Bohlool
9eae1a03aa Update README.md 2017-03-31 02:01:11 -07:00
Mehdy Bohlool
00ea1494dc Add kubernetes client badges 2017-03-31 02:00:09 -07:00
Mehdy Bohlool
74a64d7325 Merge pull request #158 from mbohlool/master
Update README.md with ssl hostname troubleshooting [ci skip]
2017-03-15 01:21:21 -07:00
mbohlool
64552448f3 Update README.md with ssl hostname troubleshooting [ci skip] 2017-03-15 01:17:54 -07:00
Mehdy Bohlool
e59d59450a Merge pull request #147 from WilliamDenniss/master
Added OpenSSL version requirement to README.
2017-03-14 13:22:18 -07:00
William Denniss
9a0c0795af Added troubleshooting section to the README.
- SSLError on macOS documented.
2017-03-14 13:20:27 -07:00
Mehdy Bohlool
1e669b59e7 Merge pull request #153 from kubernetes-incubator/mbohlool-patch-4
Add PyPi badges [ci skip]
2017-03-02 17:08:25 -08:00
Mehdy Bohlool
e5e1da3519 Add PyPi badges [ci skip] 2017-03-02 17:06:31 -08:00
Mehdy Bohlool
2bd4077a13 Merge pull request #150 from mbohlool/master
Update CHANGELOG [skip ci]
2017-03-01 13:37:29 -08:00
mbohlool
cbca7ab3e2 Update CHANGELOG [skip ci] 2017-03-01 13:35:36 -08:00
Mehdy Bohlool
dc35eee071 Merge pull request #146 from mbohlool/closemethod
Add close method to websocket client
2017-02-28 11:25:01 -08:00
Mehdy Bohlool
fd15a7a972 Merge branch 'master' into closemethod 2017-02-28 11:20:04 -08:00
Mehdy Bohlool
4214b7b0a1 Merge pull request #148 from kubernetes-incubator/mbohlool-patch-2
Update release.md [skip ci]
2017-02-28 11:19:20 -08:00
Mehdy Bohlool
1fb9c6818e Update release.md [skip ci] 2017-02-28 11:18:13 -08:00
mbohlool
94861c777e Add close method to websocket client 2017-02-27 12:34:53 -08:00
Mehdy Bohlool
c85b8f5733 Merge pull request #143 from kubernetes-incubator/mbohlool-patch-1
Update CHANGELOG.md [ci skip]
2017-02-27 12:33:32 -08:00
Mehdy Bohlool
5d4a5286ed Update CHANGELOG.md [ci skip] 2017-02-26 01:17:29 -08:00
Mehdy Bohlool
db29d8af16 Merge pull request #142 from mbohlool/master
Remove channel id from exec response in blocking mode
2017-02-24 15:31:31 -08:00
mbohlool
fc8a31b2d1 Remove channel id from exec response in blocking mode 2017-02-24 14:11:29 -08:00
Mehdy Bohlool
a2b3d5dbe9 Merge pull request #135 from mbohlool/master
update CHANGELOG [skip ci]
2017-02-22 14:37:44 -08:00
mbohlool
8dc85df3e5 update CHANGELOG [skip ci] 2017-02-22 14:36:58 -08:00
Mehdy Bohlool
bfafc4083e Merge pull request #134 from mbohlool/master
Update CHANGELOG [ci skip]
2017-02-22 14:34:27 -08:00
mbohlool
6eecfc2215 Update CHANGELOG [ci skip] 2017-02-22 14:28:31 -08:00
Mehdy Bohlool
2e5d52e41d Merge pull request #132 from dims/sync-setup-cfg-and-requirements-txt
Sync requirements and add license info
2017-02-22 14:20:59 -08:00
Davanum Srinivas
8ac4254116 Sync requirements and add license info
Follow guidelines in:
https://packaging.python.org/requirements/

* Make sure the same list of packages are in setup.cfg and
  requirements.txt
* install_requires reqs in setup.cfg should be "Abstract" with
  no version information
* Add License information for each package

Fixes #131
2017-02-22 07:17:48 -05:00
Mehdy Bohlool
6f03708e79 Merge pull request #129 from kubernetes-incubator/mbohlool-patch-2
Update release.md
2017-02-21 15:18:28 -08:00
Mehdy Bohlool
cd3e68483d Update release.md 2017-02-21 14:18:34 -08:00
Mehdy Bohlool
436351b027 Merge pull request #125 from mbohlool/exec
Improvements on ws_client
2017-02-21 13:46:01 -08:00
mbohlool
88563a6619 Update CHANGELOG 2017-02-21 12:55:37 -08:00
mbohlool
4e593a7530 Improvements on ws_client. Now the client can returns an object to interact with websocket server and reach each channel separately 2017-02-21 12:55:37 -08:00
Mehdy Bohlool
1635150346 Merge pull request #123 from dims/try-localkube-for-e2e
Switch to minikube/localkube
2017-02-09 13:17:47 -08:00
Davanum Srinivas
353e8ccdc8 Switch to minikube/localkube
* Drop the old Kubernetes on docker containers method as it
  did not have a SSL enabled port
* Use localkube component from minikube instead. This enables
  us to drop the hitch TLS proxy as well.
* E2E tests should be easy to run locally and pick up configuration
  from ~/.kube/config
* Consolidate the urls in one spot (base.py), also consolidate the
  SkipTest in one spot.
* For local testing, just run minikube and run the py27 or py34 tox
  target, that should run all the tests including the e2e tests.
* Fix the connect_post_namespaced_pod_exec and add a e2e test for it

Fixes #122
2017-02-09 15:49:04 -05:00
Mehdy Bohlool
cfd34ef280 Merge pull request #120 from dims/support-exec-calls
Implementation for /exec using websocket
2017-02-07 14:49:25 -08:00
Davanum Srinivas
066bba1802 Implementation for /exec using websocket
inspired by the POC from @chekolyn

* Adds a new requirement on websocket-client
* Add a new class WSClient that uses WebSocketApp from
  the websocket-client.
* Make sure we pass Authorization header
* Make sure we honor the SSL settings in configuration
* Some of the code will get overwritten when we generate
  fresh classes from swagger definition. To remind us
  added a e2e test so we don't lose the changes
* Added a new configuration option to enable/disable failures
  when hostnames in certificates don't match

Fixes #58
2017-02-07 16:48:26 -05:00
Mehdy Bohlool
192b67c446 Merge pull request #121 from dims/ssl-based-e2e-tests
Run e2e tests against against https url
2017-02-07 13:13:53 -08:00
Davanum Srinivas
16d6da465e Add comment about hitch ppa 2017-02-07 16:00:33 -05:00
Davanum Srinivas
96cfceb2f0 Run e2e tests against against https url
Use hitch tls proxy to listen on 8443 port and forward the
traffic to 8080. Add a configuration option to ignore any
issues with host names as we don't generate the cert on the
fly.
2017-02-03 12:16:58 -05:00
Mehdy Bohlool
1d3cd13845 Merge pull request #115 from dims/add-more-e2e-tests
Refactor tests
2017-01-26 06:28:11 -08:00
Mehdy Bohlool
633014180e Merge branch 'master' into add-more-e2e-tests 2017-01-26 06:17:06 -08:00
Davanum Srinivas
38aaec0f47 Refactor tests
* separate batch, extensions and the regular apis into separate
* added delete for some tests
* drop '_' for is_k8s_running
* remove comments that do not add value
2017-01-26 09:11:07 -05:00
Mehdy Bohlool
3b4aec6b64 Merge pull request #116 from mbohlool/dev
Add download stat how-to page
2017-01-26 05:39:58 -08:00
mbohlool
2a321d4df9 Add download stat how-to page [skip ci] 2017-01-26 05:38:35 -08:00
Mehdy Bohlool
dbf9938874 Merge pull request #113 from mbohlool/dev
Add release process
2017-01-25 17:24:03 -08:00
mbohlool
f3d4014a28 Add release process [skip ci] 2017-01-25 14:56:57 -08:00