Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg e7cf9bad6d [Fix] Fixed undo logic for general commands
Should a command be undone, then some commands performed an undo,
although they didn't perform their work, this led to an inconsistent
data model. I.e. AddResourceCommand would fail because the resource
already existed and an undo would lead to the existing object being
removed
2016-11-03 13:35:29 +01:00
dev [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00
li.strolch.agent Merged branch release/1.4.0 into develop 2016-11-03 11:51:11 +01:00
li.strolch.bom [Project] Set new snapshot version 1.4.0-SNAPSHOT 2016-09-22 11:33:15 +02:00
li.strolch.model [Major] Implemented ExecutionDuration and fixed deep execution 2016-10-06 20:38:06 +02:00
li.strolch.performancetest [Major] Refactored SystemAction in privileges 2016-09-29 15:54:30 +02:00
li.strolch.persistence.postgresql [Fix] Fixed version when loading from PostgreSQL 2016-09-30 10:12:59 +02:00
li.strolch.persistence.xml [Major] Refactored SystemAction in privileges 2016-09-29 12:26:27 +02:00
li.strolch.planningwebapp [Minor] Code cleanup 2016-10-03 14:00:39 +02:00
li.strolch.privilege [Minor] Fixed tests 2016-09-29 17:04:46 +02:00
li.strolch.rest [Major] Refactored the DurationExecutionTimer to not be singleton 2016-10-11 14:59:52 +02:00
li.strolch.service [Fix] Fixed undo logic for general commands 2016-11-03 13:35:29 +01:00
li.strolch.testbase [Major] Implemented first version of Activity execution 2016-09-23 14:03:42 +02:00
li.strolch.tutorialapp [Major] Refactored SystemAction in privileges 2016-09-29 15:54:30 +02:00
li.strolch.tutorialwebapp [Minor] Code cleanup 2016-10-03 14:00:39 +02:00
li.strolch.utils [New] Rewrote the Paging class to use offset/limit 2016-10-07 11:55:08 +02:00
li.strolch.website [Minor] resource id and type are optional in model schema 2016-10-06 08:17:26 +02:00
li.strolch.xmlpers [Project] Set new snapshot version 1.4.0-SNAPSHOT 2016-09-22 11:33:15 +02:00
strolch_minimal [Major] Fixed starting of all test applications 2016-09-29 16:54:48 +02:00
strolch_minimal_rest [Minor] Code cleanup 2016-10-03 14:00:39 +02:00
.gitignore [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
README.md [Project] Updated project for deployment to Maven Central 2016-09-22 09:37:55 +02:00
createBundle.sh [Minor] Don't fail deploy if directory already exists 2016-07-07 14:35:18 +02:00
deploy.sh [Project] naje deploy.sh executable 2016-11-03 09:27:16 +01:00
hotfix.sh [Project] added release scripts 2016-10-24 10:48:35 +02:00
pom.xml [Minor] Upgrade to Jersey 2.23.2 2016-10-04 15:13:25 +02:00
release.sh [Project] added release scripts 2016-10-24 10:48:35 +02:00
setVersion.sh [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00

README.md

Strolch

Jenkins Build status: Build Status

The main repository which contains all of Strolch.

Strolch consists of the following modules:

  • li.strolch.utils
  • li.strolch.privilege
  • li.strolch.agent
  • li.strolch.model
  • li.strolch.persistence.postgresql
  • li.strolch.persistence.xml
  • li.strolch.rest
  • li.strolch.service
  • li.strolch.testbase

With the following test applications:

  • li.strolch.tutorialapp
  • li.strolch.tutorialwebapp
  • li.strolch.planningwebapp
  • strolch_minimal
  • strolch_minimal_rest

And of course the website itself:

  • li.strolch.website

Find more to Strolch at our website: http://strolch.li