mbohlool
6da7598bd9
Add go generator
2018-03-13 13:21:05 -07:00
Shimin Guo
a552cb3fac
[Haskell] Patch cabal file after code generation ( #51 )
...
Also adding tests/ to CLEANUP_DIRS
2018-02-14 11:26:33 -08:00
Craig Tracey
dd4e762b24
Add PATCH to CustomObjectsApi ( #53 )
...
Currently the swagger schema for CustomObjectsApi does not support
PATCHing CustomObjects; only replacing. Both TPR and CRD support update
in their respective schemas.
This change adds the swagger schema to PATCH CustomObjects.
Signed-off-by: Craig Tracey <craigtracey@gmail.com >
2018-02-14 11:26:10 -08:00
Yuvi Panda
af31f88a18
Use argparse for argument handling in preprocess_spec.py ( #49 )
...
More canonically pythonic than munging with sys.args!
2018-02-14 11:24:47 -08:00
Boshi Lian
97d7592498
make proxy relate method return stream ( #47 )
2018-01-25 21:59:55 -08:00
Brendan Burns
87df81bb1d
Move some things for better diff. ( #44 )
2018-01-25 21:59:26 -08:00
Boshi Lian
8b1ebbc7a4
generator for patch v1 ( #46 )
2018-01-25 21:58:08 -08:00
Shimin Guo
4aaeb0a854
Allow non-unique operation IDs
2018-01-11 08:11:39 +00:00
Shimin Guo
b14d9aac20
Using the latest swagger-codegen from the 2.4.0 branch.
...
Specifically, to get the bug fix and module splitting in bca2b9fb5b
2018-01-11 06:56:12 +00:00
Shimin Guo
44ee744ade
Upgrade jdk version to 8 ( #43 )
...
The latest swagger-codegen code no longer compiles under jdk7.
Also upgrading libicu for the old version is not available for the new debian base image.
2017-12-30 22:34:16 -08:00
Mehdy Bohlool
9c5090e266
Merge pull request #40 from guoshimin/haskell-client
...
Script to generate haskell client
2017-12-21 15:45:34 -06:00
Boshi Lian
a2340b5b36
make log resturn stream
2017-12-22 04:34:48 +08:00
Brendan Burns
0300fdf86c
Switch to the slim maven Docker base image, significantly faster image pulls. ( #34 )
2017-12-20 20:19:55 -08:00
Shimin Guo
6954d90901
Merge branch 'master' of https://github.com/kubernetes-client/gen into haskell-client
2017-12-15 06:34:36 +00:00
Shimin Guo
64d8840310
adding haskell client
2017-12-15 06:34:15 +00:00
Boshi Lian
a867e60133
csharp generator update for v1.8 ( #39 )
...
* handle intorstr and quantity in csharp
* remove generated public property from quantity
* add comment why mkdir before docker build
2017-12-08 07:31:38 -06:00
Brendan Burns
86d53c7c0b
Merge pull request #36 from noironetworks/noironetworks
...
Fix crashes on Python 2.7+ and when an operation is missing the "tags" key
2017-11-30 18:36:47 -08:00
Ceridwen
263032d86c
Fix KeyError with operations missing "tags" and crash on Python 2.7+
2017-11-30 10:31:46 -08:00
Brendan Burns
0c18e38eda
Merge pull request #38 from tg123/opt_dockerfile
...
move copy params.xml to the bottom of Dockerfile
2017-11-28 22:33:01 -08:00
Brendan Burns
e28a049f21
Merge pull request #37 from lewisheadden/AddQuantitySupport
...
Disable pre-processing for resource.Quantity
2017-11-28 22:32:36 -08:00
Boshi Lian
1f1e76fc74
move copy params.xml to the bottom of Dockerfile
2017-11-24 14:38:37 +08:00
Lewis Headden
3863091633
Disable pre-processing for resource.Quantity
2017-11-22 10:27:37 -05:00
Boshi Lian
248f10e586
remove generated empty host url
2017-11-17 01:35:39 +08:00
Boshi Lian
d722bd1688
enlarge node mem limit
2017-11-16 22:01:27 +08:00
Boshi Lian
a8199ea1d4
add intorstring
2017-11-16 20:47:41 +08:00
Mehdy Bohlool
b8ccf0fe00
Merge pull request #30 from lewisheadden/IntOrStringSupport
...
Add support for IntOrString in Java
2017-11-02 17:54:19 -07:00
Lewis Headden
4adc3f0211
Fix typo
2017-11-02 11:02:07 -04:00
Lewis Headden
ec6775b6ea
Remove line break
2017-11-02 11:01:11 -04:00
Lewis Headden
0f9ff8b30a
Continue loop on excluded primitive
2017-11-02 10:59:11 -04:00
Lewis Headden
1a4a4ff8ac
Add IntOrString mapping for Java
2017-10-31 15:19:21 -04:00
Lewis Headden
762413f2d2
Add support for preprocessing variants based on language
2017-10-31 14:59:19 -04:00
Jose Donizetti
d344122421
Fix typo
2017-10-31 00:19:35 -02:00
Kumar Abhishek
bb387b9d77
Bumped version
2017-10-21 00:23:23 +00:00
Kumar Abhishek
a64a435cc0
Remove csharp specific Dockerfile
2017-10-19 00:49:04 +00:00
Kumar Abhishek
2bea887822
Dockerize Autorest
2017-10-19 00:45:30 +00:00
Boshi Lian
5aa41bfd10
better support abs path
2017-10-18 03:38:58 +08:00
Boshi Lian
0358b6e3ba
add support for lang specific Dockerfile
2017-10-18 03:29:14 +08:00
mbohlool
32e0f33a32
Better support for IntOrString
2017-10-12 17:09:34 -07:00
mbohlool
e8a3524053
change python client generator to use latest swagger-codgen code
2017-10-09 17:51:56 -07:00
Mehdy Bohlool
19c0932c2e
Fix preprocessing script to remove deprecation redirection models
2017-10-03 00:32:49 -07:00
Ceridwen
903c7c4a44
Allow preprocess_spec.py to be imported, make it compatible with Python 3, and fix invalid Swagger generation
2017-08-24 11:26:16 -07:00
mbohlool
a52d6fbd66
Reformat generator callers
2017-08-15 11:42:26 -07:00
mbohlool
86b9f9d9ee
Lock down python generator on v2.2.2 until we test newer versions
2017-08-15 11:42:26 -07:00
Mehdy Bohlool
65e8f96924
Fix default codegen version
...
Default codegen version was set to an unreleased version 2.3.0. Setting it to the latest version 2.2.3.
2017-08-15 11:42:26 -07:00
mbohlool
4f24ce760c
Record actual commit for reproducibility
2017-08-10 17:32:01 -07:00
mbohlool
4d14352c6b
bugfix: docker cannot pass array environment variables
2017-08-10 17:26:58 -07:00
mbohlool
bd1c42000f
Add optional user/org parameter to dockerfile
2017-08-10 12:26:39 -07:00
mbohlool
b69663ca2e
Containerize client generation
2017-08-10 06:44:33 -07:00
mbohlool
d74ec595ae
Support both TPR and CRD with custom objects spec
2017-07-06 15:48:29 -07:00
Brendan Burns
0400ed23f3
Merge pull request #15 from mbohlool/fix_java_generator
...
Fix cleanup directories of java generator
2017-07-05 22:42:25 -07:00