-
Notifications
You must be signed in to change notification settings - Fork 183
Comparing changes
Open a pull request
base repository: kubernetes-client/python-base
base: 2da2b98
head repository: kubernetes-client/python-base
compare: 060cac1
- 16 commits
- 18 files changed
- 7 contributors
Commits on Dec 5, 2020
-
Signed-off-by: Gábor Lipták <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3412151 - Browse repository at this point
Copy the full SHA 3412151View commit details
Commits on Dec 14, 2020
-
Merge pull request #217 from gliptak/python1
Add Python 3.9 to build
Configuration menu - View commit details
-
Copy full SHA for fdc9907 - Browse repository at this point
Copy the full SHA fdc9907View commit details
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f05359 - Browse repository at this point
Copy the full SHA 3f05359View commit details -
Merge pull request #222 from roycaihw/configmap-e2e/labels
configmap e2e: use labels and label selector
Configuration menu - View commit details
-
Copy full SHA for b002110 - Browse repository at this point
Copy the full SHA b002110View commit details
Commits on Jan 14, 2021
-
changed file naming style consistent with the existing go client code Update example.py Changed file and folder names Rename LeaderElection.py to leaderelection.py Rename threadingWithException.py to threadingwithexception.py Rename ConfigMapLock.py to configmaplock.py LeaderElection to leaderelection Added boiler plate headers, updated variable and function names consistent with the guidelines, removed the ctypes dependency by using traces to kill threads, changed logic for leader now it gives up and doesn't re-join as a follower if it fails to update lease added correct boiler plate year Rename threadingWithTrace.py to threadingwithtrace.py Update leaderelection.py Update example.py Changes based on review - logging, OnStoppedLeading is not killed abruptly, OnStartedLeading is not run in a separate thread, adding README Update example.py updated comments set threads as daemon Update README.md Code made consistent with other clients. Update example.py Update leaderelection.py Error & exception handling for the annotation, reduced indentation Adding serializing functions for serializing & de-serializing locks, leader_election_record as a class Adding a test Adding boilerplate header Rename leaderelectiontest.py to leaderelection_test.py Updated boiler plates handling imports for pytest handling 'HTTP not found' compatibility with python 2 & 3, & handling relative imports Update leaderelection.py to check tests for tox assertEquals -> assertEqual Update leaderelection_test.py making Threading compatible for Python 2 changing datetime.timestamp for backward compatibility with Python 2.7 Adding comments for test_Leader_election_with_renew_deadline & making candidates run in parallel for test_leader_election remove redundant daemon = True reassignment common thread lock for MockResourceLock
Configuration menu - View commit details
-
Copy full SHA for 4d29af1 - Browse repository at this point
Copy the full SHA 4d29af1View commit details
Commits on Jan 15, 2021
-
Merge pull request #206 from Invictus17/master
Leader Election issue #434
Configuration menu - View commit details
-
Copy full SHA for 4bf72d7 - Browse repository at this point
Copy the full SHA 4bf72d7View commit details
Commits on Jan 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a3bdb8 - Browse repository at this point
Copy the full SHA 8a3bdb8View commit details
Commits on Jan 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 76d8fbd - Browse repository at this point
Copy the full SHA 76d8fbdView commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 18a5ccc - Browse repository at this point
Copy the full SHA 18a5cccView commit details
Commits on Feb 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ec1e85e - Browse repository at this point
Copy the full SHA ec1e85eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e09312a - Browse repository at this point
Copy the full SHA e09312aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c71987 - Browse repository at this point
Copy the full SHA 3c71987View commit details
Commits on Feb 2, 2021
-
Merge pull request #226 from jamesgetx/fix_cache_not_work
fix: load cache error when CacheDecoder object is not callable
Configuration menu - View commit details
-
Copy full SHA for 6e2e494 - Browse repository at this point
Copy the full SHA 6e2e494View commit details
Commits on Feb 9, 2021
-
Merge pull request #223 from MridulS/empty_file_error
raise exception when an empty config file is passed to load_kube_config
Configuration menu - View commit details
-
Copy full SHA for 04feb9f - Browse repository at this point
Copy the full SHA 04feb9fView commit details
Commits on Feb 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ebea7e3 - Browse repository at this point
Copy the full SHA ebea7e3View commit details -
Merge pull request #227 from chrisayoub/fix_watch_bug
Fix bug with Watch and 410 retries
Configuration menu - View commit details
-
Copy full SHA for 060cac1 - Browse repository at this point
Copy the full SHA 060cac1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2da2b98...060cac1