-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'integration' into bugfix/groupByCounts
- Loading branch information
Showing
720 changed files
with
15,745 additions
and
8,339 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
# In order to ensure the query microservices are consistent with the wildfly webservice, we need | ||
# to ensure that changes made to QueryExecutorBean match QueryManagementService, and changes made | ||
# to LookupUUIDUtil match LookupService in the Query Service. | ||
QueryExecutorBean.java @jwomeara | ||
LookupUUIDUtil.java @jwomeara | ||
RunningQuery.java @jwomeara |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,3 +61,24 @@ | |
[submodule "microservices/microservice-service-parent"] | ||
path = microservices/microservice-service-parent | ||
url = [email protected]:NationalSecurityAgency/datawave-service-parent.git | ||
[submodule "contrib/datawave-utils"] | ||
path = contrib/datawave-utils | ||
url = [email protected]:NationalSecurityAgency/datawave-utils.git | ||
[submodule "microservices/starters/query"] | ||
path = microservices/starters/query | ||
url = [email protected]:NationalSecurityAgency/datawave-spring-boot-starter-query.git | ||
[submodule "microservices/services/query"] | ||
path = microservices/services/query | ||
url = [email protected]:NationalSecurityAgency/datawave-query-service.git | ||
[submodule "microservices/services/query-executor"] | ||
path = microservices/services/query-executor | ||
url = [email protected]:NationalSecurityAgency/datawave-query-executor-service.git | ||
[submodule "microservices/services/modification"] | ||
path = microservices/services/modification | ||
url = [email protected]:NationalSecurityAgency/datawave-modification-service.git | ||
[submodule "microservices/services/mapreduce-query"] | ||
path = microservices/services/mapreduce-query | ||
url = [email protected]:NationalSecurityAgency/datawave-mapreduce-query-service.git | ||
[submodule "microservices/starters/cached-results"] | ||
path = microservices/starters/cached-results | ||
url = [email protected]:NationalSecurityAgency/datawave-spring-boot-starter-cached-results.git |
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
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 |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
!docker | ||
!docker/** | ||
|
||
docker/target/** | ||
docker/target/** |
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.