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

replace project-template with opensearch #2

Merged
merged 5 commits into from
Feb 22, 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
2 changes: 1 addition & 1 deletion .github/workflows/central-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-opensearch/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Maven Central Sync
Expand Down
170 changes: 0 additions & 170 deletions .github/workflows/files-sync.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/graalvm-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-opensearch/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: GraalVM Dev CI
Expand All @@ -9,7 +9,7 @@ on:
- cron: "0 1 * * 1-5" # Mon-Fri at 1am UTC
jobs:
build_matrix:
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-opensearch'
runs-on: ubuntu-latest
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
Expand All @@ -24,7 +24,7 @@ jobs:
id: build-matrix
build:
needs: build_matrix
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-opensearch'
runs-on: ubuntu-latest
strategy:
max-parallel: 6
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/graalvm-latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-opensearch/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: GraalVM Latest CI
Expand All @@ -15,7 +15,7 @@ on:
- '[1-9]+.[0-9]+.x'
jobs:
build_matrix:
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-opensearch'
runs-on: ubuntu-latest
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
Expand All @@ -30,7 +30,7 @@ jobs:
id: build-matrix
build:
needs: build_matrix
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-opensearch'
runs-on: ubuntu-latest
strategy:
max-parallel: 6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-opensearch/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Java CI
Expand All @@ -15,7 +15,7 @@ on:
- '[1-9]+.[0-9]+.x'
jobs:
build:
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-opensearch'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-opensearch/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Publish snapshot release
on: [workflow_dispatch]
jobs:
build:
if: github.repository != 'micronaut-projects/micronaut-project-template'
if: github.repository != 'micronaut-projects/micronaut-opensearch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-opensearch/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Release
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/template-cleanup.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file directly. Instead, go to:
#
# https://github.com/micronaut-projects/micronaut-project-template/tree/master/.github/workflows
# https://github.com/micronaut-projects/micronaut-opensearch/tree/master/.github/workflows
#
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Update Gradle Wrapper
Expand All @@ -9,7 +9,7 @@ on:
- cron: '0 3 * * SAT'
jobs:
update-wrapper:
if: github.repository == 'micronaut-projects/micronaut-project-template'
if: github.repository == 'micronaut-projects/micronaut-opensearch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Contributing Code or Documentation to Micronaut

Sign the [Contributor License Agreement (CLA)](https://cla-assistant.io/micronaut-projects/micronaut-project-template). This is required before any of your code or pull-requests are accepted.
Sign the [Contributor License Agreement (CLA)](https://cla-assistant.io/micronaut-projects/micronaut-opensearch). This is required before any of your code or pull-requests are accepted.

## Finding Issues to Work on

If you are interested in contributing to Micronaut and are looking for issues to work on, take a look at the issues tagged with [help wanted](https://github.com/micronaut-projects/micronaut-xxx/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+help+wanted%22).

## JDK Setup

Micronaut project-template currently requires JDK 17.
Micronaut opensearch currently requires JDK 17.

## IDE Setup

Micronaut project-template can be imported into IntelliJ IDEA by opening the `build.gradle` file.
Micronaut opensearch can be imported into IntelliJ IDEA by opening the `build.gradle` file.

## Docker Setup

Micronaut project-template tests currently require Docker to be installed.
Micronaut opensearch tests currently require Docker to be installed.

## Running Tests

Expand Down
2 changes: 1 addition & 1 deletion MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ If you are publishing a milestone or release candidate, check the pre-release ch
Note that the release tags must be preceded with `v`, e.g.: `v1.2.3`.

Once you publish the GitHub release, the
[Release GitHub Action workflow](https://github.com/micronaut-projects/micronaut-project-template/blob/master/.github/workflows/release.yml)
[Release GitHub Action workflow](https://github.com/micronaut-projects/micronaut-opensearch/blob/master/.github/workflows/release.yml)
will kick off, performing the following steps:

* Pre-release: sets the `projectVersion` property in `gradle.properties` to the release version, and commit and pushes
Expand Down
Loading