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

[RFC] [UPGRADE] Split API and non API upgrade files #12831

Closed
wants to merge 1 commit into from

Conversation

lchrusciel
Copy link
Member

@lchrusciel lchrusciel commented Jul 22, 2021

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

The idea came from our slack and I thought it may make sense. I'm proposing a split of upgrade files, as most people do not have to care about our API changes at the moment.

@lchrusciel lchrusciel added Enhancement Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.). RFC Discussions about potential changes or new features. Documentation Documentation related issues and PRs - requests, fixes, proposals. labels Jul 22, 2021
@lchrusciel lchrusciel requested a review from a team as a code owner July 22, 2021 15:49
@probot-autolabeler probot-autolabeler bot added the Maintenance CI configurations, READMEs, releases, etc. label Jul 22, 2021
@@ -1,12 +1,3 @@
# UPGRADE FROM `v1.10.0` TO `v1.10.1`

1. API is disabled by default, to enable it you need to set flag to ``true`` in ``app/config/packages/_sylius.yaml``:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be left here IMHO as it's big BC break and should be widely visible.

@lchrusciel lchrusciel closed this Jul 23, 2021
@lchrusciel lchrusciel deleted the upgrade-files branch July 23, 2021 12:18
GSadee added a commit that referenced this pull request Jul 26, 2021
…ciel)

This PR was merged into the 1.8 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.8
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | Split from #12831
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.9 or 1.10 branch (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

8a7df3c [UPGRADE] Split API and non API upgrade files
GSadee added a commit that referenced this pull request Jul 26, 2021
…ciel)

This PR was merged into the 1.10 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.10
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | Split from #12831
| License         | MIT

Commits
-------

54f1204 [UPGRADE] Split API and non API upgrade files
GSadee added a commit that referenced this pull request Jul 26, 2021
…ciel)

This PR was merged into the 1.11-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | Split from #12831
| License         | MIT

Commits
-------

a98f92f [UPGRADE] Split API and non API upgrade files
GSadee added a commit that referenced this pull request Jul 27, 2021
This PR was merged into the 1.9 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.9
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | Split from #12831
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.9 or 1.10 branch (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

c9f5d2c [UPGRADE] Split API and non API upgrade files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation related issues and PRs - requests, fixes, proposals. Enhancement Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.). Maintenance CI configurations, READMEs, releases, etc. RFC Discussions about potential changes or new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants