aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #16 from drivergroup/hao/PDS-959ilovehao2017-05-091-1/+6
| |\ | | | | | | Fix the release version bump for snapshot version
| | * Fix the release version bump for snapshot versionHao Huang2017-05-091-1/+6
| | |
* | | Increased timeout after scalafmt chmod, hope it will make builds more stablevlad2017-05-171-1/+1
|/ /
* / Upgrade scala to latest patch levelJakob Odersky2017-05-091-1/+1
|/
* Remove the next version in sbt-releaseHao Huang2017-05-031-6/+21
|
* Refactor the sbt release behavior for servicesHao Huang2017-05-031-54/+79
|
* Giving enough time for chmod ;)vlad2017-05-021-0/+1
|
* Generating scalastyle-config.xml before running scalastyle ;)vlad2017-05-011-9/+12
|
* Trying to fix scalafmt commandvlad2017-05-011-1/+2
|
* Trying to fix scalafmt commandvlad2017-05-011-1/+1
|
* Generating scalafmtvlad2017-05-011-2/+12
|
* Trying to use scalafmt from resources againvlad2017-05-012-3/+3
|
* Trying to install scalafmt via coursiervlad2017-05-011-2/+4
|
* Expecting scalafmt in $PATH, not in the project foldervlad2017-05-011-1/+1
|
* Trying to make scalafmt dependent on scalafmt.conf generationvlad2017-05-011-6/+8
|
* Fixing version.sbt generation for git-versioned projects + Starting to rely ↵vlad2017-05-012-23/+16
| | | | on locally installed scalafmt binary
* Correct scalafmt command line callvlad2017-04-281-1/+1
|
* Changing Docker user to rootvlad2017-04-281-0/+2
|
* Updating deployment to a standard Docker java:8 imagevlad2017-04-281-4/+4
|
* Fixing JVM truststore pathvlad2017-04-281-1/+1
|
* Trying to add truststore import as part of the run script using sbt-docker ↵vlad2017-04-271-3/+3
| | | | `bashScriptExtraDefines`
* Updating truststore config and getting rid of the variables.shvlad2017-04-271-25/+7
|
* Using scalafmt from the projectvlad2017-04-271-1/+1
|
* Changing execution order for scalastyleSettingsvlad2017-04-271-2/+3
|
* Trying resourceGenerators in Compilevlad2017-04-271-2/+2
|
* Renaming source .scalafmt.conf to scalafmt.confvlad2017-04-272-1/+1
|
* Generating scalafmt files in different generatorsvlad2017-04-271-7/+6
|
* Removing / in resource pathsvlad2017-04-271-3/+3
|
* Using sbt file IOvlad2017-04-271-11/+6
|
* Slashes before all the resource file pathsvlad2017-04-271-2/+2
|
* Slash before the resource file pathvlad2017-04-271-1/+1
|
* Optimizing resources bytestreamsvlad2017-04-261-3/+5
|
* Bytewise copying for scalastyle-config.xmlvlad2017-04-261-1/+1
|
* Relaxing Wartremover to a practical levelvlad2017-04-261-1/+2
|
* Making Wartremover less yellingvlad2017-04-261-2/+2
|
* Correct place for scalafmtTest definitionvlad2017-04-261-3/+3
|
* Correct definition for scalafmtTestvlad2017-04-261-2/+2
|
* Generating files from resources and actually making new scalafmt workvlad2017-04-264-157/+170
|
* Fixing default gCloudProject for Docker publicationvlad2017-04-261-2/+2
|
* Making Driver service releases using version.sbtvlad2017-04-261-2/+1
|
* Library and Service configurations, Plugins updatesvlad2017-04-251-57/+100
|
* More method parametersvlad2017-03-211-1/+1
|
* Merge remote-tracking branch 'origin/master'vlad2017-03-121-1/+1
|\
| * Add `then` to trustStoreConfiguration commandzachdriver2017-03-101-1/+1
| |
* | Correct company namevlad2017-03-121-1/+1
|/
* Change in keytool commandvlad2017-03-101-2/+5
|
* Add keystore generation to dockerAdam Savitzky2017-03-091-1/+8
| | | | In order to call other services that use SSL certs generated by our internal self-signed CA, we will need to convert the ca certificate that dr attaches to the container to a jvm trust store. This change adds a command to the container that executes before it starts, and builds the trust store from the ca certificate.
* change the assembly strategy for org.slf4j.impl.StaticLoggerBinder in logbackHao Huang2017-03-081-1/+1
|
* Increase methods in classvlad2017-03-051-1/+1
|
* Custom commands parametrizationvlad2017-03-021-2/+2
|