https://github.com/ga4gh/dockstore
Raw File
Tip revision: a162794abf33d4b38a34488dd19eb075fb36dc33 authored by Andrew Duncan on 11 March 2019, 12:57:13 UTC
[maven-release-plugin] prepare release 1.6.0-beta.2
Tip revision: a162794
.gitignore
*.iml
.idea
*.class
*.swp

# Contains SQL statements to initialize testing DB with a confidential user and tokens
# Contains SQL statements to initialize testing DB with a confidential user, assuming they followed the dockstore setup tutorial
*.sql

*.gradle
gradle.properties
AndroidManifest.xml

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

# vscode
.vscode

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
dependency-reduced-pom.xml
hello-world.yml
dockstore-webservice/target/
dockstore-client/target/
swagger-java-client/target/
swagger-java-quay-client/target/
swagger-java-sam-client/target/
swagger-java-bitbucket-client/target/
dockstore-event-consumer/target/
dockstore-webservice/nbactions.xml
dockstore-common/target/
dockstore-file-plugin-parent/target/
dockstore-integration-testing/target/
dockstore-integration-testing/cromwell-executions/
dockstore-integration-testing/cromwell-input/
dockstore-integration-testing/datastore/
reports/target/

# confidential testing files
# The dockstore CLI config file for testing confidential data
dockstore-integration-testing/src/test/resources/config_file.txt
dockstore-integration-testing/src/test/resources/config_file2.txt
dockstore-webservice/src/main/resources/migrations.test.confidential1.xml
dockstore-webservice/src/main/resources/migrations.test.confidential2.xml
dockstore-webservice/src/main/resources/migrations.test.confidential1_1.5.0.xml
dockstore-webservice/src/main/resources/migrations.test.confidential2_1.5.0.xml

# The dockstore.yml file for running the confidential tests
dockstore-integration-testing/src/test/resources/dockstoreTest.yml

# The tarball of the above three confidential files
dockstore-integration-testing/src/test/resources/secrets.tar
dockstore-client/Cromwell.stderr.txt
dockstore-client/Cromwell.stdout.txt
dockstore-client/datastore
dockstore-client/cromwell-executions
back to top