reporter/.gitignore
Pavel Popov 62daf24c22
BJ-178: Reporter init (#5)
* BJ-178: Add provision of services act

* BJ-178: Remove unused row

* BJ-178: Fixes

* BJ-178: Yet another fixes

* BJ-178: Rewrite sum section

* BJ-178: Remove number of order row

* BJ-178: Add review fixes

* Init commit

* BJ-178: Remove S3 service, add accounting model

* Add scheduler, party representation and other

* BJ-178: Fix tests

* BJ-178: Some changes

* BJ-178: Add jenkins

* BJ-178: Add default server port

* BJ-178: Add database

* BJ-178: Some features

* BJ-178: Fix datasource dep

* BJ-178: Add report dao test

* BJ-178: Add mockstorage

* BJ-178: Add scheduler v 0.00001

* BJ-178: Fix report type filter

* BJ-178: Fix damsel

* BJ-178: All your codebase are belong to us

* BJ-178: Add file storage

* BJ-178: This really should not take 19 minutes to build.

* updated gitignore

* BJ-178: Add payment registry code, jdbc template

* BJ-178: Add simple scheduler

* MST-108: added fundsPaidOut and fundsRefunded (#6)

* MST-108: added fundsPaidOut and fundsRefunded

* MST-108: Add values to report template

* MST-108: Some fixes

* MST_108: Add new rule in mockito

* Enable path style access

* BJ-178: Change protocol to http

* Ceph demo container integration

* Some fixes

* Add log message wait strategy

* Change log level on tests

* Add more tests

* Increase timeout on start ceph

* Ceph cant get in timeout!

* Fix properties by default

* Fix pathstyle again

* Change host after generate url

* Merge URL with urlEndpoint

* Review fixes

* Release version, bump spring boot version

* Fix test
2017-11-02 17:59:48 +03:00

87 lines
1.5 KiB
Plaintext

# Created by .ignore support plugin (hsz.mobi)
### Maven template
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
.idea/
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
# Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# Gradle:
.idea/gradle.xml
.idea/libraries
# Mongo Explorer plugin:
.idea/mongoSettings.xml
## File-based project format:
*.iws
*.ipr
*.iml
## Plugin-specific files:
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
### Java template
*.class
# 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*
env.list
# OSX
*.DS_Store
.AppleDouble
.LSOverride
# Excel
~$*
# Test containers
.testcontainers*