Commit graph

11 commits

Author SHA1 Message Date
9f021f0266
Switch to Release drafter for creating Github release notes (#490)
* .github: switch back to release-drafter

* .github.release-drafter: fix typo
2020-06-27 19:46:47 +01:00
c793d833ae
Fix release-deploy (#470) 2020-06-21 17:06:57 +01:00
f1429ec341
Remove deploy to sonatype completly (#469)
Only deploys as a release on Github.
2020-06-21 16:44:02 +01:00
63db53fb6f
Disable deploy to sonatype step (#468)
Disable deploy to nexus until completed conversion to Java due to missing javadoc jars with scala modules
2020-06-21 10:30:57 +01:00
7185e3e4e6
Use automatic-releases github action (#466)
* maven-build creates dev-build release

* Delete release-drafter.yml

* Delete release-drafter.yml

* sonatype-deploy creates release for v* tags
2020-06-21 08:56:49 +01:00
3439a627e4
sonatype-deploy include graphviz (#465)
* sonatype-deploy include graphviz

* Change name for sonatype-deploy

* rename maven-build

* rename sonatype-deploy
2020-06-21 08:25:52 +01:00
87bf0f6225
Trigger sonatype-deploy when release is published (#464) 2020-06-21 08:08:04 +01:00
823f50d75c
Add release drafter configuration (#462)
* Add release drafter configuration

* Add release drafter workflow
2020-06-21 07:09:12 +01:00
baea18f3f3
Java rewrite - step 1 - build with Maven (#431)
* Add root and parent pom.xml files

* parent: add scala-maven-plugin to pluginManagement

* fix packaging

* domain: add module

* parent,domain: add dependencies

* maven: add filesystem module

* parent: disable coverage and pitest

* domain: move classes from test to main as they are used in filesystem

* config: add module

* console: add module

* Add reactor-graph

* fix typo

* uishell: add module

* Restore explicit dependencies

Don’t depend upon transitive dependencies if we want to be able to restructure module dependencies.

* storage: add module

* lib: add module

Included adding a Resource case class in filesystem to replace one generated by a scala plugin

* storage-aws: add module

* cli: add module

* app: add module

* app: make jar runnable

* Updated build instructions in README

* Convert readme to markdown

* Add reactor graph to readme

* Switch Guthub Actions to using Maven to build
2020-06-11 21:33:28 +01:00
9343123f56
Run Github Actions on pull requests (#424) 2020-06-08 02:06:38 +01:00
64a01dea0c
Add GitHub Action 2019-08-28 07:16:42 +01:00