[pkg-nagios-changes] [Git][nagios-team/icinga-php-library][upstream] 2 commits: New upstream version 0.15.0
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu May 22 14:29:11 BST 2025
Bas Couwenberg pushed to branch upstream at Debian Nagios Maintainer Group / icinga-php-library
Commits:
e87b4c5d by Bas Couwenberg at 2025-05-22T15:20:20+02:00
New upstream version 0.15.0
- - - - -
ace5815b by Bas Couwenberg at 2025-05-22T15:20:38+02:00
New upstream version 0.16.0
- - - - -
205 changed files:
- VERSION
- asset/css/balls.less
- asset/css/compat.less
- asset/css/controls.less
- asset/css/empty-state.less
- + asset/css/item-layout.less
- asset/css/list/item-list.less
- asset/css/list/item-table.less
- asset/css/list/list-item.less
- asset/css/search-base.less
- asset/css/variables.less
- + asset/js/iterator.js
- asset/js/widget/TermInput.js
- composer.json
- composer.lock
- − patches/ramsey-collection.patch
- vendor/autoload.php
- vendor/brick/math/composer.json
- vendor/brick/math/src/BigDecimal.php
- vendor/brick/math/src/BigInteger.php
- vendor/brick/math/src/BigNumber.php
- vendor/brick/math/src/BigRational.php
- vendor/brick/math/src/Exception/DivisionByZeroException.php
- vendor/brick/math/src/Exception/IntegerOverflowException.php
- vendor/brick/math/src/Exception/MathException.php
- vendor/brick/math/src/Exception/NumberFormatException.php
- vendor/brick/math/src/Exception/RoundingNecessaryException.php
- vendor/brick/math/src/Internal/Calculator.php
- vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php
- vendor/brick/math/src/Internal/Calculator/GmpCalculator.php
- vendor/brick/math/src/Internal/Calculator/NativeCalculator.php
- vendor/brick/math/src/RoundingMode.php
- vendor/composer/autoload_classmap.php
- vendor/composer/autoload_files.php
- vendor/composer/autoload_psr4.php
- vendor/composer/autoload_real.php
- vendor/composer/autoload_static.php
- vendor/composer/installed.json
- vendor/composer/installed.php
- vendor/composer/platform_check.php
- − vendor/cweagans/composer-patches/composer.json
- − vendor/cweagans/composer-patches/src/PatchEvent.php
- − vendor/cweagans/composer-patches/src/PatchEvents.php
- − vendor/cweagans/composer-patches/src/Patches.php
- − vendor/doctrine/collections/.doctrine-project.json
- vendor/doctrine/collections/composer.json
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php → vendor/doctrine/collections/src/AbstractLazyCollection.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php → vendor/doctrine/collections/src/ArrayCollection.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php → vendor/doctrine/collections/src/Collection.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php → vendor/doctrine/collections/src/Criteria.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php → vendor/doctrine/collections/src/Expr/ClosureExpressionVisitor.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php → vendor/doctrine/collections/src/Expr/Comparison.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php → vendor/doctrine/collections/src/Expr/CompositeExpression.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php → vendor/doctrine/collections/src/Expr/Expression.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php → vendor/doctrine/collections/src/Expr/ExpressionVisitor.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php → vendor/doctrine/collections/src/Expr/Value.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php → vendor/doctrine/collections/src/ExpressionBuilder.php
- + vendor/doctrine/collections/src/Order.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php → vendor/doctrine/collections/src/ReadableCollection.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php → vendor/doctrine/collections/src/Selectable.php
- vendor/doctrine/deprecations/composer.json
- vendor/doctrine/deprecations/src/PHPUnit/VerifyDeprecations.php
- vendor/guzzlehttp/psr7/src/UploadedFile.php
- vendor/guzzlehttp/psr7/src/Uri.php
- vendor/ipl/html/src/Form.php
- vendor/ipl/html/src/FormElement/CheckboxElement.php
- vendor/ipl/html/src/FormElement/PasswordElement.php
- vendor/ipl/web/composer.json
- vendor/ipl/web/src/Common/BaseItemList.php
- vendor/ipl/web/src/Common/BaseItemTable.php
- vendor/ipl/web/src/Common/BaseListItem.php
- vendor/ipl/web/src/Common/BaseOrderedItemList.php
- vendor/ipl/web/src/Common/BaseOrderedListItem.php
- vendor/ipl/web/src/Common/BaseTableRowItem.php
- + vendor/ipl/web/src/Common/ItemRenderer.php
- vendor/ipl/web/src/Compat/SearchControls.php
- vendor/ipl/web/src/Control/PaginationControl.php
- vendor/ipl/web/src/Control/SortControl.php
- vendor/ipl/web/src/FormElement/TermInput/TermContainer.php
- + vendor/ipl/web/src/Layout/DetailedItemLayout.php
- + vendor/ipl/web/src/Layout/DetailedItemTableLayout.php
- + vendor/ipl/web/src/Layout/HeaderItemLayout.php
- + vendor/ipl/web/src/Layout/ItemLayout.php
- + vendor/ipl/web/src/Layout/ItemTableLayout.php
- + vendor/ipl/web/src/Layout/MinimalItemLayout.php
- + vendor/ipl/web/src/Layout/MinimalItemTableLayout.php
- + vendor/ipl/web/src/Widget/Ball.php
- vendor/ipl/web/src/Widget/ContinueWith.php
- + vendor/ipl/web/src/Widget/ItemList.php
- + vendor/ipl/web/src/Widget/ItemTable.php
- + vendor/ipl/web/src/Widget/ItemTable/ItemTableRenderer.php
- + vendor/ipl/web/src/Widget/ItemTableRow.php
- + vendor/ipl/web/src/Widget/ListItem.php
- vendor/ipl/web/src/Widget/StateBall.php
- vendor/ramsey/collection/LICENSE
- vendor/ramsey/collection/composer.json
- vendor/ramsey/collection/src/AbstractArray.php
- vendor/ramsey/collection/src/AbstractCollection.php
- vendor/ramsey/collection/src/AbstractSet.php
- vendor/ramsey/collection/src/ArrayInterface.php
- vendor/ramsey/collection/src/Collection.php
- vendor/ramsey/collection/src/CollectionInterface.php
- vendor/ramsey/collection/src/DoubleEndedQueue.php
- vendor/ramsey/collection/src/DoubleEndedQueueInterface.php
- vendor/ramsey/collection/src/Exception/InvalidSortOrderException.php → vendor/ramsey/collection/src/Exception/CollectionException.php
- vendor/ramsey/collection/src/Exception/CollectionMismatchException.php
- vendor/ramsey/collection/src/Exception/InvalidArgumentException.php
- vendor/ramsey/collection/src/Exception/ValueExtractionException.php → vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php
- vendor/ramsey/collection/src/Exception/NoSuchElementException.php
- vendor/ramsey/collection/src/Exception/OutOfBoundsException.php
- vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php
- vendor/ramsey/collection/src/GenericArray.php
- vendor/ramsey/collection/src/Map/AbstractMap.php
- vendor/ramsey/collection/src/Map/AbstractTypedMap.php
- vendor/ramsey/collection/src/Map/AssociativeArrayMap.php
- vendor/ramsey/collection/src/Map/MapInterface.php
- vendor/ramsey/collection/src/Map/NamedParameterMap.php
- vendor/ramsey/collection/src/Map/TypedMap.php
- vendor/ramsey/collection/src/Map/TypedMapInterface.php
- vendor/ramsey/collection/src/Queue.php
- vendor/ramsey/collection/src/QueueInterface.php
- vendor/ramsey/collection/src/Set.php
- + vendor/ramsey/collection/src/Sort.php
- vendor/ramsey/collection/src/Tool/TypeTrait.php
- vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php
- vendor/ramsey/collection/src/Tool/ValueToStringTrait.php
- vendor/ramsey/uuid/LICENSE
- vendor/ramsey/uuid/composer.json
- vendor/ramsey/uuid/src/Builder/BuilderCollection.php
- vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php
- vendor/ramsey/uuid/src/Builder/FallbackBuilder.php
- vendor/ramsey/uuid/src/Codec/GuidStringCodec.php
- vendor/ramsey/uuid/src/Codec/StringCodec.php
- vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php
- vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php
- vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php
- vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php
- vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
- + vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php
- vendor/ramsey/uuid/src/DeprecatedUuidInterface.php
- vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php
- vendor/ramsey/uuid/src/FeatureSet.php
- vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php
- vendor/ramsey/uuid/src/Generator/CombGenerator.php
- vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php
- vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
- vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php
- vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
- vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php
- vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
- + vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php
- vendor/ramsey/uuid/src/Guid/Fields.php
- vendor/ramsey/uuid/src/Guid/GuidBuilder.php
- vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php
- vendor/ramsey/uuid/src/Math/BrickMathCalculator.php
- vendor/ramsey/uuid/src/Nonstandard/Fields.php
- vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php
- vendor/ramsey/uuid/src/Nonstandard/UuidV6.php
- vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php
- vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
- vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php
- vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php
- vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
- vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php
- vendor/ramsey/uuid/src/Rfc4122/Fields.php
- vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php
- + vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php
- + vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php
- + vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php
- vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php
- vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php
- vendor/ramsey/uuid/src/Rfc4122/UuidV1.php
- vendor/ramsey/uuid/src/Rfc4122/UuidV2.php
- + vendor/ramsey/uuid/src/Rfc4122/UuidV6.php
- + vendor/ramsey/uuid/src/Rfc4122/UuidV7.php
- + vendor/ramsey/uuid/src/Rfc4122/UuidV8.php
- vendor/ramsey/uuid/src/Rfc4122/Validator.php
- vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php
- vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php
- vendor/ramsey/uuid/src/Type/Decimal.php
- vendor/ramsey/uuid/src/Type/Hexadecimal.php
- vendor/ramsey/uuid/src/Type/Integer.php
- vendor/ramsey/uuid/src/Type/Time.php
- vendor/ramsey/uuid/src/Uuid.php
- vendor/ramsey/uuid/src/UuidFactory.php
- vendor/ramsey/uuid/src/UuidFactoryInterface.php
- vendor/ramsey/uuid/src/UuidInterface.php
- vendor/ramsey/uuid/src/functions.php
- − vendor/symfony/polyfill-ctype/Ctype.php
- − vendor/symfony/polyfill-ctype/bootstrap.php
- − vendor/symfony/polyfill-ctype/bootstrap80.php
- − vendor/symfony/polyfill-ctype/composer.json
- − vendor/symfony/polyfill-php80/LICENSE
- − vendor/symfony/polyfill-php80/Php80.php
- − vendor/symfony/polyfill-php80/PhpToken.php
- − vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
- − vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
- − vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
- − vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
- − vendor/symfony/polyfill-php80/bootstrap.php
- vendor/symfony/polyfill-ctype/LICENSE → vendor/symfony/polyfill-php84/LICENSE
- + vendor/symfony/polyfill-php84/Php84.php
- vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php → vendor/symfony/polyfill-php84/Resources/stubs/Deprecated.php
- + vendor/symfony/polyfill-php84/bootstrap.php
- vendor/symfony/polyfill-php80/composer.json → vendor/symfony/polyfill-php84/composer.json
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-library/-/compare/512f2254343e9bbdf75380d0beb76a5f8c398dba...ace5815be0c6cb86eb13b5626f96c053ae672f13
--
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-library/-/compare/512f2254343e9bbdf75380d0beb76a5f8c398dba...ace5815be0c6cb86eb13b5626f96c053ae672f13
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20250522/9b9e8f5f/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list