-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1025 from jmarin/api-model
Refactor apiModel to api.model
- Loading branch information
Showing
77 changed files
with
127 additions
and
127 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ala/hmda.apiModel/model/EditResults.scala → ...in/scala/hmda/api/model/EditResults.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/hmda.apiModel/model/ErrorResponse.scala → .../scala/hmda/api/model/ErrorResponse.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
import akka.http.scaladsl.model.Uri.Path | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...la/hmda.apiModel/model/FilingDetail.scala → ...n/scala/hmda/api/model/FilingDetail.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
import hmda.model.fi.{ Filing, Submission } | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...n/scala/hmda.apiModel/model/Filings.scala → ...c/main/scala/hmda/api/model/Filings.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
import hmda.model.fi.Filing | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...da.apiModel/model/InstitutionDetail.scala → ...la/hmda/api/model/InstitutionDetail.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
import hmda.model.fi.Filing | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a.apiModel/model/InstitutionWrapper.scala → ...a/hmda/api/model/InstitutionWrapper.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
case class InstitutionWrapper( | ||
id: String, | ||
|
2 changes: 1 addition & 1 deletion
2
...la/hmda.apiModel/model/Institutions.scala → ...n/scala/hmda/api/model/Institutions.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
case class Institutions(institutions: Set[InstitutionWrapper]) |
2 changes: 1 addition & 1 deletion
2
...ala/hmda.apiModel/model/IrsResponse.scala → ...in/scala/hmda/api/model/IrsResponse.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...del/ModifiedLoanApplicationRegister.scala → ...del/ModifiedLoanApplicationRegister.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...da.apiModel/model/PaginatedResponse.scala → ...la/hmda/api/model/PaginatedResponse.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
import hmda.persistence.WithPagination | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
....apiModel/model/ParsingErrorSummary.scala → .../hmda/api/model/ParsingErrorSummary.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/scala/hmda.apiModel/model/Receipt.scala → ...c/main/scala/hmda/api/model/Receipt.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
import hmda.model.fi.SubmissionStatus | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...l/model/SingleValidationErrorResult.scala → ...i/model/SingleValidationErrorResult.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
import hmda.validation.engine.ValidationErrorsSummary | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...in/scala/hmda.apiModel/model/Status.scala → ...rc/main/scala/hmda/api/model/Status.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
case class Status(status: String, service: String, time: String, host: String) |
2 changes: 1 addition & 1 deletion
2
...ala/hmda.apiModel/model/Submissions.scala → ...in/scala/hmda/api/model/Submissions.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model | ||
package hmda.api.model | ||
|
||
import hmda.model.fi.Submission | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...itutions/submissions/ContactSummary.scala → ...itutions/submissions/ContactSummary.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nstitutions/submissions/FileSummary.scala → ...nstitutions/submissions/FileSummary.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tions/submissions/RespondentSummary.scala → ...tions/submissions/RespondentSummary.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tions/submissions/SubmissionSummary.scala → ...tions/submissions/SubmissionSummary.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...odel/model/public/InstitutionSearch.scala → .../api/model/public/InstitutionSearch.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hmda.apiModel.model.public | ||
package hmda.api.model.public | ||
|
||
import hmda.model.institution.ExternalId | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...a.apiModel/protocol/HmdaApiProtocol.scala → ...a/hmda/api/protocol/HmdaApiProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ocol/admin/WriteInstitutionProtocol.scala → ...ocol/admin/WriteInstitutionProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...piModel/protocol/fi/lar/LarProtocol.scala → ...mda/api/protocol/fi/lar/LarProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rotocol/processing/ApiErrorProtocol.scala → ...rotocol/processing/ApiErrorProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ocol/processing/EditResultsProtocol.scala → ...ocol/processing/EditResultsProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../protocol/processing/FilingProtocol.scala → .../protocol/processing/FilingProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ocol/processing/InstitutionProtocol.scala → ...ocol/processing/InstitutionProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...del/protocol/processing/MsaProtocol.scala → ...api/protocol/processing/MsaProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tocol/processing/PaginationProtocol.scala → ...tocol/processing/PaginationProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ol/processing/ParserResultsProtocol.scala → ...ol/processing/ParserResultsProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...tocol/processing/SubmissionProtocol.scala → ...tocol/processing/SubmissionProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ol/public/InstitutionSearchProtocol.scala → ...ol/public/InstitutionSearchProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...validation/ValidationResultProtocol.scala → ...validation/ValidationResultProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...hmda.apiModel/model/ModelGenerators.scala → ...cala/hmda/api/model/ModelGenerators.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...iModel/protocol/HmdaApiProtocolSpec.scala → ...da/api/protocol/HmdaApiProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../admin/WriteInstitutionProtocolSpec.scala → .../admin/WriteInstitutionProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...col/processing/ApiErrorProtocolSpec.scala → ...col/processing/ApiErrorProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../processing/EditResultsProtocolSpec.scala → .../processing/EditResultsProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tocol/processing/FilingProtocolSpec.scala → ...tocol/processing/FilingProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../processing/InstitutionProtocolSpec.scala → .../processing/InstitutionProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...protocol/processing/MsaProtocolSpec.scala → ...protocol/processing/MsaProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rocessing/ParserResultsProtocolSpec.scala → ...rocessing/ParserResultsProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...l/processing/SubmissionProtocolSpec.scala → ...l/processing/SubmissionProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ublic/InstitutionSearchProtocolSpec.scala → ...ublic/InstitutionSearchProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...dation/ValidationResultProtocolSpec.scala → ...dation/ValidationResultProtocolSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.