Commit Graph

273 Commits

Author SHA1 Message Date
Mehdy Bohlool
93f3f94676 Merge pull request #244 from pokoli/py36
Add support for python3.6
2017-06-08 13:31:33 -07:00
Sergi Almacellas Abellana
20fa5b4ded Add support for python3.6 2017-06-07 10:30:51 +02:00
Mehdy Bohlool
ff94d26a2b Merge pull request #238 from pokoli/sync_requirements
Read setup.py dependencies from requeriments.txt
2017-06-05 02:26:11 -07:00
Sergi Almacellas Abellana
e2d3f6d096 Add tests requires on setup.py 2017-06-02 10:07:26 +02:00
Sergi Almacellas Abellana
a6870afa60 Read setup.py dependencies from requeriments.txt
Fixes #136
2017-06-02 10:02:04 +02:00
Mehdy Bohlool
10362685ea Merge pull request #230 from mbohlool/tpr_fix
Fix TPRs security issue
2017-05-25 10:05:33 -07:00
mbohlool
8a3b2bae14 Update generated client for TPR fix 2017-05-21 22:58:45 -07:00
mbohlool
19ce362d9f Fix update client script to ignore kubernetes/base folder 2017-05-21 22:58:45 -07:00
mbohlool
bf337a5390 Fix TPRs security 2017-05-21 22:37:27 -07:00
mbohlool
e7a257a9ee Update client (only version changes) 2017-05-21 22:36:27 -07:00
Mehdy Bohlool
84de8489eb Merge pull request #224 from mbohlool/master
Update base submodule
2017-05-20 15:42:39 -07:00
mbohlool
5eee265f25 Update base submodule 2017-05-19 16:52:18 -07:00
Mehdy Bohlool
38b0ff4ee3 Merge pull request #221 from mbohlool/master
Added OperationIDs to TPR spec and regenerated the client
2017-05-19 16:45:15 -07:00
mbohlool
23b0f8c008 Update generated client 2017-05-19 15:27:35 -07:00
mbohlool
1672ded330 Add OperationIDs to third party resources spec 2017-05-19 15:26:08 -07:00
Mehdy Bohlool
87e16bbd04 Merge pull request #222 from mbohlool/sub
Add kubernetes-client/python-base as submodule to this repo
2017-05-19 15:13:13 -07:00
mbohlool
5d5e7df528 Update README.md 2017-05-19 00:35:27 -07:00
mbohlool
8980d48039 Add kubernetes-client/python-base as submodule to this repo 2017-05-19 00:24:39 -07:00
mbohlool
dd30fe6a70 Remove base folder to prepare for submodule model 2017-05-19 00:21:35 -07:00
Jonathan Kosgei
dab09e0e92 Add support for thirdparty resource watch/create/put and delete operations (#216)
Add third-party-resources paths to OpenAPI spec to be able to create/update/watch third party resources.
2017-05-18 00:37:30 -07:00
Mehdy Bohlool
7a6bae25e3 Merge pull request #218 from sebgoa/notebooks
move skippbox/notebooks to client-python for GSoC
2017-05-16 17:21:21 -07:00
Sebastien Goasguen
ba61aea1f5 move skippbox/notebooks to client-python for GSoC 2017-05-16 19:27:53 +02:00
Mehdy Bohlool
dbe83efe0a Merge pull request #215 from mbohlool/c3
Move config and watch into a base folder to prepare for multi-repo client
2017-05-11 12:51:09 -07:00
mbohlool
1ebceb6460 Move manual code to a base folder to prepare for repo splitting. 2017-05-09 16:26:27 -07:00
Mehdy Bohlool
4729e6865d Merge pull request #207 from gabrielpjordao/patch-1
Put whitespaces around equal sign on README
2017-05-08 09:55:51 -07:00
Mehdy Bohlool
70237af6ed Merge pull request #213 from mbohlool/master
Switch to stable release of swagger-codegen
2017-05-04 11:06:34 -07:00
mbohlool
c1ad663ca0 Update generated client 2017-05-04 10:56:04 -07:00
mbohlool
735286472c Use swagger-codegen 2.2.2 stable 2017-05-04 10:54:41 -07:00
Mehdy Bohlool
37c7fa6827 Update release.md 2017-05-03 17:39:30 -07:00
Mehdy Bohlool
ada0c2a10b Update CHANGELOG.md 2017-05-03 17:27:31 -07:00
Mehdy Bohlool
05d60fc4ca Merge pull request #211 from mbohlool/automated-cherry-pick-of-#205-upstream-master
Automated cherry pick of #205
2017-05-03 17:25:22 -07:00
Benjamin Sherman
058b81b8bd changelog update for #187 2017-05-03 17:09:10 -07:00
Benjamin Sherman
eaf781c787 fix for #187 failure when using RFC 6902 json-patch operation 2017-05-03 17:08:24 -07:00
Mehdy Bohlool
b5eac1f799 Merge pull request #208 from kubernetes-incubator/mbohlool-patch-1
Update update-client.sh
2017-05-03 12:27:31 -07:00
Mehdy Bohlool
c5347acfbc Update update-client.sh
Generator script post-processing if failing if development status has `/` in it. this is true for stable releases.
2017-05-03 11:37:59 -07:00
Mehdy Bohlool
a2a91bc97a Update CHANGELOG.md 2017-05-03 11:29:42 -07:00
Gabriel
9b614c3a49 Put whitespaces around equal sign on README 2017-05-02 10:00:44 -03:00
Mehdy Bohlool
1517bcaa1e Update CHANGELOG.md 2017-04-26 15:22:42 -07:00
Mehdy Bohlool
06d2d4b707 Update CHANGELOG.md 2017-04-26 14:03:55 -07:00
Mehdy Bohlool
3f7933050f Update requirements.txt 2017-04-26 13:58:52 -07:00
Mehdy Bohlool
3b5569a0d7 Merge pull request #203 from mbohlool/master
Exclude urllib3 version 1.21 from depedencies as it breaks our code
2017-04-26 13:52:11 -07:00
mbohlool
7aec646a6d Exclude urllib3 version 1.21 from depedencies as it breaks our code 2017-04-26 13:12:16 -07:00
Mehdy Bohlool
763ada98fc Merge pull request #196 from mbohlool/master
Remove Spec Version constant as the main spec is versioned now
2017-04-25 14:27:01 -07:00
mbohlool
f5ec773830 Update generated client 2017-04-25 14:11:04 -07:00
mbohlool
07013a0722 Remove Spec Version constant as the main spec is versioned now 2017-04-25 14:11:04 -07:00
Mehdy Bohlool
2c1535dff7 Update CHANGELOG.md 2017-04-25 14:05:16 -07:00
Mehdy Bohlool
2d06710f61 Merge pull request #198 from mbohlool/dep
Depend on urllib3 version <= 1.20
2017-04-25 13:35:47 -07:00
mbohlool
bc33850424 Fix urllib3 dependency to <=1.20 2017-04-25 13:25:30 -07:00
Mehdy Bohlool
4a190dd3fd Update CHANGELOG.md
V2.0.0b1 release.
2017-04-25 10:32:57 -07:00
mbohlool
68bf13dddb Update changelog 2017-04-24 17:31:14 -07:00