Skip to content

Commit

Permalink
Removed POC API Generator (#260)
Browse files Browse the repository at this point in the history
* Removed POC API Generator

Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong authored Dec 10, 2024
1 parent a3b4d0b commit c1a9cc9
Show file tree
Hide file tree
Showing 27 changed files with 13 additions and 1,035 deletions.
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

0 comments on commit c1a9cc9

Please sign in to comment.