Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

fix stream data decoding #112

Closed
wants to merge 45 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
529a72a
Fix base64 padding for kube config
bpicolo Jul 30, 2018
d54efa7
Merge branch 'master' into fix_base64_padding_for_kconfig
bpicolo Aug 27, 2018
86ae2de
Add verify-boilerplate script
iamneha Dec 5, 2018
d56fdbc
Verify Boilerplate fix
iamneha Dec 5, 2018
375befb
Make dependancy adal optional
iamneha Dec 11, 2018
1637d56
Add email scope to GCP provided credential refresh
axelsteingrimsson Dec 12, 2018
989e4b3
fix stream data decoding
dbazhal Jan 21, 2019
545690c
complete data decoding
dbazhal Jan 21, 2019
260f855
Merge pull request #108 from iamneha/make-adal-optional
k8s-ci-robot Jan 23, 2019
8497dfb
Merge pull request #107 from iamneha/verify-scripts
k8s-ci-robot Jan 23, 2019
3c30a30
fix watching with a specified resource version
juliantaylor Jan 19, 2019
2d69e89
Merge pull request #109 from juliantaylor/fix-watch-reset
k8s-ci-robot Jan 23, 2019
97ad43b
fix symbols definitions
dbazhal Jan 31, 2019
89c802c
fix segment decode errors for watch
dbazhal Feb 1, 2019
8aaa929
correct decoding inside of watch
dbazhal Feb 1, 2019
4d387d5
Updated OWNERS to include link to docs
rlenferink Feb 4, 2019
0fc0d40
Update pycodestyle
iamneha Feb 7, 2019
f30d840
Merge pull request #115 from iamneha/pycodestylw
k8s-ci-robot Feb 7, 2019
e413acd
make ws client decode data only on OPCODE_TEXT
dbazhal Feb 11, 2019
d928310
Update watch.py
dbazhal Feb 11, 2019
5acc854
Update watch_test.py
dbazhal Feb 11, 2019
0229f0a
Restore one-line link
micw523 Feb 11, 2019
d2ac885
Merge pull request #116 from micw523/one-line-link
k8s-ci-robot Feb 11, 2019
8e6f043
Making watch work with read_namespaced_pod_log.
mitar Oct 16, 2018
e077f88
Merge pull request #114 from rlenferink/patch-owners
k8s-ci-robot Feb 17, 2019
4750aa9
Add additional checks + test case fixes
bpicolo Feb 18, 2019
ad06e5c
Added tests.
mitar Feb 19, 2019
972a76a
Don't use break inside finally.
mitar Feb 21, 2019
c4de8bd
Merge pull request #93 from mitar/watch_and_logs
k8s-ci-robot Mar 14, 2019
328b2d1
feat: merging kubeconfig files
tomplus Oct 19, 2018
5c03b3b
Merge pull request #94 from tomplus/feat/merge-kubeconfigs
k8s-ci-robot Mar 18, 2019
b3ddbd9
Add tests for updated pieces
bpicolo Feb 19, 2019
72a02cc
Merge remote-tracking branch 'upstream/master' into fix_base64_paddin…
bpicolo Mar 30, 2019
1d5231c
Merge pull request #110 from axelsteingrimsson/add_email_scope_to_gcp…
k8s-ci-robot Apr 8, 2019
487c918
Merge pull request #79 from bpicolo/fix_base64_padding_for_kconfig
roycaihw Jun 19, 2019
c1a0a37
fix stream data decoding
dbazhal Jan 21, 2019
6cc9fa0
complete data decoding
dbazhal Jan 21, 2019
678224a
fix symbols definitions
dbazhal Jan 31, 2019
ef65b04
fix segment decode errors for watch
dbazhal Feb 1, 2019
fc1dc36
correct decoding inside of watch
dbazhal Feb 1, 2019
8a6f093
make ws client decode data only on OPCODE_TEXT
dbazhal Feb 11, 2019
9008491
Update watch.py
dbazhal Feb 11, 2019
4295b2d
Update watch_test.py
dbazhal Feb 11, 2019
e8db1ba
no need to fix that
Jun 20, 2019
c36eada
Merge branch 'master' of github.com:dbazhal/python-base
Jun 20, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ install:

script:
- ./run_tox.sh tox
- ./hack/verify-boilerplate.sh

2 changes: 2 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- mbohlool
- yliaog
Expand Down
2 changes: 2 additions & 0 deletions config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 2 additions & 0 deletions config/config_exception.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 2 additions & 0 deletions config/dateutil.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 2 additions & 0 deletions config/dateutil_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
6 changes: 4 additions & 2 deletions config/exec_provider.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Copyright 2018 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -21,8 +23,8 @@

class ExecProvider(object):
"""
Implementation of the proposal for out-of-tree client authentication providers
as described here --
Implementation of the proposal for out-of-tree client
authentication providers as described here --
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/auth/kubectl-exec-plugins.md

Missing from implementation:
Expand Down
2 changes: 2 additions & 0 deletions config/exec_provider_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Copyright 2018 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
5 changes: 4 additions & 1 deletion config/incluster_config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -85,7 +87,8 @@ def _set_config(self):


def load_incluster_config():
"""Use the service account kubernetes gives to pods to connect to kubernetes
"""
Use the service account kubernetes gives to pods to connect to kubernetes
cluster. It's intended for clients that expect to be running inside a pod
running on kubernetes. It will raise an exception if called from a process
not running in a kubernetes environment."""
Expand Down
2 changes: 2 additions & 0 deletions config/incluster_config_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Loading