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

Removed POC API Generator #260

Merged
merged 4 commits into from
Dec 10, 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
17 changes: 12 additions & 5 deletions .github/workflows/test-unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
fail-fast: false
matrix:
entry:
- { ruby_version: '3.3', opensearch_ref: '1.x' }
- { ruby_version: '3.3', opensearch_ref: '2.x' }
- { ruby_version: '3.3', opensearch_ref: '2.0' }
- { ruby_version: '3.3', opensearch_ref: 'main' }
- { ruby_version: '3.3', opensearch_ref: '1.x', jdk_version: '11' }
- { ruby_version: '3.3', opensearch_ref: '2.x', jdk_version: '17' }
- { ruby_version: '3.3', opensearch_ref: 'main', jdk_version: '17' }

steps:
- uses: ruby/setup-ruby@v1
Expand All @@ -47,10 +46,18 @@ jobs:
path: opensearch/distribution/archives/linux-tar/build/distributions
key: ${{ steps.get-key.outputs.key }}

- name: Setup Java JDK
uses: actions/setup-java@v4
if: steps.cache-restore.outputs.cache-hit != 'true'
with:
distribution: 'temurin'
java-version: ${{ matrix.entry.jdk_version }}

- name: Assemble OpenSearch
if: steps.cache-restore.outputs.cache-hit != 'true'
working-directory: opensearch
run: ./gradlew :distribution:archives:linux-tar:assemble
run: ./gradlew :distribution:archives:linux-tar:assemble --stacktrace


- name: Save cached build
if: steps.cache-restore.outputs.cache-hit != 'true'
Expand Down
21 changes: 0 additions & 21 deletions api_generator/.rubocop.yml

This file was deleted.

1 change: 0 additions & 1 deletion api_generator/.ruby-version

This file was deleted.

60 changes: 0 additions & 60 deletions api_generator/USER_GUIDE.md

This file was deleted.

17 changes: 0 additions & 17 deletions api_generator/gemfile

This file was deleted.

52 changes: 0 additions & 52 deletions api_generator/lib/action.rb

This file was deleted.

127 changes: 0 additions & 127 deletions api_generator/lib/action_generator.rb

This file was deleted.

77 changes: 0 additions & 77 deletions api_generator/lib/api_generator.rb

This file was deleted.

Loading
Loading