Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEXT-30352 - Add cluster setup config for PaaS #60

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

keulinho
Copy link
Contributor

@keulinho keulinho commented Sep 6, 2023

No description provided.

@keulinho keulinho requested a review from shyim September 6, 2023 11:51
@keulinho keulinho self-assigned this Sep 6, 2023
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Thanks for the PR 😍

How to test these changes in your application

  1. Add the Shopware flex endpoint in your composer.json to https://raw.githubusercontent.com/shopware/recipes/flex/pull-60/index.json.

    # When jq is installed
    jq '.extra.symfony.endpoint |= [ "https://raw.githubusercontent.com/shopware/recipes/flex/pull-60/index.json" ] + .' composer.json > composer.tmp && mv composer.tmp composer.json

    or manually

    "endpoint": [
        "https://raw.githubusercontent.com/shopware/recipes/flex/pull-60/index.json",
        "https://raw.githubusercontent.com/shopware/recipes/flex/main/index.json",
        "flex://defaults"
    ]
  2. Install the package(s) related to this recipe:

    composer req 'shopware/paas-meta:^6.4'

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@keulinho keulinho force-pushed the next-30352/add-cluster-setup-config-for-paas branch from 1544882 to 7747f33 Compare September 6, 2023 11:53
@keulinho keulinho added this to the 6.5.6.0 milestone Sep 6, 2023
@keulinho keulinho force-pushed the next-30352/add-cluster-setup-config-for-paas branch from 7747f33 to 535164f Compare September 6, 2023 11:57
@shyim shyim merged commit b6ea971 into main Nov 20, 2023
@shyim shyim deleted the next-30352/add-cluster-setup-config-for-paas branch November 20, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants