Skip to content

Commit

Permalink
Merge pull request #1902 from acquia/stage
Browse files Browse the repository at this point in the history
Merge branch `stage` into `main`
  • Loading branch information
vishalkhode1 authored Oct 25, 2024
2 parents 20cfcc5 + 9a81f7e commit 701ee9c
Show file tree
Hide file tree
Showing 34 changed files with 480 additions and 60 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"drupal/recaptcha": "^3.2",
"drupal/reroute_email": "^2.2",
"drupal/shield": "^1.7",
"drupal/sitestudio_gin": "dev-3434617-automated-drupal-11",
"drupal/sitestudio_gin": "^1.0",
"drush/drush": "^10 || ^11 || ^12 || ^13",
"mnsami/composer-custom-directory-installer": "^2.0"
},
Expand Down Expand Up @@ -231,10 +231,6 @@
"type": "vcs",
"url": "https://git.drupalcode.org/issue/config_filter-3428542.git"
},
"sitestudio_gin": {
"type": "vcs",
"url": "https://git.drupalcode.org/issue/sitestudio_gin-3434617.git"
},
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
Expand Down Expand Up @@ -264,6 +260,7 @@
"php-http/discovery": true,
"phpro/grumphp-shim": true,
"phpstan/extension-installer": true,
"tbachert/spi": true,
"webdriver-binary/binary-chromedriver": true,
"wikimedia/composer-merge-plugin": true,
"tbachert/spi": true
Expand Down
47 changes: 36 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions modules/acquia_cms_article/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_article
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
4 changes: 4 additions & 0 deletions modules/acquia_cms_audio/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_audio
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
4 changes: 4 additions & 0 deletions modules/acquia_cms_common/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ variables:
ORCA_SUT_BRANCH: 3.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"

# 3.x does not support Drupal 9.5 version.
SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR: 1
SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR_PHP8: 1
Expand Down
4 changes: 2 additions & 2 deletions modules/acquia_cms_common/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"require-dev": {
"acquia/cohesion": "^7.4 || ^8.0",
"drupal/acquia_claro": "^1.3",
"drupal/node_revision_delete":"^2",
"drupal/reroute_email":"^2.2",
"drupal/node_revision_delete": "^2",
"drupal/reroute_email": "^2.2",
"drupal/shield": "^1.7"
},
"conflict": {
Expand Down
4 changes: 4 additions & 0 deletions modules/acquia_cms_component/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_component
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
4 changes: 4 additions & 0 deletions modules/acquia_cms_dam/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_dam
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
4 changes: 4 additions & 0 deletions modules/acquia_cms_document/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_document
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
4 changes: 4 additions & 0 deletions modules/acquia_cms_event/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_event
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
5 changes: 5 additions & 0 deletions modules/acquia_cms_headless/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_headless
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"

COMPOSER_PATCHES_FILE: $CI_PROJECT_DIR/.gitlab-ci/patches/patches.json
SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR: 1
SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR_PHP8: 1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ class HeadlessContentTest extends WebDriverTestBase {
'node',
];

/**
* Disable strict config schema checks in this test.
*
* Scheduler has a config schema errors, and until it's fixed,
* this test cannot pass unless we disable strict config schema checking
* altogether. Since strict config schema isn't critically important in
* testing this functionality, it's okay to disable it for now, but it should
* be re-enabled (i.e., this property should be removed) as soon as possible.
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ class HeadlessDrushCommandsTest extends BrowserTestBase {
*/
protected $defaultTheme = 'stark';

/**
* Disable strict config schema checks in this test.
*
* Scheduler has a config schema errors, and until it's fixed,
* this test cannot pass unless we disable strict config schema checking
* altogether. Since strict config schema isn't critically important in
* testing this functionality, it's okay to disable it for now, but it should
* be re-enabled (i.e., this property should be removed) as soon as possible.
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@ class HeadlessFrontpageTest extends BrowserTestBase {
'acquia_cms_headless_ui',
];

/**
* Disable strict config schema checks in this test.
*
* Scheduler has a config schema errors, and until it's fixed,
* this test cannot pass unless we disable strict config schema checking
* altogether. Since strict config schema isn't critically important in
* testing this functionality, it's okay to disable it for now, but it should
* be re-enabled (i.e., this property should be removed) as soon as possible.
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* Assert that frontpage for non logged-in user is login page.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ class HeadlessSubrequestsTest extends BrowserTestBase {
'acquia_cms_headless',
];

/**
* Disable strict config schema checks in this test.
*
* Scheduler has a config schema errors, and until it's fixed,
* this test cannot pass unless we disable strict config schema checking
* altogether. Since strict config schema isn't critically important in
* testing this functionality, it's okay to disable it for now, but it should
* be re-enabled (i.e., this property should be removed) as soon as possible.
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ abstract class HeadlessTestBase extends WebDriverTestBase {
'acquia_cms_headless',
];

/**
* Disable strict config schema checks in this test.
*
* Scheduler has a config schema errors, and until it's fixed,
* this test cannot pass unless we disable strict config schema checking
* altogether. Since strict config schema isn't critically important in
* testing this functionality, it's okay to disable it for now, but it should
* be re-enabled (i.e., this property should be removed) as soon as possible.
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* {@inheritdoc}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ class PureHeadlessModeMenuTest extends WebDriverTestBase {
'acquia_cms_headless_ui',
];

/**
* Disable strict config schema checks in this test.
*
* Scheduler has a config schema errors, and until it's fixed,
* this test cannot pass unless we disable strict config schema checking
* altogether. Since strict config schema isn't critically important in
* testing this functionality, it's okay to disable it for now, but it should
* be re-enabled (i.e., this property should be removed) as soon as possible.
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* The module installer object.
*
Expand Down
4 changes: 4 additions & 0 deletions modules/acquia_cms_image/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_image
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ class ImageFormatterTest extends BrowserTestBase {
*/
protected $defaultTheme = 'stark';

/**
* Disable strict config schema checks in this test.
*
* Scheduler has a config schema errors, and until it's fixed,
* this test cannot pass unless we disable strict config schema checking
* altogether. Since strict config schema isn't critically important in
* testing this functionality, it's okay to disable it for now, but it should
* be re-enabled (i.e., this property should be removed) as soon as possible.
*
* @var bool
*/
// @codingStandardsIgnoreStart
protected $strictConfigSchema = FALSE;
// @codingStandardsIgnoreEnd

/**
* The entity display object repository object.
*
Expand Down
4 changes: 4 additions & 0 deletions modules/acquia_cms_page/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_page
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
4 changes: 4 additions & 0 deletions modules/acquia_cms_person/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_person
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
4 changes: 4 additions & 0 deletions modules/acquia_cms_place/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ variables:
ORCA_SUT_NAME: drupal/acquia_cms_place
ORCA_SUT_BRANCH: 1.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml

# Coverage report
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
Loading

0 comments on commit 701ee9c

Please sign in to comment.