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

Remove octavia-cli #33950

Merged
merged 4 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 0 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ area/documentation:
- docs/*
- docs/**/*

area/octavia-cli:
- octavia-cli/*
- octavia-cli/**/*

CDK:
- airbyte-cdk/*
- airbyte-cdk/**/*
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/release-airbyte-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,29 +198,6 @@ jobs:
PART_TO_BUMP: ${{ github.event.inputs.partToBump }}
run: ./tools/bin/release_version_octavia.sh

- name: Publish Python Package to test.pypi.org
if: github.event.inputs.skip-publish-test != 'true'
uses: mariamrf/py-package-publish-action@v1.1.0
with:
# specify the same version as in ~/.python-version
python_version: "3.10"
pip_version: "23.2"
subdir: "octavia-cli/"
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_REPOSITORY_URL: "https://test.pypi.org/legacy/"
- name: Publish Python Package
uses: mariamrf/py-package-publish-action@v1.1.0
with:
# specify the same version as in ~/.python-version
python_version: "3.10"
pip_version: "23.2"
subdir: "octavia-cli/"
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}

# In case of self-hosted EC2 errors, remove this block.
stop-release-airbyte-runner:
name: "Release Airbyte: Stop EC2 Runner"
Expand Down
715 changes: 0 additions & 715 deletions docs/cli-documentation.md

This file was deleted.

4 changes: 0 additions & 4 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,10 +564,6 @@ module.exports = {
type: "doc",
id: "terraform-documentation",
},
{
type: "doc",
id: "cli-documentation",
},
understandingAirbyte,
contributeToAirbyte,
{
Expand Down
3 changes: 0 additions & 3 deletions octavia-cli/.coveragerc

This file was deleted.

4 changes: 0 additions & 4 deletions octavia-cli/.dockerignore

This file was deleted.

4 changes: 0 additions & 4 deletions octavia-cli/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion octavia-cli/.python-version

This file was deleted.

Empty file removed octavia-cli/CHANGELOG.md
Empty file.
18 changes: 0 additions & 18 deletions octavia-cli/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions octavia-cli/LICENSE

This file was deleted.

Loading
Loading