aboutsummaryrefslogtreecommitdiff
path: root/project
Commit message (Collapse)AuthorAgeFilesLines
* Enable the Migration Manager Plugin to check for ABI changesJakob Odersky2018-10-122-1/+30
|
* Upgrade sbt build configurationJakob Odersky2018-10-092-2/+2
|
* Upgrade sbt-settings to major version 2 (#201)Jakob Odersky2018-08-242-4/+2
| | | | | | | | | | | | | | | | This will affect development workflow: instead of running `sbt release` to tag and publish a new version, the release process is now as follows: 1. Create a git tag on a revision that should be published. The tag must be in the format `v[0-9].*` 2. Push the tag to GitHub `git push --tags` 3. CI will build that tag and publish the resulting binary to our artifactory Since the new sbt settings do not enable advanced or risky language features globally anymore (such as higher kinds, reflective calls and implicit conversions), the other changes in this PR either import language features locally or refactor the code to avoid using them entirely.
* Add message bus and topic abstractions (#181)v1.12.0Jakob Odersky2018-07-311-1/+1
|
* Full upgrade of build and library dependenciesJakob Odersky2018-06-052-2/+2
|
* upgrade scalaz patch versionStewart Stewart2018-02-151-1/+1
|
* Upgrade akka dependency (to fix binary incompatibility problem)v1.7.1Jakob Odersky2018-01-292-2/+2
|
* Remove artifactory credentialsJakob Odersky2017-11-202-3/+2
|
* Upgrade sbt and slickv1.1.0Jakob Odersky2017-09-222-5/+2
|
* Library upgrades and code tweaks to support Scala 2.12v0.15.0Jakob Odersky2017-08-021-1/+1
|
* Bump sbt-settings to 0.7.39v0.13.13Zach Smith2017-06-211-1/+1
|
* Updated README.md and the new sbt-settingsv0.12.4vlad2017-05-031-1/+1
|
* Bump sbt-settings and fix errorsv0.12.3Zach Smith2017-05-011-1/+1
|
* update sbt-settings (for scalaz 2.7.8 with `mapT`)Stewart Stewart2016-12-191-1/+1
|
* use updated scalastyle settingsStewart Stewart2016-11-211-1/+1
|
* Rollback for file path url decode at downloadv0.9.15vlad2016-11-161-1/+1
|
* Rollback for Database standard table creation methodv0.9.14vlad2016-11-091-1/+1
|
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-1/+1
| | | | multiple permissions
* New plugin for good release versionsv0.8.2vlad2016-09-211-1/+1
|
* New plugin for good release versionsvlad2016-09-211-1/+1
|
* Adding some more info to /version and removing build pluginv0.8.1vlad2016-09-211-1/+1
|
* version.sbt-less deployment processv0.8.0vlad2016-09-191-1/+1
|
* Updated to the newer plugin version to get artifact versions with git commit ↵v0.7.0vlad2016-09-151-1/+1
| | | | hash
* Using new sbt-settings plugin version for xyz organizationvlad2016-09-141-1/+1
|
* Using newer stable version of the sbt pluginvlad2016-08-181-2/+1
|
* Usage of the latest sbt plugin versionvlad2016-08-101-1/+1
|
* Usage of the newest sbt plugin versionvlad2016-08-091-1/+2
|
* Usage of the new plugin version with repository credentialsvlad2016-08-091-1/+4
|
* Start using sbt plugin for all settingsvlad2016-08-082-116/+1
|
* Service call implementation with crypto and service discoveryvlad2016-08-011-1/+2
|
* Happy new version released successfully!vlad2016-07-211-4/+3
|
* Plugins configuration for releasesv0.1.0vlad2016-07-212-0/+109
|
* Issue#1 Moving from Build.scala to build.sbtvlad2016-07-201-62/+0
|
* Slick version update to 3.1.1vlad2016-07-191-1/+1
|
* Unit tests for core code and bug fixesvlad2016-07-191-6/+2
|
* Acyclic in commonvlad2016-07-191-2/+8
|
* Scalastyle in compilevlad2016-07-191-1/+6
|
* Auto scalafmt launch in Compilevlad2016-07-181-3/+2
|
* Wart remover brought to corevlad2016-07-183-4/+21
|
* Version root with current build version + Compiler flags for language ↵vlad2016-07-181-1/+3
| | | | features and linting
* Newer Scala version 2.11.8 + Travis.ci configvlad2016-07-171-1/+1
|
* App interruption and formats for Timevlad2016-07-171-11/+11
|
* Initial commit with standard lib, might be used a example of cakevlad2016-07-156-0/+51