Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(python): autogenerate docs/index.rst #1114

Merged
merged 25 commits into from
Oct 14, 2021
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c0af3ab
chore(python): autogenerate docs/index.rst
parthea Jun 14, 2021
bdee7a8
set default path to owl-bot-staging
parthea Sep 29, 2021
4bc1061
Merge branch 'master' into add-docs-index-rst-to-template
parthea Sep 29, 2021
fb23307
optimize code using glob
parthea Sep 29, 2021
89e2bc4
move the default_version to the front of the list
parthea Sep 29, 2021
9a6f82f
Drop redundant default_version argument
parthea Sep 29, 2021
52541cc
remove unused imports
parthea Sep 29, 2021
3fe0d5b
read default_version from .repo-metadata.json
parthea Oct 5, 2021
83bd511
exclude docs/index.rst if default_version is not specified
parthea Oct 5, 2021
da5be6c
check for versions kwarg
parthea Oct 5, 2021
cf8a2bc
only generate docs/index.rst if default_version is specified
parthea Oct 6, 2021
55e74f8
lint
parthea Oct 6, 2021
77d8cf0
Merge branch 'master' into add-docs-index-rst-to-template
parthea Oct 6, 2021
483c6d0
fix build
parthea Oct 6, 2021
52de68a
fix build
parthea Oct 6, 2021
ecf2d07
Merge branch 'master' into add-docs-index-rst-to-template
parthea Oct 7, 2021
5910c24
Merge branch 'master' into add-docs-index-rst-to-template
parthea Oct 8, 2021
d068abb
Merge branch 'master' into add-docs-index-rst-to-template
parthea Oct 12, 2021
8af8e95
consolidate the duplicated detect_versions function
parthea Oct 13, 2021
d66ea79
remove unused import
parthea Oct 14, 2021
b8c20e0
remove unused imports
parthea Oct 14, 2021
4a9688f
Merge branch 'master' into add-docs-index-rst-to-template
parthea Oct 14, 2021
fc607c0
update comments
parthea Oct 14, 2021
b992238
remove unused import
parthea Oct 14, 2021
c79fc51
run black
parthea Oct 14, 2021
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
Prev Previous commit
Next Next commit
remove unused imports
  • Loading branch information
parthea committed Oct 14, 2021
commit b8c20e0d4c520b563812bc352da1aea6a98b382f
2 changes: 0 additions & 2 deletions tests/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
# limitations under the License.

import filecmp
import os
import pathlib
import tempfile
from pathlib import Path
from unittest import TestCase
from unittest.mock import patch
Expand Down