net-mgmt/icingaweb2-module-businessprocess: Update to 2.2.0
This commit is contained in:
parent
d329cac2d8
commit
2ad5aeef27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494699
3 changed files with 40 additions and 26 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
PORTNAME= icingaweb2-module-businessprocess
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.1.0
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.2.0
|
||||
CATEGORIES= net-mgmt www
|
||||
|
||||
MAINTAINER= lme@FreeBSD.org
|
||||
|
@ -12,7 +11,8 @@ COMMENT= Manage Business Processes in Icinga Web 2
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2
|
||||
RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 \
|
||||
icingaweb2-module-ipl>=0.1.1:net-mgmt/icingaweb2-module-ipl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= icinga
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1488965885
|
||||
SHA256 (icinga-icingaweb2-module-businessprocess-v2.1.0_GH0.tar.gz) = 9b9748895cf404b1b040b45f2b2234642a1e4525b0a2137621edaeeff919fdc6
|
||||
SIZE (icinga-icingaweb2-module-businessprocess-v2.1.0_GH0.tar.gz) = 1445977
|
||||
TIMESTAMP = 1551782798
|
||||
SHA256 (icinga-icingaweb2-module-businessprocess-v2.2.0_GH0.tar.gz) = 8de128a88bdc65b65e5f60a3e50e585582deb20c1095fada48a439bccda22852
|
||||
SIZE (icinga-icingaweb2-module-businessprocess-v2.2.0_GH0.tar.gz) = 1728723
|
||||
|
|
|
@ -1,16 +1,21 @@
|
|||
%%WWWDIR%%/.github/ISSUE_TEMPLATE.md
|
||||
%%WWWDIR%%/.gitlab-ci.yml
|
||||
%%WWWDIR%%/.travis.yml
|
||||
%%WWWDIR%%/LICENSE
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/application/clicommands/CheckCommand.php
|
||||
%%WWWDIR%%/application/clicommands/ProcessCommand.php
|
||||
%%WWWDIR%%/application/controllers/HostController.php
|
||||
%%WWWDIR%%/application/controllers/IndexController.php
|
||||
%%WWWDIR%%/application/controllers/NodeController.php
|
||||
%%WWWDIR%%/application/controllers/ProcessController.php
|
||||
%%WWWDIR%%/application/controllers/ServiceController.php
|
||||
%%WWWDIR%%/application/forms/AddNodeForm.php
|
||||
%%WWWDIR%%/application/forms/BpConfigForm.php
|
||||
%%WWWDIR%%/application/forms/BpUploadForm.php
|
||||
%%WWWDIR%%/application/forms/DeleteNodeForm.php
|
||||
%%WWWDIR%%/application/forms/EditNodeForm.php
|
||||
%%WWWDIR%%/application/forms/MoveNodeForm.php
|
||||
%%WWWDIR%%/application/forms/ProcessForm.php
|
||||
%%WWWDIR%%/application/forms/SimulationForm.php
|
||||
%%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/businessprocess.mo
|
||||
|
@ -20,11 +25,15 @@
|
|||
%%WWWDIR%%/application/views/helpers/FormSimpleNote.php
|
||||
%%WWWDIR%%/application/views/helpers/RenderStateBadges.php
|
||||
%%WWWDIR%%/application/views/scripts/default.phtml
|
||||
%%WWWDIR%%/application/views/scripts/host/show.phtml
|
||||
%%WWWDIR%%/application/views/scripts/process/source.phtml
|
||||
%%WWWDIR%%/application/views/scripts/service/show.phtml
|
||||
%%WWWDIR%%/configuration.php
|
||||
%%WWWDIR%%/doc/01-Installation.md
|
||||
%%WWWDIR%%/doc/02-Getting-Started.md
|
||||
%%WWWDIR%%/doc/03-Create-your-first-process-node.md
|
||||
%%WWWDIR%%/doc/04-Importing-Processes.md
|
||||
%%WWWDIR%%/doc/05-Customize-Node-Order.md
|
||||
%%WWWDIR%%/doc/12-Web-Components-Breadcrumb.md
|
||||
%%WWWDIR%%/doc/13-Web-Components-Tile-Renderer.md
|
||||
%%WWWDIR%%/doc/14-Web-Components-Tree-Renderer.md
|
||||
|
@ -60,6 +69,17 @@
|
|||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0305_display.png
|
||||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0306_info-url.png
|
||||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0307_first-node-created.png
|
||||
%%WWWDIR%%/doc/screenshot/04_importing_nodes/0401_subprocesses_only.png
|
||||
%%WWWDIR%%/doc/screenshot/04_importing_nodes/0402_choose_existing_process.png
|
||||
%%WWWDIR%%/doc/screenshot/04_importing_nodes/0403_choose_configuration.png
|
||||
%%WWWDIR%%/doc/screenshot/04_importing_nodes/0404_choose_process.png
|
||||
%%WWWDIR%%/doc/screenshot/04_importing_nodes/0405_import_successful.png
|
||||
%%WWWDIR%%/doc/screenshot/04_importing_nodes/0406_breadcrumb_integration.png
|
||||
%%WWWDIR%%/doc/screenshot/04_importing_nodes/0407_jump_to_original.png
|
||||
%%WWWDIR%%/doc/screenshot/05_customize_node_order/0501_tiles_grab_tile.png
|
||||
%%WWWDIR%%/doc/screenshot/05_customize_node_order/0502_tiles_drop_at_location.png
|
||||
%%WWWDIR%%/doc/screenshot/05_customize_node_order/0503_tree_grab_header.png
|
||||
%%WWWDIR%%/doc/screenshot/05_customize_node_order/0504_tree_drop_at_location.png
|
||||
%%WWWDIR%%/doc/screenshot/12_web-components_breadcrumb/1201_simple-breadcrumb.png
|
||||
%%WWWDIR%%/doc/screenshot/12_web-components_breadcrumb/1202_return-from-fullscreen.png
|
||||
%%WWWDIR%%/doc/screenshot/12_web-components_breadcrumb/1203_add-to-dashboard.png
|
||||
|
@ -82,32 +102,23 @@
|
|||
%%WWWDIR%%/library/Businessprocess/BpConfig.php
|
||||
%%WWWDIR%%/library/Businessprocess/BpNode.php
|
||||
%%WWWDIR%%/library/Businessprocess/Director/ShipConfigFiles.php
|
||||
%%WWWDIR%%/library/Businessprocess/Exception/ModificationError.php
|
||||
%%WWWDIR%%/library/Businessprocess/Exception/NestingError.php
|
||||
%%WWWDIR%%/library/Businessprocess/Form.php
|
||||
%%WWWDIR%%/library/Businessprocess/HostNode.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Attribute.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Attributes.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/BaseElement.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Container.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Element.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Html.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/HtmlString.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/HtmlTag.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Icon.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Img.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Link.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Renderable.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Text.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Util.php
|
||||
%%WWWDIR%%/library/Businessprocess/ImportedNode.php
|
||||
%%WWWDIR%%/library/Businessprocess/Metadata.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeAddChildrenAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeApplyManualOrderAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeCopyAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeCreateAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeModifyAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeMoveAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeRemoveAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/ProcessChanges.php
|
||||
%%WWWDIR%%/library/Businessprocess/MonitoredNode.php
|
||||
%%WWWDIR%%/library/Businessprocess/MonitoringRestrictions.php
|
||||
%%WWWDIR%%/library/Businessprocess/Node.php
|
||||
%%WWWDIR%%/library/Businessprocess/ProvidedHook/Monitoring/HostActions.php
|
||||
%%WWWDIR%%/library/Businessprocess/ProvidedHook/Monitoring/ServiceActions.php
|
||||
|
@ -127,11 +138,13 @@
|
|||
%%WWWDIR%%/library/Businessprocess/Test/BaseTestCase.php
|
||||
%%WWWDIR%%/library/Businessprocess/Test/Bootstrap.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/ActionBar.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/BpDashboardTile.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/Content.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/Controls.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/Dashboard.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/DashboardAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/RenderedProcessActionBar.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/StateBall.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/Tabs.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/WtfTabs.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Controller.php
|
||||
|
@ -143,6 +156,7 @@
|
|||
%%WWWDIR%%/library/Businessprocess/Web/Form/FormLoader.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/QuickBaseForm.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/QuickForm.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/Validator/NoDuplicateChildrenValidator.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Url.php
|
||||
%%WWWDIR%%/library/vendor/php-diff/README.md
|
||||
%%WWWDIR%%/library/vendor/php-diff/SOURCE
|
||||
|
@ -163,14 +177,19 @@
|
|||
%%WWWDIR%%/packaging/debian/install
|
||||
%%WWWDIR%%/packaging/debian/rules
|
||||
%%WWWDIR%%/packaging/debian/source/format
|
||||
%%WWWDIR%%/phpcs.xml
|
||||
%%WWWDIR%%/phpunit.xml
|
||||
%%WWWDIR%%/public/css/module.less
|
||||
%%WWWDIR%%/public/css/state-ball.less
|
||||
%%WWWDIR%%/public/img/ack.gif
|
||||
%%WWWDIR%%/public/img/downtime.gif
|
||||
%%WWWDIR%%/public/img/help.gif
|
||||
%%WWWDIR%%/public/img/icon_collapse.png
|
||||
%%WWWDIR%%/public/img/icon_expand.png
|
||||
%%WWWDIR%%/public/js/behavior/sortable.js
|
||||
%%WWWDIR%%/public/js/module.js
|
||||
%%WWWDIR%%/public/js/vendor/Sortable.js
|
||||
%%WWWDIR%%/public/js/vendor/jquery.fn.sortable.js
|
||||
%%WWWDIR%%/run.php
|
||||
%%WWWDIR%%/test/bootstrap.php
|
||||
%%WWWDIR%%/test/config/authentication.ini
|
||||
|
@ -181,12 +200,6 @@
|
|||
%%WWWDIR%%/test/config/modules/businessprocess/processes/simple_without-header.conf
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/BpNodeTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/HostNodeTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/AttributeTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/AttributesTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/HtmlTagTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/HtmlTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/LinkTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/TextTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/MetadataTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Operators/AndOperatorTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Operators/MinOperatorTest.php
|
||||
|
@ -197,3 +210,4 @@
|
|||
%%WWWDIR%%/test/php/library/Businessprocess/Storage/LegacyStorageTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Web/Component/TabsTest.php
|
||||
%%WWWDIR%%/test/phpunit-compat.php
|
||||
%%WWWDIR%%/test/setup_vendor.sh
|
||||
|
|
Loading…
Reference in a new issue