content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
services:\n _defaults:\n public: true\n\n prestashop.core.grid.action.row.accessibility_checker.delete_profile:\n class: 'PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\DeleteProfileAccessibilityChecker'\n arguments:\n - '@=service("prestashop.adapter.legacy.configuration").get("_PS_ADMIN_PROFILE_")'\n\n prestashop.core.grid.action.row.accessibility_checker.print_invoice:\n class: 'PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\PrintInvoiceAccessibilityChecker'\n\n prestashop.core.grid.action.row.accessibility_checker.print_delivery_slip:\n class: 'PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\PrintDeliverySlipAccessibilityChecker'\n\n prestashop.core.grid.action.row.accessibility_checker.delete_order_return_states:\n class: 'PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\DeleteOrderReturnStatesAccessibilityChecker'\n\n prestashop.core.grid.action.row.accessibility_checker.delete_order_states:\n class: 'PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\DeleteOrderStatesAccessibilityChecker'\n\n PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\DeleteCartAccessibilityChecker:\n autowire: true\n public: false\n\n PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\ProductSingleShopAssociatedAccessibilityChecker:\n autowire: true\n public: false\n\n PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\ProductMultipleShopsAssociatedAccessibilityChecker:\n autowire: true\n public: false\n\n PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\InternalIssuerAccessibilityChecker:\n autowire: true\n public: false\n | dataset_sample\yaml\PrestaShop_PrestaShop\src\PrestaShopBundle\Resources\config\services\core\grid\accessibility_checker.yml | accessibility_checker.yml | YAML | 1,687 | 0.7 | 0.138889 | 0 | awesome-app | 862 | 2024-04-14T07:56:42.758185 | MIT | false | e74b138426cb213c137a0abe0b08f7b7 |
services:\n _defaults:\n public: true\n\n prestashop.core.grid.abstract_query_builder:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\AbstractDoctrineQueryBuilder'\n abstract: true\n arguments:\n - '@doctrine.dbal.default_connection'\n - '%database_prefix%'\n\n prestashop.core.grid.query_builder.email_logs:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\EmailLogsQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n\n prestashop.core.grid.query.webservice_key:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\WebserviceKeyQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n - '@prestashop.core.grid.query.filter.doctrine_filter_applicator'\n public: true\n\n prestashop.core.grid.query_builder.product:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\ProductQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@prestashop.core.grid.query.filter.doctrine_filter_applicator'\n - '@prestashop.adapter.legacy.configuration'\n - '@PrestaShop\PrestaShop\Adapter\Shop\Repository\ShopGroupRepository'\n - '@prestashop.adapter.shop.context'\n public: true\n\n prestashop.core.grid.query_builder.product.shops:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\ProductShopsQueryBuilder'\n parent: 'prestashop.core.grid.query_builder.product'\n public: false\n\n prestashop.core.grid.query_builder.product_light:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\ProductLightQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@prestashop.adapter.legacy.configuration'\n - '@prestashop.core.grid.query_builder.product'\n public: true\n\n prestashop.core.grid.query_builder.meta:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\MetaQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - "@=service('prestashop.adapter.legacy.context').getContext().shop.id"\n public: true\n\n prestashop.core.grid.query_builder.employee:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\EmployeeQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - "@=service('prestashop.adapter.legacy.context').getContext().shop.getContextListShopID()"\n public: true\n\n prestashop.core.grid.query_builder.contact:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\ContactQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - "@=service('prestashop.adapter.shop.context').getContextListShopID()"\n\n prestashop.core.grid.query_builder.customer:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CustomerQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@=service("prestashop.adapter.shop.context").getContextListShopIDUsingCustomerSharingSettings()'\n public: true\n\n prestashop.core.grid.query_builder.customer_address:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CustomerAddressQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@=service("prestashop.adapter.shop.context").getContextListShopIDUsingCustomerSharingSettings()'\n public: true\n\n prestashop.core.grid.query_builder.customer_cart:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CustomerCartQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@=service("prestashop.adapter.shop.context").getContextListShopIDUsingCustomerSharingSettings()'\n public: true\n\n prestashop.core.grid.query_builder.customer_order:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CustomerOrderQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@=service("prestashop.adapter.shop.context").getContextListShopIDUsingCustomerSharingSettings()'\n public: true\n\n prestashop.core.grid.query_builder.customer_bought_product:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CustomerBoughtProductQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@=service("prestashop.adapter.shop.context").getContextListShopIDUsingCustomerSharingSettings()'\n public: true\n\n prestashop.core.grid.query_builder.customer_viewed_product:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CustomerViewedProductQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@=service("prestashop.adapter.shop.context").getContextListShopIDUsingCustomerSharingSettings()'\n public: true\n\n prestashop.core.grid.query.builder.language:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\LanguageQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n public: true\n\n prestashop.core.grid.query_builder.currency:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CurrencyQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n public: true\n\n prestashop.core.grid.query_builder.supplier:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\SupplierQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - "@=service('prestashop.adapter.shop.context').getContextListShopID()"\n public: true\n\n prestashop.core.grid.query_builder.profile:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\ProfileQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n public: true\n\n prestashop.core.grid.query_builder.cms_page_category:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CmsPageCategoryQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n public: true\n\n prestashop.core.grid.query_builder.tax:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\TaxQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().employee.id_lang"\n public: true\n\n prestashop.core.grid.query_builder.manufacturer:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\ManufacturerQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getContextListShopId()'\n public: true\n\n prestashop.core.grid.query_builder.manufacturer_address:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\ManufacturerAddressQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().employee.id_lang"\n public: true\n\n prestashop.core.grid.query_builder.category:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CategoryQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - "@=service('prestashop.adapter.legacy.context').getContext().shop.id"\n - '@prestashop.adapter.shop.context'\n - '@prestashop.adapter.feature.multistore'\n - "@=service('prestashop.adapter.legacy.configuration').get('PS_ROOT_CATEGORY')"\n public: true\n\n prestashop.core.api.query_builder.hook:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Api\HookQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n public: true\n\n prestashop.core.grid.query_builder.cms_page:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CmsPageQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n public: true\n\n prestashop.core.grid.query_builder.monitoring.empty_category:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Monitoring\EmptyCategoryQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - "@=service('prestashop.adapter.legacy.context').getContext().shop.id"\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@prestashop.adapter.shop.context'\n - "@=service('prestashop.adapter.legacy.configuration').get('PS_ROOT_CATEGORY')"\n public: true\n\n prestashop.core.grid.query_builder.monitoring.abstract_product_query_builder:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Monitoring\AbstractProductQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - "@=service('prestashop.adapter.legacy.context').getContext().shop.id"\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@prestashop.adapter.shop.context'\n - '@prestashop.adapter.feature.multistore'\n public: true\n\n prestashop.core.grid.query_builder.monitoring.no_qty_product_with_combination:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Monitoring\NoQtyProductWithCombinationQueryBuilder'\n parent: 'prestashop.core.grid.query_builder.monitoring.abstract_product_query_builder'\n public: true\n\n prestashop.core.grid.query_builder.monitoring.no_qty_product_without_combination:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Monitoring\NoQtyProductWithoutCombinationQueryBuilder'\n parent: 'prestashop.core.grid.query_builder.monitoring.abstract_product_query_builder'\n public: true\n\n prestashop.core.grid.query_builder.monitoring.disabled_product:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Monitoring\DisabledProductQueryBuilder'\n parent: 'prestashop.core.grid.query_builder.monitoring.abstract_product_query_builder'\n public: true\n\n prestashop.core.grid.query_builder.monitoring.product_without_image:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Monitoring\ProductWithoutImageQueryBuilder'\n parent: 'prestashop.core.grid.query_builder.monitoring.abstract_product_query_builder'\n public: true\n\n prestashop.core.grid.query_builder.monitoring.product_without_description:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Monitoring\ProductWithoutDescriptionQueryBuilder'\n parent: 'prestashop.core.grid.query_builder.monitoring.abstract_product_query_builder'\n public: true\n\n prestashop.core.grid.query_builder.monitoring.product_without_price:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Monitoring\ProductWithoutPriceQueryBuilder'\n parent: 'prestashop.core.grid.query_builder.monitoring.abstract_product_query_builder'\n public: true\n\n prestashop.core.grid.query_builder.order:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\OrderQueryBuilder'\n arguments:\n - '@doctrine.dbal.default_connection'\n - '%database_prefix%'\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n - "@=service(\"prestashop.adapter.shop.context\").getContextListShopID(parameter('multishop.settings.share_orders'))"\n\n prestashop.core.grid.query_builder.cart_rule:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CartRuleQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n public: true\n\n prestashop.core.grid.query_builder.discount:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\DiscountQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n autowire: true\n public: true\n\n prestashop.core.grid.query_builder.catalog_price_rule:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CatalogPriceRuleQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getShops(true, true)'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n public: true\n\n prestashop.core.grid.query_builder.order_message:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\OrderMessageQueryBuilder'\n arguments:\n - '@doctrine.dbal.default_connection'\n - '%database_prefix%'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@prestashop.core.grid.query.filter.doctrine_filter_applicator'\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n\n prestashop.core.grid.query_builder.attachment:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\AttachmentQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().employee.id_lang"\n public: true\n\n prestashop.core.grid.query_builder.attribute:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\AttributeQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n - '@=service("request_stack").getCurrentRequest().attributes.getInt("attributeGroupId")'\n - '@prestashop.adapter.shop.context'\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n public: true\n\n prestashop.core.grid.query_builder.attribute_group:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\AttributeGroupQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n - '@prestashop.adapter.shop.context'\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n public: true\n\n prestashop.core.grid.query_builder.merchandise_return:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\MerchandiseReturnQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - "@=service('prestashop.adapter.shop.context').getContextListShopID()"\n\n prestashop.core.grid.query_builder.tax_rules_group:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\TaxRulesGroupQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.shop.context').getContextListShopID()"\n public: true\n\n prestashop.core.grid.query_builder.address:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\AddressQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n\n prestashop.core.grid.query_builder.credit_slip:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CreditSlipQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n public: true\n\n prestashop.core.grid.query_builder.order_states:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\OrderStatesQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n public: true\n\n prestashop.core.grid.query_builder.order_return_states:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\OrderReturnStatesQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n public: true\n\n prestashop.core.grid.query_builder.log:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\LogQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n public: true\n\n prestashop.core.grid.query_builder.carrier:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CarrierQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@=service("prestashop.adapter.shop.context").getContextListShopIDUsingCustomerSharingSettings()'\n public: true\n\n prestashop.core.grid.query_builder.request_sql:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\RequestSqlQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n\n prestashop.core.grid.query_builder.outstanding:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\OutstandingQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n\n prestashop.core.grid.query_builder.zone:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\ZoneQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getContextListShopId()'\n\n prestashop.core.grid.query_builder.country:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CountryQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getContextListShopId()'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n\n PrestaShop\PrestaShop\Core\Grid\Query\ProductCombinationQueryBuilder:\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n\n prestashop.core.grid.query_builder.search_engine:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\SearchEngineQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n public: true\n\n prestashop.core.grid.query_builder.security.session.employee:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Security\Session\EmployeeQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n public: true\n\n prestashop.core.grid.query_builder.security.session.customer:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\Security\Session\CustomerQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n public: true\n\n prestashop.core.grid.query_builder.state:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\StateQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().employee.id_lang"\n\n prestashop.core.grid.query.builder.title:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\TitleQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n public: true\n\n prestashop.core.grid.query.builder.customer_thread:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CustomerThreadQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - '@=service("prestashop.adapter.shop.context").getContextListShopID()'\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Query\ApiClientQueryBuilder:\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: true\n autowire: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n\n PrestaShop\PrestaShop\Core\Grid\Query\CustomerGroupsQueryBuilder:\n class: 'PrestaShop\PrestaShop\Core\Grid\Query\CustomerGroupsQueryBuilder'\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n public: false\n\n PrestaShop\PrestaShop\Core\Grid\Query\TaxRuleQueryBuilder:\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n - "@=service('prestashop.adapter.legacy.context').getContext().employee.id_lang"\n public: false\n\n PrestaShop\PrestaShop\Core\Grid\Query\AliasQueryBuilder:\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Query\FeatureQueryBuilder:\n parent: 'prestashop.core.grid.abstract_query_builder'\n autowire: true\n public: false\n arguments:\n $searchCriteriaApplicator: '@prestashop.core.query.doctrine_search_criteria_applicator'\n $contextLangId: "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n\n PrestaShop\PrestaShop\Core\Grid\Query\FeatureValueQueryBuilder:\n parent: 'prestashop.core.grid.abstract_query_builder'\n autowire: true\n public: false\n arguments:\n $searchCriteriaApplicator: '@prestashop.core.query.doctrine_search_criteria_applicator'\n\n PrestaShop\PrestaShop\Core\Grid\Query\StoreQueryBuilder:\n autowire: true\n public: false\n parent: 'prestashop.core.grid.abstract_query_builder'\n arguments:\n $languageId: '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n $connection: '@doctrine.dbal.default_connection'\n $dbPrefix: '%database_prefix%'\n\n PrestaShop\PrestaShop\Core\Grid\Query\CartQueryBuilder:\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: false\n arguments:\n $searchCriteriaApplicator: '@prestashop.core.query.doctrine_search_criteria_applicator'\n $multistoreContextChecker: '@prestashop.adapter.shop.context'\n\n PrestaShop\PrestaShop\Core\Grid\Query\ImageTypeQueryBuilder:\n parent: 'prestashop.core.grid.abstract_query_builder'\n public: false\n autowire: true\n arguments:\n - '@prestashop.core.query.doctrine_search_criteria_applicator'\n | dataset_sample\yaml\PrestaShop_PrestaShop\src\PrestaShopBundle\Resources\config\services\core\grid\doctrine_query_builder.yml | doctrine_query_builder.yml | YAML | 26,718 | 0.7 | 0.107965 | 0 | awesome-app | 882 | 2023-10-25T23:51:26.045574 | GPL-3.0 | false | 01ad933399ac9f8dc8955bb379a447e7 |
services:\n _defaults:\n public: true\n\n prestashop.core.grid.data_factory.log:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.log'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'logs'\n\n prestashop.core.grid.data.factory.log_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\LogDataFactory'\n arguments:\n - '@prestashop.core.grid.data_factory.log'\n - '@translator'\n - '@prestashop.adapter.employee.avatar_provider'\n\n prestashop.core.grid.data_factory.email_logs:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.email_logs'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'email_logs'\n\n prestashop.core.grid.data_factory.request_sql:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.request_sql'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'request_sql'\n\n prestashop.core.grid.data_factory.webservice_key:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query.webservice_key'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'webservice_key'\n\n prestashop.core.grid.data_provider.meta:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.meta'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'meta'\n\n prestashop.core.grid.data.factory.category:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.category'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'category'\n\n prestashop.core.grid.data.factory.category_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CategoryDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.category'\n\n prestashop.core.grid.data_provider.employee:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.employee'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'employee'\n\n prestashop.core.grid.data_provider.contacts:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.contact'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'contact'\n\n prestashop.core.grid.data_provider.customer:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.customer'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'customer'\n\n prestashop.core.grid.data_provider.customer_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CustomerGridDataFactoryDecorator'\n arguments:\n - '@prestashop.core.grid.data_provider.customer'\n - "@prestashop.core.localization.locale.context_locale"\n - "@=service('prestashop.adapter.legacy.context').getContext().currency.iso_code"\n\n prestashop.core.grid.data_provider.customer_discount:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CustomerDiscountGridDataFactory'\n\n prestashop.core.grid.data_provider.customer_address:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.customer_address'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'customer_address'\n\n prestashop.core.grid.data_provider.customer_cart:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.customer_cart'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'customer_cart'\n\n prestashop.core.grid.data_provider.customer_order:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.customer_order'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'customer_order'\n\n prestashop.core.grid.data_provider.customer_bought_product:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.customer_bought_product'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'customer_bought_product'\n\n prestashop.core.grid.data_provider.customer_viewed_product:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.customer_viewed_product'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'customer_viewed_product'\n\n prestashop.core.grid.data_provider.customer_address_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CustomerAddressGridDataFactoryDecorator'\n arguments:\n - '@prestashop.core.grid.data_provider.customer_address'\n\n prestashop.core.grid.data_provider.customer_cart_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CustomerCartGridDataFactoryDecorator'\n arguments:\n - '@prestashop.core.grid.data_provider.customer_cart'\n - "@prestashop.core.localization.locale.context_locale"\n - "@=service('prestashop.adapter.legacy.context').getContext().currency.iso_code"\n - '@prestashop.core.query_bus'\n\n prestashop.core.grid.data_provider.customer_order_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CustomerOrderGridDataFactoryDecorator'\n arguments:\n - '@prestashop.core.grid.data_provider.customer_order'\n - "@prestashop.core.localization.locale.context_locale"\n - "@=service('prestashop.adapter.legacy.context').getContext().currency.iso_code"\n\n prestashop.core.grid.data.factory.language:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query.builder.language'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'language'\n\n prestashop.core.grid.factory.language_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\LanguageGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.language'\n - '@prestashop.adapter.language.language_flag_thumbnail_provider'\n\n prestashop.core.grid.data_provider.currency:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.currency'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'currency'\n\n prestashop.core.grid.data_provider.supplier:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.supplier'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'suppliers'\n\n prestashop.core.grid.factory.supplier_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\SupplierGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data_provider.supplier'\n - '@prestashop.adapter.supplier.provider.supplier_logo'\n\n prestashop.core.grid.data_factory.profiles:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.profile'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'profile'\n\n PrestaShop\PrestaShop\Core\Grid\Data\Factory\ProfileGridDataFactoryDecorator:\n autowire: true\n public: false\n arguments:\n $profileGridDataFactory: '@prestashop.core.grid.data_factory.profiles'\n\n prestashop.core.grid.data_provider.cms_page_category:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.cms_page_category'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'cms_page_category'\n\n prestashop.core.grid.data_factory.tax:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.tax'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'tax'\n\n prestashop.core.grid.data.factory.manufacturer:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.manufacturer'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'manufacturer'\n\n prestashop.core.grid.data.factory.manufacturer_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\ManufacturerGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.manufacturer'\n - '@prestashop.adapter.manufacturer.manufacturer_logo_thumbnail_provider'\n\n prestashop.core.grid.data.factory.manufacturer_address:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.manufacturer_address'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'manufacturer_address'\n\n prestashop.core.grid.data.factory.manufacturer_address_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\ManufacturerAddressGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.manufacturer_address'\n\n prestashop.core.grid.data_provider.cms_page:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.cms_page'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'cms_page'\n\n prestashop.core.grid.data.factory.empty_category:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.monitoring.empty_category'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'empty_category'\n\n prestashop.core.grid.data.factory.empty_category_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\EmptyCategoryGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.empty_category'\n\n prestashop.core.grid.data.factory.no_qty_product_with_combination:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.monitoring.no_qty_product_with_combination'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'no_qty_product_with_combination'\n\n prestashop.core.grid.data.factory.no_qty_product_without_combination:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.monitoring.no_qty_product_without_combination'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'no_qty_product_without_combination'\n\n prestashop.core.grid.data.factory.disabled_product:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.monitoring.disabled_product'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'disabled_product'\n\n prestashop.core.grid.data.factory.product_without_image:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.monitoring.product_without_image'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'product_without_image'\n\n prestashop.core.grid.data.factory.product_without_description:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.monitoring.product_without_description'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'product_without_description'\n\n prestashop.core.grid.data.factory.product_without_price:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.monitoring.product_without_price'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'product_without_price'\n\n prestashop.core.grid.data.factory.order:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.order'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'order'\n\n prestashop.core.grid.data.factory.order_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\OrderGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.order'\n - '@prestashop.core.localization.locale.repository'\n - '@prestashop.adapter.legacy.configuration'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.getLocale()'\n\n prestashop.core.grid.data.factory.cart_rule:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.cart_rule'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'catalog_price_rule'\n\n prestashop.core.grid.data.factory.discount:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.discount'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'discount'\n\n prestashop.core.grid.data.factory.catalog_price_rule:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.catalog_price_rule'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'catalog_price_rule'\n\n prestashop.core.grid.data.factory.catalog_price_rule_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CatalogPriceRuleGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.catalog_price_rule'\n - '@translator'\n\n prestashop.core.grid.data.factory.order_message:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.order_message'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'order_message'\n\n prestashop.core.grid.data_factory.attachment:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.attachment'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'attachment'\n\n prestashop.core.grid.data_factory.attachment_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\AttachmentGridDataFactoryDecorator'\n arguments:\n - '@prestashop.core.grid.data_factory.attachment'\n - "@=service('prestashop.adapter.legacy.context').getContext().employee.id_lang"\n - '@doctrine.dbal.default_connection'\n - '%database_prefix%'\n - '@PrestaShop\PrestaShop\Core\Util\File\FileSizeConverter'\n calls:\n - [ setTranslator, [ '@translator' ] ]\n\n prestashop.core.grid.data.factory.attribute:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.attribute'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'attribute'\n\n prestashop.core.grid.data.factory.attribute_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\AttributeGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.attribute'\n - '@prestashop.adapter.shop.url.attribute_image_folder_provider'\n\n prestashop.core.grid.data.factory.attribute_group:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.attribute_group'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'attribute_group'\n\n prestashop.core.grid.data.factory.attribute_group_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\AttributeGroupGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.attribute_group'\n\n prestashop.core.grid.data_provider.merchandise_return:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.merchandise_return'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'merchandise_return'\n\n prestashop.core.grid.data.factory.tax_rules_group:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.tax_rules_group'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'tax_rules_group'\n\n prestashop.core.grid.data.factory.address:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.address'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'address'\n\n prestashop.core.grid.data.factory.credit_slip:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.credit_slip'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'credit_slip'\n\n prestashop.core.grid.data.factory.credit_slip_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CreditSlipGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.credit_slip'\n - '@translator'\n\n prestashop.core.grid.data.factory.product:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.product'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'product'\n\n prestashop.core.grid.data.factory.product.shops:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.product.shops'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'product'\n\n prestashop.core.grid.data.factory.product_light:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.product_light'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'product_light'\n\n prestashop.core.grid.data_provider.order_states:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.order_states'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'order_states'\n\n prestashop.core.grid.data_provider.order_return_states:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.order_return_states'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'order_return_states'\n\n prestashop.core.grid.data.factory.outstanding:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.outstanding'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'outstanding'\n\n prestashop.core.grid.data.factory.outstanding_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\OutstandingGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.outstanding'\n - '@prestashop.core.localization.locale.repository'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.getLocale()'\n\n prestashop.core.grid.data.factory.carrier:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.carrier'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'carrier'\n\n prestashop.core.grid.data.factory.carrier_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CarrierGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.carrier'\n - '@prestashop.adapter.carrier.carrier_thumbnail_logo_provider'\n - '@prestashop.adapter.legacy.configuration'\n\n prestashop.core.grid.data.factory.zone:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.zone'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'zone'\n\n prestashop.core.grid.data.factory.country:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.country'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'country'\n\n prestashop.core.grid.data.factory.zone_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\ZoneGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.zone'\n\n prestashop.core.grid.data_provider.search_engines:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.search_engine'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'search_engines'\n\n prestashop.core.grid.data_factory.security.session.employee:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.security.session.employee'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'security_session_employee'\n\n prestashop.core.grid.data_factory.security.session.customer:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.security.session.customer'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'security_session_customer'\n\n prestashop.core.grid.data.factory.state:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query_builder.state'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'state'\n\n prestashop.core.grid.factory.title_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\TitleGridDataFactory'\n arguments:\n - '@prestashop.core.grid.data.factory.title'\n - '@translator'\n - '@prestashop.adapter.title.title_image_thumbnail_provider'\n\n prestashop.core.grid.data.factory.title:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query.builder.title'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'title'\n\n prestashop.core.grid.data.factory.customer_thread:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@prestashop.core.grid.query.builder.customer_thread'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'attribute'\n\n prestashop.core.grid.data_provider.customer_thread_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\CustomerThreadGridDataFactoryDecorator'\n arguments:\n - '@prestashop.core.grid.data.factory.customer_thread'\n\n prestashop.core.grid.data.factory.customer_groups:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\DoctrineGridDataFactory'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Query\CustomerGroupsQueryBuilder'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'customer_groups'\n\n prestashop.core.grid.data.factory.tax_rule:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Query\TaxRuleQueryBuilder'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'tax_rule'\n\n PrestaShop\PrestaShop\Core\Grid\Data\Factory\TaxRuleGridDataFactory:\n arguments:\n - '@prestashop.core.grid.data.factory.tax_rule'\n - '@translator'\n\n prestashop.core.grid.data.factory.alias:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\DoctrineGridDataFactory'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Query\AliasQueryBuilder'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'search_aliases'\n\n prestashop.core.grid.data_provider.alias_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Data\Factory\AliasGridDataFactoryDecorator'\n arguments:\n - '@prestashop.core.grid.data.factory.alias'\n - '@PrestaShop\PrestaShop\Adapter\Alias\Repository\AliasRepository'\n\n prestashop.core.grid.data.factory.feature:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Query\FeatureQueryBuilder'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'feature'\n\n prestashop.core.grid.data.factory.feature_value:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Query\FeatureValueQueryBuilder'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'feature_value'\n\n prestashop.core.grid.data.factory.store:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Query\StoreQueryBuilder'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'store'\n\n PrestaShop\PrestaShop\Core\Grid\Data\Factory\StoreGridDataFactory:\n autowire: true\n public: false\n arguments:\n - '@prestashop.core.grid.data.factory.store'\n\n prestashop.core.grid.data_factory.api_client:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n public: true\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Query\ApiClientQueryBuilder'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'api_client'\n\n prestashop.core.grid.data.factory.cart:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Query\CartQueryBuilder'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'cart'\n\n PrestaShop\PrestaShop\Core\Grid\Data\Factory\CartGridDataFactory:\n autowire: true\n arguments:\n - '@prestashop.core.grid.data.factory.cart'\n - '@translator'\n - '@prestashop.core.localization.locale.context_locale'\n - '@prestashop.core.query_bus'\n\n prestashop.core.grid.data_factory.image_type:\n class: '%prestashop.core.grid.data.factory.doctrine_grid_data_factory%'\n public: false\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Query\ImageTypeQueryBuilder'\n - '@prestashop.core.hook.dispatcher'\n - '@prestashop.core.grid.query.doctrine_query_parser'\n - 'image_type'\n | dataset_sample\yaml\PrestaShop_PrestaShop\src\PrestaShopBundle\Resources\config\services\core\grid\grid_data_factory.yml | grid_data_factory.yml | YAML | 29,724 | 0.7 | 0.127298 | 0 | python-kit | 739 | 2023-08-02T06:02:29.938476 | Apache-2.0 | false | 8034f0779ef33a8d0bb8eabdee0a1f9b |
services:\n _defaults:\n public: true\n _instanceof:\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\GridDefinitionFactoryInterface:\n tags: [ 'core.grid_definition_factory' ]\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\GridDefinitionFactoryProvider:\n arguments:\n $factories: !tagged_locator { tag: core.grid_definition_factory }\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory:\n public: false\n arguments:\n - '@prestashop.core.hook.dispatcher'\n calls:\n - [ setTranslator, [ '@translator' ] ]\n\n prestashop.core.grid.definition.factory.logs:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\LogGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n\n prestashop.core.grid.definition.factory.email_logs:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\EmailLogsDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n arguments:\n - '@prestashop.core.form.choice_provider.language_by_id'\n\n prestashop.core.grid.definition.factory.request_sql:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\RequestSqlGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.backup:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\BackupDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.webservice_key:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\WebserviceKeyDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.meta:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\MetaGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.category:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CategoryGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.adapter.shop.context'\n - '@prestashop.adapter.grid.action.row.accessibility_checker.category_for_view'\n public: true\n\n prestashop.core.grid.definition.factory.employee:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\EmployeeGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.contacts:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ContactGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.customer:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CustomerGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("prestashop.core.b2b.b2b_feature").isActive()'\n - '@=service("prestashop.adapter.multistore_feature").isActive()'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n - '@=service("prestashop.adapter.feature.group_feature").isActive()'\n public: true\n\n prestashop.core.grid.definition.factory.customer.discount:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CustomerDiscountGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.customer.address:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CustomerAddressGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("request_stack").getCurrentRequest()'\n public: true\n\n prestashop.core.grid.definition.factory.customer.cart:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CustomerCartGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n public: true\n\n prestashop.core.grid.definition.factory.customer.order:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CustomerOrderGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n public: true\n\n prestashop.core.grid.definition.factory.customer.bought_product:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CustomerBoughtProductGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n public: true\n\n prestashop.core.grid.definition.factory.customer.viewed_product:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CustomerViewedProductGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n public: true\n\n prestashop.core.grid.definition.factory.language:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\LanguageGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.currency:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CurrencyGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.supplier:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\SupplierGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.profile:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ProfileGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CmsPageCategoryDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@request_stack'\n - '@prestashop.adapter.shop.context'\n - '@=service("prestashop.adapter.multistore_feature").isUsed()'\n public: true\n\n prestashop.core.grid.definition.factory.cms_page_category:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CmsPageCategoryDefinitionFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n prestashop.core.grid.definition.factory.tax:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\TaxGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.manufacturer:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ManufacturerGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.manufacturer_address:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ManufacturerAddressGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CmsPageDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.core.query_bus'\n - '@request_stack'\n - '@prestashop.adapter.shop.context'\n - '@=service("prestashop.adapter.multistore_feature").isUsed()'\n public: true\n\n prestashop.core.grid.definition.factory.cms_page:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CmsPageDefinitionFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\EmptyCategoryGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.adapter.grid.action.row.accessibility_checker.category_for_view'\n public: true\n prestashop.core.grid.definition.factory.monitoring.empty_category:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\EmptyCategoryGridDefinitionFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\NoQtyProductWithCombinationGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n prestashop.core.grid.definition.factory.monitoring.no_qty_product_with_combination:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\NoQtyProductWithCombinationGridDefinitionFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\NoQtyProductWithoutCombinationGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n prestashop.core.grid.definition.factory.monitoring.no_qty_product_without_combination:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\NoQtyProductWithoutCombinationGridDefinitionFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\DisabledProductGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n prestashop.core.grid.definition.factory.monitoring.disabled_product:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\DisabledProductGridDefinitionFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\ProductWithoutImageGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n prestashop.core.grid.definition.factory.monitoring.product_without_image:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\ProductWithoutImageGridDefinitionFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\ProductWithoutDescriptionGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n prestashop.core.grid.definition.factory.monitoring.product_without_description:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\ProductWithoutDescriptionGridDefinitionFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\ProductWithoutPriceGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n prestashop.core.grid.definition.factory.monitoring.product_without_price:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Monitoring\ProductWithoutPriceGridDefinitionFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n prestashop.core.grid.definition.factory.order:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\OrderGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.adapter.legacy.configuration'\n - '@prestashop.adapter.form.choice_provider.order_countries'\n - '@prestashop.core.form.choice_provider.order_state_by_id'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n - '@prestashop.adapter.feature.multistore'\n - '@prestashop.core.grid.action.row.accessibility_checker.print_invoice'\n - '@prestashop.core.grid.action.row.accessibility_checker.print_delivery_slip'\n - '@prestashop.core.form.choice_provider.order_state_by_id'\n public: true\n\n prestashop.core.grid.definition.factory.cart_rule:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CartRuleGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n\n prestashop.core.grid.definition.factory.discount:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\DiscountGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n autowire: true\n public: true\n\n prestashop.core.grid.definition.factory.catalog_price_rule:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CatalogPriceRuleGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@request_stack'\n - '@prestashop.adapter.shop.context'\n - '@=service("prestashop.adapter.multistore_feature").isUsed()'\n public: true\n\n prestashop.core.grid.definition.factory.order_message:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\OrderMessageGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.attachment:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AttachmentGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.attribute:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AttributeGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("request_stack").getCurrentRequest().attributes.getInt("attributeGroupId")'\n - '@PrestaShop\PrestaShop\Adapter\AttributeGroup\AttributeGroupViewDataProvider'\n public: true\n\n prestashop.core.grid.definition.factory.attribute_group:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AttributeGroupGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.merchandise_return:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\MerchandiseReturnGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.tax_rules_group:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\TaxRulesGroupGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.address:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AddressGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.credit_slip:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CreditSlipGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getLanguage().date_format_lite'\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\OrderStatesGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.core.grid.action.row.accessibility_checker.delete_order_states'\n public: false\n\n prestashop.core.grid.definition.factory.order_states:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\OrderStatesGridDefinitionFactory'\n public: true\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\OrderReturnStatesGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.core.grid.action.row.accessibility_checker.delete_order_return_states'\n public: false\n\n prestashop.core.grid.definition.factory.order_return_states:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\OrderReturnStatesGridDefinitionFactory'\n public: true\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n prestashop.core.grid.definition.factory.outstanding:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\OutstandingGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.adapter.legacy.configuration'\n - "@=service('prestashop.adapter.legacy.context').getContext().language.id"\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n public: true\n\n prestashop.core.grid.definition.factory.carrier:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CarrierGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.zone:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ZoneGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.country:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CountryGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.search_engines:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\SearchEngineGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n prestashop.core.grid.definition.factory.product:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ProductGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.adapter.legacy.configuration'\n - '@PrestaShop\PrestaShop\Adapter\Feature\MultistoreFeature'\n - '@prestashop.adapter.shop.context'\n - '@form.factory'\n - '@PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\ProductSingleShopAssociatedAccessibilityChecker'\n - '@PrestaShop\PrestaShop\Core\Grid\Action\Row\AccessibilityChecker\ProductMultipleShopsAssociatedAccessibilityChecker'\n public: true\n\n prestashop.core.grid.definition.factory.product.shops:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ProductShopsGridDefinitionFactory'\n parent: 'prestashop.core.grid.definition.factory.product'\n public: true\n\n prestashop.core.grid.definition.factory.product_light:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ProductLightGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.adapter.legacy.configuration'\n public: true\n\n prestashop.core.grid.definition.factory.security.session.employee:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Security\Session\EmployeeGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n public: true\n\n prestashop.core.grid.definition.factory.security.session.customer:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\Security\Session\CustomerGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getContext().language.date_format_full'\n public: true\n\n prestashop.core.grid.definition.factory.state:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\StateGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - "@=service('router').generate('admin_common_reset_search', {'controller': 'state', 'action': 'index'})"\n - "@=service('router').generate('admin_states_index')"\n public: true\n\n prestashop.core.grid.definition.factory.title:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\TitleGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.core.form.choice_provider.gender_choice_provider'\n public: true\n\n prestashop.core.grid.definition.factory.customer_thread:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CustomerThreadGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n arguments:\n - '@prestashop.core.form.choice_provider.contact_type_choice_provider'\n - '@prestashop.adapter.form.choice_provider.shop_name_by_id'\n - '@prestashop.core.form.choice_provider.customer_thread_statuses_choice_provider'\n public: true\n\n prestashop.core.grid.definition.factory.customer_groups:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CustomerGroupsGridDefinitionFactory'\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\TaxRuleGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: false\n autowire: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AliasGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n # must remain public to be accessed by CommonController:searchGridAction\n public: true\n autowire: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\FeatureGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n autowire: true\n # must remain public to be accessed by CommonController:searchGridAction\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\StoreGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n public: true\n autowire: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\FeatureValueGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n autowire: true\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ApiClientGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n autowire: true\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CartGridDefinitionFactory:\n parent: 'prestashop.core.grid.definition.factory.abstract_grid_definition'\n autowire: true\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ImageTypeGridDefinitionFactory:\n parent: PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory\n autowire: true\n public: true\n\n # deprecated services\n # Alias for this abstract definition causes tests in vendor fail for some reason, so we stick to full definition instead\n prestashop.core.grid.definition.factory.abstract_grid_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory'\n public: false\n arguments:\n - '@prestashop.core.hook.dispatcher'\n calls:\n - [ setTranslator, [ '@translator' ] ]\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n | dataset_sample\yaml\PrestaShop_PrestaShop\src\PrestaShopBundle\Resources\config\services\core\grid\grid_definition_factory.yml | grid_definition_factory.yml | YAML | 25,322 | 0.8 | 0.104 | 0.009412 | node-utils | 341 | 2023-12-19T17:09:32.194929 | BSD-3-Clause | false | 92700441c2beca2f089ca8f2e0be2ed1 |
services:\n _defaults:\n public: true\n\n prestashop.core.grid.log_factory:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.logs'\n - '@prestashop.core.grid.data.factory.log_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.email_logs:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.email_logs'\n - '@prestashop.core.grid.data_factory.email_logs'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.request_sql:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.request_sql'\n - '@prestashop.core.grid.data_factory.request_sql'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.backup:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.backup'\n - '@prestashop.core.backup.listing.grid_data_factory'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.webservice_key:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.webservice_key'\n - '@prestashop.core.grid.data_factory.webservice_key'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.meta:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.meta'\n - '@prestashop.core.grid.data_provider.meta'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.category:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.category'\n - '@prestashop.core.grid.data.factory.category_decorator'\n - '@prestashop.core.grid.filter.category_form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.category_decorator:\n class: 'PrestaShop\PrestaShop\Core\Grid\Factory\CategoryGridFactoryDecorator'\n arguments:\n - '@prestashop.core.grid.factory.category'\n - '@prestashop.core.grid.filter.category_form_factory'\n\n prestashop.core.grid.factory.employee:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.employee'\n - '@prestashop.core.grid.data_provider.employee'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.contacts:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.contacts'\n - '@prestashop.core.grid.data_provider.contacts'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.customer:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.customer'\n - '@prestashop.core.grid.data_provider.customer_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.customer.discount:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.customer.discount'\n - '@prestashop.core.grid.data_provider.customer_discount'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.customer.address:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.customer.address'\n - '@prestashop.core.grid.data_provider.customer_address_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.customer.cart:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.customer.cart'\n - '@prestashop.core.grid.data_provider.customer_cart_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.customer.order:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.customer.order'\n - '@prestashop.core.grid.data_provider.customer_order_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.customer.bought_product:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.customer.bought_product'\n - '@prestashop.core.grid.data_provider.customer_bought_product'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.customer.viewed_product:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.customer.viewed_product'\n - '@prestashop.core.grid.data_provider.customer_viewed_product'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.language:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.language'\n - '@prestashop.core.grid.factory.language_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.supplier:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.supplier'\n - '@prestashop.core.grid.factory.supplier_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.currency:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.currency'\n - '@prestashop.core.currency.grid_data_factory'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.profiles:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.profile'\n - '@PrestaShop\PrestaShop\Core\Grid\Data\Factory\ProfileGridDataFactoryDecorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.cms_page_category:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.cms_page_category'\n - '@prestashop.core.grid.data_provider.cms_page_category'\n - '@prestashop.core.grid.filter.cms_page_form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.tax:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.tax'\n - '@prestashop.core.grid.data_factory.tax'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.manufacturer:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.manufacturer'\n - '@prestashop.core.grid.data.factory.manufacturer_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.manufacturer_address:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.manufacturer_address'\n - '@prestashop.core.grid.data.factory.manufacturer_address_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.cms_page:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.cms_page'\n - '@prestashop.core.grid.data_provider.cms_page'\n - '@prestashop.core.grid.filter.cms_page_form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.empty_category:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.monitoring.empty_category'\n - '@prestashop.core.grid.data.factory.empty_category_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.no_qty_product_with_combination:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.monitoring.no_qty_product_with_combination'\n - '@prestashop.core.grid.data.factory.no_qty_product_with_combination'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.no_qty_product_without_combination:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.monitoring.no_qty_product_without_combination'\n - '@prestashop.core.grid.data.factory.no_qty_product_without_combination'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.disabled_product:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.monitoring.disabled_product'\n - '@prestashop.core.grid.data.factory.disabled_product'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.product_without_image:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.monitoring.product_without_image'\n - '@prestashop.core.grid.data.factory.product_without_image'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.product_without_description:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.monitoring.product_without_description'\n - '@prestashop.core.grid.data.factory.product_without_description'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.product_without_price:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.monitoring.product_without_price'\n - '@prestashop.core.grid.data.factory.product_without_price'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.order:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.order'\n - '@prestashop.core.grid.data.factory.order_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.cart_rule:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.cart_rule'\n - '@prestashop.core.grid.data.factory.cart_rule'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.discount:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.discount'\n - '@prestashop.core.grid.data.factory.discount'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.catalog_price_rule:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.catalog_price_rule'\n - '@prestashop.core.grid.data.factory.catalog_price_rule_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.order_message:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.order_message'\n - '@prestashop.core.grid.data.factory.order_message'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.attachment:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.attachment'\n - '@prestashop.core.grid.data_factory.attachment_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.attribute:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.attribute'\n - '@prestashop.core.grid.data.factory.attribute_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.attribute_group:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.attribute_group'\n - '@prestashop.core.grid.data.factory.attribute_group_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.merchandise_return:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.merchandise_return'\n - '@prestashop.core.grid.data_provider.merchandise_return'\n - '@prestashop.core.grid.filter.merchandise_return_form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.tax_rule:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Definition\Factory\TaxRuleGridDefinitionFactory'\n - '@PrestaShop\PrestaShop\Core\Grid\Data\Factory\TaxRuleGridDataFactory'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.tax_rules_group:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.tax_rules_group'\n - '@prestashop.core.grid.data.factory.tax_rules_group'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.address:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.address'\n - '@prestashop.core.grid.data.factory.address'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.credit_slip:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.credit_slip'\n - '@prestashop.core.grid.data.factory.credit_slip_decorator'\n - '@prestashop.core.grid.filter.credit_slip_form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.order_states:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.order_states'\n - '@prestashop.core.grid.data_provider.order_states'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.order_return_states:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.order_return_states'\n - '@prestashop.core.grid.data_provider.order_return_states'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.outstanding:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.outstanding'\n - '@prestashop.core.grid.data.factory.outstanding_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.carrier:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.carrier'\n - '@prestashop.core.grid.data.factory.carrier_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.zone:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.zone'\n - '@prestashop.core.grid.data.factory.zone'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.country:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.country'\n - '@prestashop.core.grid.data.factory.country'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.search_engines:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.search_engines'\n - '@prestashop.core.grid.data_provider.search_engines'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.product:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.product'\n - '@PrestaShop\PrestaShop\Adapter\Product\Grid\Data\Factory\ProductGridDataFactoryDecorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.product.shops:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.product.shops'\n - '@PrestaShop\PrestaShop\Adapter\Product\Grid\Data\Factory\ProductShopsGridDataFactoryDecorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.product_light:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.product_light'\n - '@PrestaShop\PrestaShop\Adapter\Product\Grid\Data\Factory\ProductLightGridDataFactoryDecorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.security.session.employee:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.security.session.employee'\n - '@prestashop.core.grid.data_factory.security.session.employee'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.security.session.customer:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.security.session.customer'\n - '@prestashop.core.grid.data_factory.security.session.customer'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.state:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.state'\n - '@prestashop.core.grid.data.factory.state'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.title:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.title'\n - '@prestashop.core.grid.factory.title_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.customer_thread:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.customer_thread'\n - '@prestashop.core.grid.data_provider.customer_thread_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.customer_groups:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@prestashop.core.grid.definition.factory.customer_groups'\n - '@prestashop.core.grid.data.factory.customer_groups'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.alias:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AliasGridDefinitionFactory'\n - '@prestashop.core.grid.data_provider.alias_decorator'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.grid_factory.feature:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Definition\Factory\FeatureGridDefinitionFactory'\n - '@prestashop.core.grid.data.factory.feature'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n PrestaShop\PrestaShop\Core\Grid\Factory\FeatureValueGridFactory:\n autowire: true\n arguments:\n $definitionFactory: '@PrestaShop\PrestaShop\Core\Grid\Definition\Factory\FeatureValueGridDefinitionFactory'\n $dataFactory: '@prestashop.core.grid.data.factory.feature_value'\n $filterFormFactory: '@prestashop.core.grid.filter.form_factory'\n\n prestashop.core.grid.grid_factory.store:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Definition\Factory\StoreGridDefinitionFactory'\n - '@PrestaShop\PrestaShop\Core\Grid\Data\Factory\StoreGridDataFactory'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.api_client:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ApiClientGridDefinitionFactory'\n - '@prestashop.core.grid.data_factory.api_client'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.cart:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Definition\Factory\CartGridDefinitionFactory'\n - '@PrestaShop\PrestaShop\Core\Grid\Data\Factory\CartGridDataFactory'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.factory.image_type:\n class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Grid\Definition\Factory\ImageTypeGridDefinitionFactory'\n - '@prestashop.core.grid.data_factory.image_type'\n - '@prestashop.core.grid.filter.form_factory'\n - '@prestashop.core.hook.dispatcher'\n | dataset_sample\yaml\PrestaShop_PrestaShop\src\PrestaShopBundle\Resources\config\services\core\grid\grid_factory.yml | grid_factory.yml | YAML | 24,086 | 0.7 | 0.123188 | 0 | node-utils | 989 | 2025-03-10T10:17:37.845722 | MIT | false | 850f49fc99a56434f7497c41803b3ae2 |
services:\n _defaults:\n public: true\n\n PrestaShop\PrestaShop\Core\Grid\Filter\GridFilterFormFactory:\n public: false\n arguments:\n - '@form.factory'\n - '@prestashop.core.hook.dispatcher'\n\n prestashop.core.grid.filter.form_factory:\n alias: 'PrestaShop\PrestaShop\Core\Grid\Filter\GridFilterFormFactory'\n deprecated:\n package: PrestaShop\PrestaShop\n version: 9.0\n\n prestashop.core.grid.filter.category_form_factory:\n class: 'PrestaShop\PrestaShop\Core\Grid\Filter\CategoryFilterFormFactory'\n arguments:\n - '@prestashop.core.grid.filter.form_factory'\n - '@router'\n - '@request_stack'\n\n prestashop.core.grid.filter.cms_page_form_factory:\n class: 'PrestaShop\PrestaShop\Core\Grid\Filter\CmsPageFilterFormFactory'\n arguments:\n - '@prestashop.core.grid.filter.form_factory'\n - '@router'\n - '@request_stack'\n\n prestashop.core.grid.filter.merchandise_return_form_factory:\n class: 'PrestaShop\PrestaShop\Core\Grid\Filter\FilterFormFactoryFormActionDecorator'\n arguments:\n - '@prestashop.core.grid.filter.form_factory'\n - '@router'\n - 'admin_merchandise_returns_filter'\n\n prestashop.core.grid.filter.credit_slip_form_factory:\n class: 'PrestaShop\PrestaShop\Core\Grid\Filter\FilterFormFactoryFormActionDecorator'\n arguments:\n - '@prestashop.core.grid.filter.form_factory'\n - '@router'\n - 'admin_credit_slips_search'\n | dataset_sample\yaml\PrestaShop_PrestaShop\src\PrestaShopBundle\Resources\config\services\core\grid\grid_filter_form_factory.yml | grid_filter_form_factory.yml | YAML | 1,427 | 0.7 | 0.093023 | 0 | react-lib | 117 | 2023-12-30T22:45:35.646522 | BSD-3-Clause | false | 8c9a0a010f347af96ab5ece2aa046132 |
services:\n _defaults:\n public: true\n _instanceof:\n PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinitionInterface:\n tags: [ 'core.grid_position_definition' ]\n\n PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinitionProvider:\n arguments:\n $positionDefinitions: !tagged_locator { tag: core.grid_position_definition }\n\n prestashop.core.grid.cms_page_category.position_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinition'\n arguments:\n $table: 'cms_category'\n $idField: 'id_cms_category'\n $positionField: 'position'\n $parentIdField: 'id_parent'\n\n prestashop.core.grid.cms_page.position_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinition'\n arguments:\n $table: 'cms'\n $idField: 'id_cms'\n $positionField: 'position'\n $parentIdField: 'id_cms_category'\n\n prestashop.core.grid.attribute.position_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinition'\n arguments:\n $table: 'attribute'\n $idField: 'id_attribute'\n $positionField: 'position'\n $parentIdField: 'id_attribute_group'\n\n prestashop.core.grid.attribute_group.position_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinition'\n arguments:\n $table: 'attribute_group'\n $idField: 'id_attribute_group'\n $positionField: 'position'\n\n prestashop.core.grid.carrier.position_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinition'\n arguments:\n $table: 'carrier'\n $idField: 'id_carrier'\n $positionField: 'position'\n\n prestashop.core.grid.image.position_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinition'\n arguments:\n $table: 'image'\n $idField: 'id_image'\n $positionField: 'position'\n $parentIdField: 'id_product'\n $firstPosition: 1\n\n prestashop.core.grid.product.position_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinition'\n arguments:\n $table: 'category_product'\n $idField: 'id_product'\n $positionField: 'position'\n $parentIdField: 'id_category'\n $firstPosition: 1\n\n prestashop.core.grid.feature.position_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinition'\n arguments:\n $table: 'feature'\n $idField: 'id_feature'\n $positionField: 'position'\n\n prestashop.core.grid.feature_value.position_definition:\n class: 'PrestaShop\PrestaShop\Core\Grid\Position\PositionDefinition'\n arguments:\n $table: 'feature_value'\n $idField: 'id_feature_value'\n $positionField: 'position'\n $parentIdField: 'id_feature'\n | dataset_sample\yaml\PrestaShop_PrestaShop\src\PrestaShopBundle\Resources\config\services\core\grid\grid_position_definition_factory.yml | grid_position_definition_factory.yml | YAML | 2,725 | 0.7 | 0.111111 | 0 | react-lib | 150 | 2024-02-11T04:33:21.240895 | MIT | false | d31bba5fa2ccd04da13e5c62cd73dec7 |
services:\n _defaults:\n public: false\n\n PrestaShop\PrestaShop\Core\Util\HelperCard\DocumentationLinkProviderInterface:\n alias: 'PrestaShop\PrestaShop\Core\Util\HelperCard\DocumentationLinkProvider'\n public: true\n\n PrestaShop\PrestaShop\Core\Util\HelperCard\DocumentationLinkProvider:\n class: 'PrestaShop\PrestaShop\Core\Util\HelperCard\DocumentationLinkProvider'\n arguments:\n - '@=service("prestashop.adapter.legacy.context").getContext().language ? service("prestashop.adapter.legacy.context").getContext().language.iso_code : "en-US"'\n -\n 'team':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/team'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/configurer-boutique/parametres-avances/equipe'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/configurar-tienda/parametros-avanzados/equipo'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/configurare-negozio/parametri-avanzati/squadra'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/team'\n 'meta':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/shop-parameters/traffic/seo-and-urls'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/configurer-boutique/configurer-parametres-boutique/trafic/seo-et-url'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/configurar-tienda/parametros-tienda/trafico/seo-y-urls'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/configurare-negozio/parametri-negozio/traffico/seo-e-url'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/shop-parameters/traffic/seo-and-urls'\n 'customer':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-customers/your-customers'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/vendre/gerer-clients/vos-clients'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/vender/gestionar-clientes/tus-clientes'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/vendere/gestire-clienti/i-tuoi-clienti'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-customers/your-customers'\n 'supplier':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-suppliers'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/vendre/gerer-catalogue/gerer-fournisseurs'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/vender/gestionar-catalogo/gestionar-proveedores'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/vendere/gestire-catalogo/gestire-fornitori'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-suppliers'\n 'category':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-categories'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/vendre/gerer-catalogue/gerer-categories'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/vender/gestionar-catalogo/gestionar-categorias'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/vendere/gestire-catalogo/gestire-categorie'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-categories'\n 'cms_pages':\n 'en': 'https://docs.prestashop-project.org/v.8-documentation/user-guide/improving-shop/customizing-store-design/pages-managing-static-content'\n 'fr': 'https://docs.prestashop-project.org/v.8-documentation/v/french-1/guide-utilisateur/optimiser-boutique/personnaliser-apparence-boutique/pages-gerer-contenu-statique'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/optimizar-tienda/personalizar-diseno-tienda/paginas-gestionar-contenido-estatico'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/migliorare-negozio/personalizzare-design-negozio/pagine-gestione-contenuti-statici'\n '_fallback': 'https://docs.prestashop-project.org/v.8-documentation/user-guide/improving-shop/customizing-store-design/pages-managing-static-content'\n 'debug_mode':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/performance#performance-debugmode'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/configurer-boutique/parametres-avances/performance#parametresdeperformances-modedebug'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/configurar-tienda/parametros-avanzados/rendimiento#rendimiento-mododepuracion'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/configurare-negozio/parametri-avanzati/performance-prestazioni#modalita-di-debug'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/performance#performance-debugmode'\n 'attribute':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-product-attributes'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/vendre/gerer-catalogue/gerer-attributs-produits'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/vender/gestionar-catalogo/gestionar-atributos-producto'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/vendere/gestire-catalogo/gestire-attributi-prodotti'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-product-attributes'\n 'monitoring':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/monitoring-catalog'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/vendre/gerer-catalogue/suivi-catalogue'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/vender/gestionar-catalogo/monitorear-catalogo'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/vendere/gestire-catalogo/monitorare-catalogo'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/monitoring-catalog'\n 'attachment':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-files'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/vendre/gerer-catalogue/gerer-fichiers'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/vender/gestionar-catalogo/gestionar-archivos'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/vendere/gestire-catalogo/gestire-files'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-files'\n 'credit_slip':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-orders/credit-slips'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/vendre/gerer-commandes/avoirs'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/vender/gestionar-pedidos/facturas-por-abono'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/vendere/gestire-ordini/note-di-credito'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-orders/credit-slips'\n 'carrier':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/improving-shop/managing-shipping/carriers'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/optimiser-boutique/gerer-livraisons/gerer-transporteurs'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/optimizar-tienda/gestionar-transporte/gestionar-transportistas'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/migliorare-negozio/gestire-spedizioni/corrieri'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/improving-shop/managing-shipping/carriers'\n 'combinations':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-products#managingproducts-creatingaproductwithcombinations'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/vendre/gerer-catalogue/gerer-produits#creation-dun-produit-avec-des-declinaisons'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/vender/gestionar-catalogo/gestionar-productos#gestionarlosproductos-crearunproductoconcombinaciones'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/vendere/gestire-catalogo/gestire-prodotti#gestireprodotti-creareunprodottoconcombinazioni'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-products#managingproducts-creatingaproductwithcombinations'\n 'feature':\n 'en': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-product-features'\n 'fr': 'https://docs.prestashop-project.org/1.7-documentation/v/french/guide-utilisateur/vendre/gerer-catalogue/gerer-caracteristiques-produits'\n 'es': 'https://docs.prestashop-project.org/1.7-documentation/v/spanish/guia-usuario/vender/gestionar-catalogo/gestionar-caracteristicas-producto'\n 'it': 'https://docs.prestashop-project.org/1.7-documentation/v/italian/guida-utente/vendere/gestire-catalogo/gestire-funzioni-prodotto'\n '_fallback': 'https://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-catalog/managing-product-features'\n | dataset_sample\yaml\PrestaShop_PrestaShop\src\PrestaShopBundle\Resources\config\services\core\util\helper_card.yml | helper_card.yml | YAML | 11,086 | 0.8 | 0.010309 | 0 | react-lib | 36 | 2024-03-09T16:31:48.164864 | MIT | false | 28a5f838448a40d1f30029cae3265468 |
services:\n _defaults:\n public: true\n\n PrestaShopBundle\Command\AppendConfigurationFileHooksListCommand:\n arguments:\n - '%kernel.environment%'\n - '@prestashop.core.hook.extractor.hook_extractor'\n - '@prestashop.adapter.legacy.context'\n - '@prestashop.core.hook.provider.grid_definition_hook_by_service_ids_provider'\n - '@prestashop.core.hook.provider.identifiable_object_hook_by_form_type_provider'\n - '@prestashop.core.hook.generator.hook_description_generator'\n - '%prestashop.core.grid.definition.service_ids%'\n - '%prestashop.hook.option_form_hook_names%'\n - '%prestashop.core.form.identifiable_object.form_types%'\n - '%kernel.project_dir%/install-dev/data/xml/hook.xml'\n tags:\n - 'console.command'\n\n PrestaShopBundle\Command\AppendHooksListForSqlUpgradeFileCommand:\n autowire: true\n arguments:\n $env: '%kernel.environment%'\n $projectDir: '%kernel.project_dir%'\n tags:\n - 'console.command'\n\n PrestaShopBundle\Command\CheckTranslationDuplicatesCommand:\n arguments:\n - '@translator'\n tags:\n - 'console.command'\n\n PrestaShopBundle\Command\LegacyLinkLinterCommand:\n arguments:\n - '@prestashop.bundle.routing.linter.legacy_link_linter'\n - '@prestashop.bundle.routing.linter.admin_route_provider'\n tags:\n - 'console.command'\n\n PrestaShopBundle\Command\ListCommandsAndQueriesCommand:\n arguments:\n - '@prestashop.core.provider.command_definition_provider'\n - '%prestashop.commands_and_queries%'\n - '@api_platform.metadata.resource.name_collection_factory.attributes'\n - '@api_platform.metadata.resource.metadata_collection_factory.attributes'\n tags:\n - 'console.command'\n\n PrestaShopBundle\Command\NamingConventionLinterCommand:\n arguments:\n - '@prestashop.bundle.routing.linter.admin_route_provider'\n - '@prestashop.bundle.routing.linter.naming_convention_linter'\n tags:\n - 'console.command'\n\n PrestaShopBundle\Command\SecurityAttributeLinterCommand:\n arguments:\n - '@prestashop.bundle.routing.linter.admin_route_provider'\n - '@prestashop.bundle.routing.linter.security_annotation_linter'\n tags:\n - 'console.command'\n\n PrestaShopBundle\Command\UpdateLicensesCommand:\n tags:\n - 'console.command'\n\n PrestaShopBundle\Command\APIClientCommand:\n autowire: true\n autoconfigure: true\n | dataset_sample\yaml\PrestaShop_PrestaShop\src\PrestaShopBundle\Resources\config\services_dev\bundle\command.yml | command.yml | YAML | 2,395 | 0.7 | 0 | 0 | awesome-app | 628 | 2023-08-02T20:45:59.152774 | BSD-3-Clause | false | 981679db43730ae0240dafcd857c6c55 |
default:\n suites:\n contact:\n paths:\n - "%paths.base%/Features/Scenario/Contact"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ContactFeatureContext\n database:\n paths:\n - "%paths.base%/Features/Scenario/Database"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\SqlManagerFeatureContext\n state:\n paths:\n - "%paths.base%/Features/Scenario/State"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\StateFeatureContext\n - Tests\Integration\Behaviour\Features\Context\StateFeatureContext\n tax_rules_group:\n paths:\n - "%paths.base%/Features/Scenario/TaxRulesGroup"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\TaxRulesGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n title:\n paths:\n - "%paths.base%/Features/Scenario/Title"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\TitleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\TitleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n store:\n paths:\n - "%paths.base%/Features/Scenario/Store"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\StoreFeatureContext\n - Tests\Integration\Behaviour\Features\Context\StoreFeatureContext\n customer:\n paths:\n - "%paths.base%/Features/Scenario/Customer"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerManagerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\RiskFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n customer_group:\n paths:\n - "%paths.base%/Features/Scenario/CustomerGroup"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\LocalizedArrayTransformContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n module:\n paths:\n - "%paths.base%/Features/Scenario/Module"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ModuleFeatureContext\n category:\n paths:\n - "%paths.base%/Features/Scenario/Category"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\AddProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\CommonProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateCategoriesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateStatusFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n cart:\n paths:\n - "%paths.base%/Features/Scenario/Cart"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierRangesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ZoneFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\EmailConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\PackConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\RoundingModeConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\RoundingTypeConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ContextFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\AddCartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\CartRuleAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\EditCartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\SetCartRuleRestrictionsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\EmployeeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LegacyProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ModuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\SpecificPriceRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\SqlManagerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\TaxFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\CurrencyTransformContext\n - Tests\Integration\Behaviour\Features\Transform\SharedStorageTransformContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n language:\n paths:\n - "%paths.base%/Features/Scenario/Language"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n order:\n paths:\n - "%paths.base%/Features/Scenario/Order"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierRangesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ZoneFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\EmailConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\PriceDisplayMethodConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\RoundingTypeConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerManagerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AddressFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ApiClientManagementFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierTaxRuleGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\AddCartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\CartRuleAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\EditCartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\SetCartRuleRestrictionsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderCartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderCustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderMessageContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderPaymentFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderRefundFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderShippingFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\AddProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\CommonProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\DeleteProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\DetailsAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\StockAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateCustomizationFieldsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateStockFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\TaxFeatureContext\n - Tests\Integration\Behaviour\Features\Context\EmployeeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LegacyProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ModuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\CurrencyTransformContext\n - Tests\Integration\Behaviour\Features\Transform\SharedStorageTransformContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n order_return_state:\n paths:\n - "%paths.base%/Features/Scenario/OrderReturnState"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderReturnStateFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n order_state:\n paths:\n - "%paths.base%/Features/Scenario/OrderState"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderStateFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n currency:\n paths:\n - "%paths.base%/Features/Scenario/Currency"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n cldr:\n paths:\n - "%paths.base%/Features/Scenario/CLDR"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CLDRFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n webservice:\n paths:\n - "%paths.base%/Features/Scenario/Webservice"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\WebserviceKeyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\WebserviceEndpointFeatureContext\n - Tests\Integration\Behaviour\Features\Context\WebserviceKeyFeatureContext\n tax:\n paths:\n - "%paths.base%/Features/Scenario/Tax"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\TaxFeatureContext\n manufacturer:\n paths:\n - "%paths.base%/Features/Scenario/Manufacturer"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AddressFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ManufacturerFeatureContext\n cms_page:\n paths:\n - "%paths.base%/Features/Scenario/CmsPage"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CmsPageFeatureContext\n cart_rule:\n paths:\n - "%paths.base%/Features/Scenario/CartRule"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\AttributeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierRangesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ZoneFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\AddCartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\CartRuleAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\DeleteCartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\EditCartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\SetCartRuleRestrictionsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ManufacturerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\AddProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\CombinationListingFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\GenerateCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\SupplierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\CurrencyTransformContext\n - Tests\Integration\Behaviour\Features\Transform\SharedStorageTransformContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n discount:\n paths:\n - "%paths.base%/Features/Scenario/Discount"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\Domain\Discount\DiscountFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\CurrencyTransformContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\AddProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LegacyProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ContextFeatureContext\n - Tests\Integration\Behaviour\Features\Context\FeatureFlagFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\AttributeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\CommonProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\GenerateCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\GetCombinationIdsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\CombinationListingFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\UpdateCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateStatusFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\UpdateCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\CombinationAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\UpdateCombinationStockFeatureContext\n\n catalog_price_rule:\n paths:\n - "%paths.base%/Features/Scenario/CatalogPriceRule"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\AttributeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CatalogPriceRuleContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\FeatureFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\FeatureValueFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ManufacturerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\AddProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\GenerateCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateCategoriesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateProductFeatureValuesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateProductSuppliersFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\SupplierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\SharedStorageTransformContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n meta:\n paths:\n - "%paths.base%/Features/Scenario/Meta"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\MetaFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\MetaFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n feature:\n paths:\n - "%paths.base%/Features/Scenario/Feature"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\FeatureFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\FeatureValueFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\LocalizedArrayTransformContext\n order_message:\n paths:\n - "%paths.base%/Features/Scenario/OrderMessage"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderMessageContext\n - Tests\Integration\Behaviour\Features\Context\OrderMessageContext\n misc:\n paths:\n - "%paths.base%/Features/Scenario/Misc"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\DebugModeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\EmployeeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ShowcaseCardFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ThemeMailTemplatesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n address:\n paths:\n - "%paths.base%/Features/Scenario/Address"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AddressFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ManufacturerFeatureContext\n supplier:\n paths:\n - "%paths.base%/Features/Scenario/Supplier"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\SupplierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\SupplierFeatureContext\n attachment:\n paths:\n - "%paths.base%/Features/Scenario/Attachment"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AttachmentFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n # This is a special suite only for legacy product tests, it avoids using legacy context in product suite (LegacyProductFeatureContext),\n # thus the product suite is only centered and based on recent CQRS commands\n legacy_product:\n paths:\n - "%paths.base%/Features/Scenario/Product"\n filters:\n tags: "@legacy-product-type"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\AttributeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\CommonProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LegacyProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n # This is a special suite only for product stock movement, it avoids adding other contexts (Order, Cart, ...) in the product suite which\n # could impact via their BeforeSuite/BeforeFeature/... tags and reduce the speed of regular product tests\n stock_movement_history:\n paths:\n - "%paths.base%/Features/Scenario/Product/StockMovement"\n filters:\n tags: "@stock-movement-history"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\AttributeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\EmailConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\AddProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\CombinationAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\CombinationListingFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\CombinationStockMovementsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\GenerateCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\UpdateCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\UpdateCombinationStockFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\StockMovementsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateStockFeatureContext\n - Tests\Integration\Behaviour\Features\Context\EmployeeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LegacyProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ModuleFeatureContext\n shop:\n paths:\n - "%paths.base%/Features/Scenario/Shop"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n feature_flag:\n paths:\n - "%paths.base%/Features/Scenario/FeatureFlag"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\FeatureFlagFeatureContext\n security:\n paths:\n - "%paths.base%/Features/Scenario/Security"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\SecurityFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n zone:\n paths:\n - "%paths.base%/Features/Scenario/Zone"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ZoneFeatureContext\n attribute:\n paths:\n - "%paths.base%/Features/Scenario/Attribute"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\AttributeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AttributeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n attribute_group:\n paths:\n - "%paths.base%/Features/Scenario/AttributeGroup"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\LocalizedArrayTransformContext\n search_engine:\n paths:\n - "%paths.base%/Features/Scenario/SearchEngine"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\SearchEngineFeatureContext\n profile:\n paths:\n - "%paths.base%/Features/Scenario/Profile"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ProfileFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\PermissionFeatureContext\n country:\n paths:\n - "%paths.base%/Features/Scenario/Country"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n product:\n paths:\n - "%paths.base%/Features/Scenario/Product"\n filters:\n tags: "~@legacy-product-type&&~@stock-movement-history"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\AttributeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AttachmentFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AttributeGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\FeatureFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\FeatureValueFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ManufacturerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\AddProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\CombinationAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\CombinationListingFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\CombinationShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\DeleteCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\GenerateCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\GetCombinationIdsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\SearchCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\SearchProductCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\UpdateCombinationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\UpdateCombinationImagesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\UpdateCombinationStockFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\Combination\UpdateCombinationSuppliersFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\CommonProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\DeleteProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\DetailsAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\DuplicateProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\OptionsAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\PricesAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\ProductImageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\ProductShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\ProductTypeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\RelatedProductsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\SearchProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\SeoAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\ShippingAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\SpecificPriceContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\SpecificPricePrioritiesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\StockAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateAttachmentFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateCategoriesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateCustomizationFieldsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdatePackFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdatePositionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateProductFeatureValuesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateProductSuppliersFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateShippingFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateStatusFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateStockFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateTagsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\VirtualProductFileFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\SupplierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\TaxFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\TaxRulesGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\LocalizedArrayTransformContext\n - Tests\Integration\Behaviour\Features\Transform\StringToArrayTransformContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n order_return:\n paths:\n - "%paths.base%/Features/Scenario/OrderReturn"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\EmailConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderReturnFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\EmployeeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LegacyProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ModuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\OrderReturnFeatureContext\n customer_service:\n paths:\n - "%paths.base%/Features/Scenario/CustomerService"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerServiceFeatureContext\n alias:\n paths:\n - "%paths.base%/Features/Scenario/Search"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\Domain\AliasFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n api-client:\n paths:\n - "%paths.base%/Features/Scenario/ApiClient"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ApiClientManagementFeatureContext\n image-settings:\n paths:\n - "%paths.base%/Features/Scenario/ImageSettings"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ImageSettings\ImageTypeContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ImageSettings\ImageSettingsContext\n carrier:\n paths:\n - "%paths.base%/Features/Scenario/Carrier"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\EmailConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierRangesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierTaxRuleGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderShippingFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\TaxRulesGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ZoneFeatureContext\n - Tests\Integration\Behaviour\Features\Context\EmployeeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LegacyProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ModuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n employee:\n paths:\n - "%paths.base%/Features/Scenario/Employee"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\EmployeeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n shipment:\n paths:\n - "%paths.base%/Features/Scenario/Shipment"\n contexts:\n - Tests\Integration\Behaviour\Features\Context\Domain\ShipmentFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\FeatureFlagFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierRangesFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ZoneFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CategoryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CommonFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\CommonConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\EmailConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\PriceDisplayMethodConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Configuration\RoundingTypeConfigurationFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CountryFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\CustomerManagerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\AddressFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ApiClientManagementFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Carrier\CarrierTaxRuleGroupFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\AddCartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\CartRuleAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\EditCartRuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CartRule\SetCartRuleRestrictionsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CurrencyFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\CustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderCartFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderCustomerFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderMessageContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderPaymentFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderRefundFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\OrderShippingFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\AddProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\CommonProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\DeleteProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\DetailsAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\StockAssertionFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateCustomizationFieldsFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\Product\UpdateStockFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\ProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\Domain\TaxFeatureContext\n - Tests\Integration\Behaviour\Features\Context\EmployeeFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LanguageFeatureContext\n - Tests\Integration\Behaviour\Features\Context\LegacyProductFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ModuleFeatureContext\n - Tests\Integration\Behaviour\Features\Context\OrderFeatureContext\n - Tests\Integration\Behaviour\Features\Context\ShopFeatureContext\n - Tests\Integration\Behaviour\Features\Transform\CurrencyTransformContext\n - Tests\Integration\Behaviour\Features\Transform\SharedStorageTransformContext\n - Tests\Integration\Behaviour\Features\Transform\StringToBoolTransformContext\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Integration\Behaviour\behat.yml | behat.yml | YAML | 51,699 | 0.6 | 0.002681 | 0.005369 | react-lib | 298 | 2024-12-15T11:04:26.203351 | GPL-3.0 | true | 53b3eadca50da1c5cbe5381b41253f80 |
services:\n _defaults:\n public: true\n\n Tests\Resources\Controller\:\n resource: "%kernel.project_dir%/tests/Resources/Controller/*"\n autoconfigure: true\n autowire: true\n\n prestashop.bundle.routing.converter.cache:\n class: Symfony\Component\Cache\Adapter\ArrayAdapter\n\n prestashop.adapter.image.uploader.category_cover_image_uploader:\n class: 'PrestaShop\PrestaShop\Adapter\Image\Uploader\CategoryCoverImageUploader'\n arguments:\n - '@PrestaShop\PrestaShop\Core\Image\ImageFormatConfiguration'\n\n prestashop.adapter.shop.url.product_image_folder_provider:\n class: 'Tests\Integration\Adapter\Shop\Url\TestProductImageFolderProvider'\n\n prestashop.adapter.shop.url.category_image_folder_provider:\n class: 'Tests\Integration\Adapter\Shop\Url\TestCategoryImageFolderProvider'\n\n # Advanced form type\n test.integration.prestashop_bundle.form.advanced_form_type:\n class: 'Tests\Integration\PrestaShopBundle\Form\AdvancedFormType'\n parent: 'form.type.translatable.aware'\n public: true\n tags:\n - { name: form.type }\n\n test.integration.core.form.identifiable_object.handler.form_handler_factory:\n decorates: prestashop.core.form.identifiable_object.handler.form_handler_factory\n class: 'Tests\Integration\Core\Form\IdentifiableObject\Handler\FormHandlerFactory'\n arguments:\n - '@prestashop.core.hook.dispatcher'\n - '@translator'\n - '@=service("prestashop.adapter.legacy.configuration").get("_PS_MODE_DEMO_")'\n\n # Decoration handler because authorization checker does not work in test environment\n test.integration.utility.authorization_checker:\n class: Tests\Integration\Utility\AuthorizationChecker\n\n test.prestashop.adapter.profile.permission.query_handler.get_permissions_for_configuration_handler_decorator:\n decorates: prestashop.adapter.profile.permission.query_handler.get_permissions_for_configuration_handler\n class: 'Tests\Integration\Adapter\Profile\Permission\QueryHandler\GetPermissionsForConfigurationHandlerDecorator'\n arguments:\n - '@test.integration.utility.authorization_checker'\n - '@=service("prestashop.adapter.legacy.context").getContext().language.id'\n -\n - 'AdminLogin'\n - 'AdminQuickAccesses'\n - 'AdminTabs'\n\n security.csrf.token_storage:\n class: Tests\Integration\Utility\CsrfTokenStorage\n\n Symfony\Component\Serializer\SerializerInterface:\n alias: serializer\n\n Tests\Resources\MailDevClient:\n autowire: true\n arguments:\n $mailDevHost: 'localhost'\n $mailDevPort: 1080\n\n test_password_hasher_factory:\n alias: Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface\n\n # Decorate contexts to make them mutable for test purpose only\n # It is very important to have these decorators lazy, or it would force the early creation of the decorated service that would be\n # built before the listeners get the chance to setup the builders\n Tests\Resources\Context\ApiClientContextDecorator:\n lazy: true\n decorates: PrestaShop\PrestaShop\Core\Context\ApiClientContext\n arguments: ['@.inner']\n\n Tests\Resources\Context\EmployeeContextDecorator:\n lazy: true\n decorates: PrestaShop\PrestaShop\Core\Context\EmployeeContext\n arguments: ['@.inner']\n\n # The builders are made public to dynamically change their settings for test purposes\n test_shop_context_builder:\n alias: PrestaShop\PrestaShop\Core\Context\ShopContextBuilder\n test_language_context_builder:\n alias: PrestaShop\PrestaShop\Core\Context\LanguageContextBuilder\n test_currency_context_builder:\n alias: PrestaShop\PrestaShop\Core\Context\CurrencyContextBuilder\n\n # The contexts services are not shared, meaning a new instance is created everytime they are accessed\n # This allow changing them dynamically during the test process\n PrestaShop\PrestaShop\Core\Context\ShopContext:\n shared: false\n lazy: true\n factory: [ '@PrestaShop\PrestaShop\Core\Context\ShopContextBuilder', 'build' ]\n PrestaShop\PrestaShop\Core\Context\LanguageContext:\n shared: false\n lazy: true\n factory: [ '@PrestaShop\PrestaShop\Core\Context\LanguageContextBuilder', 'build' ]\n PrestaShop\PrestaShop\Core\Context\CurrencyContext:\n shared: false\n lazy: true\n factory: [ '@PrestaShop\PrestaShop\Core\Context\CurrencyContextBuilder', 'build' ]\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\config\services.yml | services.yml | YAML | 4,527 | 0.95 | 0.105769 | 0.091954 | python-kit | 14 | 2024-09-10T10:48:40.162558 | GPL-3.0 | true | a0ab193d89a81b5562cbcace317a8b3f |
demo_admin_demo:\n path: demo/demo\n methods: [GET]\n defaults:\n _controller: 'PsTest\Controller\Admin\DemoController::demoAction'\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\modules\demo\config\routes.yml | routes.yml | YAML | 142 | 0.7 | 0 | 0 | awesome-app | 142 | 2024-11-27T03:45:26.926950 | Apache-2.0 | true | 83f36074985fd2ac45c8d86c26a9e82c |
services:\n _defaults:\n public: true\n\n ps_banner.admin_repository:\n class: PrestaShop\Module\Banner\Repository\AdminRepository\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\modules\ps_banner\config\admin\services.yml | services.yml | YAML | 134 | 0.7 | 0.166667 | 0 | python-kit | 701 | 2025-01-30T10:30:07.855736 | MIT | true | a676a40015c3975bc73ec74ddc6f30f3 |
services:\n _defaults:\n public: true\n\n ps_banner.front_repository:\n class: PrestaShop\Module\Banner\Repository\FrontRepository\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\modules\ps_banner\config\front\services.yml | services.yml | YAML | 134 | 0.7 | 0.166667 | 0 | react-lib | 499 | 2023-08-11T17:28:35.897177 | BSD-3-Clause | true | ff882db05de2831c61ec828a7f117e26 |
translations_admin_index:\n path: translations\n methods: [GET]\n defaults:\n _controller: 'PrestaShop\Module\TranslationTest\Controller\Admin\ExempleController::indexAction'\n _legacy_controller: 'AdminTranslationsIndexClass'\n _legacy_link: AdminTranslationsIndexClass\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\modules\translationtest\config\routes.yml | routes.yml | YAML | 277 | 0.7 | 0 | 0 | vue-tools | 388 | 2025-02-15T07:36:24.462280 | BSD-3-Clause | true | 213a56e266808c3a38e20a69ed677054 |
xlftranslatedmodule_admin_index:\n path: xlftranslatedmodule\n methods: [GET]\n defaults:\n _controller: 'PrestaShop\Module\Xlftranslatedmodule\Controller\Admin\ExempleController::indexAction'\n _legacy_controller: 'AdminXlftranslatedmoduleIndexClass'\n _legacy_link: AdminXlftranslatedmoduleIndexClass\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\modules\xlftranslatedmodule\config\routes.yml | routes.yml | YAML | 309 | 0.7 | 0 | 0 | react-lib | 167 | 2024-02-11T00:34:32.558737 | BSD-3-Clause | true | 357bf448ac6e45785c975c82cc7c58e6 |
name: classic\ndisplay_name: Classic\nversion: 3.0.0\nauthor:\n name: "PrestaShop SA and Contributors"\n email: "contact@prestashop.com"\n url: "https://www.prestashop-project.org"\n\nmeta:\n compatibility:\n from: 9.0.0\n to: ~\n\n available_layouts:\n layout-full-width:\n name: Full Width\n description: No side columns, ideal for distraction-free pages such as product pages.\n layout-both-columns:\n name: Three Columns\n description: One large central column and 2 side columns.\n layout-left-column:\n name: Two Columns, small left column\n description: Two columns with a small left column\n layout-right-column:\n name: Two Columns, small right column\n description: Two columns with a small right column\n\nassets:\n# If you're using this theme as child and you want to load\n# the parent theme assets, uncomment this line.\n# use_parent_assets: true\n\n# The following lines are showing how to load assets in your page\n# Uncomment and change value to start loading css or js files\n# css:\n# all:\n# - id: custom-lib-style\n# path: assets/css/custom-lib.css\n# product:\n# - id: product-style\n# path: assets/css/product.css\n# media: all\n# priority: 200\n# js:\n# cart:\n# - id: cat-extra-lib\n# path: assets/js/cart-lib.js\n\n\nglobal_settings:\n configuration:\n PS_IMAGE_QUALITY: png\n modules:\n to_enable:\n - ps_apiresources\n hooks:\n modules_to_hook:\n displayHome:\n - ps_featuredproducts\n - ps_banner\n displayOrderConfirmation2:\n - ps_featuredproducts\n\n image_types:\n cart_default:\n width: 125\n height: 125\n scope: [ products ]\n small_default:\n width: 98\n height: 98\n scope: [ products, categories, manufacturers, suppliers ]\n medium_default:\n width: 452\n height: 452\n scope: [ products, manufacturers, suppliers ]\n home_default:\n width: 250\n height: 250\n scope: [ products ]\n large_default:\n width: 800\n height: 800\n scope: [ products, manufacturers, suppliers ]\n category_default:\n width: 141\n height: 180\n scope: [ categories ]\n stores_default:\n width: 170\n height: 115\n scope: [ stores ]\n new_password_policy_feature: true\n\ntheme_settings:\n default_layout: layout-full-width\n layouts:\n category: layout-left-column\n best-sales: layout-left-column\n new-products: layout-left-column\n prices-drop: layout-left-column\n contact: layout-left-column\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\themes\classic\config\theme.yml | theme.yml | YAML | 2,499 | 0.8 | 0.009804 | 0.191489 | vue-tools | 856 | 2023-12-23T23:04:46.132571 | MIT | true | 33f5479438a0ce70dc7c7e359290c9b5 |
name: fakeTheme\ndisplay_name: For testing purposes\nversion: 1.7.0\nauthor:\n name: "PrestaShop Team"\n\nmeta:\n compatibility:\n from: 1.7.0.0\n\n available_layouts: []\n\nglobal_settings:\n image_types:\n cart_default:\n width: 80\n height: 80\n scope: [products]\n small_default:\n width: 125\n height: 125\n scope: [products, categories, manufacturers, suppliers]\n medium_default:\n width: 300\n height: 300\n scope: [products, categories, manufacturers, suppliers]\n large_default:\n width: 500\n height: 500\n scope: [products]\n home_default:\n width: 250\n height: 250\n scope: [products]\n category_default:\n width: 960\n height: 350\n scope: [categories]\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\themes\fake-theme\config\theme.yml | theme.yml | YAML | 748 | 0.7 | 0 | 0 | python-kit | 654 | 2024-06-09T04:03:41.279781 | MIT | true | dabde76833e79f7f50d5ba66972cd3b6 |
name: fakeThemeForTranslations\ndisplay_name: For testing purposes of translations\nversion: 1.7.0\nauthor:\n name: "PrestaShop Team"\n\nmeta:\n compatibility:\n from: 1.7.0.0\n\n available_layouts: []\n\nglobal_settings:\n image_types:\n cart_default:\n width: 80\n height: 80\n scope: [products]\n small_default:\n width: 125\n height: 125\n scope: [products, categories, manufacturers, suppliers]\n medium_default:\n width: 300\n height: 300\n scope: [products, categories, manufacturers, suppliers]\n large_default:\n width: 500\n height: 500\n scope: [products]\n home_default:\n width: 250\n height: 250\n scope: [products]\n category_default:\n width: 960\n height: 350\n scope: [categories]\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\themes\fakeThemeForTranslations\config\theme.yml | theme.yml | YAML | 779 | 0.7 | 0 | 0 | awesome-app | 45 | 2024-06-09T13:13:54.124182 | Apache-2.0 | true | 3778083192688e585d098aad14a4edbf |
name: minimalValidTheme\ndisplay_name: For testing purposes\nversion: 1.7.0\nauthor:\n name: "PrestaShop Team"\n\nmeta:\n compatibility:\n\n available_layouts: []\n\nglobal_settings:\n image_types:\n cart_default:\n width: 80\n height: 80\n scope: [products]\n small_default:\n width: 125\n height: 125\n scope: [products, categories, manufacturers, suppliers]\n medium_default:\n width: 300\n height: 300\n scope: [products, categories, manufacturers, suppliers]\n large_default:\n width: 500\n height: 500\n scope: [products]\n home_default:\n width: 250\n height: 250\n scope: [products]\n category_default:\n width: 960\n height: 350\n scope: [categories]\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\themes\minimal-missconfig-theme\config\theme.yml | theme.yml | YAML | 736 | 0.7 | 0 | 0 | node-utils | 182 | 2025-01-31T14:01:16.323656 | BSD-3-Clause | true | c5b08387404da100ed7fbbf0623b60da |
name: minimalValidTheme\ndisplay_name: For testing purposes\nversion: 1.7.0\nauthor:\n name: "PrestaShop Team"\n\nmeta:\n compatibility:\n from: 1.7.0.0\n\n available_layouts: []\n\nglobal_settings:\n image_types:\n cart_default:\n width: 80\n height: 80\n scope: [products]\n small_default:\n width: 125\n height: 125\n scope: [products, categories, manufacturers, suppliers]\n medium_default:\n width: 300\n height: 300\n scope: [products, categories, manufacturers, suppliers]\n large_default:\n width: 500\n height: 500\n scope: [products]\n home_default:\n width: 250\n height: 250\n scope: [products]\n category_default:\n width: 960\n height: 350\n scope: [categories]\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\themes\minimal-missfiles-theme\config\theme.yml | theme.yml | YAML | 756 | 0.7 | 0 | 0 | python-kit | 862 | 2025-06-17T23:55:33.288148 | MIT | true | 56b216431b07fe6d3b69b13984b2b20c |
name: minimalValidTheme\ndisplay_name: For testing purposes\nversion: 1.7.0\nauthor:\n name: "PrestaShop Team"\n\nmeta:\n compatibility:\n from: 1.7.0.0\n to: ~\n\n available_layouts: []\n\nglobal_settings:\n image_types:\n cart_default:\n width: 80\n height: 80\n scope: [products]\n small_default:\n width: 125\n height: 125\n scope: [products, categories, manufacturers, suppliers]\n medium_default:\n width: 300\n height: 300\n scope: [products, categories, manufacturers, suppliers]\n large_default:\n width: 500\n height: 500\n scope: [products]\n home_default:\n width: 250\n height: 250\n scope: [products]\n category_default:\n width: 960\n height: 350\n scope: [categories]\n\ntheme_settings:\n default_layout: layout-full-width\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Resources\themes\minimal-valid-theme\config\theme.yml | theme.yml | YAML | 821 | 0.7 | 0 | 0 | vue-tools | 918 | 2024-07-03T01:24:37.549762 | BSD-3-Clause | true | 7debe423d87b603a59c4fd4bd841115b |
---\nprestashop:\n addons:\n categories:\n '440':\n id_category: 440\n order: 10\n name: Administration\n link: "/en/440-administration"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '435'\n name: Legal\n id_parent: '440'\n link_rewrite: legal\n link: "/en/435-legal"\n tab: administration\n - id_category: '527'\n name: Registration & Ordering Process\n id_parent: '440'\n link_rewrite: registration-ordering-process\n link: "/en/527-registration-ordering-process"\n tab: checkout\n - id_category: '437'\n name: Notifications & Automatic Emails\n id_parent: '440'\n link_rewrite: emails-notifications\n link: "/en/437-emails-notifications"\n tab: emailing\n - id_category: '448'\n name: Price Management\n id_parent: '440'\n link_rewrite: price-management\n link: "/en/448-price-management"\n tab: administration\n - id_category: '441'\n name: Order Management\n id_parent: '440'\n link_rewrite: order-management\n link: "/en/441-order-management"\n tab: administration\n - id_category: '446'\n name: Accounting & Invoicing\n id_parent: '440'\n link_rewrite: accounting-invoicing\n link: "/en/446-accounting-invoicing"\n tab: billing_invoicing\n - id_category: '433'\n name: Fast & Mass Update\n id_parent: '440'\n link_rewrite: fast-mass-updates\n link: "/en/433-fast-mass-updates"\n tab: quick_bulk_update\n - id_category: '451'\n name: Data Import & Export\n id_parent: '440'\n link_rewrite: data-import-export\n link: "/en/451-data-import-export"\n tab: export\n - id_category: '452'\n name: Third-party Data Integration (CRM, ERP...)\n id_parent: '440'\n link_rewrite: third-party-data-integrations-crm-erp\n link: "/en/452-third-party-data-integrations-crm-erp"\n tab: export\n - id_category: '453'\n name: Analytics & Statistics\n id_parent: '440'\n link_rewrite: analytics-statistics\n link: "/en/453-analytics-statistics"\n tab: analytics_stats\n - id_category: '209'\n name: Dashboards\n id_parent: '440'\n link_rewrite: dashboards\n link: "/en/209-dashboards"\n tab: administration\n - id_category: '432'\n name: Website Performance\n id_parent: '440'\n link_rewrite: website-performance\n link: "/en/432-website-performance"\n tab: administration\n - id_category: '436'\n name: International & Localization\n id_parent: '440'\n link_rewrite: international-localization\n link: "/en/436-international-localization"\n tab: i18n_localization\n - id_category: '431'\n name: Data migration & Backup\n id_parent: '440'\n link_rewrite: data-migration-backup\n link: "/en/431-data-migration-backup"\n tab: migration_tools\n - id_category: '543'\n name: Administrative Tools\n id_parent: '440'\n link_rewrite: administrative-tools\n link: "/en/543-administrative-tools"\n tab: administration\n - id_category: '429'\n name: Security & Access\n id_parent: '440'\n link_rewrite: website-security-access\n link: "/en/429-website-security-access"\n tab: administration\n tab: administration\n '455':\n id_category: 455\n order: 90\n name: Facebook & Social Networks\n link: "/en/455-facebook-social-networks"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '456'\n name: Share Buttons & Comments\n id_parent: '455'\n link_rewrite: share-buttons-comments\n link: "/en/456-share-buttons-comments"\n tab: social_networks\n - id_category: '457'\n name: Social Login & Connect\n id_parent: '455'\n link_rewrite: social-login-connect\n link: "/en/457-social-login-connect"\n tab: social_networks\n - id_category: '458'\n name: Social Rewards & Coupons\n id_parent: '455'\n link_rewrite: social-rewards-coupons\n link: "/en/458-social-rewards-coupons"\n tab: social_networks\n - id_category: '459'\n name: Products on Facebook & Social Networks\n id_parent: '455'\n link_rewrite: products-on-facebook-social-networks\n link: "/en/459-products-on-facebook-social-networks"\n tab: social_networks\n - id_category: '539'\n name: Social Widgets\n id_parent: '455'\n link_rewrite: social-widgets\n link: "/en/539-social-widgets"\n tab: social_networks\n tab: advertising_marketing\n '460':\n id_category: 460\n order: 40\n name: Product Page\n link: "/en/460-product-page"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '462'\n name: Visual Products\n id_parent: '460'\n link_rewrite: visual-products\n link: "/en/462-visual-products"\n tab: front_office_features\n - id_category: '463'\n name: Videos & Music\n id_parent: '460'\n link_rewrite: videos-music\n link: "/en/463-videos-music"\n tab: front_office_features\n - id_category: '467'\n name: Combinations & Product Customization\n id_parent: '460'\n link_rewrite: combinaisons-customization\n link: "/en/467-combinaisons-customization"\n tab: front_office_features\n - id_category: '465'\n name: Badges & Logos\n id_parent: '460'\n link_rewrite: labels-logos\n link: "/en/465-labels-logos"\n tab: front_office_features\n - id_category: '466'\n name: Sizes & Units\n id_parent: '460'\n link_rewrite: sizes-units\n link: "/en/466-sizes-units"\n tab: front_office_features\n - id_category: '545'\n name: Additional Information & Product Tab\n id_parent: '460'\n link_rewrite: additional-information-product-tab\n link: "/en/545-additional-information-product-tab"\n tab: front_office_features\n tab: administration\n '469':\n id_category: 469\n order: 100\n name: Specialized Platforms\n link: "/en/469-specialized-platforms"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '434'\n name: B2B\n id_parent: '469'\n link_rewrite: b2b\n link: "/en/434-b2b"\n tab: administration\n - id_category: '443'\n name: Dropshipping\n id_parent: '469'\n link_rewrite: dropshipping\n link: "/en/443-dropshipping"\n tab: shipping_logistics\n - id_category: '474'\n name: Virtual Products\n id_parent: '469'\n link_rewrite: virtual-products\n link: "/en/474-virtual-products"\n tab: administration\n - id_category: '529'\n name: Subscription Products (box)\n id_parent: '469'\n link_rewrite: subscription-products\n link: "/en/529-subscription-products"\n tab: pricing_promotion\n - id_category: '472'\n name: Marketplace Creation\n id_parent: '469'\n link_rewrite: marketplace-creation\n link: "/en/472-marketplace-creation"\n tab: administration\n - id_category: '473'\n name: Reservation & Rental System\n id_parent: '469'\n link_rewrite: reservation-rental-system\n link: "/en/473-reservation-rental-system"\n tab: administration\n - id_category: '470'\n name: Auction Site\n id_parent: '469'\n link_rewrite: build-auction-site\n link: "/en/470-build-auction-site"\n tab: pricing_promotion\n - id_category: '623'\n name: Food & Restaurants\n id_parent: '469'\n link_rewrite: food-restaurants\n link: "/en/623-food-restaurants"\n tab: others\n '475':\n id_category: 475\n order: 80\n name: Customers\n link: "/en/475-customers"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '480'\n name: Customer Reviews\n id_parent: '475'\n link_rewrite: customer-reviews\n link: "/en/480-customer-reviews"\n tab: front_office_features\n - id_category: '537'\n name: Customer Administration\n id_parent: '475'\n link_rewrite: customer-administration\n link: "/en/537-customer-administration"\n tab: administration\n - id_category: '438'\n name: Quotes\n id_parent: '475'\n link_rewrite: quotes\n link: "/en/438-quotes"\n tab: front_office_features\n - id_category: '442'\n name: Customer Service\n id_parent: '475'\n link_rewrite: customer-service\n link: "/en/442-customer-service"\n tab: administration\n - id_category: '476'\n name: Contact Forms & Surveys\n id_parent: '475'\n link_rewrite: contact-forms-surveys\n link: "/en/476-contact-forms-surveys"\n tab: front_office_features\n - id_category: '479'\n name: FAQ (Frequently Asked Questions)\n id_parent: '475'\n link_rewrite: faq-frequently-asked-questions\n link: "/en/479-faq-frequently-asked-questions"\n tab: front_office_features\n - id_category: '477'\n name: Support & Online Chat\n id_parent: '475'\n link_rewrite: support-online-chat\n link: "/en/477-support-online-chat"\n tab: front_office_features\n tab: administration\n '481':\n id_category: 481\n order: 50\n name: Payment\n link: "/en/481-payment"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '482'\n name: Payment by Card or Wallet\n id_parent: '481'\n link_rewrite: payment-card-wallet\n link: "/en/482-payment-card-wallet"\n tab: payments_gateways\n - id_category: '534'\n name: Bank Transfer Payment\n id_parent: '481'\n link_rewrite: bank-transfer-payment\n link: "/en/534-bank-transfer-payment"\n tab: payments_gateways\n - id_category: '483'\n name: Payment by Invoice\n id_parent: '481'\n link_rewrite: payment-invoice\n link: "/en/483-payment-invoice"\n tab: payments_gateways\n - id_category: '486'\n name: Prepayment\n id_parent: '481'\n link_rewrite: prepayment\n link: "/en/486-prepayment"\n tab: payments_gateways\n - id_category: '485'\n name: Cash On Delivery (COD)\n id_parent: '481'\n link_rewrite: cash-on-delivery-cod\n link: "/en/485-cash-on-delivery-cod"\n tab: payments_gateways\n - id_category: '484'\n name: Payment in Physical Stores\n id_parent: '481'\n link_rewrite: payment-physical-stores\n link: "/en/484-payment-physical-stores"\n tab: payments_gateways\n - id_category: '487'\n name: Point of Sale (POS)\n id_parent: '481'\n link_rewrite: point-of-sale-pos\n link: "/en/487-point-of-sale-pos"\n tab: payments_gateways\n - id_category: '530'\n name: Other Payment Methods\n id_parent: '481'\n link_rewrite: other-payment-methods\n link: "/en/530-other-payment-methods"\n tab: payments_gateways\n - id_category: '627'\n name: Recurring payment (subscription)\n id_parent: '481'\n link_rewrite: recurring-payment-subscription\n link: "/en/627-recurring-payment-subscription"\n tab: payments_gateways\n '488':\n id_category: 488\n order: 70\n name: Traffic & Marketplaces\n link: "/en/488-traffic-marketplaces"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '489'\n name: Marketplaces\n id_parent: '488'\n link_rewrite: marketplaces\n link: "/en/489-marketplaces"\n tab: market_place\n - id_category: '490'\n name: Price Comparison\n id_parent: '488'\n link_rewrite: price-comparison\n link: "/en/490-price-comparison"\n tab: smart_shopping\n - id_category: '491'\n name: SEO\n id_parent: '488'\n link_rewrite: seo-natural-search-engine-optimization\n link: "/en/491-seo-natural-search-engine-optimization"\n tab: seo\n - id_category: '531'\n name: URL & Redirects\n id_parent: '488'\n link_rewrite: url-redirects\n link: "/en/531-url-redirects"\n tab: seo\n - id_category: '495'\n name: Blog, Forum & News\n id_parent: '488'\n link_rewrite: blog-forum-new\n link: "/en/495-blog-forum-new"\n tab: content_management\n - id_category: '493'\n name: SEA SEM (paid advertising) & Affiliation Platforms\n id_parent: '488'\n link_rewrite: sea-paid-advertising-affiliation-platforms\n link: "/en/493-sea-paid-advertising-affiliation-platforms"\n tab: advertising_marketing\n tab: checkout\n '496':\n id_category: 496\n order: 30\n name: Promotions & Marketing\n link: "/en/496-promotions-marketing"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '500'\n name: Newsletter & SMS\n id_parent: '496'\n link_rewrite: newsletter-sms\n link: "/en/500-newsletter-sms"\n tab: emailing\n - id_category: '497'\n name: Promotions & Gifts\n id_parent: '496'\n link_rewrite: promotions-gifts\n link: "/en/497-promotions-gifts"\n tab: pricing_promotion\n - id_category: '503'\n name: Referral & Loyalty Programs\n id_parent: '496'\n link_rewrite: referral-loyalty-programs\n link: "/en/503-referral-loyalty-programs"\n tab: advertising_marketing\n - id_category: '499'\n name: Flash & Private Sales\n id_parent: '496'\n link_rewrite: private-sales-flash-sales\n link: "/en/499-private-sales-flash-sales"\n tab: pricing_promotion\n - id_category: '501'\n name: Remarketing & Shopping Cart Abandonment\n id_parent: '496'\n link_rewrite: remarketing-shopping-cart-abandonment\n link: "/en/501-remarketing-shopping-cart-abandonment"\n tab: advertising_marketing\n - id_category: '505'\n name: Cross-selling & Product Bundles\n id_parent: '496'\n link_rewrite: cross-selling-product-bundles\n link: "/en/505-cross-selling-product-bundles"\n tab: merchandizing\n - id_category: '502'\n name: Pop-up\n id_parent: '496'\n link_rewrite: pop-up\n link: "/en/502-pop-up"\n tab: front_office_features\n - id_category: '533'\n name: Contests\n id_parent: '496'\n link_rewrite: contests\n link: "/en/533-contests"\n tab: advertising_marketing\n - id_category: '504'\n name: 'Wishlist & Gift Card '\n id_parent: '496'\n link_rewrite: wishlist-gift-card\n link: "/en/504-wishlist-gift-card"\n tab: front_office_features\n tab: pricing_promotion\n '507':\n id_category: 507\n order: 20\n name: Design & Navigation\n link: "/en/507-design-navigation"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '513'\n name: Menu\n id_parent: '507'\n link_rewrite: menu\n link: "/en/513-menu"\n tab: front_office_features\n - id_category: '517'\n name: Blocks, Tabs & Banners\n id_parent: '507'\n link_rewrite: blocks-tabs-banners\n link: "/en/517-blocks-tabs-banners"\n tab: front_office_features\n - id_category: '461'\n name: Sliders & Galleries\n id_parent: '507'\n link_rewrite: sliders-galleries\n link: "/en/461-sliders-galleries"\n tab: slideshows\n - id_category: '510'\n name: Search & Filters\n id_parent: '507'\n link_rewrite: search-filters\n link: "/en/510-search-filters"\n tab: search_filter\n - id_category: '516'\n name: Page Customization\n id_parent: '507'\n link_rewrite: page-customization\n link: "/en/516-page-customization"\n tab: front_office_features\n - id_category: '511'\n name: Navigation Tools\n id_parent: '507'\n link_rewrite: navigation-tools\n link: "/en/511-navigation-tools"\n tab: front_office_features\n - id_category: '538'\n name: Products on Homepage\n id_parent: '507'\n link_rewrite: products-homepage\n link: "/en/538-products-homepage"\n tab: front_office_features\n - id_category: '512'\n name: Brands & Manufacturers\n id_parent: '507'\n link_rewrite: brands-manufacturers\n link: "/en/512-brands-manufacturers"\n tab: front_office_features\n - id_category: '509'\n name: Express Checkout Process\n id_parent: '507'\n link_rewrite: express-checkout-process\n link: "/en/509-express-checkout-process"\n tab: checkout\n - id_category: '508'\n name: Mobile\n id_parent: '507'\n link_rewrite: mobile\n link: "/en/508-mobile"\n tab: mobile\n tab: front_office_features\n '518':\n id_category: 518\n order: 60\n name: Shipping & Logistics\n link: "/en/518-shipping-logistics"\n parent_link: "/en/2-prestashop-modules"\n id_parent: 2\n categories:\n - id_category: '444'\n name: Stock & Supplier Management\n id_parent: '518'\n link_rewrite: stock-supplier-management\n link: "/en/444-stock-supplier-management"\n tab: administration\n - id_category: '519'\n name: Preparation & Shipping\n id_parent: '518'\n link_rewrite: preparation-shipping\n link: "/en/519-preparation-shipping"\n tab: shipping_logistics\n - id_category: '520'\n name: Shipping Carriers\n id_parent: '518'\n link_rewrite: shipping-carriers\n link: "/en/520-shipping-carriers"\n tab: shipping_logistics\n - id_category: '523'\n name: Shipping Costs\n id_parent: '518'\n link_rewrite: shipping-costs\n link: "/en/523-shipping-costs"\n tab: shipping_logistics\n - id_category: '521'\n name: Collection Points & In-Store Pick Up\n id_parent: '518'\n link_rewrite: collection-points-in-store-pick-up\n link: "/en/521-collection-points-in-store-pick-up"\n tab: shipping_logistics\n - id_category: '522'\n name: Delivery Date\n id_parent: '518'\n link_rewrite: delivery-date\n link: "/en/522-delivery-date"\n tab: shipping_logistics\n - id_category: '524'\n name: Delivery Tracking\n id_parent: '518'\n link_rewrite: delivery-tracking\n link: "/en/524-delivery-tracking"\n tab: shipping_logistics\n tab: shipping_logistics\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Unit\PrestaShopBundle\Service\DataProvider\Admin\fixtures\categories.yml | categories.yml | YAML | 20,336 | 0.85 | 0 | 0 | node-utils | 778 | 2024-08-24T20:15:35.603929 | MIT | true | 0f24742025dbea63dad5a3931b4ea249 |
name: my-theme\ndisplay_name: My super aweosome theme\nversion: 1.0.0\nauthor:\n name: "Me"\n\nmeta:\n compatibility:\n from: 1.7.0.0\n to: ~\n\n available_layouts:\n layout-full-width:\n name: Full Width\n description: No side columns, ideal for distraction-free pages such as product pages.\n\nglobal_settings:\n configuration:\n PS_IMAGE_QUALITY: png\n modules:\n to_enable:\n - ps_linklist\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Unit\Resources\themes\my-theme\config\theme.yml | theme.yml | YAML | 408 | 0.7 | 0.045455 | 0 | python-kit | 234 | 2023-09-05T23:18:08.430660 | MIT | true | af23860ea28d2dd359c3986e919e3db3 |
name: my-theme-with-preview\ndisplay_name: My super aweosome theme with preview\nversion: 1.0.0\nauthor:\n name: "Me"\n\nmeta:\n compatibility:\n from: 1.7.0.0\n to: ~\n\n available_layouts:\n layout-full-width:\n name: Full Width\n description: No side columns, ideal for distraction-free pages such as product pages.\n\nglobal_settings:\n configuration:\n PS_IMAGE_QUALITY: png\n modules:\n to_enable:\n - ps_linklist\n | dataset_sample\yaml\PrestaShop_PrestaShop\tests\Unit\Resources\themes\my-theme-with-preview\config\theme.yml | theme.yml | YAML | 434 | 0.7 | 0.045455 | 0 | node-utils | 522 | 2024-07-14T18:54:07.817511 | MIT | true | 716191caaeaad227a9c452d0818f38ec |
staleLabel: stale\ndaysUntilClose: 7\n\npulls:\n daysUntilStale: 180 # ~6 months\n markComment: >\n This pull request has been automatically marked as stale because it has not had\n recent activity. If you'd still like this PR merged, please comment on the task,\n make sure you've addressed reviewer comments, and rebase on the latest master.\n Thank you for your contributions!\n\nissues:\n daysUntilStale: 730 # ~2 years\n exemptLabels:\n - bug\n markComment: >\n This issue has been automatically marked as stale because it has not had\n any activity in the last 2 years. If you feel that this issue is important,\n just comment and the stale tag will be removed; otherwise it will be\n closed in 7 days. This is an attempt to ensure that our open issues remain\n valuable and relevant so that we can keep track of what needs to be done and\n prioritize the right things.\n | dataset_sample\yaml\prestodb_presto\.github\stale.yml | stale.yml | YAML | 947 | 0.95 | 0.045455 | 0 | python-kit | 435 | 2024-03-22T21:15:54.191293 | MIT | false | 888607f934211baee9cf0c2005a24918 |
\nblank_issues_enabled: false\ncontact_links:\n - name: Slack Support\n url: https://prestodb.io/slack\n about: Join the Presto Slack Channel to engage in conversations and get faster support.\n | dataset_sample\yaml\prestodb_presto\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 195 | 0.8 | 0 | 0 | awesome-app | 983 | 2023-07-28T06:01:08.448089 | MIT | false | 91618aa2169d3544789a233dd9749098 |
# notifies users from CODENOTIFY files if a PR changed any files\n# that they subscribe to\nname: codenotify\n\non:\n pull_request_target:\n types: [opened, synchronize, ready_for_review]\n\njobs:\n codenotify:\n runs-on: ubuntu-latest\n name: "Label and notify"\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ github.event.pull_request.head.sha }}\n show-progress: false\n - uses: sourcegraph/codenotify@v0.6.4\n env:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n - uses: actions/labeler@v4.3.0\n with:\n repo-token: ${{ secrets.GITHUB_TOKEN }} | dataset_sample\yaml\prestodb_presto\.github\workflows\codenotify.yml | codenotify.yml | YAML | 619 | 0.8 | 0.045455 | 0.095238 | node-utils | 772 | 2023-10-27T13:02:36.681908 | MIT | false | 9b37e06a5f542423699b7752fbfa8f1b |
name: docs\n\non:\n pull_request:\n paths:\n - 'presto-docs/**'\n\nenv:\n # An envar that signals to tests we are executing in the CI environment\n CONTINUOUS_INTEGRATION: true\n MAVEN_OPTS: "-Xmx1024M -XX:+ExitOnOutOfMemoryError"\n MAVEN_INSTALL_OPTS: "-Xmx2G -XX:+ExitOnOutOfMemoryError"\n MAVEN_FAST_INSTALL: "-B -V --quiet -T 1C -DskipTests -Dair.check.skip-all --no-transfer-progress -Dmaven.javadoc.skip=true"\n MAVEN_TEST: "-B -Dair.check.skip-all -Dmaven.javadoc.skip=true -DLogTestDurationListener.enabled=true --no-transfer-progress --fail-at-end"\n RETRY: .github/bin/retry\n\njobs:\n test:\n runs-on: ubuntu-latest\n strategy:\n fail-fast: false\n matrix:\n modules:\n - ":presto-docs"\n timeout-minutes: 80\n concurrency:\n group: ${{ github.workflow }}-test-${{ matrix.modules }}-${{ github.event.pull_request.number }}\n cancel-in-progress: true\n steps:\n - uses: actions/checkout@v4\n with:\n show-progress: false\n - name: Install LaTeX dependencies\n run: |\n sudo apt-get update\n sudo apt-get install -y texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra latexmk tex-gyre texlive-xetex fonts-freefont-otf xindy\n - uses: actions/setup-java@v4\n with:\n distribution: 'temurin'\n java-version: 8.0.442\n cache: 'maven'\n - name: Maven Install\n run: |\n export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"\n ./mvnw install ${MAVEN_FAST_INSTALL} -am -pl $(echo '${{ matrix.modules }}' | cut -d' ' -f1)\n - name: Maven Tests\n run: ./mvnw test ${MAVEN_TEST} -pl ${{ matrix.modules }}\n | dataset_sample\yaml\prestodb_presto\.github\workflows\docs.yml | docs.yml | YAML | 1,667 | 0.8 | 0 | 0.022727 | python-kit | 520 | 2024-06-09T07:50:59.058319 | BSD-3-Clause | false | 80e0c81a7c6f064afa22ae9fe039ab73 |
name: kudu\n\non:\n pull_request:\n\nenv:\n # An envar that signals to tests we are executing in the CI environment\n CONTINUOUS_INTEGRATION: true\n MAVEN_OPTS: "-Xmx1024M -XX:+ExitOnOutOfMemoryError"\n MAVEN_INSTALL_OPTS: "-Xmx2G -XX:+ExitOnOutOfMemoryError"\n MAVEN_FAST_INSTALL: "-B -V --quiet -T 1C -DskipTests -Dair.check.skip-all -Dmaven.javadoc.skip=true"\n RETRY: .github/bin/retry\n\njobs:\n changes:\n runs-on: ubuntu-latest\n # Required permissions\n permissions:\n pull-requests: read\n # Set job outputs to values from filter step\n outputs:\n codechange: ${{ steps.filter.outputs.codechange }}\n steps:\n # For pull requests it's not necessary to checkout the code\n - uses: dorny/paths-filter@v2\n id: filter\n with:\n filters: |\n codechange:\n - '!presto-docs/**'\n kudu:\n strategy:\n fail-fast: false\n matrix:\n java: [ 8.0.442, 17.0.13 ]\n runs-on: ubuntu-latest\n needs: changes\n timeout-minutes: 60\n concurrency:\n group: ${{ github.workflow }}-kudu-${{ github.event.pull_request.number }}-${{ matrix.java }}\n cancel-in-progress: true\n steps:\n - uses: actions/checkout@v4\n if: needs.changes.outputs.codechange == 'true'\n with:\n show-progress: false\n - uses: actions/setup-java@v4\n if: needs.changes.outputs.codechange == 'true'\n with:\n distribution: 'temurin'\n java-version: ${{ matrix.java }}\n cache: 'maven'\n - name: Download nodejs to maven cache\n if: needs.changes.outputs.codechange == 'true'\n run: .github/bin/download_nodejs\n - name: Maven Install\n if: needs.changes.outputs.codechange == 'true'\n run: |\n export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"\n ./mvnw install ${MAVEN_FAST_INSTALL} -am --no-transfer-progress -pl presto-kudu\n - name: Kudu Tests\n if: needs.changes.outputs.codechange == 'true'\n run: |\n presto-kudu/bin/run_kudu_tests.sh 3 null\n presto-kudu/bin/run_kudu_tests.sh 1 ""\n presto-kudu/bin/run_kudu_tests.sh 1 presto::\n | dataset_sample\yaml\prestodb_presto\.github\workflows\kudu.yml | kudu.yml | YAML | 2,126 | 0.8 | 0.075758 | 0.063492 | node-utils | 595 | 2024-06-28T07:43:36.355149 | BSD-3-Clause | false | 88d4dd3ae0c8f686f597f06d135c96f7 |
name: maven checks\n\non:\n pull_request:\n\nenv:\n # An envar that signals to tests we are executing in the CI environment\n CONTINUOUS_INTEGRATION: true\n MAVEN_OPTS: "-Xmx1024M -XX:+ExitOnOutOfMemoryError"\n MAVEN_INSTALL_OPTS: "-Xmx2G -XX:+ExitOnOutOfMemoryError"\n RETRY: .github/bin/retry\n\njobs:\n maven-checks:\n strategy:\n fail-fast: false\n matrix:\n java: [ 8.0.442, 17.0.13 ]\n runs-on: ubuntu-latest\n timeout-minutes: 45\n concurrency:\n group: ${{ github.workflow }}-maven-checks-${{ github.event.pull_request.number }}-${{ matrix.java }}\n cancel-in-progress: true\n steps:\n - name: Free Disk Space\n run: |\n df -h\n sudo apt-get clean\n df -h\n - uses: actions/checkout@v4\n with:\n show-progress: false\n - uses: actions/setup-java@v4\n with:\n distribution: 'temurin'\n java-version: ${{ matrix.java }}\n cache: 'maven'\n - name: Download nodejs to maven cache\n run: .github/bin/download_nodejs\n - name: Maven Checks\n run: |\n export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"\n ./mvnw install -B -V -T 1C -DskipTests -Dmaven.javadoc.skip=true --no-transfer-progress -P ci -pl '!presto-test-coverage,!:presto-docs'\n - name: Clean Maven Output\n run: ./mvnw clean -pl '!:presto-server,!:presto-cli,!presto-test-coverage'\n | dataset_sample\yaml\prestodb_presto\.github\workflows\maven-checks.yml | maven-checks.yml | YAML | 1,397 | 0.8 | 0 | 0.02381 | python-kit | 940 | 2024-04-13T16:08:10.798137 | MIT | false | 0d9c1d91c18e1d48e1381c1892e590d0 |
name: Presto Stable Release - Prepare\n\non:\n workflow_dispatch:\n inputs:\n prepare_release:\n description: 'Prepare release branch and tag'\n type: boolean\n default: true\n required: false\n prepare_release_notes:\n description: 'Prepare release notes pull request'\n type: boolean\n default: true\n required: false\n\nenv:\n JAVA_VERSION: '11'\n JAVA_DISTRIBUTION: 'temurin'\n\njobs:\n prepare-release-branch:\n if: ${{ inputs.prepare_release }}\n runs-on: ubuntu-latest\n environment: release\n permissions:\n contents: write\n\n steps:\n - name: Check for master branch\n if: ${{ github.ref != 'refs/heads/master' }}\n run: echo "Invalid branch. This action can only be run on the master branch." && exit 1\n\n - name: Checkout presto source\n uses: actions/checkout@v4\n with:\n token: ${{ secrets.PRESTODB_CI_TOKEN }}\n ref: master\n show-progress: false\n fetch-depth: 5\n\n - name: Set up JDK\n uses: actions/setup-java@v4\n with:\n java-version: ${{ env.JAVA_VERSION }}\n distribution: ${{ env.JAVA_DISTRIBUTION }}\n\n - name: Configure git\n run: |\n git config --global --add safe.directory ${{github.workspace}}\n git config --global user.email "ci@lists.prestodb.io"\n git config --global user.name "prestodb-ci"\n git config --global alias.ls 'log --pretty=format:"%cd %h %ce: %s" --date=short --no-merges'\n git config pull.rebase false\n\n - name: Set presto release version\n run: |\n unset MAVEN_CONFIG && ./mvnw versions:set -DremoveSnapshot -ntp\n\n - name: Get presto release version\n id: get-version\n run: |\n PRESTO_RELEASE_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate \\n -Dexpression=project.version -q -ntp -DforceStdout | tail -n 1)\n echo "PRESTO_RELEASE_VERSION=$PRESTO_RELEASE_VERSION" >> $GITHUB_ENV\n echo "PRESTO_RELEASE_VERSION=$PRESTO_RELEASE_VERSION"\n\n - name: Prepare release tag and commits\n run: |\n git reset --hard\n unset MAVEN_CONFIG && ./mvnw release:prepare --batch-mode \\n -DskipTests \\n -DautoVersionSubmodules \\n -DdevelopmentVersion=${{ env.PRESTO_RELEASE_VERSION }} \\n -DreleaseVersion=${{ env.PRESTO_RELEASE_VERSION }}\n grep -m 2 "<version>" pom.xml\n echo "commits on master branch"\n git ls -5\n\n - name: Push release tag, branch and commits\n run: |\n echo "In case this job failed, please delete the tag ${{ env.PRESTO_RELEASE_VERSION }} and the branch release-${{ env.PRESTO_RELEASE_VERSION }}, and re-run the job"\n git checkout ${{ env.PRESTO_RELEASE_VERSION }}\n git switch -c release-${{ env.PRESTO_RELEASE_VERSION }}\n echo "Pushing release branch release-${{ env.PRESTO_RELEASE_VERSION }} and tag ${{ env.PRESTO_RELEASE_VERSION }}"\n\n echo "commits on release-${{ env.PRESTO_RELEASE_VERSION }} branch"\n git ls -4\n git push origin release-${{ env.PRESTO_RELEASE_VERSION }} --tags\n echo -e "\nPushed release tag to: ${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ env.PRESTO_RELEASE_VERSION }}"\n echo "Pushed release branch to: ${{ github.server_url }}/${{ github.repository }}/tree/release-${{ env.PRESTO_RELEASE_VERSION }}"\n\n echo "Pushing master branch"\n git checkout master\n echo "commits on master branch"\n git ls -5\n git push origin master\n\n prepare-release-notes:\n needs: prepare-release-branch\n if: ${{ inputs.prepare_release_notes && always() && (needs.prepare-release-branch.result == 'success' || !inputs.prepare_release) }}\n runs-on: ubuntu-latest\n environment: release\n permissions:\n contents: write\n\n steps:\n - name: Checkout presto source\n uses: actions/checkout@v4\n with:\n ref: master\n show-progress: false\n\n - name: Set up JDK\n uses: actions/setup-java@v4\n with:\n java-version: ${{ env.JAVA_VERSION }}\n distribution: ${{ env.JAVA_DISTRIBUTION }}\n\n - name: Configure git\n run: |\n git config --global --add safe.directory ${{github.workspace}}\n git config --global user.email "ci@lists.prestodb.io"\n git config --global user.name "prestodb-ci"\n git config pull.rebase false\n\n - name: Add git upstream\n run: |\n git remote add upstream ${{ github.server_url }}/${{ github.repository }}.git\n git fetch upstream --tags\n git remote -v\n\n - name: Create release notes pull request\n run: |\n echo "In case this job failed, please delete the release notes branch(e.g. release-notes-0.292) in repository ${{ github.repository }}, and re-run the job"\n ./src/release/release-notes.sh ${{ github.repository_owner }} ${{ secrets.PRESTODB_CI_TOKEN }}\n | dataset_sample\yaml\prestodb_presto\.github\workflows\presto-release-prepare.yml | presto-release-prepare.yml | YAML | 5,078 | 0.85 | 0.036765 | 0 | awesome-app | 830 | 2024-06-10T01:16:24.338190 | Apache-2.0 | false | af5af35364f2b13c548b1b6b79f20d9d |
name: Presto Stable Release - Publish\n\non:\n workflow_dispatch:\n inputs:\n RELEASE_VERSION:\n description: 'Release version (e.g., 0.292)'\n required: true\n publish_release_tag:\n description: 'Publish release tag'\n type: boolean\n default: true\n required: false\n release-notes-commit:\n description: 'Commit SHA of release notes(required when publish_release_tag is checked)'\n required: false\n publish_maven:\n description: 'Publish maven artifacts'\n type: boolean\n default: true\n required: false\n publish_image:\n description: 'Publish presto docker image'\n type: boolean\n default: true\n required: false\n publish_native_image:\n description: 'Publish prestissimo docker image'\n type: boolean\n default: true\n required: false\n dependency_image:\n description: 'prestissimo dependency image(e.g., prestodb/presto-native-dependency:latest)'\n required: false\n default: ''\n publish_native_dep_image:\n description: 'Publish prestissimo dependency docker image'\n type: boolean\n default: true\n required: false\n tag_image_as_latest:\n description: 'Tag the published images as latest'\n type: boolean\n default: true\n required: false\n publish_docs:\n description: 'Publish docs'\n type: boolean\n default: true\n required: false\n\nenv:\n DOCKER_REPO: ${{ github.repository }}\n ORG_NAME: ${{ github.repository_owner }}\n IMAGE_NAME: presto-native\n RELEASE_BRANCH: release-${{ inputs.RELEASE_VERSION }}\n RELEASE_TAG: ${{ inputs.RELEASE_VERSION }}\n RELEASE_NOTES_COMMIT: ${{ inputs.release-notes-commit }}\n\njobs:\n publish-release-tag:\n if: github.event.inputs.publish_release_tag == 'true'\n runs-on: ubuntu-latest\n environment: release\n steps:\n - name: Validate release notes commit\n if: ${{ github.event.inputs.release-notes-commit == '' }}\n run: |\n echo "Error: release-notes-commit is required when publish_release_tag is true"\n exit 1\n\n - name: Checkout repository\n uses: actions/checkout@v4\n with:\n ref: ${{ env.RELEASE_BRANCH }}\n token: ${{ secrets.PRESTODB_CI_TOKEN }}\n fetch-depth: 0\n fetch-tags: true\n show-progress: false\n\n - name: Configure Git\n run: |\n git config --global user.email "ci@lists.prestodb.io"\n git config --global user.name "prestodb-ci"\n git config pull.rebase false\n\n - name: Cherry-pick release notes\n run: |\n git cherry-pick ${{ env.RELEASE_NOTES_COMMIT }}\n\n - name: Delete existing release tag\n run: |\n git push --delete origin ${{ env.RELEASE_TAG }} || true\n git tag -d ${{ env.RELEASE_TAG }} || true\n\n - name: Create new release tag\n run: |\n git tag -a ${{ env.RELEASE_TAG }} -m "release ${{ env.RELEASE_TAG }}"\n git push origin ${{ env.RELEASE_BRANCH }} --tags\n\n publish-maven-artifacts:\n needs: publish-release-tag\n if: |\n (!failure() &&!cancelled()) &&\n (github.event.inputs.publish_maven == 'true' || github.event.inputs.publish_image == 'true' || github.event.inputs.publish_docs == 'true')\n runs-on: ubuntu-latest\n environment: release\n timeout-minutes: 60\n\n env:\n NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}\n NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}\n\n steps:\n - name: Setup JDK 11\n uses: actions/setup-java@v4\n with:\n java-version: '11'\n distribution: 'temurin'\n overwrite-settings: true\n gpg-private-key: ${{ secrets.GPG_SECRET }}\n\n - name: Install dependencies\n run: |\n sudo apt-get update\n sudo apt-get install -y build-essential git gpg python3 python3-venv\n\n - name: Checkout code\n uses: actions/checkout@v4\n with:\n ref: ${{ env.RELEASE_TAG }}\n token: ${{ secrets.PRESTODB_CI_TOKEN }}\n fetch-depth: 0\n fetch-tags: true\n\n - name: Configure Git\n run: |\n git config --global user.email "ci@lists.prestodb.io"\n git config --global user.name "prestodb-ci"\n git config pull.rebase false\n\n - name: Create Maven Settings\n run: |\n cat > ${{ github.workspace }}/settings.xml << 'EOL'\n <settings>\n <servers>\n <server>\n <id>sonatype-nexus-snapshots</id>\n <username>${env.NEXUS_USERNAME}</username>\n <password>${env.NEXUS_PASSWORD}</password>\n </server>\n <server>\n <id>sonatype.snapshots</id>\n <username>${env.NEXUS_USERNAME}</username>\n <password>${env.NEXUS_PASSWORD}</password>\n </server>\n <server>\n <id>ossrh</id>\n <username>${env.NEXUS_USERNAME}</username>\n <password>${env.NEXUS_PASSWORD}</password>\n </server>\n </servers>\n <profiles>\n <profile>\n <id>nexus</id>\n </profile>\n </profiles>\n <activeProfiles>\n <activeProfile>nexus</activeProfile>\n </activeProfiles>\n </settings>\n EOL\n\n - name: Maven build\n run: mvn clean install -DskipTests\n\n - name: Upload artifacts\n uses: actions/upload-artifact@v4\n with:\n name: presto-artifacts-${{ env.RELEASE_TAG }}\n retention-days: 1\n path: |\n presto-server/target/presto-server-*.tar.gz\n presto-cli/target/presto-cli-*-executable.jar\n presto-docs/target/presto-docs-*.zip\n\n - name: Set up GPG key\n env:\n GPG_TTY: $(tty)\n GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"\n GPG_KEY_FILE: /tmp/gpg-key.txt\n run: |\n echo "${{ secrets.GPG_SECRET }}" > ${{ env.GPG_KEY_FILE }}\n chmod 600 ${{ env.GPG_KEY_FILE }}\n gpg --import --batch ${{ env.GPG_KEY_FILE }}\n gpg --batch --yes --pinentry-mode loopback --passphrase "${{ secrets.GPG_PASSPHRASE }}" --sign ${{ env.GPG_KEY_FILE }}\n\n - name: Release Maven Artifacts\n if: ${{ github.event.inputs.publish_maven == 'true' }}\n env:\n GPG_TTY: $(tty)\n GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"\n run: |\n unset MAVEN_CONFIG\n ./mvnw -s ${{ github.workspace }}/settings.xml -V -B -U -e -T1C deploy \\n -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" \\n -Dmaven.wagon.http.retryHandler.count=8 \\n -DskipTests \\n -DstagingProfileId="${{ secrets.MAVEN_STAGING_PROFILE_ID }}" \\n -DkeepStagingRepositoryOnFailure=true \\n -DkeepStagingRepositoryOnCloseRuleFailure=true \\n -DautoReleaseAfterClose=true \\n -DstagingProgressTimeoutMinutes=60 \\n -Poss-release \\n -Pdeploy-to-ossrh \\n -pl '!presto-test-coverage'\n\n publish-docker-image:\n needs: publish-maven-artifacts\n if: (!failure() && !cancelled()) && github.event.inputs.publish_image == 'true'\n runs-on: ubuntu-latest\n environment: release\n timeout-minutes: 150\n permissions:\n packages: write\n contents: read\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n with:\n ref: ${{ env.RELEASE_TAG}}\n\n - name: Download artifacts\n uses: actions/download-artifact@v4\n with:\n name: presto-artifacts-${{ env.RELEASE_TAG }}\n path: ./\n\n - name: Login to dockerhub\n uses: docker/login-action@v3\n with:\n username: ${{ secrets.DOCKERHUB_USERNAME }}\n password: ${{ secrets.DOCKERHUB_TOKEN }}\n\n - name: Set up qemu\n uses: docker/setup-qemu-action@v3\n\n - name: Set up docker buildx\n uses: docker/setup-buildx-action@v3\n\n - name: Create and use builder\n run: |\n docker buildx create --name container --use\n docker buildx inspect --bootstrap\n\n - name: Move artifacts to docker directory\n run: |\n mv ./presto-server/target/presto-server-*.tar.gz docker/\n mv ./presto-cli/target/presto-cli-*-executable.jar docker/\n\n - name: Build docker image and publish\n uses: docker/build-push-action@v6\n with:\n context: docker\n platforms: linux/amd64,linux/arm64,linux/ppc64le\n file: docker/Dockerfile\n push: true\n build-args: |\n PRESTO_VERSION=${{ env.RELEASE_TAG }}\n JMX_PROMETHEUS_JAVAAGENT_VERSION=0.20.0\n tags: |\n ${{ env.DOCKER_REPO }}:${{ env.RELEASE_TAG }}\n ${{ github.event.inputs.tag_image_as_latest == 'true' && format('{0}:latest', env.DOCKER_REPO) || '' }}\n\n publish-native-image:\n needs: publish-release-tag\n if: (!failure() && !cancelled()) && github.event.inputs.publish_native_image == 'true'\n runs-on: ubuntu-latest\n permissions:\n contents: read\n packages: write\n attestations: write\n id-token: write\n environment: release\n timeout-minutes: 300\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n with:\n ref: ${{ env.RELEASE_TAG }}\n submodules: true\n\n - name: Initialize Prestissimo submodules\n run: |\n cd presto-native-execution && make submodules\n echo "COMMIT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV\n\n - name: Login to DockerHub\n uses: docker/login-action@v3\n with:\n username: ${{ secrets.DOCKERHUB_USERNAME }}\n password: ${{ secrets.DOCKERHUB_TOKEN }}\n\n - name: Set dependency image tag\n run: |\n if [[ -n "${{ github.event.inputs.dependency_image }}" ]]; then\n echo "DEPENDENCY_IMAGE=${{ github.event.inputs.dependency_image }}" >> $GITHUB_ENV\n else\n echo "DEPENDENCY_IMAGE=${{ github.repository_owner }}/presto-native-dependency:${{ env.RELEASE_TAG }}-${{ env.COMMIT_SHA }}" >> $GITHUB_ENV\n fi\n\n - name: Build Dependency Image\n working-directory: presto-native-execution\n run: |\n if docker pull ${{ env.DEPENDENCY_IMAGE }}; then\n echo "Using dependency image ${{ env.DEPENDENCY_IMAGE }}"\n docker tag ${{ env.DEPENDENCY_IMAGE }} presto/prestissimo-dependency:centos9\n else\n echo "Building new depedency image"\n docker compose build centos-native-dependency\n if [[ "${{ github.event.inputs.publish_native_dep_image }}" == "true" ]]; then\n docker tag presto/prestissimo-dependency:centos9 ${{ github.repository_owner }}/presto-native-dependency:${{ env.RELEASE_TAG }}-${{ env.COMMIT_SHA }}\n docker push ${{ github.repository_owner }}/presto-native-dependency:${{ env.RELEASE_TAG }}-${{ env.COMMIT_SHA }}\n \n if [[ "${{ github.event.inputs.tag_image_as_latest }}" == "true" ]]; then\n docker tag presto/prestissimo-dependency:centos9 ${{ github.repository_owner }}/presto-native-dependency:latest\n docker push ${{ github.repository_owner }}/presto-native-dependency:latest\n fi\n fi\n fi\n docker images\n\n - name: Build Runtime Image\n working-directory: presto-native-execution\n run: |\n docker compose build centos-native-runtime\n\n - name: Add release tag\n working-directory: presto-native-execution\n run: |\n docker tag presto/prestissimo-runtime:centos9 ${{ env.ORG_NAME }}/${{ env.IMAGE_NAME }}:${{ env.RELEASE_TAG }}\n if [[ "${{ github.event.inputs.tag_image_as_latest }}" == "true" ]]; then\n docker tag presto/prestissimo-runtime:centos9 ${{ env.ORG_NAME }}/${{ env.IMAGE_NAME }}:latest\n fi\n\n - name: Push to DockerHub\n run: |\n docker push ${{ env.ORG_NAME }}/${{ env.IMAGE_NAME }}:${{ env.RELEASE_TAG }}\n if [[ "${{ github.event.inputs.tag_image_as_latest }}" == "true" ]]; then\n docker tag ${{ env.ORG_NAME }}/${{ env.IMAGE_NAME }}:${{ env.RELEASE_TAG }} ${{ env.ORG_NAME }}/${{ env.IMAGE_NAME }}:latest\n docker push ${{ env.ORG_NAME }}/${{ env.IMAGE_NAME }}:latest\n fi\n\n publish-docs:\n needs: publish-maven-artifacts\n if: (!failure() && !cancelled()) && github.event.inputs.publish_docs == 'true'\n runs-on: ubuntu-latest\n environment: release\n\n steps:\n - name: Checkout presto\n uses: actions/checkout@v4\n with:\n repository: ${{ github.repository_owner }}/presto\n path: presto\n ref: master\n fetch-depth: 0\n fetch-tags: true\n show-progress: false\n\n - name: Checkout prestodb.github.io\n uses: actions/checkout@v4\n with:\n repository: ${{ github.repository_owner }}/prestodb.github.io\n path: prestodb.github.io\n ref: source\n token: ${{ secrets.PRESTODB_CI_TOKEN }}\n\n - name: Setup Node.js\n uses: actions/setup-node@v4\n with:\n node-version: '18.x'\n\n - name: Configure Git\n run: |\n cd ${{ github.workspace }}/prestodb.github.io\n git config --global --add safe.directory ${{ github.workspace }}/prestodb.github.io\n git config --global user.email "ci@lists.prestodb.io"\n git config --global user.name "prestodb-ci"\n git config --global alias.ls 'log --pretty=format:"%cd %h %ce: %s" --date=short --no-merges'\n git ls -5\n\n - name: Download artifacts\n uses: actions/download-artifact@v4\n with:\n name: presto-artifacts-${{ env.RELEASE_TAG }}\n path: ${{ github.workspace }}/build\n\n - name: Update Docs\n run: |\n cd ${{ github.workspace }}/prestodb.github.io\n ls -al\n\n cd website && yarn install && cd ..\n LAST_RELEASE_VERSION="0.$((${RELEASE_TAG#0.} - 1))"\n echo "Last release version: ${LAST_RELEASE_VERSION}"\n\n TARGET=website/static/docs/${RELEASE_TAG}\n CURRENT=website/static/docs/current\n\n if [[ -e ${TARGET} ]]; then\n echo "Error: ${TARGET} already exists"\n exit 1\n fi\n\n mv ${{ github.workspace }}/build/presto-docs/target/presto-docs-${RELEASE_TAG}.zip .\n unzip presto-docs-${RELEASE_TAG}.zip | head -n 5\n mv html ${TARGET}\n unlink ${CURRENT}\n ln -sf ${RELEASE_TAG} ${CURRENT}\n git add ${TARGET} ${CURRENT}\n git status | head -n 5\n\n DATE=$(TZ=America/Los_Angeles date '+%B %d, %Y')\n echo "Update the version number and stats in javascript for rendering across the site"\n VERSION_JS=website/static/static/js/version.js\n\n echo "const presto_latest_presto_version = '${RELEASE_TAG}';" > ${VERSION_JS}\n GIT_LOG="git -C ../presto log --use-mailmap ${LAST_RELEASE_VERSION}..${RELEASE_TAG}"\n NUM_COMMITS=$(${GIT_LOG} --format='%aE' | wc -l | awk '{$1=$1;print}')\n NUM_CONTRIBUTORS=$(${GIT_LOG} --format='%aE' | sort | uniq | wc -l | awk '{$1=$1;print}')\n NUM_COMMITTERS=$(${GIT_LOG} --format='%cE' | sort | uniq | wc -l | awk '{$1=$1;print}')\n echo "const presto_latest_num_commits = ${NUM_COMMITS};" >> ${VERSION_JS}\n echo "const presto_latest_num_contributors = ${NUM_CONTRIBUTORS};" >> ${VERSION_JS}\n echo "const presto_latest_num_committers = ${NUM_COMMITTERS};" >> ${VERSION_JS}\n echo "const presto_latest_date = '${DATE}';" >> ${VERSION_JS}\n cat ${VERSION_JS}\n git add ${VERSION_JS}\n git status | head -n 5\n\n - name: Push Updates\n run: |\n cd ${{ github.workspace }}/prestodb.github.io\n git status | head -n 5\n git commit -m "Add ${RELEASE_TAG} docs" | head -n 5\n git checkout -b "${RELEASE_TAG}-docs"\n git push origin "${RELEASE_TAG}-docs"\n\n - name: Create pull request\n env:\n GH_TOKEN: ${{ secrets.PRESTODB_CI_TOKEN }}\n run: |\n cd ${{ github.workspace }}/prestodb.github.io\n gh pr create --title "Add ${RELEASE_TAG} docs" --body "Add ${RELEASE_TAG} docs" --base source --head "${RELEASE_TAG}-docs"\n | dataset_sample\yaml\prestodb_presto\.github\workflows\presto-release-publish.yml | presto-release-publish.yml | YAML | 16,514 | 0.95 | 0.03304 | 0 | react-lib | 721 | 2024-12-01T17:58:18.308901 | MIT | false | 4e28d80a2100fc81bbfe3aab6be02ffe |
name: prestocpp-format-and-header-check\n\non:\n workflow_dispatch:\n pull_request:\n paths:\n - 'presto-native-execution/**'\n - '.github/workflows/prestocpp-format-and-header-check.yml'\n\njobs:\n prestocpp-format-and-header-check:\n runs-on: ubuntu-latest\n container:\n image: public.ecr.aws/oss-presto/velox-dev:check\n steps:\n - uses: actions/checkout@v4\n\n - name: Fix git permissions\n # Usually actions/checkout does this but as we run in a container\n # it doesn't work\n run: git config --global --add safe.directory ${GITHUB_WORKSPACE}\n\n - name: Check formatting\n run: |\n git fetch origin master\n cd presto-native-execution\n make format-check\n\n - name: Check license headers\n run: |\n git fetch origin master\n cd presto-native-execution\n make header-check\n | dataset_sample\yaml\prestodb_presto\.github\workflows\prestocpp-format-and-header-check.yml | prestocpp-format-and-header-check.yml | YAML | 888 | 0.8 | 0 | 0.071429 | awesome-app | 854 | 2024-09-30T12:07:01.836210 | GPL-3.0 | false | 5a5a4013e9d1c55ddce09992e41fb5a8 |
name: prestocpp-linux-adapters-build\n\non:\n workflow_dispatch:\n # Disable the automatic execution on PR because it currently will run out of disk space and\n # we will address this subsequently.\n # - use smaller image - in the works\n # - remove the adapters downloaded files after install - JWT needs fixing because of the cmake files end up\n #pull_request:\n # paths:\n # - 'presto-native-execution/scripts/**'\n # - '.github/workflows/prestocpp-linux-adapters-build.yml'\n\njobs:\n prestocpp-linux-adapters-build:\n runs-on: ubuntu-22.04\n container:\n image: prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84\n env:\n CCACHE_DIR: "${{ github.workspace }}/ccache"\n steps:\n - uses: actions/checkout@v4\n\n - name: Fix git permissions\n # Usually actions/checkout does this but as we run in a container\n # it doesn't work\n run: git config --global --add safe.directory ${GITHUB_WORKSPACE}\n\n - name: Update submodules\n run: |\n cd presto-native-execution\n make submodules\n\n - name: Build all adapter dependencies\n run: |\n mkdir -p ${GITHUB_WORKSPACE}/adapter-deps/install\n mkdir -p ${GITHUB_WORKSPACE}/adapter-deps/download\n source /opt/rh/gcc-toolset-12/enable\n set -xu\n cd presto-native-execution\n export DEPENDENCY_DIR=${GITHUB_WORKSPACE}/adapter-deps/download\n export INSTALL_PREFIX=${GITHUB_WORKSPACE}/adapter-deps/install\n PROMPT_ALWAYS_RESPOND=n ./velox/scripts/setup-adapters.sh\n PROMPT_ALWAYS_RESPOND=n ./scripts/setup-adapters.sh\n\n - name: Install Github CLI for using apache/infrastructure-actions/stash\n run: |\n curl -L https://github.com/cli/cli/releases/download/v2.63.2/gh_2.63.2_linux_amd64.rpm > gh_2.63.2_linux_amd64.rpm\n rpm -iv gh_2.63.2_linux_amd64.rpm\n\n - uses: apache/infrastructure-actions/stash/restore@4ab8682fbd4623d2b4fc1c98db38aba5091924c3\n with:\n path: '${{ env.CCACHE_DIR }}'\n key: ccache-prestocpp-linux-adapters-build\n\n - name: Zero ccache statistics\n run: ccache -sz\n\n - name: Build engine\n run: |\n source /opt/rh/gcc-toolset-12/enable\n cd presto-native-execution\n cmake \\n -B _build/release \\n -GNinja \\n -DTREAT_WARNINGS_AS_ERRORS=1 \\n -DENABLE_ALL_WARNINGS=1 \\n -DCMAKE_BUILD_TYPE=Release \\n -DPRESTO_ENABLE_PARQUET=ON \\n -DPRESTO_ENABLE_S3=ON \\n -DPRESTO_ENABLE_GCS=ON \\n -DPRESTO_ENABLE_ABFS=OFF \\n -DPRESTO_ENABLE_HDFS=ON \\n -DPRESTO_ENABLE_REMOTE_FUNCTIONS=ON \\n -DPRESTO_ENABLE_JWT=ON \\n -DPRESTO_STATS_REPORTER_TYPE=PROMETHEUS \\n -DPRESTO_MEMORY_CHECKER_TYPE=LINUX_MEMORY_CHECKER \\n -DPRESTO_ENABLE_TESTING=OFF \\n -DCMAKE_PREFIX_PATH=/usr/local \\n -DThrift_ROOT=/usr/local \\n -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \\n -DMAX_LINK_JOBS=4\n ninja -C _build/release -j 4\n\n - name: Ccache after\n run: ccache -s\n\n - uses: apache/infrastructure-actions/stash/save@4ab8682fbd4623d2b4fc1c98db38aba5091924c3\n with:\n path: '${{ env.CCACHE_DIR }}'\n key: ccache-prestocpp-linux-adapters-build\n | dataset_sample\yaml\prestodb_presto\.github\workflows\prestocpp-linux-adapters-build.yml | prestocpp-linux-adapters-build.yml | YAML | 3,379 | 0.8 | 0.010989 | 0.125 | python-kit | 77 | 2024-08-17T12:01:01.107467 | BSD-3-Clause | false | 432d8cc31ee22f574f8b16e1eceb0211 |
name: prestocpp-linux-build\n\non:\n workflow_dispatch:\n pull_request:\n paths:\n - 'presto-native-execution/**'\n - '.github/workflows/prestocpp-linux-build.yml'\n # Build also changes to files that can change the protocol and are referenced in the protocol yaml:\n # protocol_core\n - 'presto-spi/src/main/java/com/facebook/presto/spi/**'\n - 'presto-common/src/main/java/com/facebook/presto/**'\n - 'presto-main/src/main/java/com/facebook/presto/**'\n - 'presto-client/src/main/java/com/facebook/presto/client/**'\n - 'presto-spark-base/src/main/java/com/facebook/presto/spark/execution/**'\n - 'presto-native-sidecar-plugin/src/main/java/com/facebook/presto/sidecar/nativechecker/**'\n - 'presto-function-namespace-managers-common/src/main/java/com/facebook/presto/functionNamespace/**'\n - 'presto-hdfs-core/src/main/java/com/facebook/presto/hive/**'\n - 'presto-verifier/src/main/java/com/facebook/presto/verifier/framework/**'\n # arrow-flight\n - 'presto-base-arrow-flight/src/main/java/com/facebook/plugin/arrow/**'\n # hive\n - 'presto-hive-metastore/src/main/java/com/facebook/presto/hive/**'\n - 'presto-hive-common/src/main/java/com/facebook/presto/hive/**'\n - 'presto-hive/src/main/java/com/facebook/presto/hive/**'\n # iceberg\n - 'presto-iceberg/src/main/java/com/facebook/presto/iceberg/**'\n # tpch\n - 'presto-tpch/src/main/java/com/facebook/presto/tpch/**'\n\njobs:\n prestocpp-linux-build-engine:\n runs-on: ubuntu-22.04\n container:\n image: prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84\n env:\n CCACHE_DIR: "${{ github.workspace }}/ccache"\n CC: /usr/bin/clang-15\n CXX: /usr/bin/clang++-15\n BUILD_SCRIPT: |\n cd presto-native-execution\n cmake \\n -B _build/debug \\n -GNinja \\n -DTREAT_WARNINGS_AS_ERRORS=1 \\n -DENABLE_ALL_WARNINGS=1 \\n -DCMAKE_BUILD_TYPE=Debug \\n -DPRESTO_ENABLE_PARQUET=ON \\n -DPRESTO_ENABLE_S3=ON \\n -DPRESTO_ENABLE_GCS=ON \\n -DPRESTO_ENABLE_ABFS=OFF \\n -DPRESTO_ENABLE_HDFS=ON \\n -DPRESTO_ENABLE_REMOTE_FUNCTIONS=ON \\n -DPRESTO_ENABLE_JWT=ON \\n -DPRESTO_STATS_REPORTER_TYPE=PROMETHEUS \\n -DPRESTO_MEMORY_CHECKER_TYPE=LINUX_MEMORY_CHECKER \\n -DPRESTO_ENABLE_TESTING=OFF \\n -DCMAKE_PREFIX_PATH=/usr/local \\n -DThrift_ROOT=/usr/local \\n -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \\n -DMAX_LINK_JOBS=4\n ninja -C _build/debug -j 4\n\n steps:\n - uses: actions/checkout@v4\n\n - name: Fix git permissions\n # Usually actions/checkout does this but as we run in a container\n # it doesn't work\n run: git config --global --add safe.directory ${GITHUB_WORKSPACE}\n\n - name: Update velox\n run: |\n cd presto-native-execution\n make velox-submodule\n\n - name: Install Github CLI for using apache/infrastructure-actions/stash\n run: |\n curl -L https://github.com/cli/cli/releases/download/v2.63.2/gh_2.63.2_linux_amd64.rpm > gh_2.63.2_linux_amd64.rpm\n rpm -iv gh_2.63.2_linux_amd64.rpm\n\n - uses: apache/infrastructure-actions/stash/restore@4ab8682fbd4623d2b4fc1c98db38aba5091924c3\n with:\n path: '${{ env.CCACHE_DIR }}'\n key: ccache-prestocpp-linux-build-engine\n\n - name: Zero ccache statistics\n run: ccache -sz\n\n - name: Remove files not needed for the build\n run: |\n find . -name data | xargs rm -r\n find . -name tests | xargs rm -r\n find . -name test | xargs rm -rf\n\n - name: Disk space consumption before build\n run: df\n\n - name: Generate build command script for reuse\n run: |\n\n\n - name: Build engine\n run: |\n eval ${{ env.BUILD_SCRIPT }}\n\n - name: Disk space consumption after build\n run: df\n\n - name: Ccache after\n run: ccache -s\n\n - uses: apache/infrastructure-actions/stash/save@4ab8682fbd4623d2b4fc1c98db38aba5091924c3\n with:\n path: '${{ env.CCACHE_DIR }}'\n key: ccache-prestocpp-linux-build-engine\n\n - name: Regenerate the protocol files\n run: |\n export PRESTO_HOME=$(pwd)\n cd presto-native-execution\n make presto_protocol\n\n - name: Incrementally rebuild presto_server with the new protocol\n run: |\n eval ${{ env.BUILD_SCRIPT }}\n | dataset_sample\yaml\prestodb_presto\.github\workflows\prestocpp-linux-build.yml | prestocpp-linux-build.yml | YAML | 4,558 | 0.95 | 0.031746 | 0.074074 | python-kit | 331 | 2024-12-21T18:00:13.095112 | BSD-3-Clause | false | d9c8ede8f759fe618e7d92b335b83a24 |
name: prestocpp-macos-build\n\non:\n workflow_dispatch:\n pull_request:\n paths:\n - 'presto-native-execution/**'\n - '.github/workflows/prestocpp-macos-build.yml'\n\njobs:\n prestocpp-macos-build-engine:\n runs-on: macos-13\n env:\n CCACHE_DIR: "${{ github.workspace }}/ccache"\n CMAKE_POLICY_VERSION_MINIMUM: "3.5"\n steps:\n - uses: actions/checkout@v4\n\n - name: Fix git permissions\n # Usually actions/checkout does this but as we run in a container\n # it doesn't work\n run: git config --global --add safe.directory ${GITHUB_WORKSPACE}\n\n - name: Update submodules\n run: |\n cd presto-native-execution\n make submodules\n\n # The current Github runners for newer versions of macOS (14, 15) only provide 7GB memory while macOS 13 runners provide 14GB.\n # Thus, we are installing XCode 15 on macOS 13 to build with Clang 15.\n # https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories\n - uses: maxim-lobanov/setup-xcode@v1.6.0\n with:\n xcode-version: 15\n\n - name: "Setup MacOS"\n run: |\n set -xu\n mkdir ~/deps ~/deps-src\n git clone --depth 1 https://github.com/Homebrew/brew ~/deps\n PATH=~/deps/bin:${PATH} DEPENDENCY_DIR=~/deps-src INSTALL_PREFIX=~/deps PROMPT_ALWAYS_RESPOND=n ./presto-native-execution/scripts/setup-macos.sh\n # Calculate the prefix path before we delete brew's repos and taps.\n rm -rf ~/deps/.git ~/deps/Library/Taps/ # Reduce cache size by 70%.\n rm -rf ~/deps-src\n\n - name: Install Github CLI for using apache/infrastructure-actions/stash\n run: |\n PATH=~/deps/bin:${PATH}\n brew install gh\n\n - uses: apache/infrastructure-actions/stash/restore@4ab8682fbd4623d2b4fc1c98db38aba5091924c3\n with:\n path: '${{ env.CCACHE_DIR }}'\n key: ccache-prestocpp-macos-build-engine\n\n - name: Zero ccache statistics\n run: ccache -sz\n\n - name: "Build presto_cpp on MacOS"\n run: |\n clang --version\n export INSTALL_PREFIX=~/deps\n export PATH=~/deps/bin:$(brew --prefix m4)/bin:$(brew --prefix bison)/bin:${PATH}\n cd presto-native-execution\n cmake -B _build/debug -GNinja -DTREAT_WARNINGS_AS_ERRORS=1 -DENABLE_ALL_WARNINGS=1 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER_LAUNCHER=ccache\n ninja -C _build/debug\n\n - name: Ccache after\n run: ccache -s\n\n - uses: apache/infrastructure-actions/stash/save@4ab8682fbd4623d2b4fc1c98db38aba5091924c3\n with:\n path: '${{ env.CCACHE_DIR }}'\n key: ccache-macos-prestocpp\n | dataset_sample\yaml\prestodb_presto\.github\workflows\prestocpp-macos-build.yml | prestocpp-macos-build.yml | YAML | 2,789 | 0.8 | 0.054054 | 0.096774 | vue-tools | 427 | 2024-06-14T23:12:55.179987 | Apache-2.0 | false | a9e32b8d79e93221e335cdfef4e14445 |
name: release-notes\n\non:\n pull_request:\n types: [ opened, edited, reopened ]\n\nenv:\n RELEASE_TOOLS_VERSION: "0.11"\n\njobs:\n check_release_note:\n runs-on: ubuntu-latest\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n with:\n fetch-depth: 1\n - uses: actions/setup-java@v4\n with:\n distribution: 'temurin'\n java-version: 8\n cache: 'maven'\n - name: Get presto-release-tools\n run: |\n ./mvnw \\n -B \\n -DgroupId=com.facebook.presto \\n -DartifactId=presto-release-tools -Dversion=${RELEASE_TOOLS_VERSION} \\n -Dpackaging=jar \\n -Dclassifier=executable \\n dependency:get\n - name: Get PR body from GraphQL API\n id: graphql_query\n env:\n GH_TOKEN: ${{ github.token }}\n run: |\n echo "pr_bodytext<<EOF" >> $GITHUB_OUTPUT\n gh api graphql -f query='\n query {\n repository(owner: "prestodb", name: "presto") {\n pullRequest(number: ${{ github.event.pull_request.number }}) {\n bodyText\n }\n }\n }\n ' --jq '.data.repository.pullRequest.bodyText' >> $GITHUB_OUTPUT\n echo 'EOF' >> $GITHUB_OUTPUT\n - name: Echo PR Text\n run: echo "${{ steps.graphql_query.outputs.pr_bodytext }}"\n - name: Set presto-release-tools as executable\n run: chmod +x ~/.m2/repository/com/facebook/presto/presto-release-tools/${RELEASE_TOOLS_VERSION}/presto-release-tools-${RELEASE_TOOLS_VERSION}-executable.jar\n - name: Check release notes\n env:\n PR_BODY: ${{ steps.graphql_query.outputs.pr_bodytext }}\n run: echo "${PR_BODY}" | ~/.m2/repository/com/facebook/presto/presto-release-tools/${RELEASE_TOOLS_VERSION}/presto-release-tools-${RELEASE_TOOLS_VERSION}-executable.jar check-release-notes\n | dataset_sample\yaml\prestodb_presto\.github\workflows\release-notes-check.yml | release-notes-check.yml | YAML | 2,003 | 0.7 | 0 | 0 | awesome-app | 974 | 2023-10-01T06:41:03.214125 | MIT | false | 51e63c5f6ffb489c70af77ae48c225d7 |
name: spark integration\n\non:\n pull_request:\n\nenv:\n # An envar that signals to tests we are executing in the CI environment\n CONTINUOUS_INTEGRATION: true\n MAVEN_OPTS: "-Xmx1024M -XX:+ExitOnOutOfMemoryError"\n MAVEN_INSTALL_OPTS: "-Xmx2G -XX:+ExitOnOutOfMemoryError"\n MAVEN_FAST_INSTALL: "-B -V --quiet -T 1C -DskipTests -Dair.check.skip-all --no-transfer-progress -Dmaven.javadoc.skip=true"\n MAVEN_TEST: "-B -Dair.check.skip-all -Dmaven.javadoc.skip=true -DLogTestDurationListener.enabled=true --no-transfer-progress --fail-at-end"\n RETRY: .github/bin/retry\n\njobs:\n changes:\n runs-on: ubuntu-latest\n # Required permissions\n permissions:\n pull-requests: read\n # Set job outputs to values from filter step\n outputs:\n codechange: ${{ steps.filter.outputs.codechange }}\n steps:\n # For pull requests it's not necessary to checkout the code\n - uses: dorny/paths-filter@v2\n id: filter\n with:\n filters: |\n codechange:\n - '!presto-docs/**'\n spark-integration:\n strategy:\n fail-fast: false\n matrix:\n java: [ 8.0.442, 17.0.13 ]\n runs-on: ubuntu-latest\n needs: changes\n timeout-minutes: 60\n concurrency:\n group: ${{ github.workflow }}-spark-integration-${{ github.event.pull_request.number }}-${{ matrix.java }}\n cancel-in-progress: true\n steps:\n - uses: actions/checkout@v4\n if: needs.changes.outputs.codechange == 'true'\n with:\n show-progress: false\n - uses: actions/setup-java@v4\n if: needs.changes.outputs.codechange == 'true'\n with:\n distribution: 'temurin'\n java-version: ${{ matrix.java }}\n cache: 'maven'\n - name: Download nodejs to maven cache\n if: needs.changes.outputs.codechange == 'true'\n run: .github/bin/download_nodejs\n - name: Maven Install\n if: needs.changes.outputs.codechange == 'true'\n run: |\n export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"\n ./mvnw install ${MAVEN_FAST_INSTALL} -am -pl presto-spark-launcher,presto-spark-package,presto-spark-testing\n - name: Maven Tests\n if: needs.changes.outputs.codechange == 'true'\n run: ./mvnw test ${MAVEN_TEST} -pl :presto-spark-testing -P test-presto-spark-integration-smoke-test\n | dataset_sample\yaml\prestodb_presto\.github\workflows\spark-integration.yml | spark-integration.yml | YAML | 2,299 | 0.8 | 0.078125 | 0.065574 | python-kit | 998 | 2024-03-14T06:29:46.579938 | BSD-3-Clause | false | 64403442a59dc852e7f5757ec41a08cf |
name: web ui checks\n\non:\n pull_request:\n\nenv:\n # An envar that signals to tests we are executing in the CI environment\n CONTINUOUS_INTEGRATION: true\n RETRY: .github/bin/retry\n\njobs:\n changes:\n runs-on: ubuntu-latest\n # Required permissions\n permissions:\n pull-requests: read\n # Set job outputs to values from filter step\n outputs:\n codechange: ${{ steps.filter.outputs.codechange }}\n steps:\n # For pull requests it's not necessary to checkout the code\n - uses: dorny/paths-filter@v2\n id: filter\n with:\n filters: |\n codechange:\n - '!presto-docs/**'\n - 'presto-ui/**'\n web-ui-checks:\n runs-on: ubuntu-latest\n needs: changes\n if: needs.changes.outputs.codechange == 'true'\n timeout-minutes: 30\n concurrency:\n group: ${{ github.workflow }}-web-ui-checks-${{ github.event.pull_request.number }}\n cancel-in-progress: true\n steps:\n - uses: actions/checkout@v4\n with:\n show-progress: false\n - name: Web UI Checks\n run: presto-ui/bin/check_webui.sh\n | dataset_sample\yaml\prestodb_presto\.github\workflows\web-ui-checks.yml | web-ui-checks.yml | YAML | 1,089 | 0.8 | 0.02381 | 0.102564 | react-lib | 978 | 2024-06-01T17:51:53.637947 | Apache-2.0 | false | 2b5a3a685b4a78c99e1438c2f828429b |
image:\n file: .gitpod.Dockerfile\ntasks:\n - init:\n make build\n command: |\n gp sync-done build\n ./prometheus --config.file=documentation/examples/prometheus.yml\n - command: |\n cd web/ui/\n gp sync-await build\n unset BROWSER\n export DANGEROUSLY_DISABLE_HOST_CHECK=true\n npm start\n openMode: split-right\nports:\n - port: 3000\n onOpen: open-preview\n - port: 9090\n onOpen: ignore\n | dataset_sample\yaml\prometheus_prometheus\.gitpod.yml | .gitpod.yml | YAML | 429 | 0.7 | 0 | 0 | react-lib | 532 | 2024-08-15T08:07:34.777799 | BSD-3-Clause | false | b84fdf325f24fe0e94a7eb2ff3f9f19e |
formatters:\n enable:\n - gci\n - gofumpt\n settings:\n gci:\n sections:\n - standard\n - default\n - prefix(github.com/prometheus/prometheus)\n gofumpt:\n extra-rules: true\n exclusions:\n paths:\n # Skip autogenerated files.\n - ^.*\.(pb|y)\.go$\n\nissues:\n max-issues-per-linter: 0\n max-same-issues: 0\n\nlinters:\n # Keep this list sorted alphabetically\n enable:\n - depguard\n - errorlint\n - exptostd\n - gocritic\n - godot\n - loggercheck\n - misspell\n - nilnesserr\n # TODO(bwplotka): Enable once https://github.com/golangci/golangci-lint/issues/3228 is fixed.\n # - nolintlint\n - perfsprint\n - predeclared\n - revive\n - sloglint\n - testifylint\n - unconvert\n - unused\n - usestdlibvars\n - whitespace\n\n exclusions:\n paths:\n # Skip autogenerated files.\n - ^.*\.(pb|y)\.go$\n rules:\n - linters:\n - errcheck\n # Taken from the default exclusions in v1.\n text: Error return value of .((os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*print(f|ln)?|os\.(Un)?Setenv). is not checked\n - linters:\n - govet\n # We use many Seek methods that do not follow the usual pattern.\n text: "stdmethods: method Seek.* should have signature Seek"\n - linters:\n - revive\n # We have stopped at some point to write doc comments on exported symbols.\n # TODO(beorn7): Maybe we should enforce this again? There are ~500 offenders right now.\n text: exported (.+) should have comment( \(or a comment on this block\))? or be unexported\n - linters:\n - gocritic\n text: "appendAssign"\n - linters:\n - errcheck\n path: _test.go\n - linters:\n - errorlint\n path: "tsdb/head_wal.go"\n - linters:\n - godot\n source: "^// ==="\n - linters:\n - perfsprint\n text: "fmt.Sprintf can be replaced with string concatenation"\n settings:\n depguard:\n rules:\n main:\n deny:\n - pkg: "sync/atomic"\n desc: "Use go.uber.org/atomic instead of sync/atomic"\n - pkg: "github.com/stretchr/testify/assert"\n desc: "Use github.com/stretchr/testify/require instead of github.com/stretchr/testify/assert"\n - pkg: "github.com/go-kit/kit/log"\n desc: "Use github.com/go-kit/log instead of github.com/go-kit/kit/log"\n - pkg: "io/ioutil"\n desc: "Use corresponding 'os' or 'io' functions instead."\n - pkg: "regexp"\n desc: "Use github.com/grafana/regexp instead of regexp"\n - pkg: "github.com/pkg/errors"\n desc: "Use 'errors' or 'fmt' instead of github.com/pkg/errors"\n - pkg: "gzip"\n desc: "Use github.com/klauspost/compress instead of gzip"\n - pkg: "zlib"\n desc: "Use github.com/klauspost/compress instead of zlib"\n - pkg: "golang.org/x/exp/slices"\n desc: "Use 'slices' instead."\n errcheck:\n exclude-functions:\n # Don't flag lines such as "io.Copy(io.Discard, resp.Body)".\n - io.Copy\n # The next two are used in HTTP handlers, any error is handled by the server itself.\n - io.WriteString\n - (net/http.ResponseWriter).Write\n # No need to check for errors on server's shutdown.\n - (*net/http.Server).Shutdown\n # Never check for rollback errors as Rollback() is called when a previous error was detected.\n - (github.com/prometheus/prometheus/storage.Appender).Rollback\n perfsprint:\n # Optimizes even if it requires an int or uint type cast.\n int-conversion: true\n # Optimizes into `err.Error()` even if it is only equivalent for non-nil errors.\n err-error: true\n # Optimizes `fmt.Errorf`.\n errorf: true\n # Optimizes `fmt.Sprintf` with only one argument.\n sprintf1: true\n # Optimizes into strings concatenation.\n strconcat: false\n revive:\n # By default, revive will enable only the linting rules that are named in the configuration file.\n # So, it's needed to explicitly enable all required rules here.\n rules:\n # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md\n - name: blank-imports\n - name: comment-spacings\n - name: context-as-argument\n arguments:\n # Allow functions with test or bench signatures.\n - allowTypesBefore: '*testing.T,testing.TB'\n - name: context-keys-type\n - name: dot-imports\n - name: early-return\n arguments:\n - "preserveScope"\n # A lot of false positives: incorrectly identifies channel draining as "empty code block".\n # See https://github.com/mgechev/revive/issues/386\n - name: empty-block\n disabled: true\n - name: error-naming\n - name: error-return\n - name: error-strings\n - name: errorf\n - name: exported\n - name: increment-decrement\n - name: indent-error-flow\n arguments:\n - "preserveScope"\n - name: package-comments\n # TODO(beorn7): Currently, we have a lot of missing package doc comments. Maybe we should have them.\n disabled: true\n - name: range\n - name: receiver-naming\n - name: redefines-builtin-id\n - name: superfluous-else\n arguments:\n - "preserveScope"\n - name: time-naming\n - name: unexported-return\n - name: unreachable-code\n - name: unused-parameter\n - name: var-declaration\n - name: var-naming\n staticcheck:\n checks:\n - all # Enable all checks.\n # FIXME: We should enable this check once we have fixed all the issues.\n - -QF1001\n - -QF1002\n - -QF1003\n - -QF1006\n - -QF1007\n - -QF1008\n - -QF1009\n - -QF1010\n - -QF1012\n - -ST1000\n - -ST1003\n - -ST1005\n - -ST1012\n - -ST1016\n - -ST1020\n testifylint:\n disable:\n - empty # FIXME\n - equal-values # FIXME\n - float-compare\n - formatter # FIXME\n - go-require\n - len # FIXME\n - useless-assert # FIXME: wait for golangci-lint > v2.0.2\n enable-all: true\n\noutput:\n show-stats: false\n\nrun:\n timeout: 15m\n\nversion: "2"\n | dataset_sample\yaml\prometheus_prometheus\.golangci.yml | .golangci.yml | YAML | 6,435 | 0.95 | 0.029557 | 0.13198 | node-utils | 554 | 2024-01-20T23:15:36.609762 | GPL-3.0 | false | e0c7f62a7953fc9a6f650d7911feb0bd |
go:\n # Whenever the Go version is updated here,\n # .github/workflows should also be updated.\n version: 1.24\nrepository:\n path: github.com/prometheus/prometheus\nbuild:\n binaries:\n - name: prometheus\n path: ./cmd/prometheus\n - name: promtool\n path: ./cmd/promtool\n tags:\n all:\n - netgo\n - builtinassets\n - stringlabels\n windows:\n - builtinassets\n - stringlabels\n ldflags: |\n -X github.com/prometheus/common/version.Version={{.Version}}\n -X github.com/prometheus/common/version.Revision={{.Revision}}\n -X github.com/prometheus/common/version.Branch={{.Branch}}\n -X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}\n -X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}\ntarball:\n # Whenever there are new files to include in the tarball,\n # remember to make sure the new files will be generated after `make build`.\n files:\n - documentation/examples/prometheus.yml\n - LICENSE\n - NOTICE\n - npm_licenses.tar.bz2\ncrossbuild:\n platforms:\n - darwin\n - dragonfly\n - freebsd\n - illumos\n - linux\n - netbsd\n - windows\n | dataset_sample\yaml\prometheus_prometheus\.promu.yml | .promu.yml | YAML | 1,291 | 0.8 | 0 | 0.093023 | vue-tools | 618 | 2024-12-18T07:36:25.695200 | GPL-3.0 | false | 09ee7c2db240def95d69321b038ced44 |
- github.com/prometheus/prometheus/discovery/aws\n- github.com/prometheus/prometheus/discovery/azure\n- github.com/prometheus/prometheus/discovery/consul\n- github.com/prometheus/prometheus/discovery/digitalocean\n- github.com/prometheus/prometheus/discovery/dns\n- github.com/prometheus/prometheus/discovery/eureka\n- github.com/prometheus/prometheus/discovery/gce\n- github.com/prometheus/prometheus/discovery/hetzner\n- github.com/prometheus/prometheus/discovery/ionos\n- github.com/prometheus/prometheus/discovery/kubernetes\n- github.com/prometheus/prometheus/discovery/linode\n- github.com/prometheus/prometheus/discovery/marathon\n- github.com/prometheus/prometheus/discovery/moby\n- github.com/prometheus/prometheus/discovery/nomad\n- github.com/prometheus/prometheus/discovery/openstack\n- github.com/prometheus/prometheus/discovery/ovhcloud\n- github.com/prometheus/prometheus/discovery/puppetdb\n- github.com/prometheus/prometheus/discovery/scaleway\n- github.com/prometheus/prometheus/discovery/triton\n- github.com/prometheus/prometheus/discovery/uyuni\n- github.com/prometheus/prometheus/discovery/vultr\n- github.com/prometheus/prometheus/discovery/xds\n- github.com/prometheus/prometheus/discovery/zookeeper\n | dataset_sample\yaml\prometheus_prometheus\plugins.yml | plugins.yml | YAML | 1,202 | 0.7 | 0 | 0 | python-kit | 998 | 2024-11-18T13:55:59.488420 | MIT | false | 3f617a90eca780694dc6be70ab791336 |
header:\n schema-version: '1.0.0'\n expiration-date: '2025-07-30T01:00:00.000Z'\n last-updated: '2024-07-30'\n last-reviewed: '2024-07-30'\n project-url: https://github.com/prometheus/prometheus\n changelog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md\n license: https://github.com/prometheus/prometheus/blob/main/LICENSE\nproject-lifecycle:\n status: active\n bug-fixes-only: false\n core-maintainers:\n - https://github.com/prometheus/prometheus/blob/main/MAINTAINERS.md\ncontribution-policy:\n accepts-pull-requests: true\n accepts-automated-pull-requests: true\ndependencies:\n third-party-packages: true\n dependencies-lists:\n - https://github.com/prometheus/prometheus/blob/main/go.mod\n - https://github.com/prometheus/prometheus/blob/main/web/ui/package.json\n env-dependencies-policy:\n policy-url: https://github.com/prometheus/prometheus/blob/main/CONTRIBUTING.md#dependency-management\ndistribution-points:\n - https://github.com/prometheus/prometheus/releases\ndocumentation:\n - https://prometheus.io/docs/introduction/overview/\nsecurity-contacts:\n - type: email\n value: prometheus-team@googlegroups.com\nsecurity-testing:\n - tool-type: sca\n tool-name: Dependabot\n tool-version: latest\n integration:\n ad-hoc: false\n ci: true\n before-release: true\n - tool-type: sast\n tool-name: CodeQL\n tool-version: latest\n integration:\n ad-hoc: false\n ci: true\n before-release: true\nvulnerability-reporting:\n accepts-vulnerability-reports: true\n security-policy: https://github.com/prometheus/prometheus/security/policy\n | dataset_sample\yaml\prometheus_prometheus\SECURITY-INSIGHTS.yml | SECURITY-INSIGHTS.yml | YAML | 1,598 | 0.8 | 0 | 0 | react-lib | 512 | 2024-07-09T13:29:16.781196 | Apache-2.0 | false | 8922548ca1e8fb2969375385ca35bb29 |
run:\n timeout: 10m\n # Enable checking the by default skipped "examples" dirs\n build-tags:\n - all\nlinters:\n enable-all: false\n enable:\n - durationcheck\n - depguard\n - errcheck\n - exhaustive\n - gofumpt\n - goheader\n - goprintffuncname\n - gosec\n - govet\n - importas\n - ineffassign\n - lll\n - misspell\n - nakedret\n - nolintlint\n - paralleltest\n - perfsprint\n - prealloc\n - revive\n - unconvert\n - unused\n - usetesting\n - wastedassign\n - whitespace\n\nlinters-settings:\n nakedret:\n # Make an issue if func has more lines of code than this setting, and it has naked returns.\n # Default: 30\n max-func-lines: 60\n nolintlint:\n # Some linter exclusions are added to generated or templated files\n # pre-emptively.\n # Don't complain about these.\n allow-unused: true\n govet:\n enable:\n - nilness\n # Reject comparisons of reflect.Value with DeepEqual or '=='.\n - reflectvaluecompare\n # Reject sort.Slice calls with a non-slice argument.\n - sortslice\n # Detect write to struct/arrays by-value that aren't read again.\n - unusedwrite\n depguard:\n rules:\n protobuf:\n deny:\n - pkg: "github.com/golang/protobuf"\n desc: Use google.golang.org/protobuf instead\n importas:\n alias:\n - pkg: github.com/pulumi/pulumi/sdk/v3/proto/go\n alias: pulumirpc\n - pkg: github.com/pulumi/pulumi/sdk/v3/proto/go/testing\n alias: testingrpc\n - pkg: github.com/deckarep/golang-set/v2\n alias: mapset\n - pkg: github.com/pulumi/pulumi/sdk/v3/go/common/testing\n alias: ptesting\n goheader:\n values:\n regexp:\n COPYRIGHT_YEARS: (\d{4}-)?\d{4}\n WHITESPACE: \s*\n template: |-\n Copyright {{ COPYRIGHT_YEARS }}, Pulumi Corporation.\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n {{ WHITESPACE }}http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\nissues:\n exclude-rules:\n # Don't warn on unused parameters.\n # Parameter names are useful; replacing them with '_' is undesirable.\n - linters: [revive]\n text: 'unused-parameter: parameter \S+ seems to be unused, consider removing or renaming it as _'\n\n # staticcheck already has smarter checks for empty blocks.\n # revive's empty-block linter has false positives.\n # For example, as of writing this, the following is not allowed.\n # for foo() { }\n - linters: [revive]\n text: 'empty-block: this block is empty, you can remove it'\n\n # We *frequently* use the term 'new' in the context of properties\n # (new and old properties),\n # and we rarely use the 'new' built-in function.\n # It's fine to ignore these cases.\n - linters: [revive]\n text: 'redefines-builtin-id: redefinition of the built-in function new'\n\n exclude:\n # https://github.com/pulumi/pulumi/issues/9469\n - 'Name is deprecated: Name returns the variable or declaration name of the resource'\n\n # https://github.com/pulumi/pulumi/issues/11869\n - '"github.com/golang/protobuf/[\w/]+" is deprecated'\n\n # https://github.com/pulumi/pulumi/issues/11870\n - 'strings.Title has been deprecated'\n\n # https://github.com/pulumi/pulumi/issues/12328\n - 'deprecated: Please use types in:? cloud.google.com/go/logging/apiv2/loggingpb'\n\n exclude-dirs:\n - Godeps$\n - builtin$\n - node_modules\n - testdata$\n - third_party$\n - vendor$\n exclude-dirs-use-default: false\n | dataset_sample\yaml\pulumi_pulumi\.golangci.yml | .golangci.yml | YAML | 3,916 | 0.95 | 0.046154 | 0.194915 | vue-tools | 910 | 2024-11-22T08:48:43.847061 | MIT | false | 1508cc14423bffdbd2308d8bffa539fe |
dist: goreleaser\nversion: 2\n\nproject_name: pulumi\n\nbuilds:\n- &pulumibin\n id: pulumi\n binary: pulumi\n dir: pkg\n main: ./cmd/pulumi\n gobinary: ../scripts/go-wrapper.sh\n env:\n - GO111MODULE=on\n goos: ['linux', 'darwin', 'windows']\n goarch: ['amd64', 'arm64']\n goamd64: ['v1']\n flags:\n - -trimpath\n ldflags:\n - -w -s -X github.com/pulumi/pulumi/sdk/v3/go/common/version.Version=v{{.Env.PULUMI_VERSION}}\n mod_timestamp: '{{ .CommitTimestamp }}'\n tags:\n # Enforce the pure Go implementation of os/user, even when cgo is available.\n # See https://pkg.go.dev/os/user#pkg-overview.\n - osusergo\n- <<: *pulumibin\n id: pulumi-language-go\n binary: pulumi-language-go\n dir: sdk/go/pulumi-language-go\n main: ./\n gobinary: ../../../scripts/go-wrapper.sh\n- <<: *pulumibin\n id: pulumi-language-nodejs\n binary: pulumi-language-nodejs\n dir: sdk/nodejs/cmd/pulumi-language-nodejs\n main: ./\n gobinary: ../../../../scripts/go-wrapper.sh\n- <<: *pulumibin\n id: pulumi-language-python\n binary: pulumi-language-python\n dir: sdk/python/cmd/pulumi-language-python\n main: ./\n gobinary: ../../../../scripts/go-wrapper.sh\n- <<: *pulumibin\n id: pulumi-display-wasm\n binary: pulumi-display\n dir: pkg\n main: ./backend/display/wasm\n goos: ['js']\n goarch: ['wasm']\n hooks:\n post:\n # Check the size of the WASM module.\n - |\n sh -c "[ `du -k {{ .Path }} | cut -f1` -le 79182 ] || (echo 'error: WASM module > 77M'; exit 1)"\n\narchives:\n- id: pulumi\n wrap_in_directory: pulumi{{ if eq .Os "windows" }}/bin{{ end }}\n format_overrides:\n - goos: windows\n format: zip\n files:\n # OS specific scripts, not compiled\n - src: bin/{{ .Os }}/*\n dst: '.'\n strip_parent: true\n # binaries\n - src: 'bin/{{ .Os }}-{{ if eq .Arch "amd64" }}x64{{ else }}{{ .Arch }}{{ end }}/*'\n dst: '.'\n strip_parent: true\n name_template: '{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ if eq .Arch "amd64" }}x64{{ else }}{{ .Arch }}{{ end }}'\n\nsnapshot:\n name_template: "{{ .Version }}-SNAPSHOT"\n\nchecksum:\n name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.txt"\n | dataset_sample\yaml\pulumi_pulumi\.goreleaser.yml | .goreleaser.yml | YAML | 2,116 | 0.8 | 0.037975 | 0.067568 | python-kit | 133 | 2024-01-01T01:08:12.231636 | BSD-3-Clause | false | c6a2800b24098e11eeae23b7b7fa44c0 |
coverage:\n status:\n\n # Project tracks and reports the project-level coverage.\n project:\n default:\n informational: true\n\n # Pulumi core\n core:\n informational: true\n paths:\n - "pkg"\n - "sdk/go/common"\n - "sdk/go/auto"\n\n sdk-go:\n informational: true\n paths:\n - "sdk/go/pulumi"\n - "sdk/go/pulumi-language-go"\n sdk-nodejs:\n informational: true\n paths:\n - "sdk/nodejs"\n sdk-python:\n informational: true\n paths:\n - "sdk/python"\n\n # Patch tracks the coverage of the changes in a single patch.\n patch:\n default:\n # coverage for new/modified code\n target: 80%\n # only allow coverage to drop by 5% in new/modified code\n threshold: 5%\n # make codecov block PR if coverage goals aren't met\n informational: false\n\nignore:\n # Integration tests, lifecycle tests and codegen test data\n # should not count against coverage.\n - "tests/"\n - "pkg/engine/lifecycletest/"\n - "pkg/codegen/testing/test/testdata"\n\n # Don't count protobuf-generated code against coverage.\n - "sdk/proto"\n\n # Ignore code generator for pulumix/applyn.go.\n - "sdk/go/internal/gen-pux-applyn"\n\n # More generally, none of the test data\n # should count against coverage.\n - "**/testdata"\n\n# Don't comment on PRs.\ncomment: false\n\n# Don't post annotations to GitHub.\ngithub_checks:\n annotations: false\n | dataset_sample\yaml\pulumi_pulumi\codecov.yml | codecov.yml | YAML | 1,482 | 0.8 | 0.047619 | 0.264151 | node-utils | 151 | 2023-12-16T09:01:56.197872 | GPL-3.0 | false | 755cda5d8bcee97d424d569fb19dc438 |
name: Build Binaries\n\npermissions:\n contents: read\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n os:\n required: true\n description: "Target OS (i.e.: GOOS)"\n type: string\n arch:\n required: true\n description: "Target Architecture (i.e.: GOARCH)"\n type: string\n build-platform:\n required: false\n default: ubuntu-22.04\n description: 'Build platform (i.e.: runs-on) for job'\n type: string\n artifact-suffix:\n required: false\n description: "Suffix to append to the artifact names"\n type: string\n dev-version:\n required: false\n description: "Dev version to bake into the binary"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n version-set:\n required: true\n description: "Set of language versions to use for builds, lints, releases, etc."\n type: string\n enable-coverage:\n description: "Build coverage instrumented binaries"\n default: false\n required: false\n type: boolean\n enable-race-detection:\n description: "Build binaries with race detection"\n default: false\n required: false\n type: boolean\n\ndefaults:\n run:\n shell: bash\n\nenv:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n\njobs:\n build:\n name: ${{ inputs.os }}-${{ inputs.arch }}\n runs-on: ${{ inputs.build-platform }}\n\n steps:\n - name: "Windows cache workaround"\n # https://github.com/actions/cache/issues/752#issuecomment-1222415717\n # but only modify the path by adding tar.exe\n if: ${{ runner.os == 'Windows' }}\n env:\n TOOL_BIN: ${{ runner.temp }}/tar-bin\n run: |\n set -x\n mkdir -p "${TOOL_BIN}"\n cp "C:/Program Files/Git/usr/bin/tar.exe" "${TOOL_BIN}"\n PATH="${TOOL_BIN}:${PATH}"\n echo "$TOOL_BIN" | tee -a "$GITHUB_PATH"\n command -v tar\n tar --version\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Configure Go Cache Key\n env:\n CACHE_KEY: "${{ fromJson(inputs.version-set).go }}-${{ runner.os }}-${{ runner.arch }}"\n run: echo "$CACHE_KEY" > .gocache.tmp\n - uses: actions/setup-go@v5\n with:\n go-version: ${{ fromJson(inputs.version-set).go }}\n check-latest: true\n cache: true\n cache-dependency-path: |\n pkg/go.sum\n .gocache.tmp\n - name: Setup versioning env vars\n run: |\n ./scripts/versions.sh | tee -a "${GITHUB_ENV}"\n - name: Install GoReleaser\n uses: goreleaser/goreleaser-action@v6\n with:\n install-only: true\n distribution: goreleaser-pro\n - name: Prepare bin dir for goreleaser\n env:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n GOOS: ${{ inputs.os }}\n GOARCH: ${{ inputs.arch }}\n run: ./scripts/prep-for-goreleaser.sh local\n - name: Show files and permissions\n if: ${{ runner.os != 'macOS'}}\n run: find bin -type f -printf "%M %p/"\\n\n - name: Show files and permissions\n if: ${{ runner.os == 'macOS'}}\n run: |\n brew install findutils\n gfind bin -type f -printf "%M %p/"\\n\n - name: Package\n shell: bash\n env:\n GORELEASER_CURRENT_TAG: v${{ inputs.version }}\n PULUMI_VERSION: ${{ inputs.dev-version || inputs.version }}\n PULUMI_BUILD_MODE: ${{ inputs.enable-coverage && 'coverage' || 'normal' }}\n PULUMI_ENABLE_RACE_DETECTION: ${{ inputs.enable-race-detection && 'true' || 'false' }}\n run: |\n set -euxo pipefail\n # Spurious, this command requires piping via stdin\n # shellcheck disable=SC2002\n cat .goreleaser.yml \\n | go run github.com/t0yv0/goreleaser-filter@v0.3.0 -goos ${{ inputs.os }} -goarch ${{ inputs.arch }} \\n | goreleaser release -f - -p 5 --skip=validate --clean --snapshot\n - uses: actions/upload-artifact@v4\n if: ${{ inputs.os != 'js' }}\n with:\n name: artifacts-cli-${{ inputs.os }}-${{ inputs.arch }}${{ inputs.artifact-suffix || ''}}\n overwrite: true\n retention-days: 7\n path: |\n goreleaser/*.tar.gz\n goreleaser/*.zip\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\ci-build-binaries.yml | ci-build-binaries.yml | YAML | 4,503 | 0.95 | 0.057554 | 0.030075 | vue-tools | 330 | 2024-11-01T06:25:21.462244 | Apache-2.0 | false | 31c200cb1db9084e35e4a4e527950e15 |
name: Build SDKs\n\npermissions:\n contents: read\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n\n version-set:\n required: false\n description: "Set of language versions to use for builds, lints, releases, etc."\n type: string\n # Example provided for illustration, this value is derived by scripts/get-job-matrix.py build\n default: |\n {\n "dotnet": "8.0.x",\n "go": "1.18.x",\n "nodejs": "16.x",\n "python": "3.9.x"\n }\n\n\ndefaults:\n run:\n shell: bash\n\nenv:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n PULUMI_VERSION: ${{ inputs.version }}\n\njobs:\n build_python_sdk:\n name: python\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Setup versioning env vars\n env:\n version: ${{ inputs.version }}\n run: |\n ./scripts/versions.sh | tee -a "${GITHUB_ENV}"\n - name: Set up uv\n uses: astral-sh/setup-uv@v5\n with:\n enable-cache: true\n cache-dependency-glob: sdk/python/uv.lock\n - name: Set up Python ${{ fromJson(inputs.version-set).python }}\n uses: actions/setup-python@v5\n with:\n python-version: ${{ fromJson(inputs.version-set).python }}\n - name: Build Pulumi Python SDK wheel\n run: |\n cd sdk/python\n sed -i.bak "s/^version = .*/version = \"${PYPI_VERSION}\"/g" pyproject.toml && rm pyproject.toml.bak\n make build_package\n - name: Upload pulumi.whl\n uses: actions/upload-artifact@v4\n with:\n name: artifacts-python-sdk\n path: sdk/python/build/*.whl\n retention-days: 1\n if-no-files-found: error\n\n build_node_sdk:\n name: nodejs\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Setup versioning env vars\n env:\n version: ${{ inputs.version }}\n run: |\n ./scripts/versions.sh | tee -a "${GITHUB_ENV}"\n - name: Set up Node ${{ fromJson(inputs.version-set).nodejs }}\n uses: actions/setup-node@v4\n with:\n node-version: ${{ fromJson(inputs.version-set).nodejs }}\n cache: yarn\n cache-dependency-path: sdk/nodejs/yarn.lock\n - name: Install yarn\n run: |\n npm install -g yarn\n # TODO something in `cd sdk/nodejs && make ensure` executes Go\n # downloads, which is unfortunate and wasteful in this context.\n # When this is fixed the no-op Go command can be removed.\n - name: Make no-op Go command to avoid Go builds\n run: |\n cd sdk/nodejs\n mkdir -p bin\n # shellcheck disable=SC2230 # need to locate echo binary\n ln -s "$(which echo)" bin/go\n - name: Ensure installed dependencies\n run: |\n cd sdk/nodejs\n PATH=./bin:$PATH make ensure\n - name: Build the Node SDK package\n run: |\n cd sdk/nodejs\n PATH=./bin:$PATH make build_package\n - name: Pack the Node SDK\n run: |\n cd sdk/nodejs/bin\n npm pack\n - name: Upload pulumi-node-sdk.tgz\n uses: actions/upload-artifact@v4\n with:\n name: artifacts-nodejs-sdk\n path: sdk/nodejs/bin/*.tgz\n retention-days: 1\n if-no-files-found: error\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\ci-build-sdks.yml | ci-build-sdks.yml | YAML | 3,605 | 0.95 | 0.03252 | 0.043478 | python-kit | 964 | 2024-08-25T09:27:37.248987 | Apache-2.0 | false | 491d010a17c9daa7ad96fe31d99bec66 |
name: Create dev release\n\npermissions:\n contents: read\n\n # To sign artifacts.\n id-token: write\n\non:\n workflow_call:\n inputs:\n version:\n required: true\n description: "Version to use for the release"\n type: string\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n\njobs:\n gather-info:\n name: gather-info\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n\n - name: Git describe\n id: ghd\n uses: proudust/gh-describe@v1\n - name: strip prefix\n id: strip-prefix\n # Always prefix the short_sha with a letter to ensure it's a valid semver prerelease,\n # see https://github.com/pulumi/pulumi/issues/15471 for context.\n run: |\n short_sha="x${{ steps.ghd.outputs.short-sha }}"\n version="${{ inputs.version }}"\n version="${version#v}-alpha.${short_sha}"\n echo dev-version="$version" >>"${GITHUB_OUTPUT}"\n outputs:\n dev-version: ${{ steps.strip-prefix.outputs.dev-version }}\n version: ${{ inputs.version }}\n\n matrix:\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: build matrix\n id: matrix\n run: |\n echo "::group::Version set variable"\n VERSION_SET=$(./scripts/get-job-matrix.py \\n generate-version-set \\n --version-set current\n )\n echo "::endgroup::"\n\n echo "::group::Version set"\n echo "$VERSION_SET" | yq -P '.'\n echo "::endgroup::"\n\n echo "::group::Set outputs"\n ./.github/scripts/set-output version-set "${VERSION_SET}"\n echo "::endgroup::"\n outputs:\n version-set: "${{ fromJson(steps.matrix.outputs.version-set) }}"\n\n build-release:\n name: build-release\n needs: [gather-info, matrix]\n strategy:\n fail-fast: true\n matrix:\n os: ["linux", "darwin", "windows"]\n arch: ["amd64", "arm64"]\n build-platform: ["ubuntu-22.04"]\n uses: ./.github/workflows/ci-build-binaries.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n dev-version: ${{ needs.gather-info.outputs.dev-version }}\n os: ${{ matrix.os }}\n arch: ${{ matrix.arch }}\n build-platform: ${{ matrix.build-platform }}\n version-set: ${{ needs.matrix.outputs.version-set }}\n enable-coverage: false\n secrets: inherit\n\n build-sdks:\n name: Build SDKs\n needs: [matrix, gather-info]\n uses: ./.github/workflows/ci-build-sdks.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ needs.gather-info.outputs.dev-version }}\n version-set: ${{ needs.matrix.outputs.version-set }}\n secrets: inherit\n\n sign:\n name: sign\n needs: [build-release, build-sdks]\n uses: ./.github/workflows/sign.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n\n # Check if we need to create a new SDK dev release\n sdk-check-release:\n name: sdk-check-release\n runs-on: ubuntu-22.04\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n\n - name: Check for changes\n id: check-changes\n run: |\n # We need to fetch one more commit to compare to\n git fetch --deepen 1\n if ! git diff --exit-code HEAD~...HEAD sdk/nodejs; then\n echo "nodejs-release=true" >>"${GITHUB_OUTPUT}"\n else\n echo "nodejs-release=false" >>"${GITHUB_OUTPUT}"\n fi\n\n if ! git diff --exit-code HEAD~...HEAD sdk/python; then\n echo "python-release=true" >>"${GITHUB_OUTPUT}"\n else\n echo "python-release=false" >>"${GITHUB_OUTPUT}"\n fi\n outputs:\n nodejs-release: ${{ steps.check-changes.outputs.nodejs-release }}\n python-release: ${{ steps.check-changes.outputs.python-release }}\n\n nodejs-dev-sdk-release:\n needs: [gather-info, build-sdks, sdk-check-release, matrix]\n runs-on: ubuntu-22.04\n if: ${{ needs.sdk-check-release.outputs.nodejs-release == 'true' }}\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n - name: Make artifacts directory\n run: |\n mkdir -p artifacts.tmp\n - name: Download artifacts from previous step\n uses: actions/download-artifact@v4\n with:\n path: artifacts.tmp\n - name: Move artifacts to the right place\n run: |\n mkdir -p artifacts\n (\n cd artifacts.tmp/artifacts-nodejs-sdk\n version="${{ inputs.version }}"\n for file in *"${version}"-alpha*.tgz ; do\n mv -vT "$file" "../../artifacts/sdk-nodejs-${file}"\n done\n )\n - name: Set up Node ${{ fromJson(needs.matrix.outputs.version-set).nodejs }}\n uses: actions/setup-node@v4\n with:\n node-version: ${{ fromJson(needs.matrix.outputs.version-set).nodejs }}\n registry-url: https://registry.npmjs.org\n always-auth: true\n env:\n NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}\n NPM_TOKEN: ${{ secrets.NPM_TOKEN }}\n - name: Publish nodejs release\n run: |\n find artifacts\n make -C sdk/nodejs publish\n env:\n PULUMI_VERSION: ${{ needs.gather-info.outputs.dev-version }}\n NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}\n NPM_TOKEN: ${{ secrets.NPM_TOKEN }}\n GIT_REF: ${{ inputs.ref }}\n\n\n python-dev-sdk-release:\n needs: [gather-info, build-sdks, sdk-check-release, matrix]\n runs-on: ubuntu-22.04\n if: ${{ needs.sdk-check-release.outputs.python-release == 'true' }}\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n - name: Set up Python ${{ fromJson(needs.matrix.outputs.version-set).python }}\n uses: actions/setup-python@v5\n with:\n python-version: ${{ fromJson(needs.matrix.outputs.version-set).python }}\n - name: Set up uv\n uses: astral-sh/setup-uv@v5\n with:\n enable-cache: true\n cache-dependency-glob: sdk/python/uv.lock\n - name: Make artifacts directory\n run: |\n mkdir -p artifacts.tmp\n - name: Download artifacts from previous step\n uses: actions/download-artifact@v4\n with:\n path: artifacts.tmp\n - name: Move artifacts to the right place\n run: |\n mkdir -p artifacts\n version="${{ inputs.version }}"\n mkdir -p artifacts\n (\n cd artifacts.tmp/artifacts-python-sdk\n for file in *"${version}a"*.whl ; do\n mv -vT "$file" "../../artifacts/sdk-python-${file}"\n done\n )\n - name: Publish python release\n run: |\n find artifacts\n make -C sdk/python publish\n env:\n PYPI_USERNAME: __token__\n PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}\n\n s3-blobs:\n name: s3 blobs\n runs-on: ubuntu-22.04\n needs: [sign, gather-info]\n steps:\n - name: Configure AWS Credentials\n uses: aws-actions/configure-aws-credentials@v4\n with:\n aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}\n aws-region: us-east-2\n aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n role-duration-seconds: 3600\n role-external-id: upload-pulumi-release\n role-session-name: pulumi@githubActions\n role-to-assume: ${{ secrets.AWS_UPLOAD_ROLE_ARN }}\n - name: Make artifacts directory\n run: |\n mkdir -p artifacts.tmp\n - name: Download artifacts from previous step\n uses: actions/download-artifact@v4\n with:\n path: artifacts.tmp\n - name: Remove performance test artifacts\n run: rm -rf artifacts.tmp/*-perf\n - name: Remove integration test artifacts\n run: rm -rf artifacts.tmp/*-integration\n - name: Flatten artifact directories\n run: |\n find artifacts.tmp\n mkdir -p ./artifacts\n mv ./artifacts.tmp/artifacts-signatures/pulumi-*.tar.gz.sig ./artifacts\n mv ./artifacts.tmp/artifacts-signatures/pulumi-*.zip.sig ./artifacts\n mv ./artifacts.tmp/artifacts-signatures/pulumi-*.txt.sig ./artifacts\n mv ./artifacts.tmp/artifacts-signatures/pulumi-*.txt ./artifacts\n mv ./artifacts.tmp/artifacts-cli-*/pulumi-*.tar.gz ./artifacts\n mv ./artifacts.tmp/artifacts-cli-*/pulumi-*.zip ./artifacts\n\n - name: Find artifacts\n run: |\n find artifacts\n - name: Rename artifacts\n shell: bash\n run: |\n (\n cd artifacts\n version="${{ inputs.version }}"\n dev_version="${{ needs.gather-info.outputs.dev-version }}"\n for file in *; do\n mv "$file" "${file//$version/$dev_version}"\n done\n )\n - name: Find artifacts\n run: |\n find artifacts | sort\n\n - name: Publish Blobs\n run: |\n aws s3 sync artifacts s3://get.pulumi.com/releases/sdk --acl public-read\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\ci-dev-release.yml | ci-dev-release.yml | YAML | 9,133 | 0.95 | 0.039007 | 0.019084 | vue-tools | 104 | 2025-06-02T22:20:23.624268 | BSD-3-Clause | false | 802779a21d9bb183cd277ac73233b016 |
name: Info\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n is-snapshot:\n required: false\n default: true\n description: "Is this a snapshot release?"\n type: boolean\n outputs:\n version:\n description: "Version to produce"\n value: ${{ jobs.info.outputs.version }}\n release-notes:\n description: "Release notes for CHANGELOG"\n value: ${{ jobs.info.outputs.release-notes }}\n\npermissions:\n contents: read\n\ndefaults:\n run:\n shell: bash\n\njobs:\n info:\n name: gather\n runs-on: ubuntu-22.04\n permissions:\n contents: read\n outputs:\n version: "${{ fromJSON(steps.version.outputs.version) }}"\n release-notes: "${{ fromJSON(steps.notes.outputs.release-notes) }}"\n env:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n fetch-depth: 0\n - name: Print rate limits\n continue-on-error: true\n run: gh api -i repos/${{ github.repository }}/releases/latest\n - name: Compute version\n id: version\n env:\n IS_SNAPSHOT: ${{ inputs.is-snapshot }}\n run: |\n PLAIN_VERSION="$(./.github/scripts/get-version)"\n PULUMI_VERSION="${PLAIN_VERSION}"\n\n if [ "$IS_SNAPSHOT" = "true" ]; then\n TIMESTAMP=$(date +%s)\n PULUMI_VERSION="${PULUMI_VERSION%-*}-alpha.$TIMESTAMP"\n fi\n\n ./.github/scripts/set-output version "${PULUMI_VERSION}"\n - uses: actions/setup-go@v5\n with:\n go-version: '>=1.19.0' # decoupled from version sets, used by changelog tool\n cache: true\n cache-dependency-path: '.github/scripts/get-changelog'\n - name: Extract release notes\n id: notes\n run: |\n PREVIOUS_VERSION="$(./.github/scripts/get-previous-version)"\n CHANGELOG="$(./.github/scripts/get-changelog "${PREVIOUS_VERSION}" --version "${{ fromJSON(steps.version.outputs.version) }}")"\n ./.github/scripts/set-output release-notes "${CHANGELOG}"\n - name: Check version\n if: ${{ !inputs.is-snapshot }}\n run: |\n PULUMI_VERSION="${{ fromJSON(steps.version.outputs.version) }}"\n\n ./.github/scripts/update-versions "${PULUMI_VERSION}"\n\n ERROR=false\n if [ -n "$(git status --porcelain)" ]; then\n ERROR=true\n echo "::error::Versions in files do not match expected version ${PULUMI_VERSION}."\n echo "::group::git diff"\n git diff\n echo "::endgroup::"\n fi\n\n if EXISTING_RELEASE_DRAFT="$(gh release view "v${PULUMI_VERSION}" --json isDraft --jq '.isDraft')"; then\n if [ "$EXISTING_RELEASE_DRAFT" != "true" ]; then\n echo "::error::This version has already been released!"\n echo "::group::Release ${PULUMI_VERSION}"\n echo "$EXISTING_RELEASE"\n echo "::endgroup::"\n else\n echo "::info Preparing to update draft release ${PULUMI_VERSION}"\n fi\n fi\n\n if $ERROR; then\n exit 1;\n fi\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\ci-info.yml | ci-info.yml | YAML | 3,295 | 0.95 | 0.067308 | 0 | react-lib | 569 | 2025-02-04T16:56:03.951285 | BSD-3-Clause | false | e02b021c5c5cd44919a42d773d882b79 |
name: Lint\n\npermissions:\n contents: read\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version-set:\n required: true\n description: "Version matrix to use"\n type: string\n\nenv:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n GOLANGCI_LINT_VERSION: v1.64.2\n\njobs:\n golangci:\n name: Lint Go\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Set up Go\n uses: actions/setup-go@v5\n with:\n go-version: ${{ fromJson(inputs.version-set).go }}\n check-latest: true\n # golangci-lint-action handles all the caching for Go.\n cache: false\n\n # We leverage the golangci-lint action to install\n # and maintain the cache,\n # but we want to run the command ourselves.\n # The action doesn't have an install-only mode,\n # so we'll ask it to print its help output instead.\n - name: Install golangci-lint\n uses: golangci/golangci-lint-action@v4\n with:\n version: ${{ env.GOLANGCI_LINT_VERSION }}\n args: --help\n\n - name: Run golangci-lint\n # Print GitHub Actions-friendly output so that errors get marked\n # in the pull request.\n run: make lint_golang GOLANGCI_LINT_ARGS=--out-format=colored-line-number\n\n tidy:\n name: go mod tidy\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Set up Go\n uses: actions/setup-go@v5\n with:\n go-version: ${{ fromJson(inputs.version-set).go }}\n check-latest: true\n - name: Run go mod tidy\n run: make tidy\n - name: Fail if go mod not tidy\n run: |\n if [ -n "$(git status --porcelain)" ]; then\n echo "::error go.mod not tidy"\n echo "::error Please run 'make tidy'"\n exit 1\n fi\n\n gen:\n name: Generate Go SDK\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Set up Go\n uses: actions/setup-go@v5\n with:\n go-version: ${{ fromJson(inputs.version-set).go }}\n check-latest: true\n - name: Run make gen\n run: cd sdk/go && make gen\n - name: Fail if there are changes\n run: |\n if [ -n "$(git status --porcelain)" ]; then\n echo "::error Running 'make gen' in sdk/go resulted in changes"\n echo "::error Please run 'make gen' in sdk/go and commit the changes"\n exit 1\n fi\n\n protobuf-lint:\n name: Lint Protobufs\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Check Protobufs\n run: |\n make check_proto\n\n sdk-lint:\n name: Lint SDKs\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Set up Go\n uses: actions/setup-go@v5\n with:\n go-version: ${{ fromJson(inputs.version-set).go }}\n check-latest: true\n - name: Set up uv\n uses: astral-sh/setup-uv@v5\n with:\n enable-cache: true\n cache-dependency-glob: sdk/python/uv.lock\n - name: Set up Python ${{ fromJson(inputs.version-set).python }}\n uses: actions/setup-python@v5\n with:\n python-version: ${{ fromJson(inputs.version-set).python }}\n - name: Set up Node ${{ fromJson(inputs.version-set).nodejs }}\n uses: actions/setup-node@v4\n with:\n node-version: ${{ fromJson(inputs.version-set).nodejs }}\n cache: yarn\n cache-dependency-path: sdk/nodejs/yarn.lock\n - name: Install Python deps\n run: |\n python -m pip install --upgrade pip requests wheel urllib3 chardet\n - name: Setup git\n run: |\n git config --global user.email "you@example.com"\n git config --global user.name "Your Name"\n - name: Update path\n run: |\n echo "$RUNNER_TEMP/opt/pulumi/bin" >> "$GITHUB_PATH"\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Set Go Dep path\n run: |\n echo "PULUMI_GO_DEP_ROOT=$(dirname "$(pwd)")" >> "$GITHUB_ENV"\n - name: Ensure\n run: |\n make ensure\n - name: Lint Node\n run: |\n cd sdk/nodejs && make lint\n - name: Lint Python\n run: |\n cd sdk/python && make lint\n\n actionlint:\n name: Lint GHA\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Set up Go\n uses: actions/setup-go@v5\n with:\n go-version: ${{ fromJson(inputs.version-set).go }}\n check-latest: true\n - run: |\n make lint_actions\n\n pulumi-json:\n name: Lint pulumi.json\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Set up Go\n uses: actions/setup-go@v5\n with:\n go-version: ${{ fromJson(inputs.version-set).go }}\n check-latest: true\n - name: Set up Node ${{ fromJson(inputs.version-set).nodejs }}\n uses: actions/setup-node@v4\n with:\n node-version: ${{ fromJson(inputs.version-set).nodejs }}\n cache: yarn\n cache-dependency-path: sdk/nodejs/yarn.lock\n - name: Ensure Node # We need to install Node.js deps so that biome is available\n run: |\n cd sdk/nodejs && make ensure\n - run: |\n make lint_pulumi_json\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\ci-lint.yml | ci-lint.yml | YAML | 5,757 | 0.95 | 0.025126 | 0.042781 | react-lib | 188 | 2025-03-06T19:36:14.998703 | MIT | false | e6a9001e07e33bd216755b8f27bd50d0 |
# This workflow runs performance tests to ensure we do not introduce performance\n# regressions. This runs for every PR, as well as on every merge to the master\n# branch.\n#\n# The Pulumi CLI binaries used in this workflow are built without race detection\n# or coverage instrumentation to ensure that the performance tests are not\n# affected by these flags.\n\nname: Performance Gate\n\npermissions:\n contents: read\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n test-version-sets:\n required: false\n default: minimum current\n description: Version sets on which to run integration tests\n type: string\n performance-test-platforms:\n required: false\n default: ubuntu-22.04\n description: Platforms on which to run performance tests, as a space delimited list\n type: string\n fail-fast:\n required: false\n default: false\n description: "Fail all workflows whenever one of them fails"\n type: boolean\n test-retries:\n required: false\n default: 0\n description: "Retry tests n times if there are failures"\n type: number\n secrets:\n PULUMI_PROD_ACCESS_TOKEN:\n required: false\n description: "Pulumi access token, required to run tests against the service"\n AZURE_TENANT_ID:\n required: false\n description: "Azure tenant ID, required to run tests against Azure"\n AZURE_CLIENT_ID:\n required: false\n description: "Azure client ID, required to run tests against Azure"\n AZURE_CLIENT_SECRET:\n required: false\n description: "Azure clients secret, needs to be rotated before 2025-12-21 (see the pulumi-test user in Azure portal)"\n AZURE_STORAGE_SAS_TOKEN:\n required: false\n description: "Azure storage SAS token, required to run tests against Azure"\n GCP_SERVICE_ACCOUNT:\n required: false\n description: "GCP service account, required to run tests against GCP"\n\njobs:\n matrix:\n runs-on: ubuntu-22.04\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: build matrix\n id: matrix\n env:\n TEST_VERSION_SETS: ${{ inputs.test-version-sets }}\n INPUT_PERFORMANCE_TEST_PLATFORMS: ${{ inputs.performance-test-platforms }}\n run: |\n echo "::group::Test matrix variables"\n readarray -td' ' VERSION_SETS_TO_TEST < <(echo -n "$TEST_VERSION_SETS"); declare -p VERSION_SETS_TO_TEST;\n readarray -td' ' PERFORMANCE_TEST_PLATFORMS < <(echo -n "$INPUT_PERFORMANCE_TEST_PLATFORMS"); declare -p PERFORMANCE_TEST_PLATFORMS;\n BUILD_TARGETS='[\n { "os": "linux", "arch": "amd64", "build-platform": "ubuntu-22.04" },\n { "os": "windows", "arch": "amd64", "build-platform": "ubuntu-22.04" },\n { "os": "darwin", "arch": "arm64", "build-platform": "ubuntu-22.04" }\n ]'\n\n PERFORMANCE_TEST_MATRIX=$(\n ./scripts/get-job-matrix.py \\n -vvv \\n generate-matrix \\n --kind performance-test \\n --platform "${PERFORMANCE_TEST_PLATFORMS[@]}" \\n --version-set "${VERSION_SETS_TO_TEST[@]}"\n )\n echo "::endgroup::"\n\n echo "::group::Version set variable"\n VERSION_SET=$(./scripts/get-job-matrix.py \\n generate-version-set \\n --version-set current\n )\n echo "::endgroup::"\n\n echo "::group::Performance test matrix"\n echo "$PERFORMANCE_TEST_MATRIX" | yq -P '.'\n echo "::endgroup::"\n echo "::group::Version set"\n echo "$VERSION_SET" | yq -P '.'\n echo "::endgroup::"\n\n echo "::group::Set outputs"\n ./.github/scripts/set-output performance-test-matrix "${PERFORMANCE_TEST_MATRIX}"\n ./.github/scripts/set-output version-set "${VERSION_SET}"\n ./.github/scripts/set-output build-targets "${BUILD_TARGETS}"\n echo "::endgroup::"\n outputs:\n performance-test-matrix: "${{ fromJson(steps.matrix.outputs.performance-test-matrix) }}"\n version-set: "${{ fromJson(steps.matrix.outputs.version-set) }}"\n build-targets: "${{ fromJson(steps.matrix.outputs.build-targets) }}"\n\n build-binaries:\n name: build binaries\n needs: [matrix]\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n matrix:\n target: ${{ fromJson(needs.matrix.outputs.build-targets) }}\n uses: ./.github/workflows/ci-build-binaries.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n os: ${{ matrix.target.os }}\n arch: ${{ matrix.target.arch }}\n build-platform: ${{ matrix.target.build-platform }}\n version-set: ${{ needs.matrix.outputs.version-set }}\n # For performance tests, we do not want coverage or race detection enabled.\n enable-coverage: false\n enable-race-detection: false\n # Suffix the artifacts so they do not clash with those of the main build.\n artifact-suffix: '-perf'\n secrets: inherit\n\n performance-test:\n # By putting a variable in the name, we remove GitHub's auto-generated matrix parameters from\n # appearing in the rendered title of the job name.\n name: Performance Test${{ matrix.platform && '' }}\n needs: [matrix, build-binaries]\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n matrix: ${{ fromJson(needs.matrix.outputs.performance-test-matrix) }}\n uses: ./.github/workflows/ci-run-test.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n platform: ${{ matrix.platform }}\n test-name: ${{ matrix.test-suite.name || matrix.test-suite.command }} on ${{ matrix.platform }}/${{ matrix.version-set.name }}\n test-command: ${{ matrix.test-suite.command }}\n is-performance-test: true\n enable-coverage: false\n test-retries: ${{ inputs.test-retries }}\n version-set: ${{ toJson(matrix.version-set) }}\n secrets: inherit\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\ci-performance-gate.yml | ci-performance-gate.yml | YAML | 6,235 | 0.95 | 0.012195 | 0.071429 | node-utils | 305 | 2025-05-22T21:23:01.044612 | Apache-2.0 | false | 2e8c0ec5741c60f8ab010ba7b6f7dc63 |
name: Prepare\n\npermissions:\n # To create a draft release\n contents: write\n # To sign artifacts.\n id-token: write\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n project:\n required: true\n description: "Project name, e.g.: the repository name"\n type: string\n release-notes:\n required: true\n description: "Release notes"\n type: string\n prerelease:\n required: false\n default: true\n description: "Whether to create a prerelease"\n type: boolean\n draft:\n required: false\n default: true\n description: "Whether to create a draft release"\n type: boolean\n\nenv:\n PULUMI_VERSION: ${{ inputs.version }}\n\njobs:\n sign:\n name: sign\n uses: ./.github/workflows/sign.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n\n publish:\n name: release\n needs: [sign]\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Get commit hash\n id: commit-info\n run: |\n SHA=$(git rev-parse HEAD)\n ./.github/scripts/set-output sha "$SHA"\n - name: Download all artifacts\n uses: actions/download-artifact@v4\n with:\n path: artifacts.tmp\n - name: Remove performance test artifacts\n run: rm -rf artifacts.tmp/*-perf\n - name: Remove integration test artifacts\n run: rm -rf artifacts.tmp/*-integration\n - name: Rename SDKs\n # This step must match the rename SDKs step in the "sign" job above.\n run: |\n (\n cd artifacts.tmp/artifacts-python-sdk\n for file in *.whl ; do\n mv -vT "$file" "sdk-python-$file"\n done\n )\n (\n cd artifacts.tmp/artifacts-nodejs-sdk\n for file in *.tgz ; do\n mv -vT "$file" "sdk-nodejs-$file"\n done\n )\n - name: Flatten artifact directories\n run: |\n mkdir -p ./artifacts\n mv ./artifacts.tmp/artifacts-*/* ./artifacts\n - uses: ncipollo/release-action@3d2de22e3d0beab188d8129c27f103d8e91bf13a\n with:\n token: ${{ secrets.GITHUB_TOKEN }}\n name: v${{ inputs.version }}\n tag: v${{ inputs.version }}\n commit: "${{ fromJSON(steps.commit-info.outputs.sha) }}"\n draft: ${{ inputs.draft }}\n prerelease: ${{ inputs.prerelease }}\n allowUpdates: true\n\n body: |\n ${{ inputs.release-notes }}\n\n removeArtifacts: true\n replacesArtifacts: true\n artifactErrorsFailBuild: true\n artifacts: |\n artifacts/*\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\ci-prepare-release.yml | ci-prepare-release.yml | YAML | 2,889 | 0.95 | 0.018692 | 0.03 | node-utils | 619 | 2024-11-26T00:01:19.047772 | MIT | false | 5133155b16333b1c65c5a535291ee8f9 |
name: CI\n\npermissions:\n contents: read\n id-token: write\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n test-codegen:\n required: false\n default: true\n description: "Whether to run per-language codegen tests."\n type: boolean\n lint:\n required: false\n default: true\n description: "Whether to run lints"\n type: boolean\n test-version-sets:\n required: false\n default: minimum current\n description: Version sets on which to run integration tests\n type: string\n integration-test-platforms:\n required: false\n default: ubuntu-22.04\n description: Platforms on which to run integration tests, as a space delimited list\n type: string\n acceptance-test-platforms:\n required: false\n default: macos-latest\n description: Platforms on which to run integration tests, as a space delimited list\n type: string\n enable-coverage:\n description: "Collects coverage stats; requires cov-enabled builds"\n default: false\n required: false\n type: boolean\n fail-fast:\n required: false\n default: false\n description: "Fail all workflows whenever one of them fails"\n type: boolean\n test-retries:\n required: false\n default: 0\n description: "Retry tests n times if there are failures"\n type: number\n secrets:\n PULUMI_PROD_ACCESS_TOKEN:\n required: false\n description: "Pulumi access token, required to run tests against the service"\n CODECOV_TOKEN:\n required: false\n description: "CodeCov token, required to publish CodeCov coverage data"\n AZURE_TENANT_ID:\n required: false\n description: "Azure tenant ID, required to run tests against Azure"\n AZURE_CLIENT_ID:\n required: false\n description: "Azure client ID, required to run tests against Azure"\n AZURE_CLIENT_SECRET:\n required: false\n description: "Azure clients secret, needs to be rotated before 2025-12-21 (see the pulumi-test user in Azure portal)"\n AZURE_STORAGE_SAS_TOKEN:\n required: false\n description: "Azure storage SAS token, required to run tests against Azure"\n GCP_SERVICE_ACCOUNT:\n required: false\n description: "GCP service account, required to run tests against GCP"\n\njobs:\n matrix:\n runs-on: ubuntu-22.04\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Configure Go Cache Key\n env:\n CACHE_KEY: "matrix-setup"\n run: echo "$CACHE_KEY" > .gocache.tmp\n - name: Setup Go Caching\n uses: actions/setup-go@v5 # only used by gotestsum\n with:\n go-version: '>=1.19.0' # decoupled from version sets, only used by gotestsum\n cache: true\n cache-dependency-path: |\n pkg/go.sum\n .gocache.tmp\n - uses: actions/checkout@v4\n with:\n repository: dnephin/gotestsum\n ref: d09768c81065b404caed0855eb3ab8f11a2a4431\n path: vendor/gotestsum\n - run: |\n cd vendor/gotestsum\n go install .\n - uses: actions/cache@v4\n with:\n path: test-results\n key: read-gotestsum-timing-${{ github.run_number }}\n restore-keys: gotestsum-timing-\n - name: build matrix\n id: matrix\n env:\n TEST_CODEGEN: ${{ inputs.test-codegen }}\n TEST_VERSION_SETS: ${{ inputs.test-version-sets }}\n INPUT_INTEGRATION_TEST_PLATFORMS: ${{ inputs.integration-test-platforms }}\n INPUT_ACCEPTANCE_TEST_PLATFORMS: ${{ inputs.acceptance-test-platforms }}\n run: |\n echo "::group::Prime test timing data"\n mkdir -p test-results\n find test-results -type f -empty -print -delete || true\n echo "::endgroup::"\n\n echo "::group::Remove old test timing data"\n # Timing data prior to this date is unreliable. Codegen tests modified in #11052 and\n # merged Monday Oct 17 at 6PM Pacific.\n find test-results -type f ! -newermt "2022-10-17T18:00-07:00" -print -delete || true\n echo "::endgroup::"\n\n echo "::group::Test matrix variables"\n readarray -td' ' VERSION_SETS_TO_TEST < <(echo -n "$TEST_VERSION_SETS"); declare -p VERSION_SETS_TO_TEST;\n readarray -td' ' INTEGRATION_PLATFORMS < <(echo -n "$INPUT_INTEGRATION_TEST_PLATFORMS"); declare -p INTEGRATION_PLATFORMS;\n readarray -td' ' ACCEPTANCE_PLATFORMS < <(echo -n "$INPUT_ACCEPTANCE_TEST_PLATFORMS"); declare -p ACCEPTANCE_PLATFORMS;\n BUILD_TARGETS='[\n { "os": "linux", "arch": "amd64", "build-platform": "ubuntu-22.04" },\n { "os": "linux", "arch": "arm64", "build-platform": "ubuntu-22.04" },\n { "os": "windows", "arch": "amd64", "build-platform": "ubuntu-22.04" },\n { "os": "windows", "arch": "arm64", "build-platform": "ubuntu-22.04" },\n { "os": "darwin", "arch": "amd64", "build-platform": "ubuntu-22.04" },\n { "os": "darwin", "arch": "arm64", "build-platform": "ubuntu-22.04" }\n ]'\n\n CODEGEN_TESTS_FLAG=--codegen-tests\n PKG_UNIT_TEST_PARTITIONS=7\n if [ "${TEST_CODEGEN}" = "false" ]; then\n CODEGEN_TESTS_FLAG=--no-codegen-tests\n PKG_UNIT_TEST_PARTITIONS=3\n fi\n\n UNIT_TEST_MATRIX=$(\n ./scripts/get-job-matrix.py \\n -vvv \\n generate-matrix \\n --kind unit-test \\n "$CODEGEN_TESTS_FLAG" \\n --platform ubuntu-22.04 \\n --version-set current \\n --partition-module cmd/pulumi-test-language 1 \\n --partition-module pkg "$PKG_UNIT_TEST_PARTITIONS" \\n --partition-module sdk 1 \\n --partition-module sdk/go/pulumi-language-go 1 \\n --partition-module sdk/nodejs/cmd/pulumi-language-nodejs 1 \\n --partition-module sdk/python/cmd/pulumi-language-python 1 \\n --partition-module tests 8\n )\n\n INTEGRATION_TEST_MATRIX=$(\n ./scripts/get-job-matrix.py \\n -vvv \\n generate-matrix \\n --kind integration-test \\n "$CODEGEN_TESTS_FLAG" \\n --platform "${INTEGRATION_PLATFORMS[@]}" \\n --version-set "${VERSION_SETS_TO_TEST[@]}" \\n --partition-module pkg 1 \\n --partition-module sdk 1 \\n --partition-module sdk/go/pulumi-language-go 1 \\n --partition-module sdk/nodejs/cmd/pulumi-language-nodejs 1 \\n --partition-module sdk/python/cmd/pulumi-language-python 1 \\n --partition-module tests 2 \\n --partition-package github.com/pulumi/pulumi/tests/smoke tests/smoke 4 \\n --partition-package github.com/pulumi/pulumi/tests/integration tests/integration 8\n )\n\n ACCEPTANCE_TEST_MATRIX_WIN="{}"\n if [[ " ${ACCEPTANCE_PLATFORMS[*]} " =~ [[:space:]]windows-latest[[:space:]] ]]; then\n ACCEPTANCE_TEST_MATRIX_WIN=$(\n ./scripts/get-job-matrix.py \\n -vvv \\n generate-matrix \\n --kind acceptance-test \\n "$CODEGEN_TESTS_FLAG" \\n --tags all xplatform_acceptance \\n --platform windows-latest \\n --version-set current \\n --partition-module pkg 1 \\n --partition-module sdk 1 \\n --partition-module tests 2 \\n --partition-package github.com/pulumi/pulumi/tests/smoke tests/smoke 4 \\n --partition-package github.com/pulumi/pulumi/tests/integration tests/integration 8\n )\n fi\n\n ACCEPTANCE_TEST_MATRIX_MACOS="{}"\n if [[ " ${ACCEPTANCE_PLATFORMS[*]} " =~ [[:space:]]macos-latest[[:space:]] ]]; then\n ACCEPTANCE_TEST_MATRIX_MACOS=$(\n ./scripts/get-job-matrix.py \\n -vvv \\n generate-matrix \\n --kind acceptance-test \\n "$CODEGEN_TESTS_FLAG" \\n --tags all xplatform_acceptance \\n --platform macos-latest \\n --version-set current \\n --partition-module pkg 1 \\n --partition-module sdk 1 \\n --partition-module tests 2 \\n --partition-package github.com/pulumi/pulumi/tests/smoke tests/smoke 4 \\n --partition-package github.com/pulumi/pulumi/tests/integration tests/integration 8\n )\n fi\n echo "::endgroup::"\n\n echo "::group::Version set variable"\n VERSION_SET=$(./scripts/get-job-matrix.py \\n generate-version-set \\n --version-set current\n )\n echo "::endgroup::"\n\n echo "::group::Unit test matrix"\n echo "$UNIT_TEST_MATRIX" | yq -P '.'\n echo "::endgroup::"\n echo "::group::Integration test matrix"\n echo "$INTEGRATION_TEST_MATRIX" | yq -P '.'\n echo "::endgroup::"\n echo "::group::acceptance test matrix windows"\n echo "$ACCEPTANCE_TEST_MATRIX_WIN" | yq -P '.'\n echo "::endgroup::"\n echo "::group::acceptance test matrix macos"\n echo "$ACCEPTANCE_TEST_MATRIX_MACOS" | yq -P '.'\n echo "::endgroup::"\n echo "::group::Version set"\n echo "$VERSION_SET" | yq -P '.'\n echo "::endgroup::"\n\n echo "::group::Set outputs"\n ./.github/scripts/set-output unit-test-matrix "${UNIT_TEST_MATRIX}"\n ./.github/scripts/set-output integration-test-matrix "${INTEGRATION_TEST_MATRIX}"\n ./.github/scripts/set-output acceptance-test-matrix-win "${ACCEPTANCE_TEST_MATRIX_WIN}"\n ./.github/scripts/set-output acceptance-test-matrix-macos "${ACCEPTANCE_TEST_MATRIX_MACOS}"\n ./.github/scripts/set-output version-set "${VERSION_SET}"\n ./.github/scripts/set-output build-targets "${BUILD_TARGETS}"\n echo "::endgroup::"\n outputs:\n unit-test-matrix: "${{ fromJson(steps.matrix.outputs.unit-test-matrix) }}"\n integration-test-matrix: "${{ fromJson(steps.matrix.outputs.integration-test-matrix) }}"\n acceptance-test-matrix-win: "${{ fromJson(steps.matrix.outputs.acceptance-test-matrix-win) }}"\n acceptance-test-matrix-macos: "${{ fromJson(steps.matrix.outputs.acceptance-test-matrix-macos) }}"\n version-set: "${{ fromJson(steps.matrix.outputs.version-set) }}"\n build-targets: "${{ fromJson(steps.matrix.outputs.build-targets) }}"\n\n lint:\n name: Lint\n needs: [matrix]\n if: ${{ inputs.lint }}\n uses: ./.github/workflows/ci-lint.yml\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n with:\n ref: ${{ inputs.ref }}\n version-set: ${{ needs.matrix.outputs.version-set }}\n\n build-binaries:\n name: build binaries\n needs: [matrix]\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n matrix:\n target: ${{ fromJson(needs.matrix.outputs.build-targets) }}\n uses: ./.github/workflows/ci-build-binaries.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n os: ${{ matrix.target.os }}\n arch: ${{ matrix.target.arch }}\n build-platform: ${{ matrix.target.build-platform }}\n version-set: ${{ needs.matrix.outputs.version-set }}\n enable-coverage: ${{ inputs.enable-coverage }}\n # Windows and Linux need CGO and cross compile support to support -race. So for now only enable it for darwin and amd64 linux.\n enable-race-detection: ${{ matrix.target.os == 'darwin' || (matrix.target.os == 'linux' && matrix.target.arch == 'amd64') }}\n artifact-suffix: '-integration'\n secrets: inherit\n\n build-display-wasm-module:\n name: build display WASM module\n needs: [matrix]\n uses: ./.github/workflows/ci-build-binaries.yml\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n os: js\n arch: wasm\n build-platform: "ubuntu-22.04"\n version-set: ${{ needs.matrix.outputs.version-set }}\n secrets: inherit\n\n build-sdks:\n name: Build SDKs\n needs: [matrix]\n uses: ./.github/workflows/ci-build-sdks.yml\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n version-set: ${{ needs.matrix.outputs.version-set }}\n secrets: inherit\n\n # Tests that can run concurrently with builds.\n unit-test:\n # By putting a variable in the name, we remove GitHub's auto-generated matrix parameters from\n # appearing in the rendered title of the job name: It changes this:\n # CI / Unit Test (cd sdk/dotnet && make dotnet_test, cd sdk/dotnet && make dotnet_test, macos-11, mi... / sdk/dotnet dotnet_test on macos-11/current\n # (See: https://github.com/pulumi/pulumi/runs/8241055084?check_suite_focus=true#logs)\n # To this:\n # CI / Unit Test / sdk/dotnet dotnet_test on macos-11/current\n name: Unit Test${{ matrix.platform && '' }}\n needs: [matrix]\n if: ${{ needs.matrix.outputs.unit-test-matrix != '{}' }}\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n matrix: ${{ fromJson(needs.matrix.outputs.unit-test-matrix) }}\n uses: ./.github/workflows/ci-run-test.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n platform: ${{ matrix.platform }}\n\n test-name: ${{ matrix.test-suite.name || matrix.test-suite.command }} on ${{ matrix.platform }}/${{ matrix.version-set.name }}\n test-command: ${{ matrix.test-suite.command }}\n is-integration-test: false\n enable-coverage: ${{ inputs.enable-coverage }}\n test-retries: ${{ inputs.test-retries }}\n # require-build: false # TODO, remove ${{ matrix.require-build || false }}\n\n version-set: ${{ toJson(matrix.version-set) }}\n secrets: inherit\n\n # Tests that depend on builds\n integration-test:\n # By putting a variable in the name, we remove GitHub's auto-generated matrix parameters from\n # appearing in the rendered title of the job name. See: unit test.\n name: Integration Test${{ matrix.platform && '' }}\n needs: [matrix, build-binaries, build-sdks]\n if: ${{ needs.matrix.outputs.integration-test-matrix != '{}' }}\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n matrix: ${{ fromJson(needs.matrix.outputs.integration-test-matrix) }}\n uses: ./.github/workflows/ci-run-test.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n platform: ${{ matrix.platform }}\n\n test-name: ${{ matrix.test-suite.name || matrix.test-suite.command }} on ${{ matrix.platform }}/${{ matrix.version-set.name }}\n test-command: ${{ matrix.test-suite.command }}\n is-integration-test: true\n enable-coverage: ${{ inputs.enable-coverage }}\n test-retries: ${{ inputs.test-retries }}\n # require-build: false # TODO, remove ${{ matrix.require-build || false }}\n\n version-set: ${{ toJson(matrix.version-set) }}\n secrets: inherit\n\n # Tests that depend on builds, but a smaller subset against Windows platform.\n acceptance-test-win:\n # By putting a variable in the name, we remove GitHub's auto-generated matrix parameters from\n # appearing in the rendered title of the job name. See: unit test.\n name: Acceptance Test${{ matrix.platform && '' }}\n needs: [matrix, build-binaries, build-sdks]\n if: ${{ needs.matrix.outputs.acceptance-test-matrix-win != '{}' }}\n # allow jobs to fail if the platform contains windows\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n matrix: ${{ fromJson(needs.matrix.outputs.acceptance-test-matrix-win) }}\n uses: ./.github/workflows/ci-run-test.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n platform: ${{ matrix.platform }}\n\n test-name: ${{ matrix.test-suite.name || matrix.test-suite.command }} on ${{ matrix.platform }}/${{ matrix.version-set.name }}\n test-command: ${{ matrix.test-suite.command }}\n is-integration-test: true\n enable-coverage: false\n test-retries: ${{ inputs.test-retries }}\n # require-build: false # TODO, remove ${{ matrix.require-build || false }}\n\n version-set: ${{ toJson(matrix.version-set) }}\n secrets: inherit\n\n # Tests that depend on builds, but a smaller subset against MacOS platform.\n acceptance-test-macos:\n # By putting a variable in the name, we remove GitHub's auto-generated matrix parameters from\n # appearing in the rendered title of the job name. See: unit test.\n name: Acceptance Test${{ matrix.platform && '' }}\n needs: [matrix, build-binaries, build-sdks]\n if: ${{ needs.matrix.outputs.acceptance-test-matrix-macos != '{}' }}\n # allow jobs to fail if the platform contains windows\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n matrix: ${{ fromJson(needs.matrix.outputs.acceptance-test-matrix-macos) }}\n uses: ./.github/workflows/ci-run-test.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n platform: ${{ matrix.platform }}\n\n test-name: ${{ matrix.test-suite.name || matrix.test-suite.command }} on ${{ matrix.platform }}/${{ matrix.version-set.name }}\n test-command: ${{ matrix.test-suite.command }}\n is-integration-test: true\n enable-coverage: false\n test-retries: ${{ inputs.test-retries }}\n # require-build: false # TODO, remove ${{ matrix.require-build || false }}\n\n version-set: ${{ toJson(matrix.version-set) }}\n secrets: inherit\n\n test-collect-reports:\n needs: [unit-test, integration-test, acceptance-test-macos]\n if: ${{ always() }}\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/cache@v4\n with:\n path: test-results\n key: gotestsum-timing-${{ github.run_number }}\n restore-keys: gotestsum-timing-\n - uses: actions/download-artifact@v4\n continue-on-error: true\n with:\n pattern: gotestsum-test-results-*\n merge-multiple: true\n path: test-results\n - name: List and clean up test results\n continue-on-error: true\n run: |\n ls -lhR test-results\n find test-results -mindepth 1 -name '*.json' -mtime +7 -delete\n test-collect-coverage:\n needs: [unit-test, integration-test]\n if: ${{ inputs.enable-coverage }}\n runs-on: ubuntu-22.04\n steps:\n # Check that there are no failed tests.\n - name: Check tests completed successfully.\n run: |\n JSON='${{ toJson(needs) }}'\n if test -z "$(echo $JSON | jq -r '.[] | .result' | grep -v 'success')"; then\n echo "Tests OK!"\n else\n echo "Test Failure.. skipping CodeCov upload."\n exit 1\n fi\n # Checkout repository to upload coverage results.\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Retrieve code coverage reports\n uses: actions/download-artifact@v4\n with:\n pattern: coverage-*\n merge-multiple: true\n path: coverage\n # For PRs we need to set the merge base manually, otherwise it is sometimes incorrect. See https://github.com/pulumi/pulumi/pull/17204#issuecomment-2405599310\n - name: Set codecov PR base\n if: github.event_name == 'pull_request'\n run: |\n curl -Os https://cli.codecov.io/latest/linux/codecov\n sudo chmod +x codecov\n ./codecov pr-base-picking --base-sha "$(git merge-base origin/master HEAD)" --pr ${{ github.event.number }} --slug pulumi/pulumi --token ${{ secrets.CODECOV_TOKEN }} --service github\n - name: Upload code coverage\n uses: codecov/codecov-action@v4\n with:\n directory: coverage/\n files: "*,!.gitkeep"\n fail_ci_if_error: false\n verbose: true\n # TODO: stop pinning to v10.0.1 when https://github.com/codecov/codecov-cli/issues/651 is fixed.\n # At that point, we should consider switching to codecov/codecov-action@v5\n version: v10.0.1\n token: ${{ secrets.CODECOV_TOKEN }}\n build-release-binaries:\n # This overwrites the previously built testing binaries with versions without coverage.\n name: Rebuild binaries\n needs: [matrix]\n if: ${{ inputs.enable-coverage }}\n strategy:\n fail-fast: ${{ inputs.fail-fast }}\n matrix:\n target: ${{ fromJson(needs.matrix.outputs.build-targets) }}\n uses: ./.github/workflows/ci-build-binaries.yml\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n os: ${{ matrix.target.os }}\n arch: ${{ matrix.target.arch }}\n build-platform: ${{ matrix.target.build-platform }}\n version-set: ${{ needs.matrix.outputs.version-set }}\n enable-coverage: false\n secrets: inherit\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\ci.yml | ci.yml | YAML | 21,164 | 0.95 | 0.034749 | 0.063525 | vue-tools | 504 | 2023-10-28T16:31:06.549729 | MIT | false | 76e7b3f15dfe732a50d7950afd9818bd |
name: Command Dispatch for PR events\non:\n issue_comment:\n types: [created]\n\n# Enables maintainers with "write" permission to trigger jobs on external pull requests.\n\njobs:\n command-dispatch:\n runs-on: ubuntu-22.04\n steps:\n - name: Dispatch command\n uses: peter-evans/slash-command-dispatch@v2\n with:\n token: ${{ secrets.PULUMI_BOT_TOKEN }}\n reaction-token: ${{ secrets.GITHUB_TOKEN }}\n permission: write\n issue-type: pull-request\n repository: pulumi/pulumi\n commands: |\n run-acceptance-tests\n run-docs-gen\n run-codegen\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\command-dispatch.yml | command-dispatch.yml | YAML | 636 | 0.8 | 0.043478 | 0.047619 | react-lib | 44 | 2025-05-20T08:28:25.061096 | MIT | false | 9201e7a18f1b4b13b93c1109ab2747b0 |
name: Direct build\n\non:\n schedule:\n # 1030 UTC every weekday\n - cron: "30 10 * * 1-5"\n\njobs:\n pkg:\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n - uses: actions/setup-go@v5\n with:\n go-version: "1.24"\n - name: Build\n shell: bash\n run: GOPROXY=direct make build\n sdk:\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n - uses: actions/setup-go@v5\n with:\n go-version: "1.24"\n - name: Build\n shell: bash\n run: |\n mkdir test\n cd test\n pulumi new random-go --generate-only --yes\n go mod edit -replace github.com/pulumi/pulumi/sdk/v3=../sdk\n GOPROXY=direct pulumi install\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\cron-direct-build.yml | cron-direct-build.yml | YAML | 742 | 0.8 | 0 | 0.032258 | node-utils | 580 | 2024-08-02T07:07:51.312701 | BSD-3-Clause | false | dd7a30660e80b8757d369983795782b7 |
# SECURITY: This PR run on untrusted branches.\n#\n# Changes to "permissions" and "secrets" should be narrowly scoped and carefully reviewed.\n#\n# Reusable workflows, "uses" jobs, *must* specify the main branch.\n\nname: Community Pull Request\non:\n pull_request_target:\n\npermissions:\n contents: read\n # Only required for the PR and changelog comment.\n pull-requests: write\n\njobs:\n comment-on-pr:\n name: Maintainer comment\n # We only care about commenting on a PR if the PR is from a fork\n if: github.event.pull_request.head.repo.full_name != github.repository\n runs-on: ubuntu-22.04\n steps:\n - name: Comment PR\n uses: thollander/actions-comment-pull-request@1.0.1\n with:\n message: |\n PR is now waiting for a maintainer to take action.\n\n **Note for the maintainer:** Commands available:\n\n * `/run-acceptance-tests` - used to test run the acceptance tests for the project\n * `/run-codegen` - used to test the Pull Request against downstream codegen\n * `/run-docs-gen` - used to test the Pull Request against documentation generation\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\on-community-pr.yml | on-community-pr.yml | YAML | 1,182 | 0.95 | 0.176471 | 0.37931 | vue-tools | 163 | 2023-11-03T11:24:09.736428 | MIT | false | b35410999f4301f87e7b3d46401ce807 |
name: Merge\n\npermissions:\n # To create a draft release.\n contents: write\n # To sign artifacts.\n id-token: write\n\non:\n merge_group:\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\ndefaults:\n run:\n shell: bash\n\njobs:\n info:\n name: info\n uses: ./.github/workflows/ci-info.yml\n permissions:\n contents: read\n with:\n ref: ${{ github.ref }}\n is-snapshot: false\n secrets: inherit\n\n ci:\n name: CI\n needs: [info]\n uses: ./.github/workflows/ci.yml\n strategy:\n fail-fast: true\n permissions:\n contents: read\n # To sign artifacts.\n id-token: write\n with:\n ref: ${{ github.ref }}\n version: ${{ needs.info.outputs.version }}\n enable-coverage: true\n fail-fast: true\n test-retries: 2\n acceptance-test-platforms: 'macos-latest'\n secrets: inherit\n\n performance-gate:\n name: Performance Gate\n needs: [info]\n uses: ./.github/workflows/ci-performance-gate.yml\n strategy:\n fail-fast: true\n permissions:\n contents: read\n with:\n ref: ${{ github.ref }}\n version: ${{ needs.info.outputs.version }}\n test-version-sets: 'minimum current'\n fail-fast: true\n test-retries: 2\n performance-test-platforms: ubuntu-22.04\n secrets: inherit\n\n prepare-release:\n name: prepare\n needs: [info, ci]\n uses: ./.github/workflows/ci-prepare-release.yml\n permissions:\n contents: write\n # To sign artifacts.\n id-token: write\n with:\n ref: ${{ github.ref }}\n version: ${{ needs.info.outputs.version }}\n release-notes: ${{ needs.info.outputs.release-notes }}\n project: ${{ github.repository }}\n secrets: inherit\n\n ci-ok:\n name: ci-ok\n needs: [ci, performance-gate, prepare-release]\n if: always() # always report a status\n runs-on: ubuntu-22.04\n steps:\n - name: CI failed\n if: ${{ needs.ci.result != 'success' }}\n run: exit 1\n - name: Release failed\n if: ${{ needs.prepare-release.result != 'success' }}\n run: exit 1\n - name: CI succeeded\n run: exit 0\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\on-merge.yml | on-merge.yml | YAML | 2,136 | 0.8 | 0.031579 | 0.046512 | awesome-app | 968 | 2025-03-03T19:33:21.038152 | Apache-2.0 | false | 3eaa429b86182d7ab3dcc0f72be3f558 |
name: On PR Close\n\non:\n pull_request:\n types: [ closed ]\n\njobs:\n cleanup:\n name: Remove Existing Codegen PRs\n runs-on: ubuntu-22.04\n continue-on-error: true\n env:\n GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n steps:\n - name: "Close existing Downstream PRs"\n run: |\n for url in $(gh search prs --json url --owner pulumi --state open --match body "This is a downstream codegen test for pulumi/pulumi#${{ github.event.pull_request.number }}." | jq -r '.[].url'); do\n gh pr close "$url"\n done\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\on-pr-close.yml | on-pr-close.yml | YAML | 583 | 0.8 | 0.105263 | 0 | awesome-app | 496 | 2023-08-13T02:39:32.876208 | BSD-3-Clause | false | 422e552a90516d9721b9b3a90a9c96cf |
# This file fires for the same events as `on-pr.yml`,\n# except where `on-pr.yml` skips over changes in paths-ignore,\n# this event fires on the inverse.\n# This is an officially blessed pattern for handling skipped but\n# required status checks. See\n# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks\n# for more information.\nname: Pull Request\n\non:\n pull_request:\n paths-ignore:\n - "**" # Skip all files…\n - "!sdk/.version" # …except if only this file changes and nothing else.\njobs:\n no-op:\n name: Skip CI on .version changes\n runs-on: ubuntu-22.04\n steps:\n - name: Skip CI on .version changes\n run: echo 'No need to run CI tests when only .version changes'\n\n ci-ok:\n name: ci-ok\n runs-on: ubuntu-22.04\n steps:\n - name: CI succeeded\n run: exit 0\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\on-pr-default.yml | on-pr-default.yml | YAML | 967 | 0.95 | 0.142857 | 0.269231 | react-lib | 205 | 2024-07-03T01:49:09.168620 | Apache-2.0 | false | defbb9b92aa857a8f4fbfbc1d5349575 |
name: Pull Request\n\npermissions:\n # To create a draft release.\n contents: write\n # To comment on PRs.\n pull-requests: write\n # To sign artifacts.\n id-token: write\n\non:\n pull_request:\n paths-ignore:\n - "sdk/.version"\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\n# The jobs in this workflow are only run on branches. The `on-community-pr.yml` job provides\n# commands for running workflows from forks.\n\njobs:\n info:\n name: info\n if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}\n uses: ./.github/workflows/ci-info.yml\n permissions:\n contents: read\n with:\n ref: ${{ github.head_ref }}\n is-snapshot: true\n secrets: inherit\n\n # Determines which files have changed so we can avoid running expensive tests\n # if they're not necessary.\n inspect:\n name: Inspect changed files\n if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}\n runs-on: ubuntu-22.04\n steps:\n - uses: dorny/paths-filter@v3\n id: changes\n with:\n token: ${{ secrets.GITHUB_TOKEN }}\n filters: |\n # If files matching any of these patterns change,\n # we will run codegen tests for pull requests.\n test-codegen:\n - 'pkg/codegen/docs/**'\n - 'pkg/codegen/dotnet/**'\n - 'pkg/codegen/go/**'\n - 'pkg/codegen/nodejs/**'\n - 'pkg/codegen/python/**'\n outputs:\n # Add an entry here for every named pattern\n # defined in filters.\n test-codegen: ${{ steps.changes.outputs.test-codegen }}\n\n ci:\n name: CI\n if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}\n needs: [info, inspect]\n uses: ./.github/workflows/ci.yml\n permissions:\n contents: read\n # To sign artifacts.\n id-token: write\n with:\n ref: ${{ github.head_ref }}\n version: ${{ needs.info.outputs.version }}\n lint: true\n # codegen tests are not the fastest, but we want to run them\n # on PR to get correct coverage numbers.\n test-codegen: true\n test-version-sets: >- # No newlines or trailing newline.\n ${{\n contains(github.event.pull_request.labels.*.name, 'ci/test')\n && 'minimum current'\n || 'current'\n }}\n integration-test-platforms: ubuntu-22.04\n acceptance-test-platforms: >- # No newlines or trailing newline.\n ${{\n contains(github.event.pull_request.labels.*.name, 'ci/test')\n && 'macos-latest windows-latest'\n || 'windows-latest'\n }}\n enable-coverage: true\n secrets: inherit\n\n performance-gate:\n name: Performance Gate\n if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}\n needs: [info, inspect]\n uses: ./.github/workflows/ci-performance-gate.yml\n permissions:\n contents: read\n with:\n ref: ${{ github.ref }}\n version: ${{ needs.info.outputs.version }}\n test-version-sets: 'minimum current'\n performance-test-platforms: ubuntu-22.04\n secrets: inherit\n\n ci-ok:\n name: ci-ok\n needs: [ci, performance-gate]\n if: always()\n runs-on: ubuntu-22.04\n steps:\n # If the PR is a community PR, we don't run the usual checks, but instead\n # require maintainers to run them manually by commenting with\n # /run-acceptance-tests. Since the checks then run outside of the PR,\n # ci-ok is not a useful status in these cases. We thus want to skip this\n # job for community PRs. We detect community contributions by checking if\n # the head repository is different to the base repository.\n - name: CI failed\n if: ${{ github.event.pull_request.head.repo.full_name == github.repository && needs.ci.result != 'success' }}\n run: exit 1\n - name: CI succeeded\n run: exit 0\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\on-pr.yml | on-pr.yml | YAML | 3,916 | 0.95 | 0.098361 | 0.176991 | awesome-app | 890 | 2023-12-30T05:14:02.294330 | BSD-3-Clause | false | 983b3c998a9e487c42171f9583bf8e29 |
name: On Push\n\npermissions:\n # To push the tag\n contents: write\n\non:\n push:\n branches:\n - 'master'\n\njobs:\n info:\n name: info\n uses: ./.github/workflows/ci-info.yml\n permissions:\n contents: read\n with:\n ref: ${{ github.ref }}\n is-snapshot: false\n secrets: inherit\n\n dev-release:\n name: dev-release\n needs: [info]\n uses: ./.github/workflows/ci-dev-release.yml\n permissions:\n contents: write\n # To sign artifacts.\n id-token: write\n with:\n ref: ${{ github.ref }}\n version: ${{ needs.info.outputs.version }}\n secrets: inherit\n\n update-dev-version:\n name: update-dev-version\n needs: [dev-release, info]\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ github.ref }}\n - name: Install Pulumictl\n uses: jaxxstorm/action-install-gh-release@v1.11.0\n env:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n with:\n repo: pulumi/pulumictl\n tag: v0.0.46\n cache: enable\n - name: Git describe\n id: ghd\n uses: proudust/gh-describe@v1\n - name: Dispatch event to docs repo\n env:\n GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n # Always prefix the short_sha with a letter to ensure it's a valid semver prerelease,\n # see https://github.com/pulumi/pulumi/issues/15471 for context.\n run: |\n if [ "$(git ls-remote https://github.com/pulumi/pulumi HEAD | cut -f 1)" = "${{ github.sha }}" ]; then\n short_sha="x${{ steps.ghd.outputs.short-sha }}"\n version="${{ needs.info.outputs.version }}"\n version="${version#v}-alpha.${short_sha}"\n pulumictl dispatch -c pulumi-cli-dev-version -r pulumi/docs dev_version="$version"\n else\n echo "Not updating latest version as there has been a new push to the main branch"\n fi\n\n tag-pkg:\n name: tag-pkg\n runs-on: ubuntu-22.04\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n - name: Tag and push pkg version if necessary\n run: |\n title=$(git show --pretty=format:%s -s HEAD)\n if [[ $title == "Changelog and go.mod updates for"* ]]; then\n pkg_version="${title#*updates for }"\n pkg_version="${pkg_version% \(*}"\n git tag "pkg/${pkg_version}"\n git push origin "pkg/${pkg_version}"\n fi\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\on-push.yml | on-push.yml | YAML | 2,447 | 0.8 | 0.071429 | 0.051282 | python-kit | 821 | 2023-12-29T04:27:50.602132 | Apache-2.0 | false | ae9ad174eb7cc1088ff47776aaf70cb9 |
name: Release\n\npermissions:\n # To create the follow-up PR.\n contents: write\n pull-requests: write\n\non:\n release:\n types:\n - released\n\nconcurrency: release\n\njobs:\n info:\n name: gather\n runs-on: ubuntu-22.04\n outputs:\n version: "${{ fromJSON(steps.version.outputs.version) }}"\n steps:\n - uses: actions/checkout@v4\n # Uses release ref (tag)\n - name: Info\n id: version\n run: |\n TAG="${{ github.event.release.tag_name }}"\n PULUMI_VERSION="${TAG#v}" # remove prefix\n\n ./.github/scripts/set-output version "${PULUMI_VERSION}"\n\n release:\n name: release\n needs: [info]\n uses: ./.github/workflows/release.yml\n with:\n ref: ${{ github.event.release.tag_name }}\n version: ${{ needs.info.outputs.version }}\n release-notes: ${{ github.event.release.body }}\n queue-merge: true\n run-dispatch-commands: true\n secrets: inherit\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\on-release.yml | on-release.yml | YAML | 937 | 0.8 | 0 | 0.055556 | python-kit | 98 | 2024-02-03T23:43:21.966161 | GPL-3.0 | false | ccae62113d4c0c6c79b201ee21f0fa9b |
name: Automatic Rebase\non:\n issue_comment:\n types: [created]\njobs: \n rebase:\n name: Rebase\n runs-on: ubuntu-22.04\n if: >-\n contains(fromJSON('["COLLABORATOR", "MEMBER", "OWNER"]'), github.event.comment.author_association) &&\n github.event.issue.pull_request != '' && \n (\n contains(github.event.comment.body, '/rebase') || \n contains(github.event.comment.body, '/autosquash')\n )\n steps:\n - name: Checkout the latest code\n uses: actions/checkout@v4\n with:\n token: ${{ secrets.PULUMI_BOT_TOKEN }}\n fetch-depth: 0 # otherwise, you will fail to push refs to dest repo\n - name: Automatic Rebase\n uses: cirrus-actions/rebase@50007412be906b9cc222db3dfc469f325031f1b2\n with:\n autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}\n env:\n GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\rebase.yml | rebase.yml | YAML | 984 | 0.8 | 0.037037 | 0 | node-utils | 547 | 2025-02-26T15:21:37.690337 | MIT | false | 64546bce7ea31b030dcc9455364b47d9 |
name: Post-Release Homebrew Tap\n\npermissions:\n contents: read\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n dry-run:\n required: false\n default: true\n description: "Whether to run in dry-run mode and skip pushing the commit"\n type: boolean\n workflow_dispatch:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n dry-run:\n required: false\n default: true\n description: "Whether to run in dry-run mode and skip pushing the commit"\n type: boolean\n\nenv:\n PULUMI_VERSION: ${{ inputs.version }}\n GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n\njobs:\n update-homebrew-tap:\n name: Update Homebrew Tap\n runs-on: ubuntu-22.04\n steps:\n - name: Checkout Repo\n uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n path: pulumi\n - name: Checkout tap repo\n uses: actions/checkout@v4\n with:\n repository: pulumi/homebrew-tap\n path: homebrew-tap\n token: ${{ secrets.PULUMI_BOT_TOKEN }}\n - name: Update Homebrew Tap\n run: |\n set -euo pipefail\n\n # Can simulate this by cloning pulumi/pulumi & pulumi/homebrew-tap to adacent directories\n # and running from their parent:\n\n ./pulumi/.github/scripts/generate-homebrew-tap \\n "${PULUMI_VERSION}" ./pulumi/.github/scripts/pulumi-tap-template.rb \\n > ./homebrew-tap/Formula/pulumi.rb\n - name: Commit updated formula\n working-directory: homebrew-tap\n run: |\n set -euo pipefail\n\n git config user.name pulumi-bot\n git config user.email bot@pulumi.com\n git add Formula/pulumi.rb\n echo "::group::git diff"\n git --no-pager diff\n echo "::endgroup::"\n git commit -m "Brew formula update for Pulumi version ${PULUMI_VERSION}"\n - name: Push formula\n working-directory: homebrew-tap\n if: ${{ !inputs.dry-run }}\n run: |\n set -euo pipefail\n\n git push origin HEAD:main\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\release-homebrew-tap.yml | release-homebrew-tap.yml | YAML | 2,394 | 0.95 | 0.023256 | 0.025641 | awesome-app | 849 | 2023-08-05T18:27:45.403750 | MIT | false | 287eea5c5b68321dab70a914b367a7b9 |
name: Post-Release PR\n\npermissions:\n # To create a PR\n contents: write\n pull-requests: write\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n branch_from_ref:\n required: false\n description: "Commit to branch from, if not the tag"\n type: string\n release-notes:\n required: true\n description: "Release notes to publish"\n type: string\n queue-merge:\n required: false\n default: false\n description: "Whether to queue the release for immediate merge"\n type: boolean\n\njobs:\n version-bump:\n name: version bump\n runs-on: ubuntu-22.04\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - uses: actions/setup-go@v5\n with:\n go-version: '>=1.19.0' # decoupled from version sets, only used by changelog tool\n - name: Create PR\n env:\n PULUMI_VERSION: ${{ inputs.version }}\n RELEASE_NOTES: ${{ inputs.release-notes }}\n QUEUE_MERGE: ${{ inputs.queue-merge }}\n GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n run: |\n set -euo pipefail\n git switch --create "automation/release-v${PULUMI_VERSION}"\n\n echo -en "# Changelog\n\n${RELEASE_NOTES}\n\n$(tail -n+3 CHANGELOG.md)" > ./CHANGELOG.md\n\n git config user.name github-actions\n git config user.email github-actions@github.com\n\n rm ./changelog/pending/*.yaml || true\n git add -A\n\n git commit -m "chore: changelog for v${PULUMI_VERSION}"\n\n # Update go module dependencies\n (\n cd pkg\n go get -u "github.com/pulumi/pulumi/sdk/v3@v${PULUMI_VERSION}"\n )\n make tidy\n git add -A\n git commit -m "chore: post-release go.mod updates"\n\n git push -u origin HEAD\n\n # Note that the title of the PR is used in the on-push workflow. If the title needs to\n # change here, please also check on-push.yml\n PR=$(gh pr create --title "Changelog and go.mod updates for v${PULUMI_VERSION}" --body "")\n\n if [ "${QUEUE_MERGE}" = "true" ]; then\n gh pr merge --auto --squash "${PR}"\n fi\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\release-pr.yml | release-pr.yml | YAML | 2,395 | 0.95 | 0.074074 | 0.057143 | vue-tools | 957 | 2024-05-04T09:27:48.885826 | BSD-3-Clause | false | e489ed1afbd4e00e549822dfe96a5aad |
name: Release Actions\n\npermissions:\n # To create a PR\n contents: write\n pull-requests: write\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n branch_from_ref:\n required: false\n description: "Commit to branch from, if not the tag"\n type: string\n release-notes:\n required: true\n description: "Release notes to publish"\n type: string\n queue-merge:\n required: false\n default: false\n description: "Whether to queue the release for immediate merge"\n type: boolean\n run-dispatch-commands:\n required: false\n default: false\n # If version contains a '-', i.e.: a prerelease build, these commands are disabled until further notice.\n description: "Whether to run dispatch commands"\n type: boolean\n version-set:\n required: false\n description: "Set of language versions to use for builds, lints, releases, etc."\n type: string\n # Example provided for illustration, this value is derived by scripts/get-job-matrix.py build\n default: |\n {\n "dotnet": "8.0.x",\n "go": "1.18.x",\n "nodejs": "16.x",\n "python": "3.9.x"\n }\n\n\nenv:\n PULUMI_VERSION: ${{ inputs.version }}\n GIT_REF: ${{ inputs.ref }}\n GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_PROD_ACCESS_TOKEN }}\n PULUMI_TEST_OWNER: "moolumi"\n NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}\n NPM_TOKEN: ${{ secrets.NPM_TOKEN }}\n PYPI_USERNAME: __token__\n PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}\n\njobs:\n sdks:\n name: ${{ matrix.language }}\n runs-on: ubuntu-22.04\n strategy:\n fail-fast: false\n matrix:\n language: ["nodejs", "python", "go"]\n steps:\n - name: Checkout Repo\n uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Set up uv\n if: ${{ matrix.language == 'python' }}\n uses: astral-sh/setup-uv@v5\n with:\n enable-cache: true\n cache-dependency-glob: sdk/python/uv.lock\n - name: Set up Python ${{ fromJson(inputs.version-set).python }}\n if: ${{ matrix.language == 'python' }}\n uses: actions/setup-python@v5\n with:\n python-version: ${{ fromJson(inputs.version-set).python }}\n - name: Set up Node ${{ fromJson(inputs.version-set).nodejs }}\n if: ${{ matrix.language == 'nodejs' }}\n uses: actions/setup-node@v4\n with:\n node-version: ${{ fromJson(inputs.version-set).nodejs }}\n registry-url: https://registry.npmjs.org\n always-auth: true\n - name: Download release artifacts\n if: ${{ matrix.language != 'go' }}\n run: |\n mkdir -p artifacts\n gh release download "v${PULUMI_VERSION}" --dir ./artifacts --pattern 'sdk-${{ matrix.language }}-*'\n find artifacts\n - name: Publish Packages\n run: |\n make -C sdk/${{ matrix.language}} publish\n\n s3-blobs:\n name: s3 blobs\n runs-on: ubuntu-22.04\n steps:\n - name: Checkout Repo\n uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Configure AWS Credentials\n uses: aws-actions/configure-aws-credentials@v4\n with:\n aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}\n aws-region: us-east-2\n aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n role-duration-seconds: 3600\n role-external-id: upload-pulumi-release\n role-session-name: pulumi@githubActions\n role-to-assume: ${{ secrets.AWS_UPLOAD_ROLE_ARN }}\n - name: Download release artifacts\n run: |\n mkdir -p artifacts\n gh release download "v${PULUMI_VERSION}" --dir ./artifacts --pattern 'pulumi-*'\n find artifacts\n - name: Publish Blobs\n run: |\n aws s3 sync artifacts s3://get.pulumi.com/releases/sdk --acl public-read\n\n pr:\n # Relies on the Go SDK being published to update pkg\n name: PR\n needs: [sdks]\n uses: ./.github/workflows/release-pr.yml\n permissions:\n contents: write\n pull-requests: write\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n release-notes: ${{ inputs.release-notes }}\n queue-merge: ${{ inputs.queue-merge }}\n secrets: inherit\n\n dispatch:\n name: ${{ matrix.job.name }}\n if: inputs.run-dispatch-commands && !contains(inputs.version, '-')\n runs-on: ubuntu-22.04\n needs: [pr]\n strategy:\n fail-fast: false\n matrix:\n job:\n - name: Update Templates Version\n run-command: pulumictl dispatch -r pulumi/templates -c update-templates "${PULUMI_VERSION}"\n - name: Chocolatey Update\n run-command: pulumictl create choco-deploy "${PULUMI_VERSION}"\n - name: Winget Update\n run-command: pulumictl winget-deploy\n - name: Build Package Docs\n run-command: pulumictl create cli-docs-build "${PULUMI_VERSION}"\n - name: Homebrew\n run-command: pulumictl create homebrew-bump "${PULUMI_VERSION}" "$(git rev-parse HEAD)"\n - name: Docker containers\n run-command: pulumictl dispatch -r pulumi/pulumi-docker-containers -c release-build "${PULUMI_VERSION}"\n steps:\n - name: Checkout Repo\n uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n - name: Install Pulumictl\n uses: jaxxstorm/action-install-gh-release@v1.11.0\n env:\n GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n with:\n repo: pulumi/pulumictl\n tag: v0.0.42\n cache: enable\n - name: Repository Dispatch\n run: ${{ matrix.job.run-command }}\n\n\n update-homebrew-tap:\n name: Update Homebrew Tap\n if: inputs.run-dispatch-commands && !contains(inputs.version, '-')\n needs: [dispatch]\n uses: ./.github/workflows/release-homebrew-tap.yml\n permissions:\n contents: read\n with:\n ref: ${{ inputs.ref }}\n version: ${{ inputs.version }}\n dry-run: false\n secrets: inherit\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\release.yml | release.yml | YAML | 6,328 | 0.95 | 0.051282 | 0.021622 | vue-tools | 633 | 2023-12-31T23:48:36.643270 | Apache-2.0 | false | 40d87fb72524342abbac1d47d97cd550 |
name: Sign\n\npermissions:\n # To sign artifacts.\n id-token: write\n\non:\n workflow_call:\n inputs:\n ref:\n required: true\n description: "GitHub ref to use"\n type: string\n version:\n required: true\n description: "Version to produce"\n type: string\n\njobs:\n sign:\n name: sign\n runs-on: ubuntu-22.04\n\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ inputs.ref }}\n\n - name: Install b3sum\n uses: baptiste0928/cargo-install@v3\n with:\n crate: b3sum\n version: 1.3.0\n\n - uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2\n\n - name: Download all artifacts\n uses: actions/download-artifact@v4\n with:\n path: artifacts.tmp\n - name: Remove performance test artifacts\n run: rm -rf artifacts.tmp/*-perf\n - name: Remove integration test artifacts\n run: rm -rf artifacts.tmp/*-integration\n - name: Rename SDKs\n # This step must match the rename SDKs step in the "publish" job below.\n run: |\n (\n cd artifacts.tmp/artifacts-python-sdk\n for file in *.whl ; do\n mv -vT "$file" "sdk-python-$file"\n done\n )\n (\n cd artifacts.tmp/artifacts-nodejs-sdk\n for file in *.tgz ; do\n mv -vT "$file" "sdk-nodejs-$file"\n done\n )\n - name: Flatten artifact directories\n run: |\n mkdir -p ./artifacts\n mv ./artifacts.tmp/artifacts-*/* ./artifacts\n\n - name: Ensure coverage not enabled on release\n run: |\n # Extract pulumi binary to bintest rather than pollute artifacts directory.\n mkdir './bintest' && tar -xvf ./artifacts/pulumi-*-linux-x64.tar.gz -C './bintest/.'\n\n # Ensure pulumi binary exists.\n stat './bintest/pulumi/pulumi' || exit 1\n\n # Check binary not built with coverage.\n if ./bintest/pulumi/pulumi version 2>&1 | grep coverage; then\n echo 'Aborting! Pulumi binary built with coverage data.'\n exit 2\n else\n echo 'Pulumi binary OK!'\n fi\n\n - name: Create sums.tmp\n run: mkdir -p ./sums.tmp ./sigs.tmp\n\n # Each of these commands strips the ./ prefix to match existing (<=3.39) formatting.\n - name: Checksums with SHA256\n working-directory: artifacts\n env:\n version: ${{ inputs.version }}\n run: sha256sum ./pulumi-*.{tar.gz,zip} | sed 's/.\///' | tee "../sums.tmp/pulumi-${version}-checksums.txt"\n\n - name: Checksums with BLAKE3\n working-directory: artifacts\n run: b3sum ./* | sed 's/.\///' | tee ../sums.tmp/B3SUMS\n\n - name: Checksums with SHA512\n working-directory: artifacts\n run: sha512sum ./* | sed 's/.\///' | tee ../sums.tmp/SHA512SUMS\n\n - name: Sign binaries and checksums\n shell: bash\n env:\n version: ${{ inputs.version }}\n run: |\n ls -la\n # Sign all artifacts and checksums:\n for dir in "artifacts" "sums.tmp"; do\n pushd "$dir"\n for file in ./*; do\n echo "$file"\n COSIGN_EXPERIMENTAL=1 cosign sign-blob --yes \\n --bundle="../sigs.tmp/${file}".sig \\n "${file}"\n done\n popd\n done\n\n # flatten to a single directory to upload:\n mv sums.tmp/* sigs.tmp\n\n - uses: actions/upload-artifact@v4\n with:\n name: artifacts-signatures\n retention-days: 1\n path: |\n sigs.tmp/*\n if-no-files-found: error\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\sign.yml | sign.yml | YAML | 3,718 | 0.95 | 0.047619 | 0.073394 | node-utils | 170 | 2024-04-04T04:50:08.727953 | MIT | false | be5dfee3cd06a0d969afa629ff427dc5 |
env:\n GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n VERSION: ${{ github.event.client_payload.ref }}\n COMMIT_SHA: ${{ github.event.client_payload.commitSha }}\n\non:\n repository_dispatch:\n types:\n - homebrew-bump\n\njobs:\n homebrew:\n name: Bump Homebrew formula\n runs-on: ubuntu-22.04\n steps:\n - name: Add Homebrew to the PATH\n run: |\n echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> "${GITHUB_PATH}"\n - uses: dawidd6/action-homebrew-bump-formula@v3\n with:\n token: ${{secrets.PULUMI_BOT_HOMEBREW_TOKEN}}\n formula: pulumi\n tag: v${{env.VERSION}}\n revision: ${{env.COMMIT_SHA}}\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\trigger-homebrew-event.yml | trigger-homebrew-event.yml | YAML | 688 | 0.7 | 0 | 0 | vue-tools | 404 | 2023-08-24T09:07:56.972968 | GPL-3.0 | false | c3a4bef452d62be2a1340f32ab5d89e7 |
env:\n GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n VERSION: ${{ github.event.client_payload.ref }}\n COMMIT_SHA: ${{ github.event.client_payload.commitSha }}\n\non:\n repository_dispatch:\n types:\n - docs\n\njobs:\n docs:\n name: Build Package Docs\n runs-on: ubuntu-22.04\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n - name: Checkout Scripts Repo\n uses: actions/checkout@v4\n with:\n path: ci-scripts\n repository: pulumi/scripts\n - name: Trigger Docs Build\n run: |\n ./ci-scripts/ci/build-package-docs.sh "pulumi"\n env:\n TRAVIS: true\n PULUMI_BOT_GITHUB_API_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}\n TRAVIS_TAG: ${{ env.VERSION }}\n | dataset_sample\yaml\pulumi_pulumi\.github\workflows\trigger-release-docs-event.yml | trigger-release-docs-event.yml | YAML | 753 | 0.7 | 0 | 0 | node-utils | 749 | 2025-02-12T19:51:03.986635 | BSD-3-Clause | false | e623c153409aab438c04e0d5f9e52a1d |
version: "2"\n\nlanguages:\n Ruby: false\n JavaScript: false\n Python: true\n PHP: false\n\nexclude_patterns:\n - "*.js"\n - "*.rb"\n - "*.php"\n - "tests/"\n\nplugins:\n radon:\n enabled: true\n exclude_patterns:\n - "templates/"\n config:\n threshold: "D"\n\nchecks:\n argument-count:\n enabled: false\n similar-code:\n config:\n threshold: 40\n | dataset_sample\yaml\python\.codeclimate.yml | .codeclimate.yml | YAML | 364 | 0.7 | 0 | 0 | python-kit | 578 | 2023-09-04T23:38:23.508206 | BSD-3-Clause | false | b520da39da6ad1bc6f838b83439e2afa |
codecov:\n notify:\n require_ci_to_pass: no\n after_n_builds: 1\ncoverage:\n status:\n project:\n default:\n informational: true\n patch:\n default:\n informational: true\n changes: false\ncomment: off\n | dataset_sample\yaml\python\.codecov.yml | .codecov.yml | YAML | 230 | 0.85 | 0 | 0 | react-lib | 9 | 2025-01-29T10:05:32.493749 | GPL-3.0 | false | 03b74b4cea7c1d29de101e463dbbcafb |
configured_endpoints: 97\nopenapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-8b68ae6b807dca92e914da1dd9e835a20f69b075e79102a264367fd7fddddb33.yml\nopenapi_spec_hash: b6ade5b1a6327339e6669e1134de2d03\nconfig_hash: b597cd9a31e9e5ec709e2eefb4c54122\n | dataset_sample\yaml\python\.stats.yml | .stats.yml | YAML | 285 | 0.8 | 0 | 0 | python-kit | 859 | 2023-09-24T11:38:46.774157 | GPL-3.0 | false | 45b0edcdf554f8b6df6c9088378df6b7 |
trigger:\n # start a new build for every push\n batch: False\n branches:\n include:\n - main\n - maintenance/*\n\n\npr:\n branches:\n include:\n - '*' # must quote since "*" is a YAML reserved character; we want a string\n\n\nstages:\n\n- stage: Check\n jobs:\n - job: Skip\n pool:\n vmImage: 'ubuntu-22.04'\n variables:\n DECODE_PERCENTS: 'false'\n RET: 'true'\n steps:\n - bash: |\n git_log=`git log --max-count=1 --skip=1 --pretty=format:"%B" | tr "\n" " "`\n echo "##vso[task.setvariable variable=log]$git_log"\n - bash: echo "##vso[task.setvariable variable=RET]false"\n condition: or(contains(variables.log, '[skip azp]'), contains(variables.log, '[azp skip]'), contains(variables.log, '[skip ci]'), contains(variables.log, '[ci skip]'))\n - bash: echo "##vso[task.setvariable variable=start_main;isOutput=true]$RET"\n name: result\n\n- stage: ComprehensiveTests\n condition: and(succeeded(), eq(dependencies.Check.outputs['Skip.result.start_main'], 'true'))\n dependsOn: Check\n jobs:\n\n - job: Lint\n condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))\n pool:\n vmImage: 'ubuntu-22.04'\n steps:\n - task: UsePythonVersion@0\n inputs:\n versionSpec: '3.11'\n addToPath: true\n architecture: 'x64'\n - script: >-\n python -m pip install -r requirements/linter_requirements.txt\n displayName: 'Install tools'\n # pip 21.1 emits a pile of garbage messages to annoy users :)\n # failOnStderr: true\n - script: |\n python tools/linter.py\n displayName: 'Run Lint Checks'\n failOnStderr: true\n\n - job: Linux_Python_311_32bit_full_with_asserts\n pool:\n vmImage: 'ubuntu-22.04'\n steps:\n - script: |\n git submodule update --init\n displayName: 'Fetch submodules'\n - script: |\n # There are few options for i686 images at https://quay.io/organization/pypa,\n # use the glibc2.17 one (manylinux2014)\n docker run -v $(pwd):/numpy -e CFLAGS="-msse2 -std=c99 -UNDEBUG" \\n -e F77=gfortran-5 -e F90=gfortran-5 quay.io/pypa/manylinux2014_i686 \\n /bin/bash -xc "source /numpy/tools/ci/run_32_bit_linux_docker.sh"\n displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'\n\n - job: Windows\n timeoutInMinutes: 120\n pool:\n vmImage: 'windows-2019'\n strategy:\n maxParallel: 3\n matrix:\n Python311-64bit-fast:\n PYTHON_VERSION: '3.11'\n PYTHON_ARCH: 'x64'\n TEST_MODE: fast\n BITS: 64\n Python312-64bit-full:\n PYTHON_VERSION: '3.12'\n PYTHON_ARCH: 'x64'\n TEST_MODE: full\n BITS: 64\n _USE_BLAS_ILP64: '1'\n# TODO pypy: uncomment when pypy3.11 comes out\n# PyPy311-64bit-fast:\n# PYTHON_VERSION: 'pypy3.11'\n# PYTHON_ARCH: 'x64'\n# TEST_MODE: fast\n# BITS: 64\n# _USE_BLAS_ILP64: '1'\n\n steps:\n - template: azure-steps-windows.yml\n | dataset_sample\yaml\python\azure-pipelines.yml | azure-pipelines.yml | YAML | 3,072 | 0.95 | 0.019608 | 0.130435 | node-utils | 773 | 2024-08-26T07:42:46.332160 | MIT | false | 2b0e57a764416731da59c6b7dea1124c |
steps:\n- script: git submodule update --init\n displayName: 'Fetch submodules'\n- task: UsePythonVersion@0\n inputs:\n versionSpec: $(PYTHON_VERSION)\n addToPath: true\n architecture: $(PYTHON_ARCH)\n\n- script: python -m pip install --upgrade pip wheel\n displayName: 'Install tools'\n\n- script: python -m pip install -r requirements/test_requirements.txt\n displayName: 'Install dependencies; some are optional to avoid test skips'\n\n- powershell: |\n choco install -y --stoponfirstfailure --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite\n displayName: 'Install utilities'\n\n- powershell: |\n # Note: ensure the `pip install .` command remains the last one here,\n # to avoid "green on failure" issues\n If ( Test-Path env:DISABLE_BLAS ) {\n python -m pip install . -v -Csetup-args="--vsenv" -Csetup-args="-Dblas=none" -Csetup-args="-Dlapack=none" -Csetup-args="-Dallow-noblas=true"\n }\n elseif ( Test-Path env:_USE_BLAS_ILP64 ) {\n pip install -r requirements/ci_requirements.txt\n spin config-openblas --with-scipy-openblas=64\n $env:PKG_CONFIG_PATH="$pwd/.openblas"\n python -m pip install . -v -Csetup-args="--vsenv"\n } else {\n pip install -r requirements/ci_requirements.txt\n spin config-openblas --with-scipy-openblas=32\n $env:PKG_CONFIG_PATH="$pwd/.openblas"\n python -m pip install . -v -Csetup-args="--vsenv" \n }\n displayName: 'Build NumPy'\n\n- powershell: |\n cd tools # avoid root dir to not pick up source tree\n # Get a gfortran onto the path for f2py tests\n $env:PATH = "c:\\rtools43\\x86_64-w64-mingw32.static.posix\\bin;$env:PATH"\n If ( $env:TEST_MODE -eq "full" ) {\n pytest --pyargs numpy -rsx --junitxml=junit/test-results.xml\n } else {\n pytest --pyargs numpy -m "not slow" -rsx --junitxml=junit/test-results.xml\n }\n displayName: 'Run NumPy Test Suite'\n\n- task: PublishTestResults@2\n condition: succeededOrFailed()\n inputs:\n testResultsFiles: '**/test-*.xml'\n failTaskOnFailedTests: true\n testRunTitle: 'Publish test results for Python $(PYTHON_VERSION) $(BITS)-bit $(TEST_MODE) Windows'\n | dataset_sample\yaml\python\azure-steps-windows.yml | azure-steps-windows.yml | YAML | 2,133 | 0.95 | 0.036364 | 0.061224 | react-lib | 438 | 2023-09-04T02:36:50.670179 | Apache-2.0 | false | 2618a4a65ab26711b596ee584141f212 |
# Copyright 2019 The TensorFlow Authors. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an "AS IS" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ============================================================================\n\n# A list of assignees\nassignees:\n - tilakrayal\n - Venkat6871\n# A list of assignees for compiler folder\ncompiler_assignees:\n - joker-eph\n - sanjoy\n# filesystem path\nfilesystem_path:\n - tensorflow/c/experimental/filesystem\n# security path\nsecurity_path:\n - tensorflow/security\n# words checklist\nsegfault_memory:\n - segfault\n - memory leaks\n# assignees\nfilesystem_security_assignee:\n - mihaimaruseac\n \n# Cuda Comment\ncuda_comment: >\n From the template it looks like you are installing **TensorFlow** (TF) prebuilt binaries:\n * For TF-GPU - See point 1\n * For TF-CPU - See point 2\n -----------------------------------------------------------------------------------------------\n \n **1. Installing **TensorFlow-GPU** (TF) prebuilt binaries**\n \n \n Make sure you are using compatible TF and CUDA versions.\n Please refer following TF version and CUDA version compatibility table.\n \n | TF | CUDA |\n \n | :-------------: | :-------------: |\n \n | 2.5.0 | 11.2 |\n \n | 2.4.0 | 11.0 |\n \n | 2.1.0 - 2.3.0 | 10.1 |\n \n | 1.13.1 - 2.0 | 10.0 |\n \n | 1.5.0 - 1.12.0 | 9.0 |\n \n * If you have above configuration and using _**Windows**_ platform -\n * Try adding the CUDA, CUPTI, and cuDNN installation directories to the %PATH% environment variable.\n * Refer [windows setup guide](https://www.tensorflow.org/install/gpu#windows_setup).\n * If you have above configuration and using _**Ubuntu/Linux**_ platform -\n * Try adding the CUDA, CUPTI, and cuDNN installation directories to the $LD_LIBRARY_PATH environment variable.\n * Refer [linux setup guide](https://www.tensorflow.org/install/gpu#linux_setup).\n * If error still persists then, apparently your CPU model does not support AVX instruction sets.\n * Refer [hardware requirements](https://www.tensorflow.org/install/pip#hardware-requirements).\n \n -----------------------------------------------------------------------------------------------\n \n **2. Installing **TensorFlow** (TF) CPU prebuilt binaries**\n \n \n *TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets.*\n \n \n Therefore on any CPU that does not have these instruction sets, either CPU or GPU version of TF will fail to load.\n \n Apparently, your CPU model does not support AVX instruction sets. You can still use TensorFlow with the alternatives given below:\n \n * Try Google Colab to use TensorFlow.\n * The easiest way to use TF will be to switch to [google colab](https://colab.sandbox.google.com/notebooks/welcome.ipynb#recent=true). You get pre-installed latest stable TF version. Also you can use ```pip install``` to install any other preferred TF version.\n * It has an added advantage since you can you easily switch to different hardware accelerators (cpu, gpu, tpu) as per the task.\n * All you need is a good internet connection and you are all set.\n * Try to build TF from sources by changing CPU optimization flags.\n \n *Please let us know if this helps.*\n \nwindows_comment: >\n From the stack trace it looks like you are hitting windows path length limit.\n * Try to disable path length limit on Windows 10.\n * Refer [disable path length limit instructions guide.](https://mspoweruser.com/ntfs-260-character-windows-10/)\n \n Please let us know if this helps.\n | dataset_sample\yaml\python\bot_config.yml | bot_config.yml | YAML | 4,093 | 0.95 | 0.060606 | 0.56 | react-lib | 404 | 2025-02-11T18:22:32.246411 | GPL-3.0 | false | 134d25380887de2cc2656fe20ff48645 |
# Python CircleCI 2.1 configuration file\n#\n# Check https://circleci.com/docs/2.1/language-python/ for more details\n#\nversion: 2.1\n\n# Aliases to reuse\n_defaults: &defaults\n docker:\n # CircleCI maintains a library of pre-built images\n # documented at https://circleci.com/developer/images/image/cimg/python\n - image: cimg/python:3.11.10\n working_directory: ~/repo\n\n\njobs:\n build:\n <<: *defaults\n steps:\n - checkout\n\n - run:\n name: check skip\n command: |\n export git_log=$(git log --max-count=1 --pretty=format:"%B" | tr "\n" " ")\n echo "Got commit message:"\n echo "${git_log}"\n if [[ -v CIRCLE_PULL_REQUEST ]] && \\n ([[ "$git_log" == *"[skip circle]"* ]] || \\n [[ "$git_log" == *"[circle skip]"* ]])\n then\n echo "Skip detected, exiting job ${CIRCLE_JOB} for PR ${CIRCLE_PULL_REQUEST}."\n circleci-agent step halt;\n fi\n - run:\n name: pull changes from merge\n command: |\n if [[ -v CI_PULL_REQUEST ]] ; then git pull --ff-only origin "refs/pull/${CI_PULL_REQUEST//*pull\//}/merge" ; fi\n\n - run:\n name: update submodules\n command: |\n git submodule update --init\n\n - run:\n name: install system dependencies\n command: |\n sudo apt-get update\n sudo apt-get install -y graphviz texlive-fonts-recommended texlive-latex-recommended \\n texlive-latex-extra latexmk texlive-xetex texlive-lang-chinese doxygen\n\n - run:\n name: build NumPy\n command: |\n python3.11 -m venv venv\n . venv/bin/activate\n pip install --progress-bar=off -r requirements/test_requirements.txt \\n -r requirements/build_requirements.txt \\n -r requirements/ci_requirements.txt\n # get newer, pre-release versions of critical packages\n pip install --progress-bar=off --pre -r requirements/doc_requirements.txt\n # then install numpy HEAD, which will override the version installed above\n spin build --with-scipy-openblas=64 -j 2\n\n - run:\n name: build devdocs w/ref warnings\n command: |\n . venv/bin/activate\n # Don't use -q, show warning summary"\n SPHINXOPTS="-W -n" spin docs\n if [[ $(find doc/build/html -type f | wc -l) -lt 1000 ]]; then\n echo "doc build failed: doc/build/html is empty"\n exit -1\n fi\n\n - run:\n name: build neps\n command: |\n . venv/bin/activate\n cd doc/neps\n SPHINXOPTS="-n" make -e html || echo "ignoring errors for now"\n\n - store_artifacts:\n path: doc/build/html/\n\n - store_artifacts:\n path: doc/neps/_build/html/\n # destination: neps\n\n - run:\n name: check doctests\n command: |\n . venv/bin/activate\n spin check-docs -v\n spin check-tutorials -v\n # Currently, this does two checks not done by check-docs:\n # - validates ReST blocks (via validate_rst_syntax)\n # - checks that all of a module's `__all__` is reflected in the\n # module-level docstring autosummary\n echo calling python3 tools/refguide_check.py -v\n python3 tools/refguide_check.py -v\n\n - persist_to_workspace:\n root: ~/repo\n paths:\n - doc/build/html\n - doc/neps/_build\n - tools/ci/push_docs_to_repo.py\n\n deploy:\n <<: *defaults\n steps:\n - checkout\n\n - attach_workspace:\n at: ~/repo\n\n - add_ssh_keys:\n fingerprints:\n - "45:d8:d1:d6:f7:53:47:c5:d0:9e:35:19:79:e7:ff:24"\n\n - run:\n name: deploy devdocs\n command: |\n touch doc/build/html/.nojekyll\n\n ./tools/ci/push_docs_to_repo.py doc/build/html \\n --committer "numpy-circleci-bot" \\n --email "numpy-circleci-bot@nomail" \\n --message "Docs build of $CIRCLE_SHA1" \\n --count 5 \\n --force \\n git@github.com:numpy/devdocs.git\n\n - add_ssh_keys:\n fingerprints:\n - "df:8b:fb:34:2d:38:7d:49:fc:1b:e8:44:4f:bd:2c:0e"\n\n - run:\n name: select SSH key for neps repo\n command: |\n cat \<<\EOF > ~/.ssh/config\n Host github.com\n IdentitiesOnly yes\n IdentityFile /home/circleci/.ssh/id_rsa_df8bfb342d387d49fc1be8444fbd2c0e\n EOF\n\n - run:\n name: deploy neps\n command: |\n touch doc/neps/_build/html/.nojekyll\n\n ./tools/ci/push_docs_to_repo.py doc/neps/_build/html \\n --committer "numpy-circleci-bot" \\n --email "numpy-circleci-bot@nomail" \\n --message "Docs build of $CIRCLE_SHA1" \\n --count 5 \\n --force \\n git@github.com:numpy/neps.git \\n\nworkflows:\n version: 2\n default:\n jobs:\n - build\n - deploy:\n requires:\n - build\n filters:\n branches:\n only: main\n | dataset_sample\yaml\python\config.yml | config.yml | YAML | 5,311 | 0.95 | 0.040936 | 0.101351 | awesome-app | 792 | 2024-06-11T10:51:52.729666 | MIT | false | 97a7071a54f3caa09dc7308a77cd5566 |
version: 2\nupdates:\n - package-ecosystem: github-actions\n directory: /\n schedule:\n interval: daily\n commit-message:\n prefix: "MAINT"\n labels:\n - "03 - Maintenance"\n ignore:\n - dependency-name: "bus1/cabuild"\n | dataset_sample\yaml\python\dependabot.yml | dependabot.yml | YAML | 244 | 0.7 | 0 | 0 | awesome-app | 695 | 2025-04-24T03:09:58.213807 | GPL-3.0 | false | cdda441ac7c4cb81ecfae2c10f1b23a3 |
# To use:\n#\n# $ conda env create -f environment.yml # `mamba` works too for this command\n# $ conda activate numpy-dev\n#\nname: numpy-dev\nchannels:\n - conda-forge\ndependencies:\n - python=3.12 # need to pin to avoid issues with builds\n - cython>=3.0\n - compilers\n - openblas\n - nomkl\n - setuptools==65.5.1\n - ninja\n - pkg-config\n - meson-python\n - spin==0.13\n - ccache\n # For testing\n - pytest\n - pytest-cov\n - pytest-xdist\n - hypothesis\n # For type annotations\n - typing_extensions>=4.5.0\n - mypy=1.15.0\n - orjson # makes mypy faster\n # For building docs\n - sphinx>=4.5.0\n - sphinx-copybutton\n - sphinx-design\n - numpydoc=1.4.0\n - ipython\n - scipy\n - pandas\n - matplotlib\n - pydata-sphinx-theme>=0.15.2\n - doxygen\n - towncrier\n - jupyterlite-sphinx>=0.18.0\n # see https://github.com/jupyterlite/pyodide-kernel#compatibility\n - jupyterlite-pyodide-kernel==0.5.2 # supports Pyodide 0.27.1\n # NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz\n - breathe>4.33.0\n # For linting\n - ruff=0.8.3\n - gitpython\n # Used in some tests\n - cffi\n - pytz\n | dataset_sample\yaml\python\environment.yml | environment.yml | YAML | 1,092 | 0.8 | 0.019231 | 0.230769 | awesome-app | 988 | 2024-11-04T23:29:00.455520 | MIT | false | 7a334534ecbe53140c4981253d99eb4d |
'*':\n - pytests.unit.utils.test_versions\n - unit.test_module_names\n - unit.test_virtualname\n - unit.utils.test_doc\n\nsetup.py:\n - pytests.scenarios.setup.test_man\n - pytests.scenarios.setup.test_install\n\nsalt/_logging/(impl|handlers).py:\n - pytests.integration._logging.test_jid_logging\n - pytests.integration._logging.test_multiple_processes_logging\n - pytests.unit._logging.handlers.test_deferred_stream_handler\n\n\nsalt/modules/(apkpkg|aptpkg|ebuildpkg|dpkg_lowpkg|freebsdpkg|mac_brew_pkg|mac_ports_pkg|openbsdpkg|opkg|pacmanpkg|pkgin|pkgng|pkg_resource|rpm_lowpkg|solarisipspkg|solarispkg|win_pkg|xbpspkg|yumpkg|zypperpkg)\.py:\n - pytests.unit.states.test_pkg\n - pytests.functional.modules.test_pkg\n - pytests.functional.modules.test_win_pkg\n - pytests.functional.states.test_pkg\n - pytests.functional.states.pkgrepo.test_centos\n - pytests.functional.states.pkgrepo.test_debian\n\nsalt/modules/(mac_user|useradd|pw_user|solaris_user|win_useradd)\.py:\n - pytests.unit.states.test_user\n - pytests.functional.states.test_user\n\nsalt/modules/(aix_group|groupadd|mac_group|pw_group|solaris_group|win_groupadd)\.py:\n - unit.states.test_group\n\nsalt/modules/(debian_service|freebsdservice|gentoo_service|launchctl_service|mac_service|netbsdservice|openbsdrcctl_service|openbsdservice|rh_service|runit|linux_service|smf_service|systemd_service|upstart_service|win_service)\.py:\n - pytests.unit.states.test_service\n - pytests.functional.modules.test_service\n - pytests.functional.states.test_service\n\n\nsalt/modules/ansiblegate.py:\n - pytests.unit.states.test_ansiblegate\n - pytests.integration.states.test_ansiblegate\n - pytests.functional.modules.test_ansiblegate\n - pytests.unit.modules.test_ansiblegate\n\nsalt/modules/*apache.py:\n - pytests.unit.states.apache.test_apache\n - pytests.unit.states.apache.test_conf\n - pytests.unit.states.apache.test_module\n - pytests.unit.states.apache.test_site\n\nsalt/modules/cp.py:\n - pytests.functional.modules.file.test_replace\n - pytests.unit.modules.file.test_file_basics\n - pytests.unit.modules.file.test_file_block_replace\n - pytests.unit.modules.file.test_file_chattr\n - pytests.unit.modules.file.test_file_comment_line\n - pytests.unit.modules.file.test_file_grep\n - pytests.unit.modules.file.test_file_line\n - pytests.unit.modules.file.test_file_lsattr\n - pytests.unit.modules.file.test_file_module\n - pytests.unit.modules.file.test_file_selinux\n - pytests.unit.states.file.test_copy\n - integration.modules.test_file\n - pytests.functional.states.file.test_copy\n\nsalt/modules/file.py:\n - pytests.integration.states.test_cron\n\nsalt/(states|modules)/.*postgres.py:\n - pytests.unit.states.postgresql.test_cluster\n - pytests.unit.states.postgresql.test_database\n - pytests.unit.states.postgresql.test_extension\n - pytests.unit.states.postgresql.test_group\n - pytests.unit.states.postgresql.test_initdb\n - pytests.unit.states.postgresql.test_language\n - pytests.unit.states.postgresql.test_privileges\n - pytests.unit.states.postgresql.test_schema\n - pytests.unit.states.postgresql.test_user\n\nsalt/modules/rabbitmq.py:\n - pytests.unit.states.rabbitmq.test_cluster\n - pytests.unit.states.rabbitmq.test_plugin\n - pytests.unit.states.rabbitmq.test_policy\n - pytests.unit.states.rabbitmq.test_vhost\n - integration.states.test_rabbitmq_user\n - integration.states.test_rabbitmq_vhost\n\nsalt/modules/ssh.py:\n - pytests.unit.states.test_ssh_auth\n - pytests.unit.states.test_ssh_known_hosts\n\nsalt/auth/*:\n - pytests.integration.cli.test_salt_auth\n\nsalt/cache/*:\n - pytests.unit.cache.test_cache\n - pytests.unit.cache.test_memcache\n - pytests.functional.cache.test_consul\n - pytests.functional.cache.test_etcd\n - pytests.functional.cache.test_localfs\n - pytests.functional.cache.test_memcache\n - pytests.functional.cache.test_mysql\n - pytests.functional.cache.test_redis\n\nsalt/cli/*:\n - integration.shell.test_arguments\n\nsalt/cli/call.py:\n - pytests.integration.cli.test_salt_call\n\nsalt/cli/cp.py:\n - pytests.integration.cli.test_salt_cp\n\nsalt/cli/key.py:\n - pytests.integration.cli.test_salt_key\n\nsalt/cli/salt.py:\n - integration.shell.test_enabled\n - pytests.integration.cli.test_salt\n - pytests.integration.cli.test_matcher\n\nsalt/client/*:\n - integration.client.test_kwarg\n - integration.client.test_standard\n - pytests.integration.client.test_runner\n\nsalt/cloud/*:\n - pytests.functional.cli.test_salt_cloud\n\nsalt/cloud/__init__.py:\n - pytests.functional.cli.test_salt_cloud\n\nsalt/engines/*:\n - pytests.unit.engines.test_engines\n\nsalt/grains/*:\n - pytests.integration.grains.test_custom\n\nsalt/matchers/*:\n - integration.states.test_match\n - pytests.integration.cli.test_matcher\n - pytests.unit.modules.test_match\n - pytests.unit.matchers.test_confirm_top\n\nsalt/proxy/*:\n - pytests.integration.proxy.test_shell\n - pytests.integration.proxy.test_simple\n\nsalt/state.py:\n - pytests.functional.modules.state.test_jinja_filters\n - integration.states.test_compiler\n - integration.states.test_handle_error\n - integration.states.test_handle_iorder\n - integration.states.test_match\n - integration.states.test_renderers\n\nsalt/utils/decorators/*:\n - integration.modules.test_decorators\n\nsalt/(utils|renderers)/jinja\.py:\n - pytests.functional.modules.state.test_jinja_filters\n - integration.states.test_renderers\n\nsalt/utils/minions.py:\n - pytests.integration.cli.test_matcher\n\nsalt/utils/reactor.py:\n - pytests.integration.reactor.test_reactor\n\nsalt/cli/daemons.py:\n - pytests.integration.cli.test_salt_master\n - pytests.integration.cli.test_salt_minion\n - pytests.integration.cli.test_salt_proxy\n - pytests.integration.cli.test_salt_syndic\n\nsalt/(client/ssh/.+|cli/ssh\.py):\n - integration.cli.test_custom_module\n - pytests.integration.ssh.test_deploy\n - pytests.integration.ssh.test_grains\n - pytests.integration.ssh.test_mine\n - pytests.integration.ssh.test_master\n - pytests.integration.ssh.test_jinja_filters\n - pytests.integration.ssh.test_pillar\n - pytests.integration.ssh.test_raw\n - integration.ssh.test_state\n - pytests.integration.ssh.test_py_versions\n - pytests.integration.netapi.test_ssh_client\n\nsalt/client/ssh/wrapper/*:\n - pytests.integration.ssh.test_deploy\n - pytests.integration.ssh.test_grains\n - pytests.integration.ssh.test_mine\n - pytests.integration.ssh.test_master\n - pytests.integration.ssh.test_jinja_filters\n - pytests.integration.ssh.test_pillar\n - pytests.integration.ssh.test_raw\n - integration.ssh.test_state\n - pytests.integration.ssh.test_py_versions\n - pytests.integration.netapi.test_ssh_client\n\nsalt/config/*:\n - unit.test_config\n - pytests.unit.config.test__validate_opts\n\nsalt/loader/*:\n - integration.loader.test_ext_modules\n - pytests.integration.loader.test_ext_grains\n - pytests.functional.loader.test_loader\n - pytests.functional.loader.test_loaded_base_name\n\nsalt/minion.py:\n - integration.client.test_syndic\n - integration.minion.test_timeout\n - pytests.integration.cli.test_matcher\n - pytests.functional.pillar.test_top\n - pytests.functional.pillar.test_gpg\n - pytests.integration.modules.test_pillar\n\nsalt/modules/*_sysctl.py:\n - pytests.unit.states.test_sysctl\n - integration.modules.test_sysctl\n\nsalt/netapi/rest_cherrypy/*:\n - pytests.functional.netapi.rest_cherrypy.test_auth\n - pytests.functional.netapi.rest_cherrypy.test_auth_pam\n - pytests.functional.netapi.rest_cherrypy.test_cors\n - pytests.functional.netapi.rest_cherrypy.test_external_auth_syntax\n - pytests.functional.netapi.rest_cherrypy.test_in_formats\n - pytests.functional.netapi.rest_cherrypy.test_out_formats\n - pytests.integration.netapi.rest_cherrypy.test_arg_kwarg\n - pytests.integration.netapi.rest_cherrypy.test_auth\n - pytests.integration.netapi.rest_cherrypy.test_jobs\n - pytests.integration.netapi.rest_cherrypy.test_run\n - pytests.integration.netapi.rest_cherrypy.test_webhook_disable_auth\n - pytests.integration.netapi.test_client\n - pytests.integration.netapi.test_ssh_client\n\nsalt/netapi/rest_tornado/*:\n - integration.netapi.rest_tornado.test_app\n - pytests.functional.netapi.rest_tornado.test_auth_handler\n - pytests.functional.netapi.rest_tornado.test_base_api_handler\n - pytests.functional.netapi.rest_tornado.test_event_listener\n - pytests.functional.netapi.rest_tornado.test_external_auth_syntax\n - pytests.functional.netapi.rest_tornado.test_utils\n - pytests.functional.netapi.rest_tornado.test_webhooks_handler\n - pytests.functional.netapi.rest_tornado.test_websockets_handler\n - pytests.integration.netapi.rest_tornado.test_events_api_handler\n - pytests.integration.netapi.rest_tornado.test_jobs_api_handler\n - pytests.integration.netapi.rest_tornado.test_minions_api_handler\n - pytests.integration.netapi.rest_tornado.test_root_handler\n - pytests.integration.netapi.rest_tornado.test_run_api_handler\n - pytests.integration.netapi.test_client\n - pytests.integration.netapi.test_ssh_client\n\nsalt/output/*:\n - integration.output.test_output\n\nsalt/pillar/__init__.py:\n - pytests.integration.pillar.test_pillar_include\n - pytests.functional.pillar.test_top\n - pytests.functional.pillar.test_gpg\n - pytests.integration.modules.test_pillar\n\nsalt/(cli/run\.py|runner\.py):\n - pytests.integration.cli.test_salt_run\n - integration.runners.test_runner_returns\n\nsalt/serializers/*:\n - pytests.unit.serializers.test_serializers\n\nsalt/(cli/spm\.py|spm/.+):\n - pytests.unit.spm.test_spm\n - pytests.unit.spm.test_pkgfiles\n - integration.shell.test_spm\n - integration.spm.test_build\n - integration.spm.test_files\n - integration.spm.test_info\n - integration.spm.test_install\n - integration.spm.test_remove\n - integration.spm.test_repo\n\nsalt/utils/schedule.py:\n - pytests.unit.utils.scheduler.test_error\n - pytests.unit.utils.scheduler.test_eval\n - pytests.unit.utils.scheduler.test_postpone\n - pytests.unit.utils.scheduler.test_skip\n - pytests.unit.utils.scheduler.test_maxrunning\n - pytests.unit.utils.scheduler.test_helpers\n - pytests.unit.utils.scheduler.test_schedule\n\nsalt/utils/vt.py:\n - integration.cli.test_custom_module\n - pytests.integration.ssh.test_grains\n - pytests.integration.ssh.test_mine\n - pytests.integration.ssh.test_jinja_filters\n - pytests.integration.ssh.test_pillar\n - pytests.integration.ssh.test_raw\n - integration.ssh.test_state\n - pytests.integration.netapi.test_ssh_client\n\nsalt/wheel/*:\n - pytests.integration.wheel.test_client\n\nsalt/(minion\.py|channel/.+|transport/.+):\n - pytests.scenarios.multimaster.test_multimaster\n - pytests.scenarios.multimaster.test_offline_master\n - pytests.scenarios.multimaster.beacons.test_inotify\n - pytests.scenarios.multimaster.modules.test_test\n - pytests.scenarios.failover.multimaster.test_failover_master\n\ntests/support/mock.py:\n - unit.test_mock\n\ntests/support/pytest/transport.py:\n - pytests.functional.transport.ipc.test_pub_server_channel\n - pytests.functional.transport.zeromq.test_pub_server_channel\n\ntests/pytests/scenarios/multimaster:\n - pytests.scenarios.multimaster.test_multimaster\n - pytests.scenarios.multimaster.test_offline_master\n - pytests.scenarios.multimaster.beacons.test_inotify\n - pytests.scenarios.multimaster.modules.test_test\n - pytests.scenarios.failover.multimaster.test_failover_master\n\ntests/integration/files/ssh/.*:\n - integration.modules.test_ssh\n - integration.states.test_ssh_auth\n - integration.states.test_ssh_known_hosts\n | dataset_sample\yaml\python\filename_map.yml | filename_map.yml | YAML | 11,370 | 0.95 | 0 | 0 | awesome-app | 832 | 2025-02-15T20:22:43.793605 | BSD-3-Clause | false | 0f9cf7a164ba8ae04e76267043a1195e |
"API": "30 - API"\n"BENCH": "28 - Benchmark"\n"BLD": "36 - Build"\n"BUG": "00 - Bug"\n"DEP": "07 - Deprecation"\n"DEV": "16 - Development"\n"DOC": "04 - Documentation"\n"ENH": "01 - Enhancement"\n"MAINT": "03 - Maintenance"\n"MNT": "03 - Maintenance"\n"REL": "14 - Release"\n"REV": "34 - Reversion"\n"STY": "03 - Maintenance"\n"TST": "05 - Testing"\n"TYP": "41 - Static typing"\n"WIP": "25 - WIP"\n | dataset_sample\yaml\python\pr-prefix-labeler.yml | pr-prefix-labeler.yml | YAML | 382 | 0.7 | 0 | 0 | node-utils | 584 | 2024-06-01T09:00:13.958099 | BSD-3-Clause | false | 17f586fa2bfa1514b83947cad48295a8 |
nox_version: "2022.8.7"\npython_version: "3.10.16"\nrelenv_version: "0.18.1"\nrelease_branches:\n - "3006.x"\n - "3007.x"\npr-testrun-slugs:\n - ubuntu-24.04-pkg\n - ubuntu-24.04\n - rockylinux-9\n - rockylinux-9-pkg\n - windows-2022\n - windows-2022-pkg\n - macos-15\n - macos-15-pkg\nfull-testrun-slugs:\n - all\n | dataset_sample\yaml\python\shared-gh-workflows-context.yml | shared-gh-workflows-context.yml | YAML | 309 | 0.7 | 0 | 0 | react-lib | 336 | 2024-08-01T08:13:22.895762 | GPL-3.0 | false | 6f844d13c8c2c4585ca28fd9d1619b63 |
# Probot Stale configuration file\n\n# Number of days of inactivity before an issue becomes stale\n# 600 is approximately 1 year and 8 months\ndaysUntilStale: 90\n\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: false\n\n# Issues with these labels will never be considered stale\nexemptLabels:\n - Confirmed\n - Release Blocker\n - Critical\n - P1\n - P2\n - Bug\n - Feature\n - Test Failure\n -ZD\n\n# Label to use when marking an issue as stale\nstaleLabel: stale\n\n# Comment to post when marking an issue as stale. Set to `false` to disable\nmarkComment: |\n This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n\n If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.\n\n# Comment to post when removing the stale label. Set to `false` to disable\nunmarkComment: |\n Thank you for updating this issue. It is no longer marked as stale.\n\n# Comment to post when closing a stale issue. Set to `false` to disable\ncloseComment: false\n\n# Limit to only `issues` or `pulls`\nonly: issues\n | dataset_sample\yaml\python\stale.yml | stale.yml | YAML | 1,158 | 0.8 | 0.076923 | 0.333333 | awesome-app | 936 | 2023-07-28T22:04:18.837102 | GPL-3.0 | false | af4052b312cdca42c19e031990c779fe |
version: '{build}'\nbranches:\n only:\n - master\nskip_branch_with_pr: true\nimage: Visual Studio 2022\nconfiguration: Release\nplatform: Any CPU\nclone_script:\n- cmd: >-\n git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%\n \n cd %APPVEYOR_BUILD_FOLDER%\n \n git checkout -qf %APPVEYOR_REPO_COMMIT%\n \n git submodule update --init --recursive\ncache:\n- packages -> **\packages.config\n- '%USERPROFILE%\.nuget\packages -> **\project.json'\nbefore_build:\n- ps: >-\n $env:GIT_TAG = git describe --always --tags --exclude latest\n \n nuget restore -verbosity detailed\nbuild:\n verbosity: minimal\nafter_build:\n- ps: >-\n Get-Content GitVersion.cs\n\n Move-Item Build\QuickLook-$env:GIT_TAG.msi QuickLook-$env:GIT_TAG.msi\n \n Move-Item Build\QuickLook-$env:GIT_TAG.zip QuickLook-$env:GIT_TAG.zip\n\nartifacts:\n- path: QuickLook-%GIT_TAG%.zip\n name: QuickLook-%GIT_TAG%\n- path: QuickLook-%GIT_TAG%.msi\n name: QuickLook-%GIT_TAG%\n# deploy:\n# - provider: GitHub\n# auth_token:\n# secure: 5CSvkfKBq9kUho529L1tkH5ywQQFJY/A8Y6lNoHGJFi7mnSqQAaoiVPbUVU4a/KC\n# artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME)\n# draft: true\n# on:\n# APPVEYOR_REPO_TAG: true\n | dataset_sample\yaml\QL-Win_QuickLook\.appveyor.yml | .appveyor.yml | YAML | 1,236 | 0.8 | 0 | 0.195122 | vue-tools | 604 | 2023-07-20T22:56:07.857141 | MIT | false | f881706aa2773586ad3ca0bafb1ebd98 |
language: php\n\nphp:\n - 5.3\n - 5.4\n - 5.5\n - 5.6\n - 7.0\n - hhvm\n - hhvm-nightly\n\nmatrix:\n fast_finish: true\n allow_failures:\n - php: 7.0\n\nbefore_script:\n - composer --prefer-source install\n\nscript:\n - phpunit\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\doctrine\collections\.travis.yml | .travis.yml | YAML | 226 | 0.7 | 0 | 0 | vue-tools | 297 | 2024-12-01T04:42:21.020960 | Apache-2.0 | false | 1b66feca0a4e5b5caac0a1929439c171 |
before_commands:\n - "composer install --prefer-source"\n\ntools:\n external_code_coverage:\n timeout: 600\n php_code_coverage:\n enabled: true\n test_command: ./vendor/bin/phpunit\n php_code_sniffer:\n enabled: true\n config:\n standard: PSR2\n filter:\n paths: ["src/*", "tests/*"]\n php_cpd:\n enabled: true\n excluded_dirs: ["build/*", "tests", "vendor"]\n php_cs_fixer:\n enabled: true\n config:\n level: all\n filter:\n paths: ["src/*", "tests/*"]\n php_loc:\n enabled: true\n excluded_dirs: ["build", "tests", "vendor"]\n php_mess_detector:\n enabled: true\n config:\n ruleset: phpmd.xml.dist\n design_rules: { eval_expression: false }\n filter:\n paths: ["src/*"]\n php_pdepend:\n enabled: true\n excluded_dirs: ["build", "tests", "vendor"]\n php_analyzer:\n enabled: true\n filter:\n paths: ["src/*", "tests/*"]\n php_hhvm:\n enabled: true\n filter:\n paths: ["src/*", "tests/*"]\n sensiolabs_security_checker: true\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\doctrine\instantiator\.scrutinizer.yml | .scrutinizer.yml | YAML | 1,169 | 0.8 | 0 | 0 | vue-tools | 545 | 2024-03-11T08:09:27.056109 | MIT | false | 218a0825aefed54c12e8f93d71ea355e |
language: php\n\nphp:\n - 5.3.3\n - 5.3\n - 5.4\n - 5.5\n - 5.6\n - hhvm\n\nbefore_script:\n - ./.travis.install.sh\n - if [ $TRAVIS_PHP_VERSION = '5.6' ]; then PHPUNIT_FLAGS="--coverage-clover coverage.clover"; else PHPUNIT_FLAGS=""; fi\n\nscript:\n - if [ $TRAVIS_PHP_VERSION = '5.3.3' ]; then phpunit; fi\n - if [ $TRAVIS_PHP_VERSION != '5.3.3' ]; then ./vendor/bin/phpunit $PHPUNIT_FLAGS; fi\n - if [ $TRAVIS_PHP_VERSION != '5.3.3' ]; then ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/; fi\n - if [[ $TRAVIS_PHP_VERSION != '5.3.3' && $TRAVIS_PHP_VERSION != '5.4.29' && $TRAVIS_PHP_VERSION != '5.5.13' ]]; then php -n ./vendor/bin/athletic -p ./tests/DoctrineTest/InstantiatorPerformance/ -f GroupedFormatter; fi\n\nafter_script:\n - if [ $TRAVIS_PHP_VERSION = '5.6' ]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\doctrine\instantiator\.travis.yml | .travis.yml | YAML | 897 | 0.8 | 0.272727 | 0 | python-kit | 555 | 2025-03-12T01:36:33.006985 | MIT | false | e4d8ee80b845a0bb7e4f41c917e9564b |
language: php\n\nsudo: false\n\nphp:\n - '5.6'\n - '7.0'\n - '7.1'\n - nightly\n\nmatrix:\n fast_finish: true\n include:\n - php: '5.6'\n env: COMPOSER_FLAGS="--prefer-lowest"\n allow_failures:\n - php: nightly\n\ncache:\n directories:\n - $HOME/.composer/cache/files\n\nbefore_install:\n - |\n if [ "$TRAVIS_PHP_VERSION" = "nightly" ]; then\n COMPOSER_FLAGS="$COMPOSER_FLAGS --ignore-platform-reqs"\n fi;\n\ninstall:\n - composer update --no-interaction --no-progress --no-suggest --prefer-dist $COMPOSER_FLAGS\n - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar\n\nbefore_script:\n - mkdir -p build/logs\n\nscript:\n - vendor/bin/phpunit --coverage-clover build/logs/clover.xml\n\nafter_script:\n - php coveralls.phar -v\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\myclabs\deep-copy\.travis.yml | .travis.yml | YAML | 762 | 0.8 | 0.025 | 0 | node-utils | 197 | 2023-12-20T17:43:29.501062 | MIT | false | 4adf240b95084029881ecf3db7ab7e90 |
language: php\nphp:\n - 5.5\n - 5.6\n - 7.0\n - 7.1\n - hhvm\n - nightly\n\nmatrix:\n allow_failures:\n - php:\n - hhvm\n - nightly\n\ncache:\n directories:\n - $HOME/.composer/cache\n\nscript:\n - vendor/bin/phpunit --coverage-clover=coverage.clover -v\n - composer update --no-interaction --prefer-source\n - vendor/bin/phpunit -v\n\nbefore_script:\n - composer install --no-interaction\n\nafter_script:\n - if [ $TRAVIS_PHP_VERSION = '5.6' ]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi\n\nnotifications:\n irc: "irc.freenode.org#phpdocumentor"\n email:\n - me@mikevanriel.com\n - ashnazg@php.net\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\phpdocumentor\reflection-common\.travis.yml | .travis.yml | YAML | 685 | 0.8 | 0.028571 | 0 | node-utils | 161 | 2024-12-26T16:35:47.385926 | MIT | false | 72926c6262733b402d2019ac924c4abc |
language: php\n\nphp:\n - 5.6\n - 7.0\n - 7.0snapshot\n - 7.1\n - 7.1snapshot\n - master\n\nenv:\n matrix:\n - DRIVER="xdebug"\n - DRIVER="phpdbg"\n\nmatrix:\n allow_failures:\n - php: master\n fast_finish: true\n exclude:\n - php: 5.6\n env: DRIVER="phpdbg"\n\nsudo: false\n\nbefore_install:\n - composer self-update\n - composer clear-cache\n\ninstall:\n - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable\n\nscript:\n - if [[ "$DRIVER" = 'phpdbg' ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi\n - if [[ "$DRIVER" = 'xdebug' ]]; then vendor/bin/phpunit --coverage-clover=coverage.xml; fi\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n\nnotifications:\n email: false\n\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\phpunit\php-code-coverage\.travis.yml | .travis.yml | YAML | 781 | 0.8 | 0.047619 | 0 | vue-tools | 743 | 2024-03-19T18:05:19.688768 | MIT | false | 1a216c5fe3e879d0188269fed33df481 |
language: php\n\nphp:\n - 5.3\n - 5.4\n - 5.5\n - 5.6\n - 7.0\n - 7.0snapshot\n - 7.1\n - 7.1snapshot\n - master\n\nsudo: false\n\nbefore_install:\n - composer self-update\n - composer clear-cache\n\ninstall:\n - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable\n\nscript:\n - ./vendor/bin/phpunit\n\nnotifications:\n email: false\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\phpunit\php-timer\.travis.yml | .travis.yml | YAML | 391 | 0.7 | 0 | 0 | node-utils | 383 | 2025-02-25T02:57:08.156831 | GPL-3.0 | false | 1dc51e7514ed6f443a211a5dbe092275 |
language: php\n\nphp:\n - 5.3\n - 5.4\n - 5.5\n - 5.6\n - 7.0\n - 7.0snapshot\n - 7.1\n - 7.1snapshot\n - master\n\nsudo: false\n\nbefore_install:\n - composer self-update\n - composer clear-cache\n\ninstall:\n - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable\n\nscript:\n - ./vendor/bin/phpunit --configuration ./build/phpunit.xml --coverage-clover=coverage.xml\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n\nnotifications:\n email: false\n\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\phpunit\php-token-stream\.travis.yml | .travis.yml | YAML | 519 | 0.8 | 0 | 0 | awesome-app | 714 | 2025-01-24T06:07:48.209850 | GPL-3.0 | false | 654e4e77e7baa17155f1590364e0cc79 |
language: php\n\nsudo: false\n\naddons:\n apt:\n packages:\n - libxml2-utils\n\nphp:\n - 5.6\n - 7.0\n - 7.1\n - 7.2\n - master\n\nmatrix:\n allow_failures:\n - php: 7.2\n - php: master\n fast_finish: true\n\nenv:\n matrix:\n - DEPENDENCIES="high"\n - DEPENDENCIES="low"\n global:\n - DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"\n\nbefore_install:\n - composer self-update\n - composer clear-cache\n\ninstall:\n - if [[ "$DEPENDENCIES" = 'high' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS; fi\n - if [[ "$DEPENDENCIES" = 'low' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS --prefer-lowest; fi\n\nbefore_script:\n - echo 'zend.assertions=1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini\n - echo 'assert.exception=On' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini\n\nscript:\n - ./phpunit --coverage-clover=coverage.xml\n - ./phpunit --configuration ./build/travis-ci-fail.xml > /dev/null; if [ $? -eq 0 ]; then echo "SHOULD FAIL"; false; else echo "fail checked"; fi;\n - xmllint --noout --schema phpunit.xsd phpunit.xml\n - xmllint --noout --schema phpunit.xsd tests/_files/configuration.xml\n - xmllint --noout --schema phpunit.xsd tests/_files/configuration_empty.xml\n - xmllint --noout --schema phpunit.xsd tests/_files/configuration_xinclude.xml -xinclude\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n\nnotifications:\n email: false\n\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\phpunit\phpunit\.travis.yml | .travis.yml | YAML | 1,463 | 0.8 | 0.054545 | 0 | react-lib | 998 | 2025-01-05T02:03:33.350255 | Apache-2.0 | false | 803bb3990de1ddb4a6c860bd87cc4531 |
language: php\n\nphp:\n - 5.6\n - 7.0\n - 7.0snapshot\n - 7.1\n - 7.1snapshot\n - master\n\nsudo: false\n\nbefore_install:\n - composer self-update\n - composer clear-cache\n\ninstall:\n - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable\n\nscript:\n - ./vendor/bin/phpunit --coverage-clover=coverage.xml\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n\nnotifications:\n email: false\n\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\phpunit\phpunit-mock-objects\.travis.yml | .travis.yml | YAML | 459 | 0.8 | 0 | 0 | node-utils | 323 | 2025-04-27T18:47:37.046629 | MIT | false | a603610409362ce2aa4393b37d55dfb5 |
language: php\n\nphp:\n - 5.6\n - 7.0\n - 7.0snapshot\n - 7.1\n - 7.1snapshot\n - master\n\nsudo: false\n\nbefore_install:\n - composer self-update\n - composer clear-cache\n\ninstall:\n - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable\n\nscript:\n - ./vendor/bin/phpunit\n\nnotifications:\n email: false\n\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\sebastian\code-unit-reverse-lookup\.travis.yml | .travis.yml | YAML | 368 | 0.7 | 0 | 0 | python-kit | 270 | 2024-12-01T09:15:40.382480 | MIT | false | c2105908a6a922b17bb16152cb86ab99 |
language: php\n\nsudo: false\n\ninstall:\n - travis_retry composer install --no-interaction --prefer-source\n\nscript: ./vendor/bin/phpunit --configuration ./build/travis-ci.xml\n\nphp:\n - 5.3.3\n - 5.3\n - 5.4\n - 5.5\n - 5.6\n - hhvm\n\nnotifications:\n email: false\n webhooks:\n urls:\n - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960\n on_success: always\n on_failure: always\n on_start: false\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\sebastian\comparator\.travis.yml | .travis.yml | YAML | 406 | 0.8 | 0 | 0 | node-utils | 979 | 2024-08-24T09:36:40.752705 | MIT | false | 386c3106699df022ab3bc0d33eabb5e0 |
language: php\n\nphp:\n - 5.3\n - 5.4\n - 5.5\n - 5.6\n - 7.0\n - 7.0snapshot\n - 7.1\n - 7.1snapshot\n - master\n\nsudo: false\n\nbefore_install:\n - composer self-update\n - composer clear-cache\n\ninstall:\n - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable\n\nscript:\n - ./vendor/bin/phpunit --coverage-clover=coverage.xml\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n\nnotifications:\n email: false\n\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\sebastian\diff\.travis.yml | .travis.yml | YAML | 483 | 0.8 | 0 | 0 | react-lib | 976 | 2024-11-16T02:55:55.994569 | MIT | false | c172e31cbe6d6646878db459976ee8ac |
language: php\n\nsudo: false\n\nbefore_install:\n - composer self-update\n\ninstall:\n - travis_retry composer install --no-interaction --prefer-source\n\nphp:\n - 5.6\n - hhvm\n\nnotifications:\n email: false\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\sebastian\environment\.travis.yml | .travis.yml | YAML | 200 | 0.7 | 0 | 0 | python-kit | 828 | 2025-02-02T09:00:35.664832 | BSD-3-Clause | false | cb9a4988da7db1a190a31b507330a9fc |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.