[rule based autotagging] Add Create Rule API Logic#17792
[rule based autotagging] Add Create Rule API Logic#17792jainankitk merged 20 commits intoopensearch-project:mainfrom
Conversation
454afcf to
90e2b4c
Compare
|
❌ Gradle check result for 90e2b4c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
90e2b4c to
85ea24e
Compare
|
❌ Gradle check result for 85ea24e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
85ea24e to
e215963
Compare
|
❌ Gradle check result for e215963: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
Signed-off-by: Lingxi Chen <lingxich@amazon.com>
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
…tion Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
023b4d0 to
778645c
Compare
...mons/common/src/main/java/org/opensearch/rule/service/IndexStoredRulePersistenceService.java
Show resolved
Hide resolved
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-17792-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 4d6f8bafe489bde867b783c6facd189657ec34e6
# Push it to GitHub
git push --set-upstream origin backport/backport-17792-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.xThen, create a pull request where the |
|
Removed the stale backport 2.x label! |
…t#17792) Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> --------- Co-authored-by: Lingxi Chen <lingxich@amazon.com>
…t#17792) Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> --------- Co-authored-by: Lingxi Chen <lingxich@amazon.com>
…t#17792) Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> --------- Co-authored-by: Lingxi Chen <lingxich@amazon.com>
…t#17792) Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> --------- Co-authored-by: Lingxi Chen <lingxich@amazon.com>
…t#17792) Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> --------- Co-authored-by: Lingxi Chen <lingxich@amazon.com>Signed-off-by: TJ Neuenfeldt <tjneu@amazon.com>
…t#17792) Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> --------- Co-authored-by: Lingxi Chen <lingxich@amazon.com>
…t#17792) Signed-off-by: Ruirui Zhang <mariazrr@amazon.com> --------- Co-authored-by: Lingxi Chen <lingxich@amazon.com>
Description
This PR introduces the create Rule API Logic.
An exampe API request is:
And the return would be
Rule Schema PR:
#17238
RFC:
#16797
Check List