Alexander A. Klimov
|
e4e651cbe8
|
Make node removal working as expected
refs #132
|
2017-12-04 14:14:06 +01:00 |
|
Markus Frosch
|
651bb15041
|
ProcessController: Shorten list of missing nodes in UI
|
2017-05-31 14:24:17 +02:00 |
|
Thomas Gelf
|
0d49df0191
|
locale/de_DE: refresh German translation
|
2017-02-20 15:21:56 +01:00 |
|
Thomas Gelf
|
9750e13234
|
BpNode, process/show: error for missing children...
...and unknown as state
fixes #105
|
2017-02-20 14:47:30 +01:00 |
|
Thomas Gelf
|
a9db4f9120
|
ProcessController: superfluous newline
|
2017-02-20 14:17:00 +01:00 |
|
Thomas Gelf
|
c4242f869b
|
ProcessController: do not show edit forms...
...even if requested
refs #107
|
2017-02-08 17:56:38 +01:00 |
|
Thomas Gelf
|
e6722d9024
|
ProcessController: add missing permission checks
refs #107
|
2017-02-08 17:39:22 +01:00 |
|
Thomas Gelf
|
7452a39f82
|
BpConfig/UploadForm: unify common code, enforce...
...prefix(es) according configured restrictions
refs #106
|
2017-02-08 16:08:29 +01:00 |
|
Thomas Gelf
|
09031d38da
|
ProcessCommand: allow to list process nodes
fixes #97
|
2017-01-27 15:26:11 +01:00 |
|
Thomas Gelf
|
5cbd46b6e3
|
Node: return myself in every path
fixes #96
|
2017-01-27 15:01:48 +01:00 |
|
Thomas Gelf
|
0c395cc005
|
DeleteNode: use parent, not path
fixes #94
|
2017-01-27 14:57:57 +01:00 |
|
Thomas Gelf
|
b0e38df177
|
BpUploadForm: stop on duplicate name
fixes #95
|
2017-01-27 14:56:07 +01:00 |
|
Thomas Gelf
|
8be4adfa5d
|
BpUploadForm: remove newline to fix phpcs issue
|
2017-01-27 11:40:52 +01:00 |
|
Thomas Gelf
|
dfd9ee74c3
|
BpUploadForm: completely refactor upload
It's much more comfortable and consists of two steps, upload - and a validation
allowing one to manually tweak the source before storing it.
fixes #8
|
2017-01-27 10:04:59 +01:00 |
|
Thomas Gelf
|
60d043cb18
|
Simulation: refactor the whole class
First step, more to come. Single node simulations should be moved to a
dedicated class of course
fixes #88
fixes #89
|
2017-01-26 22:09:38 +01:00 |
|
Thomas Gelf
|
a0a2a59bcd
|
ProcessController: add help title for leaving...
...full screen mode
|
2017-01-25 10:12:00 +01:00 |
|
Thomas Gelf
|
7a4c9d4f6d
|
RenderedProcessActionBar: help for tree/tile view
fixes #79
|
2017-01-25 10:03:45 +01:00 |
|
Thomas Gelf
|
70e4f20f17
|
locale: improve and complete German translation
|
2017-01-25 09:48:21 +01:00 |
|
Thomas Gelf
|
c221c0becd
|
ProcessController: it's "Business Process"
fixes #85
|
2017-01-25 09:11:25 +01:00 |
|
Thomas Gelf
|
dae799fd1e
|
AddNodeForm: do not store a parent in case...
...there is no such
fixes #83
|
2017-01-23 23:45:52 +01:00 |
|
Thomas Gelf
|
845cb3462d
|
ProcessController: improve config-related tabs...
...and actions
|
2017-01-12 09:18:44 +01:00 |
|
Thomas Gelf
|
3dff6848ec
|
Merge branch 'feature/travis'
|
2017-01-11 23:58:57 +01:00 |
|
Thomas Gelf
|
d87edba377
|
Just a couple of newlines to satisfy latest PSR2
...checks in phpcs
|
2017-01-11 23:56:17 +01:00 |
|
Thomas Gelf
|
5f6b35906d
|
AddNode: fix creating nested nodes
fixes #13883
|
2017-01-11 17:38:19 +01:00 |
|
Thomas Gelf
|
c86c2fe151
|
DeleteNodeForm: fix business impact link
|
2017-01-11 17:33:29 +01:00 |
|
Thomas Gelf
|
643261c9f7
|
NodeController: apply simulations to business...
...impact rendering
|
2017-01-11 17:01:50 +01:00 |
|
Thomas Gelf
|
094fbd6c27
|
BpConfigForm: validate process name
|
2017-01-11 17:01:40 +01:00 |
|
Thomas Gelf
|
22583aa083
|
BpConfig: renamed from BusinessProcess
|
2017-01-11 14:09:30 +01:00 |
|
Thomas Gelf
|
75dc5e0ef6
|
ProcessController: use new LegacyConfigRenderer
|
2017-01-11 13:39:36 +01:00 |
|
Thomas Gelf
|
8f1ce049de
|
MonitoringState: introduce new helper class
Removes logic from BusinessProcess class
|
2017-01-11 09:51:39 +01:00 |
|
Thomas Gelf
|
024618e3a5
|
DeleteNodeForm: adjust impact link
|
2017-01-11 08:35:07 +01:00 |
|
Thomas Gelf
|
b3df39d1b0
|
NodeController: add business impact action
Show all paths to a specific node to visualize it's business impact
fixes #8573
|
2017-01-10 16:49:53 +01:00 |
|
Thomas Gelf
|
26d41a445d
|
views/scripts: remove unified scripts
|
2017-01-08 23:09:22 +01:00 |
|
Thomas Gelf
|
e4043d94a2
|
ProcessController: improve download link
|
2017-01-03 11:43:22 +01:00 |
|
Thomas Gelf
|
7d82bb05bd
|
ProcessCommand: align usage of list methods
|
2017-01-03 11:38:41 +01:00 |
|
Thomas Gelf
|
40de5a2b4d
|
ProcessController: provide edit action
|
2017-01-03 11:38:17 +01:00 |
|
Thomas Gelf
|
141c043b04
|
BpConfigForm: render to main after removal
|
2017-01-03 11:36:43 +01:00 |
|
Thomas Gelf
|
37ed2cd15d
|
ProcessForm: remove child-related code
|
2017-01-03 11:35:43 +01:00 |
|
Thomas Gelf
|
7e11ead8a8
|
ProcessController: unify view scripts for config...
...and diff
|
2017-01-03 11:32:02 +01:00 |
|
Thomas Gelf
|
8bd1e10f95
|
DeleteNode: quite some rework, provide more...
...possibilities, remove "not implemented" exception
|
2017-01-03 11:23:05 +01:00 |
|
Thomas Gelf
|
7b0b550f4f
|
AddNodeForm: waste less space for multiselects
|
2017-01-03 11:17:46 +01:00 |
|
Thomas Gelf
|
898576f63a
|
RenderedProcessActionBar: introduce new class...
...to keep ActionBar more generic
|
2017-01-03 11:12:20 +01:00 |
|
Thomas Gelf
|
4f32818488
|
NodeController: drop it
|
2017-01-03 11:08:38 +01:00 |
|
Thomas Gelf
|
e385a8cab2
|
php-diff: replace vendor lib
|
2017-01-03 11:03:30 +01:00 |
|
Thomas Gelf
|
8516e8749e
|
DeleteNodeForm: add to process, add title
|
2016-12-17 19:22:04 +01:00 |
|
Thomas Gelf
|
cb1d43dcb2
|
AddNodeForm: main title, skip a step when new
|
2016-12-17 19:20:54 +01:00 |
|
Thomas Gelf
|
46b452c014
|
ProcessController: fix lock negation
|
2016-12-17 19:19:19 +01:00 |
|
Thomas Gelf
|
c1802a8f59
|
ProcessController: title, cosmetics
|
2016-12-17 19:15:50 +01:00 |
|
Thomas Gelf
|
93f9a1ac26
|
ProcessController: restructure create & upload
|
2016-12-16 19:44:48 +01:00 |
|
Thomas Gelf
|
20f5902160
|
DeleteNodeForm: provide a new delete action Form
|
2016-12-16 19:33:37 +01:00 |
|