Commit graph

635 commits

Author SHA1 Message Date
Eric Lippmann
d53be3fb16 Raise PHP dep to version 5.4+ 2018-08-01 09:36:52 +02:00
Eric Lippmann
42a7a54e06
Merge pull request #181 from Icinga/bugfix/travis-tests-php-5-6
Update travis CI tests to >= PHP 5.6
2018-08-01 09:17:49 +02:00
Michael Friedrich
91adfc186c Update travis CI tests to >= PHP 5.6
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2018-08-01 08:46:51 +02:00
Eric Lippmann
0f5102da27
Merge pull request #177 from Icinga/feature/edit-business-process-node-162
Update nodes in the GUI
2018-07-31 13:33:59 +02:00
Eric Lippmann
99a66a4b4b Remove node before recreating it upon edit
Else you may run into errors that objects have been defined twice.
2018-07-31 12:59:49 +02:00
Eric Lippmann
f4a3fcc81b Close action form after successful submission 2018-07-31 12:50:25 +02:00
Jennifer Mourek
9cfe95df60 Remove option 'DEG' 2018-07-31 12:50:25 +02:00
Jennifer Mourek
d9808ae9b7 Remove comment and fix codestyle 2018-07-31 12:50:25 +02:00
Jennifer Mourek
c1cb7612c0 Add preselection when editing 2018-07-31 12:50:25 +02:00
Jennifer Mourek
87b1d961bc Add functionality to edit node 2018-07-31 12:50:25 +02:00
Eric Lippmann
024d537272
Merge pull request #169 from Icinga/fix/minimum-worst-state
BpNode: Use worst state in minimum state calculation
2018-07-02 17:24:18 +02:00
Eric Lippmann
28bed2859b
Merge pull request #152 from Icinga/bugfix/cannot-remove-a-node-132
Make node removal working as expected
2018-07-02 17:23:32 +02:00
Eric Lippmann
1c76e7a152
Merge pull request #139 from Icinga/missing-counters
BpNode: Count missing nodes in getStateSummary
2018-07-02 17:22:35 +02:00
Eric Lippmann
c741d52a89
Merge pull request #155 from Icinga/bugfix/tile-view-info-url
Show the info URL also in the tile view
2018-07-02 17:20:54 +02:00
Eric Lippmann
14211fc3f7
Merge pull request #176 from Icinga/feature/update-styles
Feature/update styles
2018-07-02 17:19:15 +02:00
Eric Lippmann
ee42d948a8
Merge pull request #178 from Icinga/bugfix/position-of-icons-and-badges-in-tree-view-111
Remove top margins on icons in tree view
2018-07-02 17:05:53 +02:00
Eric Lippmann
280e0c4459
Merge pull request #179 from Icinga/bugfix/invalid-operator-deg-159
AddNodeForm: Remove option 'DEG'
2018-07-02 17:05:03 +02:00
Jennifer Mourek
460670c769 AddNodeForm: Remove option 'DEG'
refs #159
2018-07-02 12:48:21 +02:00
Jennifer Mourek
2bc2ae2e26 Remove top margins on icons in tree view
refs #111
2018-07-02 10:15:01 +02:00
Jennifer Mourek
ae1dd8a2a4 Fix badges background in tree view 2018-06-29 09:21:51 +02:00
Jennifer Mourek
3a71cb6c34 Change border radius of outer badge container 2018-06-28 15:55:50 +02:00
Jennifer Mourek
f7c30d0da3 Adapt badge background 2018-06-28 13:57:59 +02:00
Jennifer Mourek
fffdffbe63 Remove badge container, when there is no conent 2018-06-28 13:37:46 +02:00
Jennifer Mourek
b9102b21e9 Calculate text-shadow to reduce the colour noise 2018-06-26 16:54:19 +02:00
Jennifer Mourek
862bd40d8b Fix badge position and icon opacity 2018-06-26 16:15:00 +02:00
Jennifer Mourek
5391dff635 Change info URL icon 2018-06-26 16:11:29 +02:00
Jennifer Mourek
6ecc485e2e Fix line break 2018-06-26 14:48:13 +02:00
Jennifer Mourek
c5ec84fbc1 Redo positioning in tiles 2018-06-26 14:24:55 +02:00
Eric Lippmann
887bbd97f3
Merge pull request #173 from Icinga/feature/make-ui-lock-intuitive
Change lock text and make action-bar icons bigger
2018-06-26 13:35:19 +02:00
Jennifer Mourek
133a449956 Make the tiles more readable and improve less-style 2018-06-26 13:28:57 +02:00
Eric Lippmann
2fd3011978
Merge pull request #157 from Icinga/bugfix/new-node-self-reference-149
Prevent circular node references
2018-06-26 10:54:53 +02:00
Eric Lippmann
ab643314fe
Merge pull request #153 from Icinga/feature/unlock-required-150
Lock processes more user-friendly
2018-06-26 10:09:30 +02:00
Jennifer Mourek
db4fe2bb7e
Merge pull request #174 from Icinga/fix-typo-in-translation
fix translation syntax "NIcht" -> "Nicht"
2018-06-26 09:28:03 +02:00
Max Stephan
1db47e6cc3 fix translation syntax "NIcht" -> "Nicht" 2018-06-26 09:26:26 +02:00
Jennifer Mourek
af6c0593a2 Change lock text and make action-bar icons bigger
Many users were confused by the lock/unlock functionality, this should make it a bit more clear.
2018-06-26 08:55:23 +02:00
Jennifer Mourek
d722f969b0 Fix not being able to add the first node 2018-06-25 16:56:26 +02:00
Alexander A. Klimov
1bc4b377ea Prevent circular node references
refs #149
2018-06-25 16:42:00 +02:00
Jennifer Mourek
bf6aef68b7 Move style 2018-06-25 15:37:04 +02:00
Jennifer Mourek
a544f25551 Remove help from node detail view 2018-06-25 15:31:34 +02:00
Markus Frosch
fae50360f5 MinOperatorTest: Update tests for fixed comparsion
refs #167
2018-03-20 16:59:18 +01:00
Markus Frosch
9120449acb BpNode: Use worst state in minimum state calculation
Ensure we use the worst state within a minimum condition, previously we
did use the Xth best.

refs #167
2018-03-20 16:59:13 +01:00
Markus Frosch
e5f7e30472 Remove old icingaexchange.yml 2018-03-20 15:31:28 +01:00
Markus Frosch
3190c0ea2d
Merge pull request #168 from Icinga/testing
Update testing similar to director
2018-03-20 15:28:45 +01:00
Markus Frosch
3665445898 Update testing similar to director 2018-03-20 15:19:57 +01:00
Alexander A. Klimov
e4e651cbe8 Make node removal working as expected
refs #132
2017-12-04 14:14:06 +01:00
Alexander A. Klimov
aac6ebb679 Lock processes more user-friendly
refs #150
2017-12-04 14:13:48 +01:00
Alexander A. Klimov
89347648e1 Show the info URL also in the tile view 2017-12-04 14:13:28 +01:00
Alexander A. Klimov
00e2f1886a Merge branch 'bugfix/php-53-tests' 2017-12-04 14:08:38 +01:00
Alexander A. Klimov
d747ea91da Make unit tests working with PHP 5.3 2017-12-04 13:55:37 +01:00
gitmirko
1b7033c654 fixed 'NOT' string in documentation 2017-10-26 12:34:12 +02:00