Skip to content

Commit 1d42353

Browse files
authored
Merge pull request #93 from pinecone-io/sanitize-repo
Sanitize client, upgrade grpc version
2 parents 105bab5 + 3e70f6a commit 1d42353

28 files changed

+1
-9731
lines changed

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ tests:
1313
# skipping flake8 for now
1414
pip3 install --upgrade --quiet tox && TOX_SKIP_ENV='flake|docs' tox
1515

16-
docs:
17-
echo skipping temporarily...
18-
# pip3 install --upgrade --quiet tox && tox -e docs
19-
2016
version:
2117
python3 setup.py --version
2218

@@ -44,8 +40,3 @@ set-production:
4440

4541
set-development:
4642
echo "" > pinecone/__environment__
47-
48-
gen-openapi:
49-
docker run --rm -v "${mkfile_path}:/local" openapitools/openapi-generator-cli:v5.2.0 generate --input-spec /local/specs/pinecone_api.json --config /local/codegen-src/openapi-generator-args.python.json --generator-name python --template-dir /local/codegen-src/templates --output /local/openapi-gen
50-
cp -r ${mkfile_path}/openapi-gen/pinecone/core/client/ ${mkfile_path}/pinecone/core/client/
51-
rm -r ${mkfile_path}/openapi-gen

codegen-src/gen_python_postprocess.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

codegen-src/openapi-generator-args.python.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

codegen-src/templates/exceptions.mustache

Lines changed: 0 additions & 153 deletions
This file was deleted.

docs/_static/.gitkeep

Whitespace-only changes.

docs/_static/img/favicon-32x32.png

-617 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)