https://github.com/ga4gh/dockstore
Raw File
Tip revision: 0c14e82c4a2305ef1b90f9c585aa4c48f728dbd7 authored by Denis Yuen on 09 July 2018, 19:43:29 UTC
[maven-release-plugin] prepare release 1.4.5
Tip revision: 0c14e82
.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

# 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/
dockstore-event-consumer/target/
dockstore-webservice/nbactions.xml
dockstore-common/target/
dockstore-event-consumer/target/
dockstore-file-plugin-parent/target/
dockstore-integration-testing/target/
dockstore-integration-testing/cromwell-executions/
dockstore-integration-testing/cromwell-input/
dockstore-integration-testing/datastore/

# 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

# 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