Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg bd4291b483 [Major] Moved privilege management into separate services
- instead of just calling the methods from the REST API, now we call
services
- this allows auditing who changes which privileges
2015-04-05 01:11:54 +02:00
ch.eitchnet.parent@130c8db4e9 [Project] updated submodule commits 2015-03-02 20:32:00 +01:00
ch.eitchnet.privilege@4c6434f475 [Major] Moved privilege management into separate services 2015-04-05 01:11:54 +02:00
ch.eitchnet.utils@6338690ad2 [Minor] Updated ch.eitchnet.utils submodule 2015-04-02 20:27:10 +02:00
ch.eitchnet.xmlpers@2371cd7853 [Project] fixed setVersion.sh to properly versionize eitchnet projects 2015-03-05 22:43:31 +01:00
li.strolch.agent [Major] Moved privilege management into separate services 2015-04-05 01:11:54 +02:00
li.strolch.bom [Project] Bumped version from 1.2.0-SNAPSHOT to 1.1.0-SNAPSHOT 2015-03-02 14:29:34 +01:00
li.strolch.dev [Project] refactored setVersion.sh script 2015-03-06 11:54:00 +01:00
li.strolch.model [New] Added limit and sorting to Audit query incl. REST API 2015-04-04 18:29:33 +02:00
li.strolch.parent [Project] Bumped version from 1.2.0-SNAPSHOT to 1.1.0-SNAPSHOT 2015-03-02 14:29:34 +01:00
li.strolch.persistence.postgresql [New] Added limit and sorting to Audit query incl. REST API 2015-04-04 18:29:33 +02:00
li.strolch.persistence.xml [Minor] added missing PrivilegePolicies: 2015-03-12 18:05:46 +01:00
li.strolch.rest [Major] Moved privilege management into separate services 2015-04-05 01:11:54 +02:00
li.strolch.service [Major] Moved privilege management into separate services 2015-04-05 01:11:54 +02:00
li.strolch.testbase [Project] Bumped version from 1.2.0-SNAPSHOT to 1.1.0-SNAPSHOT 2015-03-02 14:29:34 +01:00
li.strolch.tutorialapp [Minor] added missing PrivilegePolicies: 2015-03-12 18:05:46 +01:00
li.strolch.tutorialwebapp [Minor] added missing PrivilegePolicies: 2015-03-12 18:05:46 +01:00
li.strolch.website Added a Strolch 1.0.0 blog entry. 2015-03-31 22:12:18 +02:00
.gitignore [Project] ignoring .idea 2014-09-20 14:41:52 +02:00
.gitmodules modules 2014-09-19 22:54:01 +02:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
README.md Update README.md 2014-10-16 13:04:48 +02:00
pom.xml [Project] Bumped version from 1.2.0-SNAPSHOT to 1.1.0-SNAPSHOT 2015-03-02 14:29:34 +01:00

README.md

Strolch

The main repository which contains all of Strolch.

Strolch consists of the following modules:

  • li.strolch.agent
  • li.strolch.model
  • li.strolch.persistence.postgresql
  • li.strolch.persistence.xml
  • li.strolch.rest
  • li.strolch.service

With the following test applications:

  • li.strolch.tutorialapp
  • li.strolch.tutorialwebapp

And of course the website itself:

  • li.strolch.website

And the following subdirectories contain projects to help keep everything together:

  • li.strolch.dev
  • li.strolch.parent
  • li.strolch.testbase

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

Build status

Build Status ch.eitchnet.parent

Build Status ch.eitchnet.privilege

Build Status ch.eitchnet.utils

Build Status ch.eitchnet.xmlpers

Build Status li.strolch.model

Build Status li.strolch.agent

Build Status li.strolch.bom

Build Status li.strolch.dev

Build Status li.strolch.parent

Build Status li.strolch.persistence.postgresql

Build Status li.strolch.persistence.xml

Build Status li.strolch.rest

Build Status li.strolch.service

Build Status li.strolch.testbase

Build Status li.strolch.tutorialapp

Build Status li.strolch.tutorialwebapp

Build Status li.strolch.website