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 unused es-ingest package #3385

Merged
merged 5 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
# Backend services owners
/packages/server/ @dgauldie @dvince2 @YohannParis
/packages/db-mirgation/ @dgauldie @dvince2
/packages/taskrunner/ @kbirk @YohannParis @mwdchang
/packages/esingest/ @kbirk @j2whiting
/packages/taskrunner/ @kbirk @YohannParis @j2whiting
YohannParis marked this conversation as resolved.
Show resolved Hide resolved

# Documentation owners
docs/* @dgauldie @pascaleproulx @YohannParis @dvince2
Expand Down
10 changes: 0 additions & 10 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"args": [
"--spring.profiles.active=default,local,ide"
]
},
{
"type": "java",
"name": "ElasticIngestApplication",
"request": "launch",
"mainClass": "software.uncharted.terarium.esingest.ElasticIngestApplication",
"projectName": "es-ingest",
"args": [
"--spring.profiles.active=default,local,ide"
]
}
]
}
40 changes: 0 additions & 40 deletions packages/es-ingest/.gitignore

This file was deleted.

103 changes: 0 additions & 103 deletions packages/es-ingest/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions packages/es-ingest/build.gradle

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions packages/es-ingest/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading
Loading