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

EGDM-379 : DataPull - Build index of production job configuration #134

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

gauravprasad
Copy link

@gauravprasad gauravprasad commented Nov 30, 2021

DataPull PR

The new end point added. /getSampleInputJson
This endpoint help the user to fetch the existing input configuration based on source and destination.

Added

  • api/src/main/java/com/homeaway/datapullclient/config/StoredInputProviderConfig.java
  • api/src/main/java/com/homeaway/datapullclient/input/InputConfiguration.java
  • api/src/main/java/com/homeaway/datapullclient/process/SampleInputFetchImpl.java
  • api/src/main/java/com/homeaway/datapullclient/service/SampleInputFetchService.java
  • api/src/main/java/com/homeaway/datapullclient/util/InputJsonHelper.java
  • docs/docs/fetching_existing_json.md

Changed

  • api/src/main/java/com/homeaway/datapullclient/api/DataPullClientApi.java
  • api/src/main/java/com/homeaway/datapullclient/data/ResponseEntity.java
  • api/src/main/java/com/homeaway/datapullclient/handlers/DataPullRequestHandler.java
  • api/src/main/java/com/homeaway/datapullclient/input/ClusterProperties.java
  • api/src/main/java/com/homeaway/datapullclient/input/Destination.java
  • api/src/main/java/com/homeaway/datapullclient/input/Migration.java
  • api/src/main/java/com/homeaway/datapullclient/input/Source.java
  • api/src/main/java/com/homeaway/datapullclient/process/DataPullRequestProcessor.java
  • docs/mkdocs.yml

PR Checklist Forms

  • CHANGELOG.md updated
  • Reviewer assigned
  • PR assigned (presumably to submitter)
  • Labels added (enhancement, bug, documentation)

@srinugajjala srinugajjala added the enhancement New feature or request label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants