Commit Graph

108 Commits

Author SHA1 Message Date
Robert von Burg 655aef584d [Project] updated git location of strolch-wc-* components 2021-03-03 09:43:58 +01:00
Robert von Burg 872f3244ef [Major] Removed ComponentContainer from Command constructor 2021-02-22 16:00:02 +01:00
Robert von Burg 86794367eb [Minor] replaced deprecated call with new call 2020-08-18 16:39:56 +02:00
Robert von Burg c68c509450 [Minor] Added example model with test 2020-04-03 14:30:14 +02:00
Robert von Burg 46c3ff21a6 [Project] update PLC doc to mention adding Rest API classes 2020-04-01 16:14:02 +02:00
Robert von Burg 8359a64a70 [Project] Updating documentation to strolch plc 2020-04-01 11:44:44 +02:00
Robert von Burg 225ee28bae [Project] Updating documentation to strolch plc 2020-04-01 11:34:12 +02:00
Robert von Burg 40fb2fdbc8 [Project] Updating documentation to strolch plc 2020-03-30 22:43:32 +02:00
Robert von Burg 049d68fd37 [Project] Added initial PLC documentation 2020-03-30 18:15:35 +02:00
Robert von Burg 6785c54cd5 [Project] Adding to PLC docu 2020-03-24 16:28:31 +01:00
Robert von Burg 888e104c80 [Project] WIP PLC documentation 2020-03-22 14:21:54 +01:00
Robert von Burg 1bda9df450 [WIP] Implementing Planning refactoring 2020-02-17 14:22:32 +01:00
Robert von Burg fa389d7072 [Project] Updated .gitignore files 2020-01-08 09:18:37 +01:00
Robert von Burg 93ba7efe7c [Major] Added new TextParameter type. Used for multiline strings 2019-11-20 22:15:56 +01:00
Robert von Burg 1ca7a7fc68 [Project] Updated README.md and website for building new projects 2019-11-07 09:13:30 +01:00
Robert von Burg e245cd23a8 [Major] Added UpdatedBy to Version 2019-05-09 16:58:40 +02:00
Robert von Burg 78c96d4351 [Fix] Fixed parsing and formatting of Locale 2019-04-10 16:44:52 +02:00
Robert von Burg d7f090ed9e [Project] Changed index page for the website 2018-10-25 10:13:22 +02:00
Robert von Burg b6819c4b47 [Major] Removed serializable and reformatted all code 2018-10-05 09:17:13 +02:00
Robert von Burg 901af241ac [Project] document the Hidden and Index fields for joins in GenericReport 2018-08-29 17:39:30 +02:00
Robert von Burg 10ffa01dc9 [Fix] Fixed StrolchModel.xsd for activities 2018-07-30 15:09:18 +02:00
Robert von Burg 1a6cf58b61 [Project] writing privilege documentation 2018-07-10 17:11:19 +02:00
Robert von Burg c9d1dce065 [Project] extended TX documentation 2018-07-03 08:13:55 +02:00
Robert von Burg 7f3f0b83c7 [New] add blog entry about reports 2018-06-30 20:45:43 +02:00
Robert von Burg d7f1421383 [New] add documentation for reports 2018-06-30 20:41:36 +02:00
Robert von Burg 352220702f [Minor] add documentation about custom search expression on website 2018-06-29 13:59:27 +02:00
Robert von Burg dbbe581b54 [Project] Updated Strolch XSD 2018-06-26 18:10:20 +02:00
Robert von Burg fd50661406 [Project] fixing deploy to maven central 2018-06-25 13:49:49 +02:00
Robert von Burg e7de771fb8 [Project] Updated strolch documentation 2018-06-25 11:42:26 +02:00
Robert von Burg 5062fc347f [New] Added strolch searches documentation and blog entry 2018-06-23 17:20:41 +02:00
Robert von Burg 2426daf9fa [WIP] Documenting Searches on webseite 2018-06-22 21:18:36 +02:00
Robert von Burg f51d5ae81f [Major] Update website tutorial to not use queries 2018-06-22 18:15:11 +02:00
Robert von Burg 7769490cc3 [Project] point to latest downloads 2018-02-27 19:03:29 +01:00
Robert von Burg 327e4411da [Project] fixes to tutorial 2018-02-27 19:00:13 +01:00
Robert von Burg 5618e0e893 [Project] Removed mention of transactional from website 2018-02-27 18:47:12 +01:00
Robert von Burg a27e9a2999 [Project] Set new snapshot version 1.6.0-SNAPSHOT 2017-08-24 14:11:29 +02:00
Robert von Burg 8ef9e3ac92 [Project] Added CRUD Book tutorial part 2017-06-01 12:42:08 +02:00
Robert von Burg eecabe7a7f [Project] Extending bookshop tutorial 2017-05-21 21:47:49 +02:00
Robert von Burg da1afe7d69 [New] Adding a bookshop tutorial to website 2017-05-21 14:06:31 +02:00
Robert von Burg 27964e47a5 [Minor] Added optional fields of TimedStates to XSD 2017-03-24 16:01:35 +01:00
Robert von Burg 0661c675e4 [Project] Added new blog entry 2017-03-21 09:04:25 +01:00
Robert von Burg 813361bd1e [Project] Skipping deployment of demo/test apps to Central 2017-01-18 10:05:26 +01:00
Robert von Burg 905db8c297 [Project] Set new version 1.5.0-SNAPSHOT 2016-11-03 12:07:38 +01:00
Robert von Burg 89830c0412 [Minor] resource id and type are optional in model schema 2016-10-06 08:17:26 +02:00
Robert von Burg f023f682a8 [Major] Implemented State Model on Activity/Actions
We have three major blocks:
- In Execution Warning:
  - STOPPED
  - WARNING
  - ERROR
- in execution:
  - above including EXECUTION and EXECUTED
- in planning:
  - PLANNING and PLANNED
- CREATED
- CLOSED

EXECUTION is used if any action is EXECUTED and a prior state exists
PLANNING is used if any action is PLANNED and PLANNING or CREATED 
  state exists
CLOSED is only used if everything is CLOSED, otherwise one of the
previous states is used
2016-09-30 16:28:35 +02:00
Robert von Burg 3385694563 [Project] StrolchModel-1.4.xsd: added required for attributes 2016-09-28 15:15:18 +02:00
Robert von Burg 06f0411f46 [Project] added missing TimeOrdering 2016-09-28 15:03:02 +02:00
Robert von Burg c4748403d8 [Major] Versionized Namespace to 1.4 2016-09-23 11:09:39 +02:00
Robert von Burg d74807cffa [Major] Versionized Namespace to 1.4 2016-09-23 11:06:12 +02:00
Robert von Burg d413794213 [Major] Added Activity.TimeOrdering and updated Model XSD 2016-09-23 10:53:37 +02:00