diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..ef7ef839a6ec14daa1cc2c2e7524b960ee0da884 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,99 @@ +################ +# DrupalCI GitLabCI template +# +# Gitlab-ci.yml to replicate DrupalCI testing for Contrib +# +# With thanks to: +# * The GitLab Acceleration Initiative participants +# * DrupalSpoons +################ + +################ +# Guidelines +# +# This template is designed to give any Contrib maintainer everything they need to test, without requiring modification. It is also designed to keep up to date with Core Development automatically through the use of include files that can be centrally maintained. +# +# However, you can modify this template if you have additional needs for your project. +################ + +################ +# Includes +# +# Additional configuration can be provided through includes. +# One advantage of include files is that if they are updated upstream, the changes affect all pipelines using that include. +# +# Includes can be overridden by re-declaring anything provided in an include, here in gitlab-ci.yml +# https://docs.gitlab.com/ee/ci/yaml/includes.html#override-included-configuration-values +################ + +include: + ################ + # DrupalCI includes: + # As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically. + # View these include files at https://git.drupalcode.org/project/gitlab_templates/ + ################ + - project: $_GITLAB_TEMPLATES_REPO + ref: $_GITLAB_TEMPLATES_REF + file: + - '/includes/include.drupalci.main.yml' + - '/includes/include.drupalci.variables.yml' + - '/includes/include.drupalci.workflows.yml' + +################ +# Pipeline configuration variables +# +# These are the variables provided to the Run Pipeline form that a user may want to override. +# +# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml +################ +# variables: + # SKIP_ESLINT: '1' + # OPT_IN_TEST_PREVIOUS_MINOR: '1' + # OPT_IN_TEST_NEXT_MAJOR: '1' + + +################################################################################### +# +# * +# /( +# ((((, +# /((((((( +# ((((((((((* +# ,((((((((((((((( +# ,((((((((((((((((((( +# ((((((((((((((((((((((((* +# *((((((((((((((((((((((((((((( +# ((((((((((((((((((((((((((((((((((* +# *(((((((((((((((((( .(((((((((((((((((( +# ((((((((((((((((((. /(((((((((((((((((* +# /((((((((((((((((( .(((((((((((((((((, +# ,(((((((((((((((((( (((((((((((((((((( +# .(((((((((((((((((((( .((((((((((((((((( +# ((((((((((((((((((((((( ((((((((((((((((/ +# (((((((((((((((((((((((((((/ ,(((((((((((((((* +# .((((((((((((((/ /(((((((((((((. ,((((((((((((((( +# *(((((((((((((( ,(((((((((((((/ *((((((((((((((. +# ((((((((((((((, /(((((((((((((. ((((((((((((((, +# (((((((((((((/ ,(((((((((((((* ,(((((((((((((, +# *((((((((((((( .((((((((((((((( ,((((((((((((( +# ((((((((((((/ /((((((((((((((((((. ,((((((((((((/ +# ((((((((((((( *(((((((((((((((((((((((* *(((((((((((( +# ((((((((((((( ,(((((((((((((..((((((((((((( *(((((((((((( +# ((((((((((((, /((((((((((((* /((((((((((((/ (((((((((((( +# ((((((((((((( /((((((((((((/ (((((((((((((* (((((((((((( +# (((((((((((((/ /(((((((((((( ,((((((((((((, *(((((((((((( +# (((((((((((((( *(((((((((((/ *((((((((((((. ((((((((((((/ +# *((((((((((((((((((((((((((, /((((((((((((((((((((((((( +# ((((((((((((((((((((((((( ((((((((((((((((((((((((, +# .(((((((((((((((((((((((/ ,((((((((((((((((((((((( +# ((((((((((((((((((((((/ ,(((((((((((((((((((((/ +# *((((((((((((((((((((( (((((((((((((((((((((, +# ,(((((((((((((((((((((, ((((((((((((((((((((/ +# ,(((((((((((((((((((((* /(((((((((((((((((((( +# ((((((((((((((((((((((, ,/((((((((((((((((((((, +# ,((((((((((((((((((((((((((((((((((((((((((((((((((( +# .((((((((((((((((((((((((((((((((((((((((((((( +# .((((((((((((((((((((((((((((((((((((,. +# .,(((((((((((((((((((((((((. +# +################################################################################### diff --git a/commerce_bulk.info.yml b/commerce_bulk.info.yml index f9c0e086e2050b25975613d624678a8ea5db155a..18f332ae8494034331f85c57222b6ff48e815f8f 100644 --- a/commerce_bulk.info.yml +++ b/commerce_bulk.info.yml @@ -5,7 +5,7 @@ core_version_requirement: ^9.5 || ^10 || ^11 package: 'Commerce (contrib)' dependencies: - 'commerce:commerce_order' - - 'drupal:action' + - 'action:action' - 'drupal:taxonomy' config_devel: install: diff --git a/composer.json b/composer.json index d07b45bc8d92996df02044e5b3d7a4958a7b9bf0..effc5b6074636134bf8063816c28e92883a194ae 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,10 @@ "role": "Maintainer" } ], - "keywords": ["Drupal", "Drupal Commerce"], + "keywords": [ + "Drupal", + "Drupal Commerce" + ], "license": "GPL-2.0+", "homepage": "https://www.drupal.org/project/commerce_bulk", "minimum-stability": "dev", @@ -18,7 +21,11 @@ "source": "https://github.com/drugan/commerce_bulk" }, "require": { - "drupal/commerce": "^2.0 || ^3.0" + "drupal/commerce": "^2.0 || ^3.0", + "drupal/action": "^0.2" + }, + "require-dev": { + "drupal/devel": "^5" }, "suggest": { "drupal/readmehelp": "Renders README file on an admin/help/your_module page." diff --git a/modules/commerce_generate/tests/src/Functional/CommerceGenerateGenericTest.php b/modules/commerce_generate/tests/src/Functional/CommerceGenerateGenericTest.php new file mode 100644 index 0000000000000000000000000000000000000000..f6e87332992734654c575945111fe3a4dd471dc9 --- /dev/null +++ b/modules/commerce_generate/tests/src/Functional/CommerceGenerateGenericTest.php @@ -0,0 +1,32 @@ +