Skip to content

Commit

Permalink
Merge branch 'integration' into bugfix/groupByCounts
Browse files Browse the repository at this point in the history
  • Loading branch information
lbschanno authored Jun 3, 2024
2 parents 866ce4d + 454bb9a commit fe8074c
Show file tree
Hide file tree
Showing 720 changed files with 15,745 additions and 8,339 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,3 @@ jobs:
# docker tag ${IMAGE_NAME}:${TAG} ${REMOTE_IMAGE_NAME}:${TAG}
# docker images
# docker push ${REMOTE_IMAGE_NAME}:${TAG}

21 changes: 21 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 16 additions & 0 deletions .mvn/maven-build-cache-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,22 @@
<goal>install</goal>
</goals>
</goalsList>
<goalsList artifactId="docker-maven-plugin">
<goals>
<goal>build</goal>
<goal>push</goal>
</goals>
</goalsList>
<goalsList artifactId="maven-resources-plugin">
<goals>
<goal>copy-resources</goal>
</goals>
</goalsList>
<goalsList artifactId="spring-boot-maven-plugin">
<goals>
<goal>repackage</goal>
</goals>
</goalsList>
</goalsLists>
</runAlways>
<reconcile logAllProperties="true">
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@ mvn -Pdocker,dist -DskipMicroservices clean install -T 1C
git submodule deinit --all
```

### DataWave Microservices

For more information about deploying the datawave quickstart and microservices, check out the [Docker Readme](docker/README.md#usage)

[li]: http://img.shields.io/badge/license-ASL-blue.svg
[ll]: https://www.apache.org/licenses/LICENSE-2.0
13 changes: 7 additions & 6 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="severity" value="info"/>
<property name="basedir" value="${basedir}"/>
<module name="TreeWalker">
<!--check that only Accumulo 1.9 public APIs are imported-->
<module name="RegexpSinglelineJava">
<!-- <property name="format" value="import\s+org\.apache\.accumulo\.(.*\.(impl|thrift|crypto)\..*|(?!core|minicluster|testing).*|core\.(?!client|conf|data|security|spi|iterators).*)"/>-->
<property name="format" value="import\s+org\.apache\.accumulo\.(?!(core\.(client|data|iterators|security)|minicluster|hadoop)\.).*" />
<property name="ignoreComments" value="true" />
<property name="message" value="Accumulo non-public classes imported" />
<!--check that only Accumulo 2.1.x public APIs are imported-->
<module name="ImportControl">
<!--Allows per-package enforcement for importing Accumulo 2.1.x public APIs -->
<property name="file" value="${basedir}/import-control-accumulo.xml"/>
<property name="severity" value="warning"/>
</module>
</module>
</module>
2 changes: 1 addition & 1 deletion common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nsa.datawave</groupId>
<artifactId>datawave-parent</artifactId>
<version>6.13.0-SNAPSHOT</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>datawave-common-test</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion contrib/datawave-quickstart/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
!docker
!docker/**

docker/target/**
docker/target/**
1 change: 1 addition & 0 deletions contrib/datawave-quickstart/bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ BIN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

source "${BIN_DIR}/logging.sh"
source "${BIN_DIR}/query.sh"
source "${BIN_DIR}/modification.sh"

# Upon uninstall, tarballs will be preserved in place by default.
# To remove them, use DW_UNINSTALL_RM_BINARIES_FLAG_*
Expand Down
Loading

0 comments on commit fe8074c

Please sign in to comment.